Archive

Posts Tagged ‘CSS’

A complete list of web Design Tutorial With Example

July 9, 2012 2 comments

A Simple CSS Template, Need only 1.5hr to make!!!

July 15, 2009 2 comments

Yesterday My Friend Foysal Give  Me A Project.This  For…………………….”Elixir Event Planer” This Is a Simple CSS Template.Here I use mapping For image link.here is no <href> tag uses.

You Can Visit My Demo Site,Please Click The Link Bellow—–

http://shohan.coolpage.biz/Elixie Event Planner/

Here I attached Some Screen Shot of My Project.

Elixir1Elixir2Elixir3Elixir4

Categories: CSS, HTML Tags: , ,

Ajax Uploder

June 14, 2009 Leave a comment

I am new in this Script.Here I Try to make a simple uploder using CSS & Ajax code.One of My friend Himel Suggest me to study about this.And i try to make some thing easy.This is realy interesting Script for Web Application.

Here The Images of my Uploder…….

ajaxuploderloading

Categories: Ajax, CSS, HTML, JavaScript, PHP Tags: , ,

How To Get the Uploaded File Information in the Receiving Script?

June 6, 2009 Leave a comment

Once the Web server received the uploaded file, it will call the PHP script specified in the form action attribute to process them. This receiving PHP script can get the uploaded file information through the predefined array called $_FILES. Uploaded file information is organized in $_FILES as a two-dimensional array as:
$_FILES[$fieldName]['name'] – The Original file name on the browser system.
$_FILES[$fieldName]['type'] – The file type determined by the browser.
$_FILES[$fieldName]['size'] – The Number of bytes of the file content.
$_FILES[$fieldName]['tmp_name'] – The temporary filename of the file in which the uploaded file was stored on the server.
$_FILES[$fieldName]['error'] – The error code associated with this file upload.

The $field Name is the name used in the(text box).
Categories: CSS, HTML, JavaScript, PHP Tags: , , ,

A simple Email Validation Form

June 5, 2009 3 comments

Here i use Javascripts And HTML.

Here The JavaScript Functionemail1 Which one is used for Validation.

function checkEmail(myForm) {
if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(myForm.emailAddr.value)){
return (true)
}
alert(“Invalid E-mail Address! Please re-enter.”)
return (false) }


email2

***You Can Download This Code In My Download Center…(Box)..

Follow

Get every new post delivered to your Inbox.

Join 3,444 other followers

%d bloggers like this: