A Workshop on UX Design: How to Improve User Experience on your Website?

A Workshop on UX Design: How to Improve User Experience on your Website?

Today morning! there was my workshop on “How to improve User Experience on Your Website”. I enjoyed my UX Design session with my students completely. I was really happy after hearing many views from students about my UX Designing session. They told me that this topic was really new and they felt the importance of UX […]

Read More
PHP Super Global Variables
Php

PHP Super Global Variables

Variables are “containers” for storing information. The main way to store information in the middle of a PHP program is by using a variable. PHP environment variables allow scripts to grab certain types of data dynamically from the server. A variable supports script flexibility in a potentially changing server environment. PHP scripts contain variables that are […]

Read More
Php

What is Array in PHP?

Array is an important part in PHP and plays an indispensable role in creating any webpage. If you have any doubt in the use of Array in PHP than you should definitely read this blog.  We have created this blog to explain the use of Array in PHP in a easy way. Here I’m going […]

Read More
How to Setup or Install a WampServer on Windows?
Php

How to Setup or Install a WampServer on Windows?

WAMP SERVER WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and a MySQL database. It also comes with phpMyAdmin and SQLite Manager to easily manage your databases. 1. Download a copy of WAMP First you will need to download WAMP from www.wampserver.com You will have option to […]

Read More
Data Types or Value Types in JavaScript

Data Types or Value Types in JavaScript

This article discusses about the data and data types or value and value types in JavaScript. JavaScript recognizes 5 following given values. Values in JavaScript String: “I am Ravi Bhadauria” Number: 25, 25.35, -25.36 Boolean: true or false null: It is a special keyword in JavaScript denotes to a null value Undefined: A value that comes for top level and […]

Read More
How to Develop a Module in Drupal?

How to Develop a Module in Drupal?

It is true that developing a module in Drupal is not child’s play but when it comes to an expert then it becos very easy. Although you must have basic knowledge of HTML, CSS, JavaScript, and PHP etc but here I will show you how you can develop a module in seconds. Let’s explore some […]

Read More