- Google SEO
- PHP
- Mysql
- Ajax
- Jquery
- Photoshop
- Illustrator
- Database
- Web Design
- Web Development


TweetForm validation is the process to ensure that user has entered the mandatory fields in a form. The main reason for validation is to avoid the unnecessary load to the web server.
![]()
Click image to view LargerFor e.g., Imagine you have a log in form. Without entering the values and user clicking the login button, if you didn’t validated it means the request will send to web server. After checking this value with back end it will throw you an error. This is the unnecessary load for the web server.
Designing a website includes
- Designing web layout in photoshop
- Slicing &
- Converting into HTML in dreamweaver
A basic website has
- Header must have the logo and name of the company.
- Buttons contains the name of the pages for navigation with the link
- Body area contains the content for the current page and the design.
- Footer contains the content for copyrights of the company.
Website layout is designed in photoshop and sliced. Slicing in photoshop is a process where the website layout is cut into small images. Tool used for this process is slice tool (shortcut ‘K’).
TweetHyperlink or link point out to a document or any element within the document. The text with the link is known a hypertext.
When a mouse rollover on a hyperlink, the cursor changes to a small hand which shows the presence of link. Clicking on the link gets navigated to a new page or website.
The HTML code for creating a hyperlink to a text looks like
Each form has some type of connection to the web server where the information collected by the parameters in HTML form are sent through either by “POST” or “GET” method. Parameter is just like variable which are specified after the function name inside the parenthesis.
POST method – the parameters are sent to the web server and are not visible to anyone who used to view the page in standard method. This method used for values affecting database content like inserting, updating / deleting records or fro values sent to the email.
GET method – parameters are visible to the anyone in the url who view the page. Mostly used in search forms. Since its visible to the user address bar, sensitive informations are not passed using “GET” method.
![]() |
Blogger,Web Designer, Developer, Programmer
|
Category
- SEO (7)
- Web Development (25)
- Web Designing (9)
- Graphic Designing (12)
- HTML5 (2)
- Flash (5)


