Sharethis flash (Social bookmarking in flash)

Social bookmarking in flash!!! Now you can , place a “bookmark button” directly inside flash for sharing with the most popular online services!. This little utility can enable you to SUBMIT to most popular informational, news and bookmarking services on internet (Digg ,del.icio.us … etc.) It will help you drive more traffic to your site. AS3 …

mysql: “not cleanly closed and upgrade needing tables” problem

I have used mysql server on my laptop with gutsy on xfs file system. I have tested on hardy version and have same output as following Quote: sudo /etc/init.d/mysql start * Starting MySQL database server mysqld [ OK ] * Checking for corrupt, not cleanly closed and upgrade needing tables. I google and couldn’t find …

CSS tips , bg iamge position, DIV hover

Css bg image position stylesheet .seabox { background-image: url(images/seascape.gif); background-repeat: no-repeat; background-position: 0 0; /* remark: nothing between 0 and 0 */ } html <div>…</div> http://home.tiscali.nl/developerscorner/port-hole/porthole.htm CSS DIV HOVER .home_tab {  (I’d call this #nav a) width: 75px; height: 26px; background: url(images/home.jpg) top left no-repeat; margin-left: 265px; } .home_tab:focus, .home_tab:hover, .home_tab:active { (I’d call this …

Install Zend Optimizer

Overview: The Zend Optimizer is a free application that runs the files encoded by the Zend Encoder and Zend SafeGuard Suite, while enhancing the running speed of PHP applications. Many scripts require that you have Zend Optimizer installed so you are able to run them on your server while decrypting and running them on the …