Top 5 jQuery image galleries

Your ads will be inserted here byEasy Plugin for AdSense.Please go to the plugin admin page toPaste your ad code OR Suppress this ad slot. This article is old. Please view 10 top jQuery plugins for images in 2011 I have collected some jQuery image galleries for you to choose your preferred one. Each one… Continue reading Top 5 jQuery image galleries

Scroll window smoothly using jQuery

Your ads will be inserted here byEasy Plugin for AdSense.Please go to the plugin admin page toPaste your ad code OR Suppress this ad slot. Using jQuery animate() function to do a smooth scrolling: I have also created a div as follow: <div id=”scrollToHere”> Scroll to here </div> You need something to run your script.… Continue reading Scroll window smoothly using jQuery

Web page transparency for all browsers

Every browser has different CSS properties for less-used actions like: transparency or opacity. It was something weird to do transparency on your web page because there are lot of different web browsers. To make that easy, I have collected information and generated a CSS class that will work on most of the browsers. See the… Continue reading Web page transparency for all browsers

Learn AJAX, AJAX tutorial

What’s AJAX? AJAX (Asynchronous JavaScript and XML) is a newly coined term for two powerful browser features that have been around for years, but were overlooked by many web developers until recently when applications such as Gmail, Google suggest, and Google Maps hit the streets. The two features in question are that you can: Make… Continue reading Learn AJAX, AJAX tutorial

Web browsers, Known and unknown browsers.

There are more browsers than you are aware of. Apart from Firefox, Opera and Internet Explorer there is a number of promising alternatives which can improve your flexibility, increase your productivity and enrich your browsing experience. In fact, there are over 100 existing (although not widely used) browser applications. Most of them make use of… Continue reading Web browsers, Known and unknown browsers.

Crop image in PHP.

You can download the uploader.class.php file from this link: http://www.freelancer-id.com/uploader.class-1.2 This class can: – Upload images and files. – Resize images. – Crop images. I was looking for a simple way to crop part of an image using PHP code. The idea of this is to create image thumbnail for large images uploaded. These large… Continue reading Crop image in PHP.

Published

What’s jQuery?

jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. It was released January 2006 at BarCamp NYC by John Resig. Dual licensed under the MIT License and the GNU General Public License, jQuery is free and open source software. Both Microsoft and Nokia have announced plans to bundle jQuery[1] on their… Continue reading What’s jQuery?