Thinking, the right way

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. Introduction To come up with a new idea 💡 or finding a solution for a problem ✓, you start thinking 🤔. Most of time, you end up with a dead-end… Continue reading Thinking, the right way

Drag and Drop with jQuery for Touch Devices

In the last post: Drag and drop with HTML5, i explained how to drag and drop using HTML5 and Javascript (jQuery). I mentioned that touch devices such as iPhone, iPad, BlackBerry, Samsung…. etc, does not support HTML5 Drag and Drop features.

Now, in this post, i want to explain how to make Drag and Drop possible for all devices. Before we start, you must know that it’s all about Javascript.. And i will use jQuery library while i am familiar with it and it simplifies writing javascript.

More about jQuery AJAX

jQuery made AJAX simple by using .ajax() function. The syntax for this function is: $.ajax( /* properties */); Now let me explain what properties we can use in this function. First, I would like to tell you what basic (standard) options for .ajax() as follow: Properties: – url: String /* The URL to send the… Continue reading More about jQuery AJAX

Top 5 jQuery image galleries

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 is working in different way than the other. Here is the list of the top 5 jquery image galleries:

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.

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?