Quantcast
Browsing latest articles
Browse All 10 View Live

jQuery UI

For those of you with no jQuery background what-so-ever, jQuery UI is a series of user interface (UI) enhancements made in Javascript. These range from tabs (which also support ajax loading), to dialog...

View Article


More jQuery Effects

With the arrival of jQuery UI 1.5 i was browsing its’ wiki pages and learning all of the API. I came across the jQuery UI wiki page, its essentially more jQuery effects except these ones are alot more...

View Article


Image may be NSFW.
Clik here to view.

jQuery In Action

In an attempt to sharpen up my jQuery, i purchased the book jQuery in Action by Bear Bibeault and Yehuda Katz. Reading through the book, i could see that the first few chapters were obviously aimed at...

View Article

PHP + jQuery Todo List Part 1

This is part 1 of a 2 part series on making a Todo List with PHP and enhancing it with jQuery’s AJAX In this two part series I’m going to show you how to make a simple to-do list in PHP, and then...

View Article

PHP/jQuery Todo List Part 2

This is part 2 of a 2 part series on making a Todo List with PHP and enhancing it with jQuery’s AJAX In part 1 of the tutorial, we covered the PHP and MySQL side of things. In this part we will be...

View Article


Increase Development Speed With jQuery

As we all know jQuery is a very small language. Not only is the file size of the jQuery library small, but the amount of code you need to write to achieve something is also very small. Because of this...

View Article

Other jQuery Uses

We traditionally think that jQuery’s selector engine can only select elements/information off of the document that we are working on. And AJAX’s only use is to process web forms without the page...

View Article

Image may be NSFW.
Clik here to view.

No IE6 support on new W3C website?

W3.org is overhauling its website in order to make it more user-friendly and quiet people who used to wonder (including me) why the administrator body of web have such dull, flat, unorganized and old...

View Article


Dual form processing

Recently, a client of mine wanted a single web form, residing on the localhost to submit the form contents to a database in the localhost, and as well as to a web server simultaneously. Although this...

View Article


Image may be NSFW.
Clik here to view.

Codemirror – javascript syntax highlighting

CodeMirror is an on the fly syntax highlighting engine, written in Javascript. Like CodePress (the syntax highlighter used in the latest version of wordpress for editing plugins), it can highlight many...

View Article
Browsing latest articles
Browse All 10 View Live