Showing posts with label Web Design. Show all posts
Showing posts with label Web Design. Show all posts

Thursday, 26 April 2012

What is WampServer

WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database.

WAMPs are packages of independently-created programs installed on computers that use a Microsoft Windows operating system.

WAMP is an acronym formed from the initials of the operating system Microsoft Windows and the principal components of the

Saturday, 21 April 2012

Login Form with Java Script

Now for your confidence with  JSP syntax, following example of login form will really help to understand jsp page. In this  example we will create a simple dynamic JSP page that prints the user information into next page.

With the help of this example we are going to show- how to display a logged-in information on to the browser.

In this example it is very easy to display it on our browser with the help of java.util package. In this example we are going to insert the data in the login form which will be displayed onto the next page.

How to Make a Drop Down Menu in Blogger

Here is a simple, browser-friendly drop down menu bar that you can use in Blogger!

You will be able to customize this menu bar with detailed guides found in this tutorial!
Step 1: Go to your Blogger blog and click “Design” then “Edit HTML.”  Backup your template and widgets!

Tuesday, 3 April 2012

How to Install PHP on Windows 7

Microsoft have released the first public beta for their upcoming Windows 7 operating system. To me it looks surprisingly similar to Vista (which is a good thing and a bad thing ;-)), so I thought that installing PHP on it should be easy, as well. Actually, it was really easy, but since yesterday two people indenpendently from each other asked me how to do it, I thought I'd write down the required steps. 

First of all, you need PHP (obviously). Go to the PHP download page and grab the latest non-thread-safe ZIP archive for Windows. As of writing this, the package is called "PHP 5.2.8 Non-thread-safe zip package". Unzip the archive to a folder on your hard disk (I use C:\php5) and create a copy of php.ini-recommended (or php.ini-production in recent PHP versions) called php.ini. There, add the following configuration setting:
.....

Thursday, 29 March 2012

How to Create Login page In PHP

PHP login formThis is in continuation of the tutorial on making a membership based web site. Please see the previous page PHP registration form for more details.

Download the code

You can download the whole source code for the registration/login system from the link below:
RegistrationForm.zip
The ReadMe.txt file in the download contains detailed instructions..

Comments System