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)
Tag Archives: javascript
A JavaScript Trick You Should Know
JavaScript Strings You should know that in JavaScript you cannot simply write a multilined code chunk, i.e. something like this: var str = ‘hello world’; This will result in an error, which can be a problem when you deal with … Continue reading
Object Oriented JavaScript: Inheritance
Objects and JavaScript JavaScript, being a functional language, differs from most of the procedural/object oriented languages we know. The object oriented approach in JavaScript is rather strange. However there is much power in making objects! The syntax is really odd … Continue reading
Posted in web development
Tagged ajax, Class, code sample, code snippet, Computer programming, Computing, Curly bracket programming languages, Education, Inheritance, javascript, JavaScript programming language, JSON, Literal, object oriented, Object-oriented programming, objects, oop, oop javascript, Scripting languages, Software engineering
12 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





