Lorem Ipsum is plug-in for TinyMCE Javascript HTML WYSIWYG editor. It generates dummy text for your web pages. This is useful during testing of the editor, website and/or CMS systems. More info on what ‘Lorem ipsum’ is can be found here: http://www.lipsum.com/.
Category Archives: JavaScript – Ajax
CodeMirror
CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a mode has been written for the language you are editing, the code will be coloured, and the editor will optionally help you with indentation.
CodeMagic Tinymce plugin
About CodeMagic is an advanced source code editor plugin for Tinymce. It integrates CodeMirrorlibrary for syntax coloring and Jsbeautifier library for code formating and indentation.
easel js
a javascript library for working with the html5 canvas element
javascript based desktops
How it sounds if I say, our next level desktops are of javascripts and may kill Operating systems? For some geeks it may sounds foolish but for some creative geeks it is interesting. Today I was amazed by seeing these javascript based desktops which when full screened imitates real ones. Just check them out.
Load jQuery Only If Not Present
Say you were going to do an include on a whole bunch of pages, and inside of that include you wanted to do some jQuery specific stuff. That page may or may not already have jQuery loaded. If it already does, you don’t want to load it again, but if not, you do. This works …