Category Archives: Webdevelopment

Firebug 1.2 vs Firefox 2 : Fixing the 'console is not defined' error

Getting some ‘console is not defined‘ errors in Firefox 2 with Firebug 1.2.0? Don’t worry, as it turns out that’s by design. The trick is to issue a window.loadFirebugConsole(); in your Javascript before using the console. Thanks for mentioning it … Continue reading

Discovery Of The Day, javascript, Webdevelopment 3 Comments

Backdropping jQuery functions into PrototypeJS

One of the functions I use quite regularly when working with jQuery is .attr(). Right now – at work – I’m fiddling around in Prototype, and noticed I kept on writing .attr() which – quite evidently – doesn’t exist. Okay, … Continue reading

Bramus!, javascript, Webdevelopment 4 Comments

[RoR] Progress Bar Helper

Thomas Gendulphe informed me he wrapped jsProgressBarHandler into a Ruby on Rails plugin named Progress Bar Helper. Not into RoR myself, yet – by looking at the code – it looks great! Have fun with this one!

javascript, Webdevelopment Leave a comment

TinyMCE : hooking onto the resize event

Out of the box TinyMCE supports a nice set of events which you can trace via the handle_event_callback Callback. Amongst a few you can externally hook onto the mousedown, mouseup, click, keypress, keydown, keyup, etc. events. Very nice, yet I … Continue reading

javascript, TinyMCE, Webdevelopment 2 Comments

How to style your lists properly

Working with nested lists is not an uncommon practice, yet I’ve noticed that some (and I before) had troubles when working with nested lists of different types (viz. an ol inside an ul or vice versa). However, it shouldn’t be … Continue reading

Webdevelopment 4 Comments

flashLightBoxInjector 1.2 and Lightbox 2.0.4

It has been brought to my attention that the release of Lightbox 2.0.4 broke some stuff in flashLightBoxInjector 1.2. After investigating the issue, it turns out that one (1) tiny change to the lightbox.js file is needed in order to … Continue reading

JS_BRAMUS, Projects, Webdevelopment 3 Comments

PS_BRAMUS.TextExport 1.3 – Automatically export all Text layers from Photoshop PSD to a Text file (PSD2TXT)

Colleague Johan asked whether someone could knock up a script which exports all text layers from a Photoshop document to a text file (viz. a PSD2TXT tool/script), enabling one to slice even faster than he already can. Last week I … Continue reading

javascript, Projects, Webdevelopment , , , 30 Comments

PS_BRAMUS.TextExport 1.2 – Automatically export all Text layers from Photoshop PSD to a Text file

Colleague Johan asked whether someone could knock up a script which exports all text layers from a Photoshop document to a text file. Since I’ve scripted Photoshop before (heck, I even steered Photoshop from within C#) it was no biggie … Continue reading

javascript, Projects, Webdevelopment 9 Comments

My IE8 beta 1 Experiences – Microsoft, beware of Optimus Prime!

Internet Explorer 8 beta 1 just got released. Couldn’t resist myself and immediately installed it. Here are my experiences (running XP SP2 Dutch here):

Webdevelopment 3 Comments

JS_BRAMUS.lazierLoad 0.3

JS_BRAMUS.lazierLoad, a Javascript Image Lazy Loader has been updated to version 0.3. Changes are compatibility with the latest Prototype version (1.6.0.2), the introduction of a global options object to easily configure lazierLoad and some extra options such as minWidth, minHeight … Continue reading

JS_BRAMUS, Projects, Webdevelopment Leave a comment