Different techniques to join array of objects in javascript.
Code Snippets
Convert Editable DIV into a Text Field
Simple technique to convert a div element into a textfield or textarea in HTML.
How to convert a JavaScript String to lowercase
Function to convert javascript string to lower case
Swipe detection for android-ipad device using jQuery mobile
Here is the most simple script to detect the browser swipe feature using jQuery mobile for android and iPad devices. of course, we can work …
How to install addons offline in Mozilla firefox
First, You need to go the download page of the addons that you want. rightclick on the download button and save link as in the …
Page scroll for ipad-android device using javascript-jquery
In the last post, we had written about swipe detection using jQuery mobile. We are really inspired by the iPad page scroll UI, it looks …
Simple jquery image gallery script
Let’s see a jquery image slider code with image titles or a jquery carousel slider example. jquery image slider code features Ok, let’s start… After …
How to create a jquery plugin
Let us create a simple “jquery circle plugin”. create a div in your index page, this is our div element which animates later as a …
How to create a jQuery plugin with options
Check out the previous tutorial on how to create a simple jquery plugin. Now let’s learn a bit jQuery plugin tutorial with some advanced skill. …
PHP IMAP Script to Read Outlook Email Inbox
Here is a simple PHP script to read the email inbox. This code also contains PHP script to read an outlook inbox mail received from …