Archives
Blogroll
Recent Comments
Here are a few scripts I discovered in the past week or two which I have deemed as neato or cool. gvChart – jQuery plugin for Google Charts url: http://www.ivellios.toron.pl/technikalia/demos/gvChart/ I am amazed how little configuration is needed for cool … Continue reading
Here is a quick tip on on building an ajax delete page in php and mysql with a bit of jQuery to handle the ajax. We will assume you have some list of entries in a database and that you … Continue reading
It seems that the speed of your website is becoming more paramount these days. Google is even using it in your website rankings. So how do you make your website faster? Well it is really a balancing act between features … Continue reading
Quick tip: You can specify absolute urls in tinyMCE quite easily. document_base_url : “http://yoursite.com”, absolute_urls : true I am sure this is an RTFM but I did not see anywhere exactly where it was. I have been using this with … Continue reading
I am just starting some basic iphone web development. If you like jQuery this is a great mobile phone framework. I will try and post some updates here in the next few weeks. If you have an iphone or if … Continue reading
Font replacement aka dynamic text replacement has been around since 2004. I did not start using it till late 07 but lately it seems to be a hot topic again. Mostly because it has become a lot easier to implement I believe and SEO has become more prevalent. Continue reading
Want to learn jQuery. I am working in partnership with multiple people on building a one stop shop for learning jQuery for beginners. Continue reading
Using jQuery and ajax can be tricky if you need to get urls with parameter in them. You need to be smart when you pass a url so make sure to encode the url. update: August 2010 Don’t use the … Continue reading