Archive for the ‘Javascript’ Category

OO Javascript Inheritance

Tuesday, February 27th, 2007

for basic Javascript inheritance check out:

http://www.webreference.com/js/column79/

for an advanced method, check out:

http://www.sitepoint.com/blogs/2006/01/17/javascript-inheritance/

these are both excellent articles/tutorials, especially the sitepoint article …which uses a function call (that looks very much like a hack, but isn’t…) to assosiate subclass and superclass and ‘inject inheritance…’ (uses regex)

Happy reading!!

OO Javascript

Saturday, February 24th, 2007

Learn more about Object-based (or Prototype-based) Javascript:

http://www.sitepoint.com/article/oriented-programming-1

For a basic tutorial on creating objects in JS see:

http://www.javascriptkit.com/javatutors/object.shtml

For a list of the objects already included in JS see:

http://www.devx.com/projectcool/Article/19993

AJAX Tutorials

Monday, February 5th, 2007

For everything you every wanted to know about AJAX

follow these links:

first stop:

http://www.w3schools.com/ajax/ajax_intro.asp

Now the real-world stuff:

AJAX Client-Server Communication Tutorials
Alternate Ajax Techniques, Part 1

Dynamic HTML and XML: The XMLHttpRequest Object

Guide to Using XMLHttpRequest

Make asynchronous requests with JavaScript and Ajax

Instant Tutorial

Advanced Requests and Responses in AJAXR

AJAX Drag and Drop Tutorials
Fun with Drag and Drop with RICO

Drag & Drop Sortable Lists with JavaScript and CSS

Building a Drag-and-Drop Shopping Cart with AJAX

AJAX Form Tutorials
Accessible Forms and Unobtrusive Javascript

Submit a form with Ajax

Niceforms

AJAX File Uploader Tutorial
Better File Uploads with AJAX and JavaServer Faces

AJAX Framework and Toolkit Tutorials
AJAX Tutorial with Prototype

Learn xajax in 10 Minutes

Using Ajax with PHP and Sajax

Developer Notes for prototype.js

AJAX Getting Started Tutorial
AJAX:Getting Started

AJAX Image Gallery Tutorial
Ajax: What is it Good For?

AJAX Keyword Suggest Tutorials
How to create the Google Suggest feature with ASP.NET 2.0

Creating an Autosuggest Textbox with JavaScript, Part 1

AJAX Live Search Tutorials
HOWTO: Animated Live Search / Ordered List

Live search explained

AJAX Rounded Corner Tutorials
Rico rounded corners without all of Rico

AJAX Sorting Tutorial
Make all your tables sortable

AJAX Tabbed Pages Tutorials
Building Tabbed Content

Make an AJAX Website in Less than 10 Minutes

Very Dynamic Web Interfaces

AJAX Design Patterns

Beautiful JavaScript-Powered Pages


From a round up of 30 Sites by Max Kiesler