HTML/XHTML learning essentials course via online videos from www.lynda.com

I have a bunch of books at home on learning HTML, but have access to www.lynda.com so I’m giving that a whirl.

On Windows, advised text editor is notepad++. On a Mac, it would be bbEdit (not free) or TextWrangler (Free)

Stay tuned to my various HTML/XHTML lessons, which I’ll post someplace online.

Just went through the first lesson — guy talks fast, but it’s making sense so far.

Posted in HTML Programming | Leave a comment

Verizon Hub going away to Home Phone Connect

I’ve been using the Verizon Hub system (which was effectively VoIP) at home for the last several years and it worked quite well. It was easy to forward calls (unlimited, for free) to the Verizon cell number. Had a cool tablet-like interface with a bunch of additional features (weather, etc) that I didn’t really get into.

Unfortunately, Verizon is now canning this system — which is a shame because it provided good content, similar to what the French initiated back in the 60’s or 70’s.

Anyway, now the new service is called Home Phone Connect. You can connect a regular landline phone to the device and there is a flat-fee $20 for unlimited nationwide. Not sure about the forwarding feature now.

For $10 a month I can add to my 2-line Family Plan. Seeing as I have 1400 minutes in the plan, and my average minutes between 2 cellphones and the hub was always less than 700, I’m considering opting for this plan. Still has unlimited nights and weekends and free in-Verizon cell-phone calling.

I have through end of August to decide and I think can get a free upgrade with no commit.

Here’s the manual. I’m still somewhat confused about various things like call forward, voice mail, etc — what part come with the wireless device and what’s on the phone. Also, is this technically on a wireless connection, but still VoIP?

Here’s a product overview link — http://wirelesssupport.verizon.com/faqs/Equipment/homephoneconnect.html#item2

Questions:

Q: If I put the device on call forward to my Verizon Mobile Phone, will there be additional charges?

A: No

Reference Call Forwarding:
Verizon Wireless Home Phone Connect allows customers to forward calls to another phone number,
including your mobile phone or office number. Your home phone will not ring until you deactivate the
service. Airtime applies to forwarded calls even if you send the call to wire line telephones. When
forwarding calls to phone numbers outside your local calling area, you will be billed for any toll, long
distance and airtime charges incurred. Additional per-minute charges may apply to all forwarded calls.
This feature is also known as “Immediate Call Forwarding”.

Reference Support:

http://support.vzw.com/clc/devices/index.html?p=5561

Q: When accessing VoiceMail, is there a per-minute charge to listen?

A: No

Q: Can the device be relocated someplace else?

A: Yes, as long as it’s covered in the other area.

Q: What are all the Pros/Cons of going to a land-line instead (voice quality; features (caller-id); coverage costs)

A: Same voice quality as landline, as long as you have good wireless (TDMA) service

Q: How long can OGM be — used for a theater?

A: Couldn’t get definitive answer, but probably OK — just like Hub.

Posted in Phone Technology | Leave a comment

Healthcheck (PHP, etc) and WordPress Upgrade

WordPress just came out with version 3.2, so it’s time for another upgrade, as I have version 3.1.3.

Before doing the upgrade, I’m often wondering what the current version of PHP and SQL is within my hosting provider (1and1) is, there’s a plug-in called Health Check. Finding the plug-in and installing was the easy part, but trying to figure out how to get the result back wasn’t that intuitive. After doing a web-search, I found a YouTube video that explained that when the plug-in is activated it gives the result at the top of the page:

Excellent: Your server is running PHP version 5.2.17 and MySQL version 5.0.91 which will be great for WordPress 3.2 onward.

It’s a little odd, because you only see the result immediately after activating and not anyplace else. Anyways… the answer is good, so I clicked on the upgrade button for WordPress and was done 3 seconds later.

I like version 3.2 — nicer layout and clean. I’m now going to play with creating menus. Originally, the plan was to learn CSS but my Techozoic theme appears to make menu creation pretty simple.

Posted in Blog Development | Leave a comment