Extract URL content like Facebook with PHP and jQuery
You may have seen Facebook’s technique that extracts content of remote URL when a user types a URL in the status text-box filed. In this article, we will try to create a similar type of Ajax based URL content extractor using jQuery and PHP.
10 Top Most Powerful jQuery Slideshow Plugins
The jQuery developer community has to be one of the most generous and hardworking groups of people on the web. Sensitive web design has become part of websites nowadays as it plays a crucial role in improving the visibility of the products and services online. There are many jQuery plugins that can be used in enhancing websites, regardless of the user-friendly, or easy to use. So many that it can be frustrating and confusing to select as to which jQuery plugins should be used for your benefits.
Creating Multi Level Dropdown Menu CSS & jQuery
I’ve been playing with a layout that needed an good looking dropdown menu, so I’ve decided to create one myself, and also created this tutorial, hopefully it will prove to be useful to those who needs similar drop down menu. We will be creating 3 level sub menus in pure CSS, it should work without any JavaScript, and at the end we will add jQuery for that sliding effect.
Auto Load More Data On Page Scroll (jQuery/PHP)
In previous article – Loading More Results (jQuery/PHP), the records are loaded when the users clicked on “Load more Data” button, which is great but how about loading database records automatically when user scrolls down to the bottom of the page? The technique can be seen in Twitter, Facebook and several other websites. Let’s use examples from previous article, with some modification we can create Ajax based auto loading script, which loads records when user scrolls to bottom of the page.