home

Category Archives: feature

The Doodle Revolution by Sunni Brown

Aug 21st

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

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

Our Motivations…

Jun 7th

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

read more View Comments

Optimize PNGS

Apr 28th

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

read more View Comments

PHP Model View Controller… AHH!

Aug 13th

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

read more View Comments

WordPress built in RSS parser

Aug 12th

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

read more View Comments

code post test

Aug 11th

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

read more View Comments

Thoughts & Jason Fried

Jul 8th

Jason Fried @ Big Omaha 2009 from Big Omaha on Vimeo.

read more View Comments