December 17th, 2009 › Flash, Notes, Suckerfish › admin › no comments ›
So in some versions of IE, Suckerfish drop down menus show up behind Flash videos unless you add the WMODE parameters to the HTML code.
Add the following parameter to the OBJECT tag:
<param name=”wmode” value=”transparent”>
Add the following parameter to the EMBED tag:
wmode=”transparent”
December 13th, 2009 › Notes, api, biz dev 2.0, flickr › admin › no comments ›
Or Business Development 2.0. This idea falls into the “ask for forgiveness, not permission” style of work, which I personally subscribe to. It’s an interesting article, my favorite paragraph is in the end:
Traditional business development meant spending a lot of money on dry cleaning, animating your powerpoint, drinking stale coffee in windowless conference rooms and scouring the thesaurus looking for synonyms for “synergy”. Not to mention trying to get hopelessly overbooked people to return your email. And then after the deal was done, squabbling over who dealt with the customer service. Much, much better this way!
Read more…
December 8th, 2009 › Javascript, Joomla, Mootools, Notes, Squeezebox, Templates › admin › no comments ›
Joomla uses Mootools as a Javascript framework by default, and also has a light-box effect called Squeezebox built in by default. It’s quite easy to add Squeezebox functionality to your Joomla template.
Read more…
December 1st, 2009 › Aspell, Notes, PHP › admin › no comments ›
I’m working on a special project involving Aspell, here are some instructions for updating Aspell on your Dreamhost server.
Read more…
November 20th, 2009 › Joomla, Notes, PHP › admin › no comments ›
This is a handy piece of code I use for whenever I need to load the output of a Joomla module as a PHP variable. One common use for this is to allow for HTML tags in menu titles. It’s also handy if you need to do string searches.
Read more…