Well, after trying to find what the problem was with my script (it was working well in Firefox, but not in IE, sounds familiar??) I realized that Internet Explorer doesn’t like null to be passed as the second parameter to Function.apply…
According to Mozilla’s documentation, the second parameter to Function.apply should be:
An argument array for the […]
Well, I know it’s been done before, more than once, but why not do it again! Programming fonts… a topic worth revisiting.
So 2 days ago I decided it was time for a new font and, it seems that each time I do that, I waste a whole day trying out different ones, at different size, […]
I started to put together a (long) list of changes between MooTools 1.1(1) and MooTools 1.2. Hopefully this will help people porting their script to the new MooTools version.
Personally I think that nothing beats spending an hour or two reading the new documentation but apparently some people don’t have the patience to do it! :P […]
Well I just finished a first working versions of mooslides, a sliding panel widget for mootools. It was inspired by all those sites (gamespot, tv.com etc.) using flash sliding panel widgets. I’m pretty sure a similar widget already exists for mootools, haven’t looked actually, but eh it had been a while since I had some […]
March 31, 2008 – 11:59 am
Just a quick announcement for the new project I’ve put together. Basically the idea is simple; I always seem to have a song stuck in my head and I have no idea what the title or artist could be. With that site I wanted to help everyone who’s in the same situation by the help […]
January 27, 2008 – 4:44 am
Well I’ve been working on porting MooBBCode to Ruby and Php, and it should be done soon enough. The Ruby version is 90% done and PHP should follow shortly after. Basically it’s just a matter of re-adapting all the regular expressions to the PCRE engine, and since most of the Regex for BBCode are simple […]
January 15, 2008 – 4:10 pm
I wanted a simple In Place editor for MooTools so I’ve put one together. It’s similar to Script.aculo.us’ version but a bit simpler.
There are both a 1.11 and 1.2 versions up.
An example of it in action can be seen here.
Full details/source/goodness here.
Note: There is a bug in the 1.2 version that crashes safari (for me […]
December 30, 2007 – 8:06 pm
New little mootools plugin I’m working on. Check it out! It is based on Control.Textarea for prototype, but re-coded from scratch (and modified a bit) for mootools.
Basically it allows you to put together your custom WYSIWYM (i.e. What You See Is What You Mean) editor with any text area.
Check it out here!
December 18, 2007 – 7:41 pm
Recently, I had to come up with a multiple file upload form that works with the file_column plugin. My site was already using mootools as it’s main JS framework so I wanted to come up with a solution that would be mootools friendly.
Luckily, I found this great mootools plugin that handles multiple file upload in […]
October 29, 2007 – 2:36 pm
Hurray! My (extremely cool!) boss, allowed me to put some of my stuff on his slice over at slicehost. I can already see the performance increase compared to my old VPS… (both were on the same LiteSpeed setup). This is cool especially considering the long waiting list to get a new slice…
Time to move some […]