Arieh.co.il

Javascript, Mootools, PHP, HTML and more
  1. CSS Sprites, Mobile and Accessibility

    This article describes an accessibility issue I encountered while browsing one of my sites that involved the use of CSS sprites, and how I resolved it.

    Comments: 2
  2. A JS Class implementaion for PHP

    Using PHP5.3's Closures, I implemented a nice roof of concept of how we can import JS paradigms into PHP (not that I think it wise, it's just a cool demo).

    Comments: 0
  3. Javascript Guide - AJAX

    In this post we will learn what AJAX is, and how we can use it in our application. We will do this by going over an AJAX object implementation i wrote for this post.

    Comments: 0
  4. Javascript Guide - Events

    In this post we will learn how to make our page react to our actions, and what are the best ways for us to do it.

    Comments: 2
  5. Javascript Guide - The DOM

    In this post we will learn the basic tool with which we manipulate our web pages, and why the API in charge of it - the DOM - sucks.

    Comments: 0
  6. Javascript Guide - Advanced Patterns

    In this post we will learn how to use the prototype to create object-oriented patterns in javascript, and some other advanced JS programming patterns as we go along.

    Comments: 0
  7. Javascript Guide - The Prototype

    In this post we will use some of the previously learned concepts - objects, functions and scope resolution to better understand the inheritance model in javascript - the prototype.

    Comments: 2
JavaScript Reference, JavaScript Guide, JavaScript API, JS API, JS Guide, JS Reference, Learn JS, JS Documentation