Archive for July, 2010

31
Jul

ivyandchris.com

Hi Guys,

Here’s a new wedding website which I createdfor a friend – http://www.ivyandchris.com

The animation in the website is not running in Flash and it is built with JQuery animation. Thus, the animation is viewable in non-flash devices such as iPhone and iPad.

The photo gallery (“sweet memories”) is built with Adobe’s Spry technologies and XML.

The floating heart shapes animation is built with Gaya Design’s Puffing Smoke Effect scripts.

Would appreciate for your comment guys. Thanks.

VN:F [1.9.7_1111]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.7_1111]
Rating: 0 (from 0 votes)
15
Jul

Display last few lines for a file in linux shell

To display the default last 10 lines for a file…

tail error_log.txt

To display a specified no of lines for a file…

tail -15 error_log.txt
VN:F [1.9.7_1111]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.7_1111]
Rating: 0 (from 0 votes)
03
Jul

Premature end of script headers in perl script

‘Premature end of scrip headers’ error message refers to the script being stopped for whatever reason before it actually return any output to the browser.

The first time to check is to ensure the below codes are output first

print "Content-type: text/html\n\n";

And then to debug the error, simply add the below line(preferably after the above code).

use CGI::Carp qw(fatalsToBrowser);
VN:F [1.9.7_1111]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.7_1111]
Rating: 0 (from 0 votes)



Search Website

www.lingeriesg.com

www.lingeriesg.com

Sponsored Ads

Sponsored Links

www.asiadolly.com

www.asiadolly.com

About Me

Me

Hello, Im Benny Chong. This blog is a proof that I have too much spare time to burn. 

I will be writing topics mainly on web design, application development, photography and other rubbish. Cheers