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.
Tag Archives: javascript
Native CSS selector system to look up DOM nodes hits Webkit/Safari
Many javascript libraries have implemented functions to use the powerful CSS selector system to look up DOM nodes. Continuing the trend of standardizing and speeding up commonly used functionality from these libraries, WebKit now has support for the new W3C Selectors API, which consists of the querySelector and querySelectorAll methods. Sweet! 🙂 Native CSS selector …
Continue reading “Native CSS selector system to look up DOM nodes hits Webkit/Safari”
My Javascript (non-AJAX) Progress / Percentage Bar : jsProgressBarHandler 0.3
Javascript isArray() : Check if an element/object is an Array
JavaScript substrings : the difference between substring()
and substr()
My Maintenance : jsProgressBarHandler 0.2.1
My Javascript (non-AJAX) Progress / Percentage Bar : jsProgressBarHandler 0.2
TinyMCE CSS Classes and IDs Plugin : bramus_cssextras 0.5.0 hits the net!
TinyMCE CSS Classes and IDs Plugin : bramus_cssextras 0.5.0 in the works
Tonight I’ve been working on bramus_cssextras 0.5.0, a rewrite of bramus_cssextras which will make bramus_cssextras compatible with TinyMCE 3.0. The update isn’t finished yet (neither is Tiny3 :P), but it’s shaping up nicely thanks to the extensive articles found on the TinyMCE Wiki. If you’re planning on writing some TinyMCE 3.0 plugins yourself, I suggest …
Continue reading “TinyMCE CSS Classes and IDs Plugin : bramus_cssextras 0.5.0 in the works”