Category Archives: javascript

[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

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

Javascript html_entity_decode

Dirty, but it works

Elsewhere, javascript , Leave a comment

JS_BRAMUS.lazierLoad 0.4

JS_BRAMUS.lazierLoad, a Javascript Image Lazy Loader has been updated to version 0.4 thanks to some excellent suggestions by mo from pictor.us

javascript, JS_BRAMUS, Projects 5 Comments

flashLightBoxInjector spinoff: flashShadowboxInjector

With the release of PictureFlow 2.7 – a Flash Coverflow implementation – the author osamwal has switched from Lightbox to the multifunctional Shadowbox which provides extra functionality like showing videos and websites in a Lightbox style.

javascript, Projects, Webdevelopment 3 Comments

My Javascript (non-AJAX) Progress / Percentage Bar : jsProgressBarHandler 0.3

A new version of jsProgressBarHandler is avaiable. Changes are a bugfix to making multiple barImages properly work with Safari and addition of an internal queue.

Another Dailie, Bramus!, javascript, JS_BRAMUS, Projects, Webdevelopment 1 Comment

Javascript isArray() : Check if an element/object is an Array

The isArray() function over at BreakingPar.com looks great at first, but unfortunately does not work in Safari. This one here does work

Elsewhere, javascript , 3 Comments

My Maintenance : jsProgressBarHandler 0.2.1

Ever since version 0.2 of jsProgressBarHandler hit the net earlier this week some extra ideas popped up in my head. New in this version are the ability to show/hide the percentage text and the ability to define which images to … Continue reading

Bramus!, javascript, JS_BRAMUS, Projects, Webdevelopment 6 Comments