Archive
A complete list of web Design Tutorial With Example
Bellow is a list of almost every web design gallery around. Feel free to use it for inspiration and Leave your Comment :
- webdigity web design gallery
- alvit
- anjo.dekiteharu
- beautifully-webdesign
- bestwebgallery
- brdcast
- ceeses
- coolsitecollection
- creative-pakistan
- css-demo
- css-design-yorkshire
- css-galleries
- css-gallery
- css-website
- css11
- cssbased
- cssbeauty
- cssblast
- cssbrain
- cssclip
- csscollection
- csscontainer
- csscool
- cssdesign
- cssdrive
- csselite
- cssexchange
- cssfill
- cssflavor
- cssgalaxy
- cssgalerie.net
- cssgalerie.com
- cssgallery
- cssglobe
- cssgreen
- csshardcore
- csshazard
- cssheaven
- cssimport
- cssimpress
- cssinsert
- cssliquid
- csslove
- cssmania
- cssmess
- csspinoy
- cssprincess
- cssreboot
- cssremix
- cssshowcase
- csssmoothoperator
- csstux
- cssvault
- csszengarden
- dailyslurp
- designbeauty.wordpress
- designlinkdatabase
- designmeltdown
- designscreme
- designshack
- designsnack
- devhome
- e-motionaldesign
- edustyle
- galerie.crooco
- inspirace.dobrestranky
- inspirationking
- lightondark
- moderniweb
- mostinspired
- najdizajn
- netzfruehling
- onepixelarmy
- per.fectio
- piepmatzel
- plasticpilots
- refreshlinks
- screenalicious
- screenfluent
- showcase
- standardsreboot
- stylecrunch
- stylegala
- stylegrind
- styletheweb
- submitcss
- tagacloud
- thebestdesigns
- thehorizontalway
- thesis.veracon
- unmatchedstyle
- w3csites
- wakeupgallery
- webcreme
- webdesign-inspiration
- webgallery.dimix
- webtest
- welldonesites
- withstyle
If you have any Suggestion , please Let me Know.
A Simple CSS Template, Need only 1.5hr to make!!!
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.
Ajax Uploder
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…….
How To Get the Uploaded File Information in the Receiving Script?
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.
A simple Email Validation Form
Here i use Javascripts And HTML.
Here The JavaScript Function
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) }
***You Can Download This Code In My Download Center…(Box)..















