Posts Tagged ‘tutorial’
jQuery - Javascript Made Easy - The Web Squeeze
Posted by Administrator in jQuery on January 27th, 2009
jQuery is an extremely lightweight JavaScript framework that makes deploying client side web applications quick and easy. The base package has only what it needs and this tutorial gives you a good look at what jQuery can do for you. …
See the original post:
jQuery - Javascript Made Easy - The Web Squeeze
SiteGale | » New Ajax tutorial: Live user validation
Posted by Administrator in ajax on January 27th, 2009
This is the ‘ ajax ’ file as it were, it contains all the code needed to get the data from the form in instant time, send it to the PHP file and get the end result from the PHP File. It will also check whether the user has ajax enabled on …
View original here:
SiteGale | » New Ajax tutorial: Live user validation
Element 'in view' Event Plugin
Posted by Administrator in jQuery on January 27th, 2009
Nice jquery 1.3 plugin, to allow you to assign an event when a element comes within viewable area
Original post:
Element ‘in view’ Event Plugin
The Power of WordPress and jQuery: 30+ Useful Plugins & Tutorials
Posted by Administrator in WordPress, jQuery on January 27th, 2009
There is one such plugin, built around the Mootools library, but in this tutorial you will learn how to do this using jFlow jQuery plugin. It will also automatically scroll. Of course, this can easily be modified to use the navigation …
Go here to see the original:
The Power of WordPress and jQuery: 30+ Useful Plugins & Tutorials
Everything You Need to Get Started With CodeIgniter - NETTUTS
Posted by Administrator in CodeIgniter on January 27th, 2009
CodeIgniter is a web application framework for PHP. It enables developers to build web applications faster, and it offers many helpful code libraries and helpers which speed up tedious tasks in PHP. CodeIgniter is based on a modular design; meaning that you can implement specific libraries at your discretion - which adds to the speed of the framework. This tutorial will attempt to show you the basics of setting up the framework, including how to build a basic hello world application that uses the MVC approach. Why a Framework? Frameworks allow for structure in developing applications by providing reusable classes and functions which can reduce development time significantly. Some downsides to frameworks are that they provide unwanted classes, adding code bloat which makes the app harder to navigate.

Read more from the original source:
Everything You Need to Get Started With CodeIgniter - NETTUTS
Basic AJAX Tutorial: Smooth Scrolling Text Marquee with a jQuery …
Posted by Administrator in ajax, jQuery on January 27th, 2009
This tutorial covers: What is a plugin? Installing a plugin The jQuery Marquee plugin Implementing the jQuery Marquee plugin What is a plugin?
Read the original:
Basic AJAX Tutorial: Smooth Scrolling Text Marquee with a jQuery …
Assorted GARbage» Blog Archive » Moving Pictures : A JQuery …
Posted by Administrator in jQuery on January 24th, 2009
At the recent Adobe MAX conference in San Francisco, I had the pleasure to show off Dreamweaver CS4 and it’s improved support for Ajax in the Day 2 keynote. In addition to continued support of the Spry Framework for Ajax, Dreamweaver CS4 also now provides the ability to add jQuery, YUI and MooTools web widgets to your pages. This ability, combined with the new Live Preview and Live Code features, means that you can see and style these widgets without needing to run to the browser. In fact, due to these enhancements, lots of folks who had even “given up” on Dreamweaver in favor of hand-coding are taking another look.
Here is the original post:
Assorted GARbage» Blog Archive » Moving Pictures : A JQuery …
Simple AJAX - PHP and Javascript | Switch on the Code
Posted by Administrator in PHP, ajax on January 22nd, 2009
With AJAX you don’t need to refresh a page to get information from the server. You can call server pages and get the response, all with Javascript. In this tutorial I will show you the most basic way to get a response from a PHP script. …
Read the original:
Simple AJAX - PHP and Javascript | Switch on the Code