Open Source AJAX Application Framework

Posted April 12th, 2010 in Web Development by freelancer

Raxan for PHP is a Web 2.0 framework that is designed to accelerate PHP Web development by helping developers to build and deploy Rich Web Applications.

The technology used behind Raxan is licensed under the open sourced MIT and GPL licenses and is based on today’s web standards. This means that you have the option to modify or change the behavior of Raxan to suit your own needs.

By using a set of design patterns we were able to build a framework that’s modular, extensible and easy to use. This modular structure provides developers with a consistent interface for building and distributing reusable components.

Continue Reading »

Website portfolio designs

Posted April 3rd, 2010 in Web Design Inspiration by freelancer


Continue Reading »

HTML 5

Posted April 2nd, 2010 in HTML5 by freelancer

HTML5 is being developed as the next major revision of HTML (HyperText Markup Language), the core markup language of the World Wide Web. The Web Hypertext Application Technology Working Group (WHATWG) started work on the specification in June 2004 under the name Web Applications 1.0.[1] As of March 2010[update], the specification is in the Draft Standard state at the WHATWG, and in Working Draft state at the W3C.

Continue Reading »

Detect a click outside an element.

Posted February 15th, 2010 in Javascript by freelancer

Attach a click event to the document body which closes the window. Attach a separate click event to the window which stops propagation to the document body.

Continue Reading »