-
HTML5
HTML5 websocket example
In this article I will present you the WebSocket feature of HTML5. We will first describe the API with small…
Read More » -
jQuery
jQuery File Upload Example and Demo
When you develop an application, most, if not all, of the times, you will have to provide some way for…
Read More » -
Python
Python: Streaming/Appending to a file
I’ve been playing around with Twitter’s API (via the tweepy library) and due to the rate limiting it imposes I…
Read More » -
JavaScript
Javascript String Replace Example
Ever wrote an entire post about the simmilarities between two programming languages, and realized at the end of your 1000…
Read More » -
Angular.js
Learning Angular: Set your language culture before any UI is displayed
In this article I briefly outline an issue I had, namely to make sure that my language’s locale files are…
Read More » -
JavaScript
JavaScript Inheritance Example
EDITORIAL NOTE: In this post, we feature a comprehensive JavaScript Inheritance Example. In object-oriented programming, inheritance enables new objects to…
Read More » -
Web Dev
HTTP web server for Chrome to test local web applications
If you are writing HTML and JavaScript on your PC and testing the output in your browser without setting up…
Read More » -
Angular.js
Angular.js Form Validation Example
EDITORIAL NOTE: In this post, we feature a comprehensive Angular.js Form Validation Example. One of AngularJS advantages is the simplicity it…
Read More » -
HTML5
HTML5 Form Validation Example
EDITORIAL NOTE: In this post, we feature a comprehensive HTML5 Form Validation Example. Form validation is when you enter data,…
Read More »