Monthly Archives: October 2007

Jquery & Javascript Tools Conflict

Yesterday, I have installed Javascript Tools 5x module in Drupal. After that I failed to upload files. I tried about an hour with many alternatives. Finally after disabling Javascript Tools, file uploading was ok again.

So far I know, Drupal upload files using jquery. so most probably jquery & javascript conflict with each other.

:( Continue reading

Posted in Scripts, Troubleshooting | Tagged | Leave a comment

Easiest way for Image Preloading

Image pre-loading is almost an essential task in dynamic website. Its specially needed for Ajax powered website. Suppose, you want to show a loading image while getting contents from server after user clicks any button/link. In this case, if the image is not preloaded, the loading image and server result may come at same time. So what is the benefit of showing the loading image if the user can’t see it while the content is loading?

One may preload images using javascript, which may not easy for novice developer. But I got an easy way. here is the way:

Continue reading

Posted in Tutorial | 3 Comments

Simple Ajax Feedback Form

This is a very simple ajax feedback form. just download the zip, extract, change two variables in the contact.php page.

You are ready to upload files in server. Just upload, your ajax feedback form is ready. Enjoy receiving feedback from visitors :-) Continue reading

Posted in Open Source, Scripts | Tagged | 14 Comments