Have you ever wondered how the largest web apps of the world scale improve performance or maintain their apps? You may have to come to one or more often through social networks. The same happened to me as well. However, I was very much curious to learn more. Thus, I looked for and compiled a list of case studies I have recently been lucky enough to be able to read through. And … [Read more...] about Web Application Case Studies You Must Read
Asp.NET MVC framework has upgraded itself rapidly, and a lot of whole features are being added/supported. I last worked with Asp.NET MVC 3 with LinQ Based Web Application. While checking out MVC 4, I got familiar with Entity Framework and MVC 4's new look and feel, etc. That's why I have decided to share my first experience with Asp.NET MVC 4 And Entity … [Read more...] about Getting Started With Asp.NET MVC 4 And Entity Framework
A framework can help us to define a set of rules/protocols for our application. However, application source codes can still be messed up if some general best practices aren't followed well. Today, I will describe some Codeigniter best practices that will help you better organize source code and have less code written to do more. These will include using a reliable application … [Read more...] about Codeigniter Best Practices And Tips For Efficient Development
Before, I wrote tutorials about smarty basics as well as codeigniter tutorial for beginners. As the ci framework doesn't include any template engine, many developers love to use Smarty with codeigniter-based applications as the view engine. In this tutorial, I will try to guide you through how to integrate the Smarty template engine library in the Codeigniter framework and how … [Read more...] about Working With CodeIgniter Smarty Together
"Smarty" is one of the most popular template engines available for PHP developers. At the beginning of its development, it was part and sub-project of PHP, and its web content was hosted on the "smarty.php.net" subdomain. Later on, it became an independent open-source project and started on its website: http://www.smarty.net/. Till now, several big sites and third-party … [Read more...] about Getting Started With Smarty Template Engine