I just finished the first version of SilverIPE, a lightweight, cross-browser in place editor. Some of it’s features include:
Cross-Browser (Tested with IE 5,6&7 - Firefox 2&3 - Safari 2&3 - Opera)
No dependencies. Only 1 javascript file to include, that’s it
Easy to use
Well documented
The documentation, examples etc. can be found on the SilverIPE’s page. If you […]
Well this is completely off-topic, but it’s something that’s been bugging me for a while now. I check Pitchfork Media every once in a while to discover new bands… I rarely read their reviews as I don’t really like their style (imho you shouldn’t put too much thinking into a review… just tell us what […]
Well, I decided to put together my own XMLHttpRequest wrapper. Not because we don’t have enough choice already but mostly because:
I needed some Javascript practice (without using a framework like mootools)
I wanted to learn more about the XMLHttpRequest object
I love mootools and prototype’s XMLHttpRequest wrapper and wanted something similar without having to use a whole […]
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 […]