AJAXed website - Automatically convert to AJAX website - com.bydust.ajax
October 17th, 2008
The com.bydust.ajax class is simply a javascript class that automatically converts your static website into a full-blown ajaxed website. Whenever a user visits your website, the class will perform a browser-check. If your visitor’s browser is capable of running the needed javascript, it will convert the website automatically. If not, the script deactivates itself and the visitor browses through your website as it is ( without ajax request etc. ).
You can download the script and view the howto at http://www.bydust.com/examples/com.bydust.ajax/
Extended javascript Array Class - com.bydust.array
October 6th, 2008
The extended javascript Array class is a small class that allows you to access more - custom - javascript methods, for example array.contains(object), array.dump(), array.shuffle() and others. It can be used for faster programming and fixing crossbrowser issues. Nothing fancy really, I just scripted this because I thought the normal Array class could use a few extra’s.
Updated to version 1.1 on october 29th, 2008



