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
Category: Uncategorized
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.
Make your website faster with Google tips
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. Inside the Let’s make the web faster website, Google is sharing the tips & tutorials for better performing web pages like: HTTP Caching, PHP performance, Javascript optimization and more. Besides… Continue reading Make your website faster with Google tips
New and Easy Gallery for jQuery
In Thursday, July 29, I have published a new jQuery gallery plug-in named as Easy Gallery. This gallery is easy to be used and has a simple code. Not talking too much about it, i will provide you with all links available. But let me tell you how does this gallery work: The HTML code… Continue reading New and Easy Gallery for jQuery
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:
Image lightbox (imageflow) and image enlargement with Jquery
While I was looking for a way to make a good lightbox with Javascript, I found a better way to do that. A simple code with a absolute result. I used many ways to create this lightbox or as some people call “Image Flow”, but this way is a better way in my openion. I… Continue reading Image lightbox (imageflow) and image enlargement with Jquery
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?