- Thursday, March 11, 2010, 13:42
- Adobe Flex, Featured
Mate is one of the best framework i have ever played with. It is completely unobtrusive. My application code has no dependencies on the framework, it is highly decoupled, reusable and testable. Mate framework is developed by AsFusion.
Full story
- Wednesday, September 30, 2009, 7:46
- Featured, JavaScript & Ajax
I thought of inditing a very basic example of AJAX which will make the new comers ease their mind. In RajiniKanth Style, I would generally say AJAX as a technique rather than being called as Technology. Its nothing but how you can use JavaScript to pull data from the server using XML HTTP Request object and then insert the data using DOM.
Full story
- Tuesday, April 28, 2009, 9:31
- ActionScript, Adobe Flex, Featured
How nice it would be if we have a custom class which can load any xml or data file without much headache? Today while coding my application, i thought of bounding this in as it might be useful for the rest of developers to just call the file alone.
Full story
- Thursday, April 9, 2009, 11:53
- Featured, PHP & MySQL
Today i was looking at the code of my fellow team members and was shocked, none of them have santized data before making it to database. I thought of putting this article before you so that it would be helpful for those who are not aware of such practice.
Full story
- Monday, January 19, 2009, 16:18
- Featured
Recently while designing my site, i thought to move it to Cairngrom framework, so that later i can feel much better if i had to add more features. Many people have asked me is it neccessary to use this framework, the answer is pretty simple as more complex your project becomes the more tough to manage it. Cairngrom is used in complex projects. enough blabbering, lets dig into this framework.
Full story
- Friday, December 26, 2008, 8:23
- Featured, PHP & MySQL
To better demonstrate how MVC works, let’s use the example of a simple data retrival both using MVC and not using it.
Full story
- Wednesday, December 24, 2008, 11:40
- ActionScript, Featured
To launch a pop-up, we use PopupManager class in flex. The example below demonstrates on how to create a popup using ActionScript. The PopUpManager singleton class creates new top-level windows and places or removes those windows from the layer on top of all other visible windows.
Full story
- Wednesday, December 24, 2008, 9:19
- Featured
I have seen people talking loudly about Agile development... but do they really get to what is Agile?
A thought! Its nothing but a set of values which provides ways to build good software , cheaper , faster and much better in an unpredictable development environments. Scrum! This word is always mis termed with Agile. Its something where you concentrate on of the four values set below largely.
Full story