Why do we use a token concept in PHP?
Question is not specific to PHP only, it is generic for Web development, language will not matter. PHP has session tokens through which server will identify the session…
Question is not specific to PHP only, it is generic for Web development, language will not matter. PHP has session tokens through which server will identify the session…
You will find lots of guides and articles on the internet about what you should do to be a good programmer. A lot has been written on what…
Recently I answered a question on quora. I am reproducing it here again. In my view question is not complete and does not provide context which has to…
"You have done that specific site in Zend, don't you think our application is also suitable for Zend instead of Drupal", I just got this email from a…
If you are doing programming, You must have used random numbers. They are useful in many situations when you want to give some randomization to your program output…
Web programming is not only about how you develop your applications, its also about how you deploy your application or website.Although control panels are being provided by almost…
Bigdata is the word which is being used very often but yet to be defined properly. How much data can be classified as big data? Does big data…
Algorithms are defined sets of instructions to solve a problem or achieve something. Almost every process in computer world can be classified as an algorithm, still it is…
I am enlisting 15 questions related to Magento ecommerce system. If you can answer these questions, you can consider yourself as a good beginner in Magento. To understand…
Optimization of database tables in mysql is a process which has to be carried out regularly to make your database in good health. According to mysql manual, OPTIMIZE…
Magento is one of popular and robust e-commerce system which is based on the Zend Framework by Zend. It gives good tools and mechanism to operate your e-commerce…
Many people hate Magento and hate it upto a level where they really do not want to hear anything in favor of it. Most of them have some…
I came across this good collection of some good suggestions by Guido Jansen about Magento speed optimization. Most of suggestion are not exclusive Magento, but totality it is…
Phing is a PHP project build tool based on Apache Ant. A build system helps you to perform a group of actions using a single command. If you’re…
I am really disappointed and I should emphasis, REALLY disappointed. I have gone through an online ebooks library promoted and managed by a big publication house named Packt…