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]
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]
‘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]