home

Category Archives: jQuery

jQuery Scripts Google Charts & fancyForm

Jul 8th

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

read more View Comments

simple jQuery ajax delete with confirmation

Jul 5th

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

read more View Comments

website performance tips in wordpress

Jun 25th

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

read more View Comments

TinyMCE Absolute Urls

Jun 25th

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

read more View Comments

iphone web development

Feb 22nd

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

read more View Comments

Font Replacment

Dec 10th

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

read more View Comments

jQuery Journal

Oct 13th

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

read more View Comments

jQuery and urlencode / decode

Jun 29th

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

read more View Comments