- ajax (2)
- auto-resize (1)
- before-after (1)
- css3 (1)
- drag-n-drop (1)
- file-uploads (1)
- flash (1)
- forms (1)
- Google Maps API (1)
- hover (1)
- jQuery (1)
- lists (1)
- menus (1)
- methods (1)
- mysql (1)
- news (2)
- pagination (1)
- panels (1)
- php (2)
- plugins (4)
- sitemap (1)
- sliders (2)
- slideshows (1)
- style-switchers (1)
- test (1)
- tips (1)
- toggle (1)
- tooltips (1)
- wordpress (1)
Today, we’d like to announce that we’ve moved the Official jQuery Podcast off the jQuery blog and onto it’s own site at http://podcast.jquery.com. We felt that with a weekly blog post for each [...]
The jQuery Project is very excited to announce the jQuery Conference 2010: Boston on October 16-17, 2010. The conference will be held at the Hilton Boston Logan in Boston, Massachusetts. The best [...]
Mobile web development is an emerging hot topic in the web development community. As such, the jQuery Team has been hard at work on determining the strategy and direction that the jQuery Project will [...]
Pagination with jQuery, MySQL and PHP
Srinivas Tamada over at 9Lessons comes through with yet another concise, no-frills tutorial on how to implement pagination with jQuery, MySQL, and PHP. As is custom at 9Lessons, the tutorial is aimed at those who already familiar with the fine art of web development and focuses on providing only the code required to get things done. As they say on the big screen, “just the facts, ma’am.”
This highly useful tutorial includes the following components:
- Database configuration (table creation)
- JavaScript code
- Three PHP scripts
- And some CSS
Looking at the demo, everything looks nice and tight — a good implementation of Ajax-style functionality for pagination.
Note that this technique does no degrade gracefully — JavaScript is required in the user’s browser for pagination to work.
Simple Ajax Website with jQuery
Tutorialzine provides a nice tutorial on how to make a simple Ajax website with jQuery. The tutorial is aimed at creating a site with four pages that each use Ajax to load dynamically. The demo shows the final result of the tutorial, which is essentially a menu bar with four links to the four pages. Each page then loads when the user clicks on its associated link. Pretty cool, but the demo does not seem to degrade gracefully. That is, when the user doesn’t have JavaScript enabled, the pages do not load (at least in my tests).
The tutorial is divided into four straightforward parts:
- The XHTML
- The CSS
- The jQuery
- The PHP
Everything is explained fairly well in the tutorial — not a lot of theory, just what you need to build the site.
download the latest version
learn more about jQuery
Use jQuery and the Google Maps API to create your own map application.
Super cool and easy way to get stylish tooltips with jQuery.
The right way to include the jQuery library in WordPress.