AJAX

TwitterFacebook
Get flash to fully experience Pearltrees
http://cssglobe.com/simple-way-to-random-display-or-rotate-content-using/

Simple Way to Random Display or Rotate Content Using JavaScript and CSS

In a project I did recently there was a need for randomly displayed content in form of one of those "Did you know" tips. There were 8 to 10 paragraphs of text and client wanted to display just one randomly chosen. Since that was the static site I decided to go with front end solution. I am aware that there are many more elegant back-end solutions but read on and you’ll see that there are advantages to this as well. Download the script files

Create a Realistic Hover Effect With jQuery | Blog and Web Design Portfolio of Adrian Pelletier

http://www.adrianpelletier.com/2009/05/31/create-a-realistic-hover-effect-with-jquery-ui/ F or one of the projects I’m currently working on with Rareview , we wanted to add a rising hover effect to a set of icon links. Using jQuery’s animate effect, I experimented with icons that have reflections and others with shadows. Here is a demo with two examples:
http://graphicalerts.com/best-jquery-tooltip-plugins-demos-tutorials-examples/

21 Best jQuery Tooltip Plugins, Demos, Examples & Tutorials

57ebcce7e0833e02c9706e072ceafd06 98 Today we are posting some attractive, Handy and useful jquery Tooltip plugins for your new projects. If the tooltip is being used appropriately, it can improve our site’s user friendly level, and also save us a lot of spaces. What is Tooltip ?
FILE UPLOAD

Like the article? Be sure to subscribe to our RSS feed and follow us on Twitter to stay up on recent content. jFormVal JFormVal is a newest jQuery Plugin for form validation. The plugin supports many ways to validate the form in just one line code. If you are working on a multi languages web site project, you definitely love it because it comes with a bundle for error messages in different languages. http://aext.net/2010/08/jquery-plugins-to-change-the-look-and-feel-of-your-website/

30+ Brand New jQuery Plugins To Change the Look and Feel of Your Website

Watch Watch Enabling the Back Button screencast ( Alternative flash version ) QuickTime version is approximately 50Mb, flash version is streaming. View the demo used in the screencast http://jqueryfordesigners.com/enabling-the-back-button/

Enabling the Back Button

AJAX - Noupe

10 AJAX-based & PHP WebMail Clients For a Great User Experience Employees need to access their email from wherever they happen to be – on the road, at customer sites, remote offices, and at home. WebMail clients allows receiving and sending email messages using POP3 and SMTP protocols through both local and remote mail servers. Providing secure filtering of unsafe content while viewing HTML-formatted email messages. WebMail clients can operate under different popular web platforms (PHP, ASP.NET, ruby on rails, java). http://www.noupe.com/category/ajax
<p class="noscript">This website requires Javascript enabled in your browser to function properly.</p> Overview Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. http://www.electricprism.com/aeron/calendar/

Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements

Installation Simply include src/jquery.suggest.js in your HTML and you are good to go. npm

jQuery.suggest plugin

http://polarblau.github.com/suggest/

Live Table Edit with Jquery and Ajax

I love Jquery framework, feels that we can do awesome things. Let’s take a look at how to implement live table edit with Jquery and real time database update using Ajax. This is an interesting concept playing with DOM objects. You know that majority of readers had requested this tutorial, hope you guys like it! Download Script Live Demo http://www.9lessons.info/2011/03/live-table-edit-with-jquery-and-ajax.html
Description: Creates DOM elements on the fly from the provided string of raw HTML. Creating New Elements If a string is passed as the parameter to $() , jQuery examines the string to see if it looks like HTML (i.e., it starts with <tag ... > ). If not, the string is interpreted as a selector expression, as explained above.

jQuery API

http://api.jquery.com/jQuery/

jQuery page scrolling

Over a year ago I wrote an article on scrolling a page using Prototype, just to update things here I’m going to run through scrolling a page using jQuery and the animate() function. Automated page scrolling is useful in many cases. A good example of this technique can be found in the personal project i worked on a few months back ‘We Deliver’ which you can find here . The page scroll in this project was particularly important as it’s a single page site in that all the content and animation happens within a single user experience. The Code

JQuery- Auto Refresh Div Every X Seconds

I’ve recently been working on a e-commerce site (online store) for a client. One of the features required was to show the most recently viewed items on the homepage. For that to work, I need to write a script to query a DB every 10secs or so. Youtube actually has something similar, where on the homepage they display “videos that are being viewed now”. I don’t know how they do, but this is how I do it… Obviously it’s an AJAX affect; as always, I’ll be using the JQuery library (my personal favourite).
Learn how to earn $125 or more per hour as a freelancer - Click Here In this post we have collected 28 fresh and useful jQuery tutorials. If you like jQuery tutorials you might also want to check out some of our previous posts below. Enjoy! 20 Useful jQuery Slider Tutorials 25 jQuery Tutorials for Improved Navigation Menus

28 Fresh jQuery Tutorials - Web Design Blog – DesignM.ag

With 2011 a little over half over it’s the right time to look at, and uncover, the current trends of web design and development. It’s sure been a helluva ride for jQuery and it’s growth just doesn’t stop. With more than 40% of websites using jQuery now it’s no longer possible to ignore this efficient, powerful and lightweight tool. jQuery gives developers the chance to enrich websites with amazing elements without the need to write dozens of lines of code. This article presents 50 advanced, cutting-edge yet simple jQuery plugins that will enhance your web experience drastically. 1. jbar

50 New And Crazy Cool jQuery Plugins From Year 2011

Although CSS3 @font-face is supported by most major browsers (IE, Firefox, Chrome, and Safari), but not all. When it doesn't, your custom fonts might break the layout or come out with undesired results. In this article, I will explain the common issues with using custom fonts, picking the matching fallback web safe fonts, and how to create a perfect fallback font style with Modernizr . Common Mistake One common mistake that most people make when implementing custom fonts is not specifying the fallback fonts or picking the wrong fallback fonts. Web Safe Fallback Fonts

CSS3 @font-face Design Guide