- 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
- Wednesday, April 22, 2009, 10:40
- Tech Sambar
Business software maker Oracle Corp. said Monday it has entered into a definitive agreement to buy server builder Sun Microsystems in a deal worth $7.4 billion.Oracle said it will buy Sun common stock for $9.50 per share in cash, a 42% premium from Friday's closing price of $6.69.
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
- Thursday, April 9, 2009, 9:46
- PHP & MySQL
I persume that most of them would be knowing this attack and how to prevent it, but recently when i was googling i found out many feedback form scripts to be in secure. PHP is a majuscule and secure language, but it all depends upon the programmer style of coding. Anyway lets get started...
Full story
- Monday, March 23, 2009, 18:52
- ActionScript, Adobe Flex
How nice it would be to welcome back or to recognize visitors who are revisiting your website or application. Adobe Flex provides ways to store objects in clients machine, and implementing does not compromise any issues on security of the client's machine.
Full story
- Thursday, March 12, 2009, 6:38
- PHP & MySQL
Debugging is most important in development as it saves your countless hours of coding. Lets explore the various debugging techniques.
Full story
- Tuesday, March 10, 2009, 9:43
- PHP & MySQL
One of my amigo last week put up a question towards me seeking a clear riposte on what's exactly this autoloading does. I thought of putting this up here on what i scribbled in the piece of paper to explain him.
Full story
- Friday, January 30, 2009, 23:31
- JavaScript & Ajax, PHP & MySQL
As I am celeberating my fifth year in a row working with PHP. It has been a great experiece, and i remember those days of PHP where it was revolving OOP concept to the latest ones which puts PHP in a place competiting with JAVA, dotnet and others. Anyway lets start as usual in RajiniKanth style.
Full story