In this tutorial we learn 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.
All posts in PHP
Detector : PHP & JavaScript based browser and feature-detection library
Detector is a simple, PHP- and JavaScript-based browser- and feature-detection library that can adapt to new devices & browsers on its own without the need to pull from a central database of browser information.
Detector dynamically creates profiles using a browser’s (mainly) unique user-agent string as a key. Using Modernizr it records the HTML5 & CSS3 features a requesting browser may or may not support. ua-parser-php is used to collect and record any useful information (like OS or device name) the user-agent string may contain.
With Detector a developer can serve the appropriate markup, stylesheets, and JavaScript to a requesting browser without being completely dependent on a front-end-only resource loader nor a browser-detection library being up-to-date.
Tweet to Unlock with jQuery & PHP
In this tutorial article, let’s create simple “Tweet to Unlock” feature for your web page using jQuery Ajax and PHP.
Events are triggered when user successfully tweets the page, to capture some information from Twitter, we can add a “listeners” to the actions users perform in Web Intents. Once we know the user has Twitted the page, we can make an Ajax request to a PHP file, which will respond to this request by sending the unlocked data to user browser. Here’s complete code example of a page which has some content to be unlocked by Twitting.
Facebook Style Video Url Expander with jQuery & PHP
Today I am going to share facebook style url expanding videos using jQuery & PHP. This script will take Youtube, Vimeo, SoundCloud, Metacafe, & Dailymotion video url as input and it will return a video as output with automatically fetch the title & description of the respective video.
Facebook Like System with Jquery, MySQL and PHP
Facebook like system is one of the best implementation in social network systems, may be in future based on like data Facebook going to launch semantic search engine. In this post I have explained how to implement like/unlike system database design and web implementation with PHP and jquery.
CRUD with PHP and jQuery for a Better User Experience
We already have a PHP CRUD tutorial in this blog and now we are going to add some AJAX functions to it with the help of jQuery. This will enable smoother user experience and faster loading of page data because your whole page won’t have to refresh every time.
This tutorial will only focus on creating, reading, updating and deleting records from a MySQL database with the help of PDO and jQuery.
Crawl Web Pages In PHP And jQuery
You All know Google used to crawl web pages and index them into there database of millions and trillions of pages they use a great software called spider to perform this Process this spider will index all the web pages in the internet with great speed like the same way i coded out a simple mini web crawler crawls the specific webpages and get out there links and displays it, i used PHP and Jquery to perform this actions when a people types the url and clicks crawl the software crawls the whole web page and displays the link present in it and you can see the demo here and download the script for free
jQuery Contact Tabs Plugin
A jQuery form generator for creating unlimited slide-out or static contact tabs containing AJAX powered customised forms. Plugin includes 12 different form elements and client-side validation.
Both “light” and “dark” skins available. Add multiple tabs, each with its own custom form or use the built-in default standard contact form. All form HTML and styling generated by the plugin.
Features:
- Create custom forms with 12 different form elements
- Submit form via AJAX
- Display either using slide out tabs or static tabs in your page content.
- Fully flexible positioning.
- Position sliding tabs relative to browser window or within the page content.
- Includes validation options for form input
- Includes both light & dark skins
- Includes sample PHP file for sending email via PHP mail or SMTP (using PHP SMTPClient class)
- Option to load open for slide out tabs.
- Control order of tabs & select default tab on page load.
- Show/hide slide out tabs or change active contact tab using external links.











