Overpriced iPhone 3G at Globe

August 7th, 2008

Grrr!!! I really thought iPhone 3G will sell for only $199 worldwide as told by Steve Jobs at WDDC 2008.

This is the pricelist of iPhone 3G at Globe Telecom in the Philippines.

http://www.iphone3g.globe.com.ph/i/i?id=2256650

Complaining?

August 6th, 2008

Finally a place to get it off your chest.

http://ilovetocomplain.com/

Moved to a permanent domain

August 5th, 2008

Finally moved to a permanent domain address. :)

My blog address is now, http://louie.axishift.com

Three alternating css class using PHP

July 29th, 2008

My code for three alternating class:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class=row_0>content here</div>
<div class=row_1>content here</div>
<div class=row_3>content here</div>
 
    <?php
    $i=0;
    foreach ($row as $data)
    {
    $i+1;
    $row_class = ($i % 3);
    //tpl class
    echo 'class=row_'.$row_class;
    }
    ?>

HTH

Cyberbayan, Online community

July 23rd, 2008

Cyberbayan, will be one of my pet projects. Come and help me build the online community.

http://www.cyberbayan.com

Thanks to Mr. Gardner for allowing me to use the name.

Hello world!

July 22nd, 2008

Transfered from axishift.blogspot.com (and *) to my own domain name. :)

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Checking and retrieving my old archives. :)

GPS Maps in the Philippines

July 21st, 2008

Great Global Positioning System (GPS) reference for maps, etc from http://www.waypoints.ph.

Now, I should buy my own GPS device. :)

Boracay Sunset

December 16th, 2006

Boracay Sunset
Originally uploaded by axishift

My boracay silhouette shot last December 16, 2006.

Illustrator crash course

September 5th, 2005

I am reading a crash course article about Adobe Illustrator.. :)

http://www.sketchpad.net/illustrator.htm
http://www.huntfor.com/design/tutorials/illustrator.htm

vector graphics is really fun.

Imagine.. iMac running Linux?

May 24th, 2005

YES, Linux can run on Mac’s! Im currently installing a Linux distro on my little iMac. This is great! :D