Martini Lab Blog

March 25th, 2009 | Tags: , , ,

If you haven’t seen Apple’s product slider in action, you must check it out. It’s a horizontal gallery of their products with horizontal slider controlled with javascript. I believe they are using the scriptaculous motion for this, but there should be a way to build this in jQuery.

Truth be told, I was a die-hard fanatic for scriptaculous/prototype, but after ExpressionEngine announce their adoption of jQuery for EE 2.0, it was time to grow beyond the one framework pony.

Luckily, someone already set out to build the slider in jQuery. And major hat’s off to Remy Sharp for a great approach to this. If you looking for a way to build your own slider, start there first.
Read more…

March 16th, 2009 | Tags: , , ,

Somehow I’ve ended up following too many people on Twitter. Not that I don’t want to read each and every person’s tweet, but sometimes, I really don’t care and just want to follow a select few. LiveJournal has a filter feature for both posting and reading specific sets of your LJ buddies. Maybe twitter will set up some kind of filter.

Until then, here’s some css code file you can add to your Safari preferences.

1
2
3
4
5
6
7
8
9
/* turn off all tweets */
li.status {
	display: none;
}
 
/* now turn on for your peeps */
li.u-zeuscomics, li.u-kingbaz, li.u-pvponline, li.u-seanjackson, li.u-AronHead, li.u-UltraboyNYC {
	display: block;
}

NOTE: css is case-sensitive.

It doesn’t fix the timeline of the site, so if your “peeps” haven’t updated in a while, you’ll get a blank page. Ah, the silence!

October 25th, 2008 | Tags: , , ,

Scott, here’s how to save your brush strokes in Illustrator CS3 and still be able to edit them!