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 …

TinyMCE CSS Classes and IDs Plugin : bramus_cssextras 0.5.0 hits the net!

Huzzah! bramus_cssextras 0.5.0 has been released! No new features have been added, yet this version differs a lot from the previously released versions of bramus_cssextras: Under the hood bramus_cssextras has been totally rewritten to make it TinyMCE 3.0 compatible.

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 …