Year: 2014

A Workshop: Intro to HTML5 Mobile Apps Development

Development of Mobile Applications is in high demand now a days. More than 50% of the total app development market is acquired by HTML5 and JavaScript based apps. And in near future it will be increased by mass. Web Development Institute a group venture of ADMEC Multimedia Institute has planned a workshop on “Introduction to HTML5 Mobile […]

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

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

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

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

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