I am a web designer having 7 year experience of IT fields. My skills are photoshop, Flash, Dreamweaver, xhtml, css, javascript. We providing service in Website design Trendy Mockup, Branding, Window Interface, Admin Design, Photoshop, HTML5/CSS3, Bug Fixer, Layout Design, PSD to HTML, Responsive Design, PSD to Responsive. I am a freelancer of individually work on projects. Contact Us Feel Free: prowixtechnology@gmail.com
Thursday, November 12, 2009
Tuesday, November 10, 2009
Monday, November 9, 2009
Resource of Inspiration of designs for Designers
- http://www.dreamtemplate.com/
- http://www.templatemonster.com/
- http://indeziner.com/design/50-best-female-web-designers-around-the-world
- http://www.webdesignerdepot.com/2009/08/50-incredible-examples-of-battle-art/
- http://www.touchey.com/blog/2009/7/29/50-creative-logo-designs-using-colorful-gradients-and-3d-eff.html
- http://www.ab-archive.com/screenshot/programming-tools/developing-tools/tab_menu.html
- https://estiponagroup.egnyte.com/home.do?zipName=362020874.65d6f53d-e5d7-459e-aa0a-4fe5b7144a96.zip#
- http://woothemes.com/demo/?t=43
- http://www.teehanlax.com/blog/?cat=13
- http://www.vladstudio.com/wallpapers/
- http://www.websiteicons.com/search/search
- http://www.websiteicons.com/icons_src/6/7/shopping_19.gif
- http://www.designfabrika.com/
- http://helldesign.net/#projects(teamsv)
- http://wufoo.com/gallery/templates/invitations/
- http://browsershots.org/showcase/website/4b5c16568134045c28fd3ba22addafae/
- http://net.tutsplus.com/articles/web-roundups/30-exceptional-web-designs-for-the-web/
- http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png
- http://www.dezinerfolio.com/2007/05/30/top-18-websites-on-cssmaniacom
- http://cssmania.com/
- http://www.glasstutorials.com/
- http://www.shaboopie.com/category/logos
- http://www.webdesigndev.com/
- http://www.icojoy.com/icons/
- http://www.mbdizajn.com/webdesign/webdesign.htm
- http://www.telerik.com/help/aspnet-ajax/grdcreatingnewskins.html
- http://youlove.us/
- http://www.d4you.us/portfolio_new/portfolio.swf
- http://blog.webdistortion.com/2009/04/14/35-websites-to-gain-serious-design-related-traffic/
- http://www.corkdump.com/
- http://www.chris-wallace.com/portfolio/
- http://colorburned.com/
- http://colorburned.com/
- http://webdesignledger.com/freebies/40-beautiful-patterns-and-textures-for-ornate-backgrounds
Resource for Icons, Images, Illustration images.
- http://www.fordesigner.com/
- http://www.iconfinder.net
- http://www.istockphoto.com/
Resource for Jquery and Javascripts
Here is some resource of beautiful jquery example for designers:
- http://www.tutorial9.net/resources/22-beautiful-jquery-plugins-for-web-designers/
- http://jquery.com/demo/thickbox/
- http://leandrovieira.com/projects/jquery/lightbox/
- http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/
- http://buildinternet.com/live/boxes/
- http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/
- http://medienfreunde.com/lab/innerfade/
- http://www.ndoherty.com/demos/coda-slider/1.1.1/#1
- http://net.tutsplus.com/articles/web-roundups/40-super-neat-javascript-plugins/
- http://www.mind-projects.it/projects/jqzoom/demos.php#demo1
- http://creativepony.com/demos/sliding-tabs/
- http://net.tutsplus.com/articles/news/the-firefly-effect-the-new-plus-tutorial/
- http://net.tutsplus.com/articles/general/10-data-backup-storage-and-sharing-solutions/
- http://tyddynadda.co.uk/design/websites/
- http://visuallightbox.com/image-gallery-with-lightbox-no-frame-demo.html
- http://wiki.github.com/madrobby/scriptaculous/style-guide
Resource For Web Templates
Here is some resource for free web templates site URL:
- http://www.arcagility.com/tempshop/
- http://lnx.web-burning.it/2008/11/07/60-high-quality-free-web-templates-and-layouts/
- http://www.hongkiat.com/blog/60-high-quality-free-web-templates-and-layouts/
- http://www.freelayouts.com/templates/Surreal%23download
- http://www.freelayouts.com/templates/Colorus#download
- http://csscreme.com/download-free-fonts/
- http://blog.webdistortion.com/2009/08/16/30-mind-blowing-papervision-3d-sites/
- http://psdfan.com/
- http://www.simavera.com/templates/300076292
- http://www.ex-designz.net/template/tempcat.asp?cat_id=14
- http://www.templatesbox.com/download/261.htm
- http://www.freetemplatesonline.com/
- http://www.asadal.com/
Css to create stretchable rounded menu
Here is is code for Stretchable rounded menu.:
.navigation{width:723px; float:right; height:28px; margin:23px 150px 0 0;}
.navigation ul{margin:0px; padding:0px; list-style-type:none;}
.navigation ul li{display:inline;}
.navigation ul li a{
background:url(../images/off_menu_left.png) left top no-repeat;
float:left;
height:28px;
text-decoration:none;
padding:0px 0px 0 14px;
line-height:28px;
}
.navigation ul li a span{
background:url(../images/off_menu_right.png) right top no-repeat;
display:block;
color:#cdcdcd;
padding:0 30px 0 16px;
}
.navigation ul li a:hover{
background:url(../images/on_menu_left.png) left top no-repeat;
float:left;
height:28px;
text-decoration:none;
padding:0px 0px 0 14px;
line-height:28px;
}
.navigation ul li a:hover span{
background:url(../images/on_menu_right.png) right top no-repeat;
display:block;
color:#210121;
padding:0 30px 0 16px;;
}
.navigation ul li.selected a{
background:url(../images/on_menu_left.png) left top no-repeat;
float:left;
height:28px;
text-decoration:none;
padding:0px 0px 0 14px;
line-height:28px;
}
.navigation ul li.selected a span{
background:url(../images/on_menu_right.png) right top no-repeat;
display:block;
color:#210121;
padding:0 30px 0 16px;
}
.navigation ul li.selected a:hover{
background:url(../images/off_menu_left.png) left top no-repeat;
float:left;
height:28px;
text-decoration:none;
padding:0px 0px 0 14px;
line-height:28px;
}
.navigation ul li.selected a:hover span{
background:url(../images/off_menu_right.png) right top no-repeat;
display:block;
color:#cdcdcd;
padding:0 30px 0 16px;;
}

.navigation{width:723px; float:right; height:28px; margin:23px 150px 0 0;}
.navigation ul{margin:0px; padding:0px; list-style-type:none;}
.navigation ul li{display:inline;}
.navigation ul li a{
background:url(../images/off_menu_left.png) left top no-repeat;
float:left;
height:28px;
text-decoration:none;
padding:0px 0px 0 14px;
line-height:28px;
}
.navigation ul li a span{
background:url(../images/off_menu_right.png) right top no-repeat;
display:block;
color:#cdcdcd;
padding:0 30px 0 16px;
}
.navigation ul li a:hover{
background:url(../images/on_menu_left.png) left top no-repeat;
float:left;
height:28px;
text-decoration:none;
padding:0px 0px 0 14px;
line-height:28px;
}
.navigation ul li a:hover span{
background:url(../images/on_menu_right.png) right top no-repeat;
display:block;
color:#210121;
padding:0 30px 0 16px;;
}
.navigation ul li.selected a{
background:url(../images/on_menu_left.png) left top no-repeat;
float:left;
height:28px;
text-decoration:none;
padding:0px 0px 0 14px;
line-height:28px;
}
.navigation ul li.selected a span{
background:url(../images/on_menu_right.png) right top no-repeat;
display:block;
color:#210121;
padding:0 30px 0 16px;
}
.navigation ul li.selected a:hover{
background:url(../images/off_menu_left.png) left top no-repeat;
float:left;
height:28px;
text-decoration:none;
padding:0px 0px 0 14px;
line-height:28px;
}
.navigation ul li.selected a:hover span{
background:url(../images/off_menu_right.png) right top no-repeat;
display:block;
color:#cdcdcd;
padding:0 30px 0 16px;;
}

60 High Quality Free Web Templates and Layouts
design demo, free template, free vector images, free web templates, green house, html document, javascript demo, layouts, quality templates, quality web, screen resolutions, simple life 2, suitable template, web design layout, web designers ⋅
Get Free Web Templates in one screen
Subscribe to:
Posts (Atom)