Archive for August, 2008

JQuery tips and tricks #2

Posted on August 12, 2008. Filed under: javascript |

Here’s my JQuery tip of the day:
Never use .css():
always use removeClass() and addClass().
When I started out in JQuery, I used to do this a lot:
$(“.someclass”).css(“border”,”1px solid black”).css(“opacity”, .7) .css(“background-color”,#FEEFFE”);
This worked well for me, especially for rapid prototyping/trying things out. However, I’ve graduated from this and wish I had a lot earlier.
Here are some reasons why [...]

Read Full Post | Make a Comment ( None so far )

Idea #142 – Online tips

Posted on August 11, 2008. Filed under: Thoughts |

TipJoy and TipIt are both Content tip systems. Bloggers leave a tipjar on their site, and users leave tips if they feel the urge to. They are both the same, with a one major difference – TipIt has a marketing agenda (while TipJoy does not…)
These are both interesting models that deal with signal – how [...]

Read Full Post | Make a Comment ( None so far )

The MIT Scratch user experience

Posted on August 8, 2008. Filed under: Spencer |

I’ve just started playing around with MIT’s scratch, a way to program games and movies online. I’m in love with the user interface – they really got many, many things right. This is now the #1 tool I would recommend anyone who is interested in programming.
Let me list a few of the things they did [...]

Read Full Post | Make a Comment ( 1 so far )

Liked it here?
Why not try sites on the blogroll...