PHP/jQuery Todo List Part 2

December 8th, 2008 / By admin / 8 comments

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…

PHP + jQuery Todo List Part 1

December 3rd, 2008 / By admin / No comments

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…

Top 5 PHP Resource Websites

November 30th, 2008 / By admin / No comments

PHP is a very vast language. It’s hard to say that you’ve mastered it. For example, do you know how to crop an image using GD and process web requests with XML-RPC off the top of your head?…

jQuery In Action

November 20th, 2008 / By admin / No comments

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 beginners. They…

Fedora 9 Package Management

November 20th, 2008 / By admin / No comments

Fedora 9 includes the new package manager called Package Kit. It aims to be the package manager for your system, as it can install apts, slackware packages,rpms and many other file formats. I booted into it and noticed 2 things.…

Layout and UI Designer

November 20th, 2008 / By admin / No comments

A stumbled across an amazing online app, meant to be like a CAD im guessing but then i realised the different things it could be used for. Project Draw gives you a grid to start off with, you…

More jQuery Effects

November 20th, 2008 / By admin / No comments

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 dynamic! You…

jQuery UI

November 20th, 2008 / By admin / No comments

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 boxes which you can drag, drop and…

jQuery Menu Roundup

November 19th, 2008 / By admin / No comments

“Whats a good jQuery menu?” is a question I hear quite frequently on blogs and forums. As jQuery is such a simple language to learn, most people code their own for their own sites. I’ve compiled a list of 3

PHP Coding Standards

September 27th, 2008 / By admin / No comments

Coding standards is a very important thing in web development. Code must be formatted in such a way that everyone can read it. Although you start a project on your own and don’t imagine anyone else seeing the source, there…

Categories