// monthly
Select a month:
 
// topics
Select a topic:
 

tinyMCE Tag


Autosaving with jQuery and TinyMCE

Creating an auto-save feature for the TinyMCE editor was a lot easier than I thought it would be. This can be due to the ease of working with TinyMCE or the ease of working with jQuery (my javascript library of choice), or both. Here I'm going to explain how to create an auto-save and recovery feature with a MySQL database. Let's begin!

A behind the scenes look at WebNV - Introducing NiBuM

About a year ago I introduced you to the back-end/administration panel for WebNV (check it out here). And about six months after that I did the same thing, though this time showing you updates and whatnot (check it out here). So here I am, six months later, showing you guys the latest version of my administration panel. Introducing NiBuM.

Goodbye FCKEditor - Hello TinyMCE

Throughout the past several years, since WebNV and its cms have been in development, I've gone through numerous WYSIWYG editors to help with content creation. While a lot of them were nice, I always seemed to be annoyed by some feature, or lack of feature, or bug that seemed to plauge virtually every editor. But with TinyMCE, I finally found a perfect editor.