MooTools AutoCompleter Class
After very long time an article on MooTools. This time I came with the new class in MooTools. This class is about to provide the support the autocomplete functionality. This will be useful for the...
View ArticleGetting Started with PhoneGap
I have started exploring PhoneGap a few days ago. So you will get updates for PhoneGap too. Do you know what is PhoneGap? The definition of PhoneGap from its official website is: “PhoneGap is a free...
View ArticlePHP Exception Explained
In this long (I think so) article, we will see about basics of PHP Exception, how to work with it, advantages, disadvantage and how we can extend the Exception with our custom class. What is an...
View ArticleTypes of MVC: Conventional v/s Configurable
Now a days all the applications are being created using the MVC architecture, as it a most powerful and successful way to develop the application. In this article we will see comparison of different...
View ArticleAbstract Class vs Interface in PHP
This can be never ending discussion for group of developers. Yes its true because at a first glance Abstract Class and Interface doing the same thing. Before reading further if you want to look in...
View ArticleHow to Animate the Applications Based on AngularJS
As a JavaScript framework, AngularJS has emerged as a truly amazing tool for building the single page applications. And this single page app structure goes a long way in giving our website the appeal...
View ArticleDesign Patterns: The Facade Pattern
Recently I have started to writing article series for Tuts+, and this time topic is very interesting which is “Design Patterns“. In this series of tutorials, we will cover some different design...
View ArticlePHP 7 – New Operators
PHP people are hoping for release of PHP 7 in 2015. So 2015 is being considered as an important year for PHP as it’s been 11 years for release of PHP 5. As this is about be very be very major release...
View Article5 Reasons Why Small Businesses Should Consider Going Online
Creating an online presence (i.e. website) for your business is no longer a buzzword, and instead has become an important necessity to expand the business reach to a wider number of consumers. But,...
View ArticleYii2 – Understanding in Detail
Choosing a good framework for your project is always a tough decision, mainly when you have too many choices. Same situation we have for choosing a framework for PHP based web development projects. We...
View Article