Categories
- agile (3)
- algorithms (34)
- cheatsheets (2)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (139)
- micro tutorial (203)
- PHP (111)
- portfolio (5)
- quiz (7)
- snippets (7)
- video (1)
- web development (168)
- zend framework (81)
Category Archives: javascript
Adding a Custom Button to TinyMCE – REVISED
Driven by the comment of Afraithe I have to apologize about the yesterday’s post. Here’s a much much simpler, cleaner way do add a custom button to TinyMCE. <script type="text/javascript" src="<your installation path>/tiny_mce/tiny_mce.js"></script> <script type="text/javascript"> tinyMCE.init({ mode : "textareas", theme … Continue reading
Posted in javascript, micro tutorial
Tagged Application software, Computer programming, Computing, TinyMCE
2 Comments
Adding a Custom Button to TinyMCE
TinyMCE First thing to say TinyMCE is a very popular WYSIWYG online based editor. It’s very widely used in the web, as may already know it it’s part of the default WordPress installation. Out of the web, of course, there … Continue reading
JavaScript Objects Coding Style Reviewed
JS Objects Once I posted about JavaScript object coding style. Back than I made the analogy with PHP array coding style. In breve it’s useful to format the arrays in PHP simply like that: $data = array( ‘key1′ => ‘value1′, … Continue reading





