Archive for the 'Uncategorized' Category
Half Life 2 on Mac Mini!
The title explains all…..
No more PS2
Reports are trickling through this evening that Sony has indeed lost its patent case against Immersion technologies and will be forced to halt sales of its PS2 console.
Del.icio.us supports private bookmarks
del.icio.us now supports private bookmarks. check under settings > private saving and enable ‘allow private saving of bookmarks?’
while saving bookmarks to your account you will now have the option to mark as private.
Bus driver fired for playing Grand Theft Auto on Psp while actually driving
Steve Allcock was reported by terrified passengers who heard the screams of characters being butchered as he drove between stops.
Boy Recovers From Being Brain Dead Thanks To Video Game Therapy!
Amazing story about a boy pronounced brain dead recovers dramatically thanks in part to video game therapy!
Top 10 PHP Frameworks
In this article we will look at ten popular frameworks, and compare them to each other. First I will give you a general chart which gives you a quick overview of all the frameworks, and after that we’ll go through each framework and discuss it in short.
Ajax Agent
AJAX AGENT - helping WEB become the platform
Ajax Agent is a very easy to use, yet very powerful open source framework for rapidly building AJAX or Rich Internet Applications (RIA). For the PHP version, it takes only three lines of code to invoke a remote scripting call. Remote scripting is an integral part of AJAX. Check the following code (for PHP version).
include_once(’agent.php’);
$agent->init();
agent.call(’url’,’server_function’, ‘client_handle’, param1, param2, …);
The first line is declared to include the Ajax Agent library, initialize the agent framework & instantiate the server side ‘Agent’. The second line instantiates the client side ‘Agent’. The third line which runs on the client side within the JavaScript browser environment, uses the client side ‘Agent’ to directly call the server function asynchronously. Ajax Agent supports complex data types like associated arrays & objects. It makes
use of JSON (JavaScript Object Notation) for data interchange format to achieve this. Check this short documentation to learn how to use this framework.
Check the FAQ section for more info. If you have questions not addressed in the FAQ, please post them in the Forum section so that we can answer them.
Check out some cool demos in the Cool Demos section to see what can be done using the Ajax Agent framework. You are encouraged to register so that you can be notified of updates in demos & features.
Ajax Agent is an evolving UI framework with a newly defined software pattern called ‘Agent’ which encapsulates the browser specific ‘bells & whistles’ and offers a potential for a persona for good user experience.
The first public version (v 0.1) is available for download in the Downloads section. This download includes all the demos. It is open source and licensed under the GNU General Public License.
Flock
Flock is a web browser based on Firefox. It is mainly for web developers (like me) and bloggers. Flock is still in development, but they have released a few developer previews. It’s an awesome web browser. I do think its better than Firefox. Don’t flame me. In fact, I’m writing this entry on Flock’s built in blogging tool :p. It’s cool. Check it out at http://www.flock.com.
Comments(0)