Web Development

How to copy/archive a site with only FTP access

Anyone who has used a FTP program will know how cumbersome it can be to download or upload individual files. To save some time, here's an excellent tip on copying/archiving a whole site with FTP access, thanks to Khalid.

All that is required is to place a PHP script on your server and run the script via web browser.  read more »

Opera 9.5 released

Opera 9.5

Opera is now out of beta and has released a final version of 9.5. It comes with many features including the following:

  • excellent support for current standards — (X)HTML, XML, XSLT, CSS 2.1, SVG 1.1
  • partial implementations of new emerging standards — CSS 3, HTML 5, and ARIA

Download a free copy of Opera 9.5

How to make accordion menu using jquery

Last time, I’ve shown how to create accordion using jquery. But, In this post I’ll show you how can you create fancy accordion menu using jQuery. In this post, you’ll see two examples of accordion. First menu’s visibility get’s toggled on clicking on the header while the another menu’s visibility get’s toogled when mouse is moved over it.

Read full article

Fix PNG transparency for Internet Explorer

pngfix for IEAs you know Internet Explorer does not support PNG transparency and there are many javascripts out there to fix this problem. Many of them work really well but seems to require more effort and at time difficult to implement especially when dealing with developing on a CMS.  read more »

HTML Emails - Taming the Beast

Apple without images on emails

HTML Emails can be a nightmare when there are so many different email services, and all seems to operate and render emails quite differently from each other.

Here is an article that should help ease the process

Read the Article - HTML Emails - Taming the Beast