Archive for September, 2005

Thursday, September 29th, 2005

This message was sent using PIX-FLIX Messaging service from Verizon Wireless!
To learn how you can snap pictures with your wireless phone visit
www.verizonwireless.com/getitnow/getpix.

To learn how you can record videos with your wireless phone visit www.verizonwireless.com/getitnow/getflix.

To play video messages sent to email, QuickTime 6.5 or higher is required. Visit www.apple.com/quicktime/download to download the free player or upgrade your existing QuickTime Player. Note: During the download
process when asked to choose an installation type (Minimum, Recommended or Custom), select Minimum for faster download.

VN:F [1.8.4_1055]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.4_1055]
Rating: 0 (from 0 votes)

Clearing DIVs and Floats

Tuesday, September 27th, 2005

Ok, here is YAWTCF implementation I came across via a coworker.

The theory is basically using the CSS pseudo class “:after” on the main div wrapper (the one containing the 3 columns) see example, and applying a height to it.

Read the full explanation with notes.

/* clearfix positioniseverything.com */
#Main:after {
content: “.”;
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#Main {
width: auto;
border: 1px solid #ff0;
background: url(‘bg.gif’) 20% 0% repeat-y;
height: 1%;
}

VN:F [1.8.4_1055]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.4_1055]
Rating: 0 (from 0 votes)

Verizon 611 Menu

Sunday, September 25th, 2005

Getting through their voice menu:

1) Dial 611
2) Dial 0
3) Dial 4
4) Rep should answer

This works as of 9/25/05.

Verizon charged me $117 on a $39.99 plan.
$20 Activation fee….charging me to basically become a customer. What is this? Like going into 7-11 paying a “door entrance fee” to shop there.

The first bill was rather high, becuase I joined mid-month, so I have to pay for last month + next month. The web site erroneously said my total calls in the “billable” column even though it should have been in the “included” column.

10 cents per text messages is not worth it. I’m cancelling all my alerts, which I no longer read.

VN:F [1.8.4_1055]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.4_1055]
Rating: 0 (from 0 votes)