Tiplite

Main menu

Skip to content
  • CakePHP
  • Netbeans
  • System Administration
  • Ruby

Category: Javascript

A Quick jQuery tutorial

21/01/2010

A quick jQuery tutorial which I found during my preparation for ‘jQuery How To Start’ series of tutorials for learning the amazing JavaScript library. This is a slideshow which I liked and liked to share it with you. It introduces … Continue reading →

Posted in Javascript, jQuery how to start | Replies: 5

Javascript Array.each

06/10/2009

A simple function that can be used to iterate an array in JavaScript is Array.each a very simple implementation for this function is: Array.prototype.each = function(callback){ for (var i = 0; i < this.length; i++){ callback(this[i]); } } This function … Continue reading →

Posted in Javascript | Replies: 1

JavaScript libraries I love most

06/10/2009

JavaScript libraries has contributed to the evolution of web and helped greatly to move web2 sites. Also it makes the development of user front end and improvement of user experience more easy. The most loved libraries on the web, ordered … Continue reading →

Posted in Javascript | Replies: 2

Javascript Array.indexOf

05/10/2009

A simple Array.indexOf implementation to be used in Internet Explorer (IE) Continue reading →

Posted in Javascript | Reply
Google

Categories

  • CakePHP
  • Javascript
  • jQuery how to start
  • netbeans
  • PHP
  • Ruby
  • System Administration
Powered by WordPress and Foghorn