Year: 2014

10 Things You must Know if You are a PHP Programmer

Everyone from us have bad habits similarly every PHP programmers also have so it is good to get rid of them as soon as possible. If we dont follow few important principles or guidelines to code then it can cause a daunting experience and can put the future of app in danger too. So, lets […]

10 Important Points to Know if You are Working in Drupal

It is very easy to learn Drupal and even more easy to create a website when you know it perfectly. Then what is difficult in it? What are those things that can be a nightmare for you in Drupal. Here in this post I want to discuss most important 10 tips about Drupal on behalf of Web […]

How to become a JavaScript Pro?

You can’t dare to ignore JavaScript if you are working or want to make your career in web designing or web development. Knowing JavaScript is not sufficient you have to be best in it. I am learning, exploring, and working in JavaScript from last 10 years and learned a lot so today I am giving […]

What is jQuery and how to Use It?

jQuery is a free, open source, fast and rich features JavaScript library that provides dozens of API for common web features that make JavaScript programming easier. Beyond that the jQuery function is coded and tested for all web cross-browser compatibility so that they will work in all browsers. And that’s why jQuery is commonly used […]

CakePHP Tutorial Installing and Creating Your First Project in CakePHP

CakePHP is an open source web application framework of PHP. Although our institute’s PHP Master Course covers it very well yet I decided to write an useful article on CakePHP for many of the beginners and our PHP students. CakePHP framework provides a robust base for advanced applications written in PHP. It can handle every aspect, from the […]

CakePHP Tutorial Installing and Creating Your First Project in CakePHP

Cake is a framework of PHP and is very powerful. It makes the application more robust and manageable. CakePHP is based on the MVC (Model-View-Controller) software design pattern. Introduction to the MVC Design Pattern in The MVC pattern separates the application into three parts, the Model layer, the Controller layer and the View layer. The […]