Monday, November 9, 2009

Resource of Inspiration of designs for Designers


  1. http://www.dreamtemplate.com/
  2. http://www.templatemonster.com/
  3. http://indeziner.com/design/50-best-female-web-designers-around-the-world
  4. http://www.webdesignerdepot.com/2009/08/50-incredible-examples-of-battle-art/
  5. http://www.touchey.com/blog/2009/7/29/50-creative-logo-designs-using-colorful-gradients-and-3d-eff.html
  6. http://www.ab-archive.com/screenshot/programming-tools/developing-tools/tab_menu.html
  7. https://estiponagroup.egnyte.com/home.do?zipName=362020874.65d6f53d-e5d7-459e-aa0a-4fe5b7144a96.zip#
  8. http://woothemes.com/demo/?t=43
  9. http://www.teehanlax.com/blog/?cat=13
  10. http://www.vladstudio.com/wallpapers/
  11. http://www.websiteicons.com/search/search
  12. http://www.websiteicons.com/icons_src/6/7/shopping_19.gif
  13. http://www.designfabrika.com/
  14. http://helldesign.net/#projects(teamsv)
  15. http://wufoo.com/gallery/templates/invitations/
  16. http://browsershots.org/showcase/website/4b5c16568134045c28fd3ba22addafae/
  17. http://net.tutsplus.com/articles/web-roundups/30-exceptional-web-designs-for-the-web/
  18. http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png
  19. http://www.dezinerfolio.com/2007/05/30/top-18-websites-on-cssmaniacom
  20. http://cssmania.com/
  21. http://www.glasstutorials.com/
  22. http://www.shaboopie.com/category/logos
  23. http://www.webdesigndev.com/
  24. http://www.icojoy.com/icons/
  25. http://www.mbdizajn.com/webdesign/webdesign.htm
  26. http://www.telerik.com/help/aspnet-ajax/grdcreatingnewskins.html

  27. http://youlove.us/
  28. http://www.d4you.us/portfolio_new/portfolio.swf
  29. http://blog.webdistortion.com/2009/04/14/35-websites-to-gain-serious-design-related-traffic/
  30. http://www.corkdump.com/

  31. http://www.chris-wallace.com/portfolio/

  32. http://colorburned.com/

  33. http://colorburned.com/

  34. http://webdesignledger.com/freebies/40-beautiful-patterns-and-textures-for-ornate-backgrounds

Resource for Icons, Images, Illustration images.


  1. http://www.fordesigner.com/

  2. http://www.iconfinder.net

  3. http://www.istockphoto.com/

Resource for Jquery and Javascripts

Here is some resource of beautiful jquery example for designers:


  1. http://www.tutorial9.net/resources/22-beautiful-jquery-plugins-for-web-designers/
  2. http://jquery.com/demo/thickbox/
  3. http://leandrovieira.com/projects/jquery/lightbox/
  4. http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/
  5. http://buildinternet.com/live/boxes/
  6. http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/
  7. http://medienfreunde.com/lab/innerfade/
  8. http://www.ndoherty.com/demos/coda-slider/1.1.1/#1
  9. http://net.tutsplus.com/articles/web-roundups/40-super-neat-javascript-plugins/
  10. http://www.mind-projects.it/projects/jqzoom/demos.php#demo1
  11. http://creativepony.com/demos/sliding-tabs/
  12. http://net.tutsplus.com/articles/news/the-firefly-effect-the-new-plus-tutorial/
  13. http://net.tutsplus.com/articles/general/10-data-backup-storage-and-sharing-solutions/
  14. http://tyddynadda.co.uk/design/websites/
  15. http://visuallightbox.com/image-gallery-with-lightbox-no-frame-demo.html
  16. http://wiki.github.com/madrobby/scriptaculous/style-guide

Resource of Tutorial site for Designers

Here is some resource of learning for designers:


  1. For Silver light

  2. For Flash

  3. For Photoshop

Resource For Web Templates

Here is some resource for free web templates site URL:


  1. http://www.arcagility.com/tempshop/
  2. http://lnx.web-burning.it/2008/11/07/60-high-quality-free-web-templates-and-layouts/
  3. http://www.hongkiat.com/blog/60-high-quality-free-web-templates-and-layouts/
  4. http://www.freelayouts.com/templates/Surreal%23download
  5. http://www.freelayouts.com/templates/Colorus#download
  6. http://csscreme.com/download-free-fonts/
  7. http://blog.webdistortion.com/2009/08/16/30-mind-blowing-papervision-3d-sites/
  8. http://psdfan.com/
  9. http://www.simavera.com/templates/300076292
  10. http://www.ex-designz.net/template/tempcat.asp?cat_id=14
  11. http://www.templatesbox.com/download/261.htm
  12. http://www.freetemplatesonline.com/
  13. 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;;
}



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