Coding OOPs
Well, we all know the features of OOPS – it serves a lot of advantages for a complex system – Code reuse, Security, and many more… But does just writing/implementing the module with OOPS complete your...
View ArticleCode Re-factor
Recently we have made code re-factoring for one of the project. It was a wonderful experience I have ever had, learned interesting pieces of writing code. How do we define this? OK, Here you go...
View ArticleSession data disappears in FLASH – SWFUpload
Recently we had to get rid of this strange problem in one of our project due to some security concern. It was a nightmare that we had used a funny method to overcome this problem (by-passing real login...
View ArticleRoute a domain by Zend-Router-Route-Hostname in Zend Framework
In my company most of our projects we have been using custom-zend framework and I love their routing concepts. It gives you various options of handling many different routes to get the data based on...
View Article[HOW TO] Convert tabs to spaces in Eclipse and File (in Linux)
This is a quick tip that helped me save a lot of time – this is the reason why I love LINUX because of it’s simplicity. I was working on a legacy code (referred as old-age code – a simple procedural...
View Article