You’ve probably already heard about Meteor, it’s been around for a few years now and has a stable release (1.2) available. But if not… In a nutshell – Meteor is a JavaScript framework which exposes an API for both client and server. So you can write your front-end and back-end all in JS. It’s built […]
Category: ajax-basics
Ajax Basics
Since our website was started, there’s been many great JavaScript related websites come and go. We thought it would be nice to compile a list of the some of the best and coolest JavaScript website around today (I admit, most of these have been around for a while, but they are truly awesome). JSFiddle Probably […]
After 4 years of the same wordpress theme, I decided it was time to bring in the 2011 with a new look Ajax Tutorial website.
It took just a few hours looking at the free wordpress themes available, then I found this one. I liked it instantly. Hopefully you will like it to. So far, I’ve made very slight modifications.
In this post I’m going to explain how I usually set-up a simple PHP website, from scratch. This is part one of two. Brief summary of the main steps involved. 1. First we will create the HEADER – this will be the area occupying the top of the page, and will include the logo and […]
Basic Ajax usage with jQuery
In this article we will be talking about the basic usage of Ajax with jQuery 1.4.2 production (24KB, Minified and Gzipped).