Making an AJAX Web Chat (Part 2) - CSS and jQuery
In part two of this two-part tutorial, we will be creating the jQuery and CSS front end of our AJAX Web Chat.
In part two of this two-part tutorial, we will be creating the jQuery and CSS front end of our AJAX Web Chat.
Today we are making a feedback solution. Powered by jQuery, PHP and the PHPMailer class, this form sends the users' suggestions directly to your mailbox.
This time, we are making a progressively enhanced HTML5 slideshow with the new canvas element and jQuery, which is perfectly functional in older browsers as well.
Inspired from the need for an easy way to choose the winners of Tzine's giveaway, this week we are making a dedicated randomizer jQuery app, which features a slick fullscreen interface.
Here we are using Google's AJAX Search API, to create a custom search engine, with which you can search for web results, images, video and news items on your site.
This time we are going to create an animated 404 page, which will make the experience of running into the notorious 404 error a lot less frustrating. You can also easily modify and improve it.
In this tutorial we are making a feature suggestion app with PHP, MySQL & jQuery. With it your website visitors can request features, vote and give feedback for your site.
In this tutorial, we are making a dynamic FAQ section. The script, with the help of jQuery & YQL, will pull the contents of a shared spreadsheet in your Google Docs account, and use the data to populate the FAQ section with content.
In this tutorial, we are using jQuery UI's autocomplete widget, to build a simple AJAX movie search form. The script is going to use TheMovieDatabase.org's free API, to provide auto suggestions against a vast database of movie titles.
If you've ever dropped by Behance, you've probably noticed their appreciate badge, with which you can show your appreciation for somebody's creative work. In this tutorial we are making an improved version, which you can include in every page of your site with a bit of jQuery magic.
Today we are going to make a jQuery plugin which uses YouTube's chromeless player, and creates our own set of minimalistic controls, which allows for perfect integration with your designs. The supported controls include a Play/Pause/Replay button, and a clickable progress bar.
In this tutorial we are going to write a simple jQuery tooltip plugin. It is going to convert the title attributes of elements withing your page, into a series of colorful tooltips.