November 13th, 2008
jQuery has surely made my life easier. I have been trying out both Prototype & jQuery for a couple of days now and for some reason, I find jQuery a lil easier compared to Prototype Javascript Library. Although Prototype is a much powerful library (according to me), jQuery is just too simple
. Anyways I will show you a simple effect which you already must have seen in many places.
Demo : The Category section in the sidebar in this site.
EDIT : Added Collapse All, Expand All Code as well
July 22nd, 2008
Hey guys,
You might be wondering where the hell are the Rails Tuts ! But before that, some of you might have read the Tutorial : Introduction to AJAX with PHP, if you think coding AJAX is tough, think again ! Recently I have been doing a lot of research about different javascript frameworks which will help me ease AJAX and I came across JQuery and Prototype. It seems they were very commonly used by lot of people. Not only that, these frameworks, besides just providing AJAX they have a lot of cool features. So I decided to explore them.
This post explores some neat tricks I could do using jQuery ! So read on guys if you wanna learn
Index
July 17th, 2008
Hey Everyone,
I have been busy lately, but that ain`t gonna stop me from writing tutorials ! Anyways I had promised a Ruby on Rails tutorial, I am working on that, I am trying to make it as descriptive as possible, but before I post that, a lot of people asked me what is AJAX, how to integrate it with PHP/MySQL etc ? Well guys, This tutorial is dedicated to you all !
Along with answering all your queries, I will be teaching you how to make a simple application in PHP/MySQL using AJAX.
Index
Required : Some basic knowledge in Javascript, HTML.