Archives
Blogroll
Recent Comments
I first heard this on the big web show and it was very eye opening. (Sorry that was bad.) Sunni explains how learning, while doodling at the same time, can help you retain 30% more than just writing notes in … 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 saw this on Scott Robbin’s blog who was at wordcamp chicago. He did a brilliant post on front end optimization. I will post my thoughts on this later this week but for now, check this out. Also my blog … Continue reading
I wish I found out about this a while ago. Apparently in Photoshop you can optimize a png. Not sure about fireworks? Anyway in Photoshop go to Image->Adjustment->Posterize. A slider will then popup, adjust the slider and then save. Be … Continue reading
Well I am not sure how much effort this will take but I am starting to build my own controller (Why? Well for work … mostly and for curiosity also) . I will share some insights here as I progress. … Continue reading
A nice wordpress tip. IF you want to add RSS you can do so by just using the built in rss parser.
See the code below. Just add your rss url in the wp_rss function your done. Continue reading
This is a code post test. Testing to see if code will get properly displayed? Pure CSS text gradient (no PNGs) [sourcecode language='css'] h1 { position: relative; font-size: 300px; line-height: 300px; text-shadow: -3px 0 4px #006; } h1 a:link, h1 … Continue reading