Set Transfer type (menu Transfer) from Auto to Binary and upload your script.
Monthly Archives: December 2010
Install mcrypt
If using a Debian-based Linux system, you can run the following commands: sudo apt-get install php5-mcrypt sudo /etc/init.d/apache2 restart
PHP Error: Fatal error: Unable to read X bytes in Y.php on line 0
“Fatal error: Unable to read X bytes in Y.php on line 0″ is an error I got once after moving a site to another server. The file was encoded with Zend Optimizer so I could not check what is happening on line 0 that could make any problems. After doing some research I found that …
Continue reading “PHP Error: Fatal error: Unable to read X bytes in Y.php on line 0”
Add Networks | Affiliate marketing
Advertising Networks For Publishers Ad Choices http://www.clicksor.com/ https://www.start2click.com http://www.linkwise.gr/ http://advertising.microsoft.com http://www.kontera.com/ http://www.cj.com/ http://www.lylyc.com/ http://www.technoratimedia.com/ http://www.tribalfusion.com/ http://www.federatedmedia.net/ http://gorillanation.com/ http://www.text-link-ads.com/ http://ad24.gr https://www.start2click.com https://www.google.com/adsense/
MAC STYLE MENU “Outside the Box” Navigation with jQuery
Just about every website uses the regular navigation concepts we’re all used to. After awhile this can get pretty boring, especially for designers who thrive on creativity. While mimicking the OS X dock and stacks isn’t new, it’s certainly not common.
CSS How do I disable textarea resizing?
textarea { resize: none; }