10 Important Points to Know if You are Working in Drupal

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 […]

Read More
How to become a JavaScript Pro?

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 […]

Read More
What is jQuery and how to Use It?

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 […]

Read More
CakePHP Tutorial Installing and Creating Your First Project in CakePHP
Php

CakePHP Tutorial Part I: How to install and write code in it?

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 […]

Read More
CakePHP Tutorial Installing and Creating Your First Project in CakePHP
Php

CakePHP Tutorial Part II- 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 […]

Read More
How to Move a Drupal Website from Localhost to the Live Server?

How to Move a Drupal Website from Localhost to the Live Server?

Are you looking for a step by step tutorial for transferring or moving a Drupal website from localhost to the live server then you landed up on the correct web page. Here in this article I am going to focus on the following given points: Important Points to Know before Moving Your Drupal Website from […]

Read More