You are at the archive for the Programmatics category


Flex Module Apps Are Easier Than You Think!!!

July 2nd

The Shell
Your core application, aka The “Shell” is a small application that is download first by the user, and responsible for loading/unloading your modules. You can also add some core functionality to this app that will get used by the modules.
ModuleLoader
ModuleLoader is a simplified hook into the ModuleManager class. It has some pros over ModuleManager [...]

You can create large sites with Flex…

June 28th

Ok, so anybody who has seen what you can do with flex in a couple of hours has to be impressed. You can create a very complex interfaced application very quickly with the design mode and slip over to the code view and hook it up in no time. You can tell Macromedia (Adobe) spent [...]

Plex Web Services are Sweet!!!

June 26th

First off, I’m a huge fan of frameworks, I love to tinker and explore through other frameworks, I think some of the best php code is often found in frameworks and their libraries. I also found that I really liked different things from different frameworks. So I set out on a mission to create a [...]

Their is a Javascript Include Function…

July 10th

function include(jsFileLocation) {
if(window.XMLHttpRequest) {
var req = new XMLHttpRequest();
} else {
var req = new ActiveXObject("Microsoft.XMLHTTP");
}
 
req.open("GET", jsFileLocation,false);
req.onreadystatechange = function() {
[...]

Size

Colors