
view changelog current version: 1.7.743NOLOH is an event-driven lightweight, on-demand, object-oriented Web application development platform. It is ideal for developing feature-rich web sites and web applications faster and with fewer resources. NOLOH extends PHP 5.1+, eliminates the need for HTML and JavaScript, and builds in many advanced features such as codeless AJAX, automatic SEO and a full suite of UI controls.



























05/23/13 - NOLOH 1.7.743 Posted
05/15/13 - NOLOH 1.7.742 Posted
10/13/12 - NOLOH 1.7.741 Posted
04/06/12 - NOLOH 1.7.738 Posted
03/26/12 - NOLOH 1.7.734 Posted
05/23/13 - NOLOH 1.7.743 Posted
05/15/13 - NOLOH 1.7.742 Posted
10/13/12 - NOLOH 1.7.741 Posted
04/06/12 - NOLOH 1.7.738 Posted
03/26/12 - NOLOH 1.7.734 Posted
03/26/10 - Confoo Screencast in Digestable Parts
03/12/10 - Screencast of Session at Confoo Montreal



NOLOH is a truly lightweight and on-demand framework. As you'll see, these two powerful concepts result in significantly faster websites and WebApps on both client and server.
The typical initial download for NOLOH apps is well under that of other frameworks. Just look at how light noloh.com itself is. Since NOLOH has different rendering engines for the various browsers and operating systems, only correct code is loaded that is optimized for that specific user.
Web performance is an incredibly large and complicated subject which we carefully and continuously research and integrate into the kernel: techniques that are very often overlooked by amateurs and other framework developers alike, e.g., issues of minification, compression, caching, statistical benchmarking of different code with similar effects, and the list goes on...
One of the major, inherent advantages of the web over desktop executables is supposed to be the ability to load the various parts of your application as they're being used. Unfortunately, most other tools violate this principle. With NOLOH, your users will not have to sit through long loading screens while the server sends them resources they may never even need.
This idea encompasses both "lazy loading" modules into memory on the server and sending the browser only the code that it needs at any given time. If you're not using it at a particular moment, it's not loaded at that moment.



NOLOH has many features which have the net effect of saving developers orders of magnitude of time.
NOLOH is fully object-oriented from the ground up and is very high level, allowing you to instinctively write your code without reinventing any wheels.
Since NOLOH is a single unified language, it allows you to master a consistent set of concepts instead of having to become a guru on every web technology.



NOLOH is a very different PHP framework. It is not just a set of abstractions and helper functions. Rather, it envelops your entire development experience.
Other PHP frameworks not only require you fragment your code, forcing you to think and write in several languages, they also leave the burden of communication between these layers to you.
In NOLOH, you need only think and write in NOLOH.