Arieh.co.il

Php

  1. 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).

  2. Intoduction to UserAtuh

    In many of our sites, we require the user to pass login information on unsecure networks, without supplying HTTPS encryption. UserAtuh supplies a mechanism with which the user never sends his full credentials over the network.

  3. OOP Tutorial Part 3

    This is the last post in our 3-part tutorial to OOP in PHP. In the previous posts we've created our Seed, which was used by our Tree class to grow. In this post, we are going to create our Garden class. This class will receive a Seed, plant it, and generate us with a series of new trees to choose from.

  4. OOP Tutorial Part 2

    In the previous posts we've outlined our project and created a Seed interface and class. In this post we will be creating our Tree class, which will be using the GD library to generate images

  5. OOP Tutorial Part 1

    I came up with this exercise when trying to teach OOP to a friend. We ended up creating a very nice app. One of the things I like about it, other than it being cool, is that it will require almost no use of a browser, and that means that we can focus just on plain PHP. It is based on a program described in the book "The Blind Watch Maker".

  6. An introduction to Object Oriented Programing

    Object-oriented programming (OOP) is a programming paradigm that uses "objects" – data structures consisting of data fields and methods together with their interactions – to design applications and computer programs. This is a first post introducing the tool PHP provides for OOP

JavaScript Reference, JavaScript Guide, JavaScript API, JS API, JS Guide, JS Reference, Learn JS, JS Documentation