Jquery is most powerful javascript framework and which is used widely. WordPress is most powerful and famous cms in the world. When you are using the jquery in wordpress that time you need to keep in mind some issues. Many … Continue reading
Category Archives: JavaScript
100+ jquery and CSS techniques and Tips and tutorials
100+ jquery and CSS techniques and Tips and tutorials Galleriffic Photo Zoom Out Effect with jQuery Interactive Photo Desk with jQuery and CSS3 In this little experiment you will create an interactive photo desk that provides some “realistic” interaction possibilities … Continue reading
jquery tips for wordpress theme developers
All web developers know about jquery. May be all of us know or heard about jquery. Jquery is javascript open source library. WordPress itself uses the jquery library for long time but many developers does not know about that. Because … Continue reading
substr not working in IE browser – issue solved
substr() javascript method extracts the characters from a string. Here is working example for substr function. This function works with following browser. Firefox Safari Opera google chrome There is issue with IE browser. Do not use the substr javascript method … Continue reading
Fadein and Fadeout effect through javascript
Many times we need the fadein and fadeout effect using javascript. But many developers go for jquery for using the simple fadein and fadeout effect. I suggest not to Jquery and Use following code for effect. This is very minimal … Continue reading
Really Simple History – History for Ajax
Ajax (pronounced /ˈeɪˌdʒæks/) (shorthand for Asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background … Continue reading
JavaScript/CSS Compression
Many times we are searching for Javascript and css compression. Few days before i was searching for Jquery JS library compression. Yes there is compressed version available but i want to make some changes in JS files as per my … Continue reading
Drag & Drop Sortable Lists through JS
In 2007 I written this post and again I am publishing this post. Various implementations of Drag & Drop sortable lists using JS and CSS. “In Web applications I’ve seen numerous — and personally implemented a few — ways to … Continue reading
popup slide effect with only javascript
If you want the nice slide animation effect with javascript. you can use following javascript. Here I am not using any third party javascript library for creating the slide effect. For In page popup slide effect you can use following … Continue reading
minimize, restore, maximize and hide functionality with javascript without using jquery
Many times we need to minimize and restore functionality for our in page pop-up. In This article I will show how to achieve the minimize and maximize and restore functionality with javascript. I you want the minimize functionality for your … Continue reading


