Added by Tyler Tadlog in Hardware/Gadgetry - News on 03 May, 2009
Microsoft is continuing on their journey to attempt to bash Apple to pieces with their fairly recent advertising campaign. During the ad, “Sheila” waltzes into a Fry’s Electronics (with blurred faces galore) and walks over to the computer section . She...
Added by Tyler Tadlog in Operating Systems on 26 April, 2009
Vista boots slowly. Everyone knows that. But not everyone knows there is an easy way to speed it up if you have a multiple core processor. I’ll show you how in this blog post.
You will need Administrative Access.
First, click on the Start orb, search for ‘run’...
Added by SAWJ in PHP on 24 March, 2009
PHP provides a built-in facility to detect the IP address of the visitor using the $_SERVER superglobal array. Using the ‘REMOTE_ADDR’ element as an index value for this array, you can easily get the IP address as:
$_SERVER['REMOTE_ADDR']
You can either print...