Tag Archives: JavaScript programming language

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 , , , , , , , , , , , , , , , , , , , | 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

Posted in javascript, micro tutorial | Tagged , , , , , , , , , , , , , , , | 4 Comments

Diving into Node.js – A Long Polling Example

Node.js vs. The World What is typical for most of the web servers is that they listen for requests and respond as quickly as possible on every one of them. In fact the speed of the response is one of … Continue reading

Posted in javascript, web development | Tagged , , , , , , , , , , , , , , , , , , , , | 12 Comments

Diving into Node.js – Introduction & Installation

Why I Need Something Like Node.js? First of all the use of some software is needed not because of itself, but because of the need of some specific functionality. In my case this was the need of real time news … Continue reading

Posted in web development | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , | 3 Comments

2xjQuery: Select a Selector

Selectors in jQuery If you’re familiar with jQuery you should already know what are selectors and how they work. However we’re used to get some DOM element with a specific selector, but actually sometimes you cannot select directly what you … Continue reading

Posted in javascript, micro tutorial | Tagged , , , , , , , , , , , , , , , , , , | 1 Comment