Archive for the ‘Computer World’ Category

Electrical Plug with Latest Design

The Royal College of Art’s graduate show has opened, and this year, the show-stopper was actually — a plug. Min-Kyu Choi impressed every passerby with his neat, apparently market-ready plug that folds down to the width of a thin mobile computer.
“Many of today’s mobile computers have become wafer thin but here in the UK, we [...]

CSS Table Gallery

For those who looking for instant css code for table
http://icant.co.uk/csstablegallery/

PHP Cannot modify header information

Problem:
Warning: Cannot modify header information – headers already sent by (output started at blah blah blah) in blahblahblah.php on line 90
Cause:
PHP script has output before calling header().
2 ways to get rid of this:

In php.ini, Set output_buffering to On. If no access to php.ini because of using shared hosting, add “PHP_FLAG output_buffering on” into .htaccess file.
Code [...]

Remove Outlook Folder from List with Missing pst

I accidentally deleted a .pst file without closing the the Folder in folder list. When Outlook opens, it looks for this missing .pst. and I cannot close it from the list anymore.
To solve this problem:
With outlook closed, goto Control panel > Mail > Data Files. Create a new file
and set it as default. Then remove [...]

Safari 4 vs IE vs Firefox

Today I Installed Safari 4, impressed..
Significant increase in browsing speed and more beautiful graphics..
Very user friendly (for my browsing style)..
Highly recommended to my friends.

WIFI Vs Internet Access

Last week me and my friends went to a shopping mall. We decided to find a restaurant with Internet access for some discussions. We found one restaurant in lower ground floor with the “Free WiFi” sign board and ordered our foods there.
Next, my friend took out his notebook and connect it to the “Free WiFi” [...]