Pages tagged layout:

New CSS Sticky Footer - 2009
http://www.cssstickyfooter.com//

web design
Ask SM: How Do I Create A Colorful Sitemap With jQuery? | CSS | Smashing Magazine
http://www.smashingmagazine.com/2009/01/22/ask-sm-how-to-create-a-colorful-sitemap-with-jquery/
The site map is often overlooked…until now. Make your sitemaps unique and exciting using CSS and jQuery!
In this demo article, we will build a visually interesting sitemap that makes the hierarchy clearer through the use of color.
Jquery sitemap
ウェブデザインのレイアウトに役立つ11サイト | DesignWalker
http://www.designwalker.com/2009/01/web-layout.html
web layout
Provides a good summary of the latest layout tips
ウェブデザインのレイアウトに役立つ11サイト
フッターをブラウザの最下部、もしくはコンテンツの最下部に表示させるCSSのテクニック、 各カラムのボックスの高さを合わせてくれるスクリプト
Gridplane: Home
http://www.gridplane.com/#/home
excellent flash site of a web development company
Stunning Examples of Light On Dark Web Design | Web Design Ledger
http://webdesignledger.com/inspiration/stunning-examples-of-light-on-dark-web-design
Good design ref.
27 Best Photoshop Web Layout Design Tutorials - Part 2
http://dzineblog.com/2009/01/27-best-photoshop-web-layout-design-tutorials-part-2.html
Fluid 960 Grid System | 16-column Grid
http://designinfluences.com/fluid960gs/
Everything you Know is Wrong! - NETTUTS
http://nettuts.com/videos/screencasts/everything-you-know-is-wrong/
NETTUTS/Themeforest.net guru Jeffrey Way says: "Everything is changing. This weekend, I read a very interesting book: 'Everything You Know About CSS is Wrong'. The book illustrates how, now that IE has passed the ACID 2 test, we can finally begin to build our websites the proper ways. Up until now, we've been forced to implement hacks to form the perfect layout - absolute positioning, precarious floats, etc. But that's all beginning to change! I'll show you how in twenty minutes."
Everything You Know About CSS is Wrong
Useful tips to design horizontal website layout
http://woork.blogspot.com/2009/02/useful-tips-to-design-horizontal.html
CSSのフレームワーク『Blueprint CSS』まとめ - IDEA*IDEA ~ 百式管理人のライフハックブログ ~
http://www.ideaxidea.com/archives/2009/01/blueprint_css.html
CSS should not be used for layout
http://www.flownet.com/ron/css-rant.html
css for layout
Why CSS should not be used for layout
25 Beautifully Minimalist Websites - Part 5 | Vandelay Design Blog
http://vandelaydesign.com/blog/hosting/minimalist-inspiration/
Over the past year and a half, I have published four collections of inspirational websites with a minimalist approach to the design. Since more great websites of this style keep appearing, and since readers continue to show an interest in this style, here is the fifth edition. You can see the first four parts here: 25 Beautifully Minimalistic Website Designs 25 Beautifully Minimalistic Website Designs - Part 2 25 Beautifully Minimalistic Website Designs - Part 3 25 Beautifully Minimalistic Website Designs - Part 4 Netlings
25 Beautifully Minimalist Websites
Don't use css or table layout, use Sass and Compass
http://gom-jabbar.org/articles/2009/02/04/don-t-use-css-or-table-layout-use-sass-ad-compass
An introduction to Sass, a templating engine for CSS.
LOWORKS
http://www.loworks.co.jp/
10 Clean Forum Designs | Dezinerfolio
http://www.dezinerfolio.com/2009/02/07/10-clean-forum-designs
Forums are the best sources to gain & share information. Here is a list of 10 clean Forum designs we found for you...
Ask SM [CSS/JS]: Pixel Width Decisions, Modal Boxes | Developer's Toolbox | Smashing Magazine
http://www.smashingmagazine.com/2009/02/05/ask-sm-pixel-width-decisions-rollover-buttons-modal-boxes/
modal with cookie and left tabs
Ask SM CSSyJS: Como decidirse por un ancho en pixeles, y otras respuestas a preguntas sobre css y js.
Dicas de CSS
The Top 35 Web Design Galleries on the Internet | Xatal
http://xatal.com/internet/the-top-35-web-design-galleries-on-the-internet/
CSS Orgy » Blog Archive » 10 great tools for working with HTML & CSS
http://cssorgy.com/10-great-tools-for-working-with-html-css-750
the-golden-grid - Google Code
http://code.google.com/p/the-golden-grid/
The Golden Grid is a web grid system. It 's a product of the search for the perfect modern grid system. It 's meant to be a CSS tool for grid based web sites.
CSS grid-based layout library c.f. Blueprint.
22 Website Designs Inspired by Apple.com | Webdesigner Depot
http://www.webdesignerdepot.com/2009/02/22-website-designs-inspired-by-applecom/
Apple.com | Webdesigner Depot
Apple is one of the most creative and innovative companies in the world. It's no surprise why many software companies and web designers follow the Apple. The Apple website is one of the greatest websites ever developed. With it's ease of use, it's functionality and the beautiful environment it creates.
WordPress › Blog » WordPress 2.7 “Coltrane”
http://wordpress.org/development/2008/12/coltrane/
Includes video on newest release.
WordPress 2.7 “Coltrane”
Mozilla Webdev » Blog Archive » Cross-Browser Inline-Block
http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/
How to achieve the equivalent of display: inline-block in all browsers with a few hacks and techniques. Nice.
Eric's Archived Thoughts: Wanted: Layout System
http://meyerweb.com/eric/thoughts/2009/02/17/wanted-layout-system/
Not surprisingly, there was a lot of community feedback asking for better layout mechanisms. Actually, people were asking for any decent layout mechanism at all, which CSS has historically lacked. Floats mostly work, but they’re a hack and can be annoyingly fragile even when you ignore old-browser bugs. Positioning works in limited cases, but does not handle web-oriented layout at all well.
ERic Meyers grundsätzliche Gedanke über ein Layoutsystem für Webseiten.
Eric Meyer elaborates on why we need a better layout mechanism for web content (whether it be via CSS or not). We know we shouldn't use tables for layout. Floats are a hack, positioning is flawed, and <code>display:table-cell</code> is no better than using a table itself. But Eric explains here why table <em>behavior</em> works moderately well for layout: <blockquote>... this is why the old “only use tables for layout” argument keeps coming up over and over: strip away the overheated rhetoric and obvious link-baiting, and you find the core of a real need. Because as powerful as CSS can be, table cells do certain things very easily that CSS makes very, very hard. Cells stretch vertically, keeping equal heights as a matter of their intrinsic nature. They stay out of each others’ way, while still being allowed to sit next to each other and use any sizing dimensions. They tie their layout to their parent elements, and vice versa.</blockquote>
Turning a bunch of divs or list items or whatever into table-role boxes is no better than just using table markup in the first place, and it’s arguably worse. Using element names other than table and td to create layout tables, and then claiming it’s not using tables for layout, borders on self-deception.
Lightweight jQuery Portal
http://www.trilancer.com/jpolite/
light weight query portal
Interesting jQuery framework for Portal interfaces. Reminds me a lot of older versions of NetVibes.
Major Features: * Content Integration - Lots stuff gets aggregated fast and easy. * Sound User Experiences - Slick UI, responsive interaction ... * Basic Module Themes - Colors can be assigned to modules. Multiplex Developer Support: * Content Integrator - Basic HTML skills and a little knowledge about JSON shall be enough to accomplish basic content integration tasks fast. * Interface Dresser - Advanced CSS knowledge and skills shall be mandatory to customize and improve the look and feel of this framework, i.e., the modules and the overall layout * Framework Extender - [jQuery] knowledge and JavaScript skills are required to further extend and customize this framework to address your advanced requirements. Walk through more features or go to Download now.
Home : PiePaper
http://www.piepaper.com/
Pieマガジン よい New Zealand
Ajaxian » Nicole Sullivan’s Object Oriented CSS
http://ajaxian.com/archives/nicole-sullivans-object-oriented-css
Object Oriented CSS
I need to read this. "It adds much needed predictability to CSS so that even beginners can participate in writing beautiful websites."
(studying!!!)
Structural Naming Convention in CSS - Six Revisions
http://sixrevisions.com/css/css-tips/css-tip-2-structural-naming-convention-in-css/
Art of Type: Squint-Free Small Type | Layers Magazine
http://www.layersmagazine.com/art-of-type-squint-free-small-type.html
If you don’t want your small type to look like it’s hiding something, if you really want it to be read, it takes some extra effort, because all type programs default to settings for creating full-sized text.
Pegs (Demo of scroll distribution for a single page.)
http://massless.org/pegs/
Pegs (Demo of scroll distribution for a single page.)
40 Textured Websites for Design Inspiration
http://designm.ag/inspiration/textured-websites/
Alpine Meadows Ski Resort makes great use of texture. The next best thing to feeling a website!
創業450年 京友禅の老舗 千總 / Founded in 1555. CHISO OF KYO YUZEN
http://www.chiso.co.jp/
きれい!
和のFlashサイト 多田屋のようなシーン遷移
absolutely stunning art used in the production of this heavily flash dependent website... but i can forgive the flash as it really adds a nice touch.
京友禅の老舗
どうしても多田屋を彷彿とさせるけど、とても丁寧で美しいサイト
多層レイヤー
iamelgringo: Tables vs CSS: CSS Trolls begone
http://iamelgringo.blogspot.com/2009/02/tables-vs-css-css-trolls-begone.html
Silly me, I thought we'd won this war years ago but there's always one guy who has used CSS for a month doesn't get it and writes a post like this. Good comments though.
CSS Trolls begone
http://klausler.com/evolved.html
http://klausler.com/evolved.html
Dvorak designed his layout in the 1930's without the aid of computers. It contains a couple annoying features that lead to common errors in my typing -- namely the placement of Y and B). Could a modern evolutionary algorithm and a huge input sample discover a better arrangement? I had to give it a try. The results surprised me!
Could a modern evolutionary algorithm and a huge input sample discover a better [keyboard layout]?
Using an experimental function & selection to discover a more efficient keyboard layout than Dvorak
Other layouts for a standard 3-row keyboard exist (as well as some interesting nonstandard arrangements). I have been using the Dvorak keyboard layout for about a year now. I like it a lot for my daily work, which involves a lot of typing. I used to feel a numbness of the backs of my hands after a long day with QWERTY, but I don't with Dvorak. And quantified measurements bear out its efficiency relative to QWERTY. (I acknowledge the argument that learning Dvorak also got me to type with the right fingers on the right keys, but I don't think that that's the whole story.) But Dvorak designed his layout in the 1930's without the aid of computers. It contains a couple annoying features that lead to common errors in my typing -- namely the placement of Y and B). Could a modern evolutionary algorithm and a huge input sample discover a better arrangement? I had to give it a try. The results surprised me!
Carrer Blog: The Golden Grid
http://www.vcarrer.com/2009/02/golden-grid.html
Blog about web programming & web design
The Golden Grid aims to be the perfect web grid with golden proportions, rule of thirds symmetry and more
I was searching for the prefect web grid, playing with golden proportions, rule of thirds, symmetry, asymmetry, usability, monitor proportions, typography and the result came spontaneous - The Golden Grid. Why not share it with you :).
The Golden Grid is a web grid system. It 's a product of the search for the perfect modern grid system. It 's meant to be a CSS tool for grid based web sites.
XHTML CSS Accessible Forms » Matt Varone
http://www.mattvarone.com/web-design/clean-accesible-form-foundation/
Valid, flexible, and portable form foundation with XHTML/CSS
A List Apart: Articles: Fluid Grids
http://www.alistapart.com/articles/fluidgrids
videos and other fixed width objects inside the content may upset this fluid layout, but see links for how to solve that.
contemporary practices from ala
more on fluid webdesign
Fluid Grid System
http://fluid.newgoldleaf.com/
Nice site for structuring xhtml with css for some dynamic organized layouts
60 Layout design tutorials | AREA 1
http://www.area1.info/2009/03/12/60-best-layout-design-tutorials/
Layout Tutorials 4 teh interwebs ^^
60 Layout design tutorials Posted by sedFEIS on March 12, 2009 Category: Adobe Photoshop, Tutorials / Tags: adobe, design, layout, photoshop, tutorial 60 Layout design tutorials In this post I gathered 60 layout design tutorials, from which you can learn how to make your own website design. This post together with 43 PSD to XHTML, CSS Tutorials Creating Web Layouts And Navigation could teach you how to make your own website. Just click on the title to go to Design Lab TV Styled Layout Design Lab TV Styled Layout GreenPress WordPress Theme Design Colorful Funky Web Layout Tutorial などなど。
Image Rollover Borders That Do Not Change Layout
http://css-tricks.com/image-rollover-borders-that-do-not-change-layout/
Image Rollover Borders That Do Not Change Layout - http://css-tricks.com/image-rollover-borders-that-do-not-change-layout/
css
ロールオーバーする際にずれてしまう問題と解決方法
Grid Based Design Toolbox | Fuel Your Creativity
http://www.fuelyourcreativity.com/grid-based-design-toolbox/
Grid Based Design Toolbox | Fuel Your Creativity
Grid Based Design Toolbox | Fuel Your Creativity - http://www.fuelyourcreativity.com/grid-based-design-toolbox/
Recursos para diseño web con grids
40 Web Design Artists And 102 Websites Worth Watching | 1stwebdesigner - Love In Design
http://www.1stwebdesigner.com/inspiration/40-web-design-artists-and-102-websites-worth-watching/
portfolio examples
50 Monochromatic Website Designs | Webdesigner Depot
http://www.webdesignerdepot.com/2009/03/50-monochromatic-website-designs/
10 Blog Designs with Innovative Layouts | Web Design Ledger
http://webdesignledger.com/inspiration/10-blog-designs-with-innovative-layouts
It seems that the majority of blogs all follow a standard layout: a long list of posts on the left and a sidebar on the right containing such things as recent
10 Blog Designs with Innovative Layouts
Creative Blog designs
Ciekawy design
Blog Design
Get Wireframing: The All-In-One Guide | Hi, I'm Grace Smith
http://www.gracesmith.co.uk/get-wireframing-the-all-in-one-guide/
Wireframing is a great tool to incorporate into your projects as it allows for rapid prototyping and helps to pinpoint any potential problems. I personally find it invaluable on projects to have a visual representation of content, hierarchy and layout. Overall it’s an excellent step to incorporate into your project before the design process begins for both you and your clients.
35 Black Web Designs That Show Us That Once You Go Black, You Never Go Back | Abduzeedo - design inspiration and tutorials
http://abduzeedo.com/web-design-black-layouts-part-2
black layouts
4 Principles of Good Design for Websites | My Ink Blog
http://www.myinkblog.com/2009/03/21/4-principles-of-good-design-for-websites/
MyInkBlog, March 21, 2009. Unread.
Modern Sitemap and Footer
http://www.webdesignerwall.com/trends/modern-sitemap-and-footer/
Another little gem for today. I love this site too. That CSS must have taken forever.
Setting Web type to a baseline grid - Opera Developer Community
http://dev.opera.com/articles/view/setting-web-type-to-a-baseline-grid/
Consejos para maquetar texto web utilizando una cuadrícula tipográfica
text baseline
This article covers the basics of baseline grids—defined grid areas within which content is placed—and how they can be applied effectively to the web medium.
150 Useful Adobe Photoshp Web Design Layout Tutorials and Techniques | 2experts Design - Web Design and Graphic Design Blog
http://www.2expertsdesign.com/2009/03/13/150-adobe-photoshp-web-design-layout-tutorials/
40+ Beautiful Examples of Paper Websites Design | Naldz Graphics
http://naldzgraphics.net/inspiration/40-beautiful-examples-of-paper-websites-design/
40+ Beautiful Examples of Paper Websites Design
interesting website design
White Space: How to Get it ‘Right’ | Think Vitamin
http://thinkvitamin.com/features/white-space-how-to-get-it-right/
Active and Passive White Space White Space is often used to create a balanced, harmonious layout. One that just ‘feels’ right. It can also be used to take the reader on a journey through the design. In the same way a photographer leaves ‘looking room’ in a portrait shot, by positioning the subject o! the centre of the frame and having them looking into the remaining space, a designer can do this to increase the effectiveness of their design. Another way of looking at white space is by how a reader, or user, reacts to it. White space can not only be used by the designer to create harmony and balance in design, or to help position a brand, but it can be used to lead a reader from one element to another. This is called Active White Space
Slammer
http://site.ringce.com/products/slammer/slammer.html
Generate a grid. Drag the grid on top of your design tool. Push those pixels until they line up with the grid.
Just realized that my page is on delicious home and I did not bookmark it :)
Grid system
A List Apart: Articles: The Elegance of Imperfection
http://www.alistapart.com/articles/theeleganceofimperfection
A List Apart: Articles: The Elegance of Imperfection
design aesthetics
Very interesting.
A taxonomy of elegance Jeremy Alexis, of the Illinois Institute of Technology’s Institute of Design, asks us to consider three types of elegance when we face a design problem: logical elegance, systemic elegance, and aesthetic elegance.
25 Photoshop Tutorials for Creating that Perfect Web Page Design : Speckyboy Design Magazine
http://speckyboy.com/2009/03/26/25-photoshop-tutorials-for-creating-that-perfect-web-page-design/
チュートリアルでここまでやる?というプロレベルのWEBレイアウト作成チュートリアル:phpspot開発日誌
http://phpspot.org/blog/archives/2009/03/web_43.html
そのままは使えないけど、参考になるところが有った。
いつかこれで練習したい
あとで
iPhone Mockup
http://iphonemockup.lkmc.ch/
iPhoneアプリのモックアップが簡単に作れるサイト
Layout Packs
http://css-tricks.com/layout-packs/
Layout Packs
Pacchetto di 4 layout con i css
multi-column fluid layout
23 amazing free modern clean sans serif fonts for designers on studiowhiz.com
http://www.studiowhiz.com/2009/04/01/23-free-amazing-modern-clean-fonts/
80+ Photoshop Tutorials: Practical Web Interface Design | Photoshop Tutorials | Tutorials
http://www.tripwiremagazine.com/Tutorials/Photoshop-Tutorials/80-photoshop-tutorials-practical-web-interface-design.html
When it comes to graphic design, Adobe Photoshop is a very popular option and for a reason. Photoshop really can do magic in the hands of a skilled designer. However, the software itself is really hard to use if you're not used to it. In fact, in Photoshop it usually takes ages to achieve something you have never done before. This is where Photoshop Tutorials comes to your help by guiding you though the many difficult steps needed to achieve a specific goal. In this article tripwire magazine present you more than 80 high quality Photoshop Tutorial that guides you step by step in building up a web interface all the way from scratch.
80+ Photoshop Tutorials: Practical Web Interface Design
Typography Keyboard Layout: Download Now! | Freebies | Smashing Magazine
http://www.smashingmagazine.com/2009/04/02/typography-keyboard-layout-download-now/
In January we commissioned Ilya Birman, a Russian designer with passion for typography, to adapt his typography keyboard layout (which has become a common typographer's tool in Russia) to create a version for English-speaking designers,
Typography Keyboard Layout: Download Now! | Freebies | Smashing Magazine
Very Cool.
very useful
Tag Clouds - Styling and Adding Sort Options | Css Globe
http://cssglobe.com/post/4581/tag-clouds-styling-and-adding-sort-options
Boks - A Visual Grid Editor
http://toki-woki.net/p/Boks/
Boks is an AIR application (so it works on Windows, Mac and Linux) that provides a User Interface for Blueprint CSS's framework. It's been designed for those who think the Grid System is good but never really took the time to give it love. It handles grid configuration, baseline rhythm pimpin', CSS (with or without compression) and grid.png export, HTML layout and much more goodie-goodie!
#tryout
サイトのレイアウトをして、HTML/CSS吐き出し AIR application
Showcase Of Beautiful Sports Websites | Design Showcase | Smashing Magazine
http://www.smashingmagazine.com/2009/04/04/showcase-of-beautiful-sports-websites/
Showcase of Sports Websites
Sports Website Collection
This article showcases the most beautiful website designs from the North American sports industry, including ones for news, teams and leagues, sports apparel and more.
Perfect 3 Column CSS Liquid Layout. No Images, Cross-browser
http://digg.com/d1o833
A three column liquid layout with no images, no JavaScript. Cross-browser & iPhone compatible
Table Layouts vs. Div Layouts: From Hell to... Hell? | CSS | Smashing Magazine
http://www.smashingmagazine.com/2009/04/08/from-table-hell-to-div-hell/
Over the last several years, developers have moved from table-based website structures to div-based structures. Hey, that’s great. But wait! Do developers know the reasons for moving to div-based structures, and do they know how to? Often it seems that people are moving away from table hell only to wind up in div hell.
Table Layouts vs. Div Layouts: From Hell to... Hell? | CSS | Smashing Magazine - http://www.smashingmagazine.com/2009/04/08/from-table-hell-to-div-hell/
なんでもかんでもdivで囲んだ時期、僕にもありました いまでは必要なときにはtableをレイアウトに使います(例:内容に合わせてブロック要素の幅を自動的に伸縮したい) もちろんスクリプトを使えばtableに頼らなくても簡単に解決できますが、案件によってはスクリプトフリーにしたいこともあるのです
Table Layouts vs. Div Layouts: From Hell to… Hell?
http://digg.com/d1oHag
30 Beautiful Music Websites for Design Inspiration
http://sixrevisions.com/design-showcase-inspiration/30-beautiful-music-websites-for-design-inspiration/
nice list. take a look when you are not inspired.
41 Great Looking Free WordPress Themes | Wordpress
http://www.hongkiat.com/blog/41-great-looking-free-wordpress-themes/
44 Must Learn Web Design Layout Tutorials in Photoshop | Naldz Graphics
http://naldzgraphics.net/tutorials/44-must-learn-web-design-layout-tutorials-in-photoshop/
ウェブデザインのクオリティをアップする7つのポイント | コリス
http://coliss.com/articles/build-websites/operation/design/quality-within-web-design.html
時々みなおすべき
サイト例多し。
Design A Fresh Blog Theme On The 960 Grid | My Ink Blog
http://www.myinkblog.com/2009/02/24/design-a-fresh-blog-theme-on-the-960-grid/
Fluid Images — Unstoppable Robot Ninja
http://unstoppablerobotninja.com/entry/fluid-images/
Ethan follows up his Fluid Grids article with an equally excellent piece on resizing images.
Dynamically scale images with the rest of fluid layouts.
Comprehensive article about using fluid images and details about appropriate ways to achieve this.
ウェブデザインにおける効果的な背景の使い方 | コリス
http://coliss.com/articles/build-websites/operation/design/backgrounds-in-web-design.html
ウェブデザイナーなら覚えておいて損はないはず。
Creative Print Typography Layouts | Design Showcase | Smashing Magazine
http://www.smashingmagazine.com/2009/04/21/creative-print-typography-layouts/
Sehr inspirierende Liste volle Typo-Layouts.
In print design, typography is one of the more crucial aspects. Typography is essential the practice of organizing, arranging, and modifying type. The typography techniques uesed in print has a direct impact on how the reader is able to receive the image. In print, typography doesn’t have to be plain and boring. It can be beautiful, creative, and colorful. There are a number of ways to liven up typography, such as creative and original layouts, using color variations, use of fancy fonts, and much more.
Interface Design Inspiration | 30 Beautiful Website Footer Designs | Dzine Blog
http://dzineblog.com/2009/04/interface-design-inspiration-30-beautiful-website-footer-designs.html
This post is a part for dzineblog’s interface design inspiration series, the series which focuses on inspiration on graphic user interface designs that will help you in enhancing your interface design skills.
How to Create a Sleek and Textured Web Layout in Photoshop
http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-sleek-and-textured-web-layout-in-photoshop/
ウェブサイトの設計図 ワイヤーフレームを活用しよう | DesignWalker
http://www.designwalker.com/2009/04/wireframe-2.html
Grid System Generator (v0.94) | Create valid css / xhtml grid systems
http://www.gridsystemgenerator.com/
Grid System Generator (v0.94) | Create valid css / xhtml grid systems
Pequeno sistema onlne que cria grids com css e xhtml válidados
17 Open Source Tools To Draw, Edit, Layout And Animate Your Designs : OpenSource Release Feed
http://www.opensourcereleasefeed.com/resource/show/17-open-source-tools-to-draw-edit-layout-and-animate-your-designs
"วาด" ด้วยซอฟต์แวร์โอเพนซอร์ส
30 Examples of Watercolor Effects and Brush Strokes in Web Design
http://sixrevisions.com/design-showcase-inspiration/30-examples-of-watercolor-effects-and-brush-strokes-in-web-design/
In this showcase, you’ll see 30 examples of watercolor effects and brush strokes in web design.
16 Ultimate Collection of Free Stock Photo Sites
http://www.softalize.com/2009/04/14/16-ultimate-collection-of-free-stock-photo-sites/
Today I bring a fabulous collection of sites where you can get nice images and photos. I have made a list of sites where to search for amazing and quality photos and images. So no need to waste your time with old images and photo sites that do not work properly. Just have a look at these sites, and do not forget to share your comments with us. Some of the sites listed offer free stock photos only for personal use, All photos are the property of their respective authors check their policy before using their collection.
Website Layout Toolbox
http://designm.ag/resources/layout-toolbox/
Collection of tutorials for designing web layouts.
Good source of templates
Design a Beautiful Website From Scratch - Nettuts+
http://net.tutsplus.com/tutorials/html-css-techniques/design-a-beautiful-website-from-scratch/
share with clan! :)
Have you ever wanted to design a beautiful website but just didn't know how? To be honest, a few years ago, that happened to me too. While browsing the web, I
The Art of Crafting Beautiful Stylesheets « Azadcreative.com
http://azadcreative.com/2009/04/the-art-of-crafting-beautiful-stylesheets/
960 Gridder - Lay out websites with ease.
http://gridder.andreehansson.se/
Making the ‘Clean Grunge’ Blog Design
http://psdfan.com/tutorials/designing/making-the-clean-grunge-blog-design/
Making the ‘Clean Grunge’ Blog Design - http://psdfan.com/tutorials/designing/making-the-clean-grunge-blog-design/
Create a Clean Modern Website Design in Photoshop
http://line25.com/tutorials/create-a-clean-modern-website-design-in-photoshop
Composition and harmony 101
http://www.snap2objects.com/2009/05/04/composition-and-harmony-101/
Composition and harmony 101
Plumb
http://mdaines.com/plumb/
Plumb, a tool for composing web layouts for use with the Blueprint CSS framework.
This is Plumb, a tool for composing web layouts for use with the Blueprint CSS framework.
Placing a CSS background image horizontally right on an h2 using a span element | Veerle's blog
http://veerle.duoh.com/blog/comments/placing_a_css_background_image_horizontally_right_on_an_h2_using_a_span_ele/
interesting CSS trick to add to the bag of tricks
Best Practices for Designing a Social News Website | Webdesigner Depot
http://www.webdesignerdepot.com/2009/03/best-practices-for-designing-a-social-news-website/
Practices for Designing a Social News Website
news
A look at the layouts of several SN sites
30 Inspiring Web Design Layouts from deviantART
http://sixrevisions.com/design-showcase-inspiration/30-inspiring-web-design-layouts-from-deviantart/
There are many designers and artists at deviantART who choose to display their beautiful creations to the rest of the community. In this collection, you'll find some of the best web design layouts presented created by deviantARTists.
layouts deviantArt
REVER
In this collection, you’ll find some of the best web design layouts created by deviantARTists.
NealGrosskopf.com l CSS Template Layouts: A Simpler CSS Layout System, Now Possible With JQuery
http://www.nealgrosskopf.com/tech/thread.asp?pid=46
A new layout system to replace floats or display:table or html tables. Based on the W3C's proposed 'CSS Template Layout Module' for CSS3
26 Horizontal Websites | Inspiredology
http://inspiredology.com/26-horizontal-websites/
How to Convert a Photoshop Mockup to XHTML/CSS
http://line25.com/tutorials/how-to-convert-a-photoshop-mockup-to-xhtml-css
Shows a sensible, organised, standards-based approach and would help getting organised for such a piece of work
How to Create a “Worn Paper” Web Layout Using Photoshop
http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-worn-paper-web-layout-using-photoshop/
worn paper
Web Layout Using Photoshop
The Evolution of a Website Design | Think Vitamin
http://thinkvitamin.com/features/the-evolution-of-a-website-design/
Germ - thought you might enjoy this as much as I did
Last week I was presented with a design brief. It was to design and build a site to promote our new Stack Overflow DevDays event that’s happening this October. Ryan gave me a rough wireframe detailing the content that needed to be included. The layout and design was down to me. As usual I didn’t have a bloody clue where to start… and I didn’t have long to do it. The initial hope was that I get it all done in just over 2 days. So I thought it might be interesting to share with you the various stages of design the site went through before arriving at the finished design. Here’s the wireframe Ryan put together for me wireframe Ok so here goes. Stage 1 Stage 1 Stack Overflow DevDays is mainly gonna be a US tour + a gig in London. So I want a map or something to show where the dates are gonna be. I was going to use a flat map but decided a globe was cooler. I drew the globe based on one I bought from istockphoto.com (Note: Dates and cities shown in these designs were just provisional
Web Design from the Gut - Articles - MIX Online
http://visitmix.com/Articles/Web-Design-from-the-Gut
Nice article about the design process. Particularly like the feature wireframes; I've seen features written out for each page before, but never as a non-layout wireframe.
A walk through the real-world process of redesigning a major site. Great stuff.
How to Elevate Your Website Design Process and Results - Psdtuts+
http://psd.tutsplus.com/tutorials/interface-tutorials/how-to-elevate-your-website-design-process-and-results/
This tutorial will guide you through the process and ideas behind the designing a professional website with a funky flair in Photoshop. The tutorial will read much like a "choose your own adventure" novel in the hopes it will encourage creativity and uniqueness in your design with a little advice and instruction along the way.
40 Most Useful Travel Websites That Can Save You a Fortune | Wise Bread
http://www.wisebread.com/travel-resources
Wise Bread
Traveling doesn't have to break the bank (in fact, you can travel for free), and there are plenty of places that'll help you find the best vacation for your budget. Get discounts and the insider scoop with these great resources. Don't forget to ask for free travel upgrades.
Markup Hierarchy - Advantages in SEO
http://www.sohtanaka.com/web-design/markup-hierarchy-advantages-seo/
Un ejemplo interesante, a tener en cuenta, para el diseño de páginas web
Photoshopで作るウェブデザイン レイアウト・チュートリアル50選 | DesignWalker
http://www.designwalker.com/2009/04/photoshop-layout.html
Photoshopで作るウェブデザイン レイアウト・チュートリアル50選
6 Flexible jQuery Plugins To Control Webpage Layouts Easily
http://www.webresourcesdepot.com/6-flexible-jquery-plugins-to-control-webpage-layouts-easily/
8 Layout Solutions To Improve Your Designs | How-To | Smashing Magazine
http://www.smashingmagazine.com/2009/05/19/8-layout-solutions-to-improve-your-designs/
The organization of content is probably one of the most important and influential aspects of any good web design. Organizing information into a well-built layout
The organization of content is probably one of the most important and influential aspects of any good web design. Organizing information into a well-built layout is the basis of a website, and should always come before styling concerns.
7 Quick CSS Enhancements for Better User Experience
http://davidwalsh.name/css-enhancements-user-experience
Css tips!
The beauty in CSS is that a tiny directive can make a huge difference in how the page displays. Here are seven quick CSS snippets that will give your website more “pop” and make your user’s experience more functional and enjoyable.
9 Essential Principles for Good Web Design - Psdtuts+
http://psd.tutsplus.com/tutorials/designing-tutorials/9-essential-principles-for-good-web-design/
very good article
Obviously, I have lots of disclaimers: rules are made to be broken, different types of design work differently, and I don't always live up to my own advice.
22 Beautiful Example of Brochure Designs | Naldz Graphics
http://naldzgraphics.net/inspirations/22-beautiful-example-of-brochure-designs/
We received a great response to our readers when we showcase the 60+ Most Beautiful and Creative Business Cards Design a months ago. And today, we made a new list to inspire you and this time its all about Brochure. A Brochure is a small booklet or pamphlet, mostly containing promotional material or product information. Here is a showcase of 22 Beautiful Brochure Designs for another list of inspiration.In this post you will see some example of a good brochure designs.
Design a Ready to Print Brochure in Photoshop - Psdtuts+
http://psd.tutsplus.com/tutorials/designing-tutorials/design-a-ready-to-print-brochure-in-photoshop/
udarbejdelse af brochure i photoshop.
งานออกแบบ และจัดทำโบชัวร์ อย่างละเอียด ทีละขั้นตอน น่าศึกษามาก
túristabrot í PS
Design a Ready to Print Brochure in Photoshop
This time I'll help you to create a ready to print three-fold brochure from scratch using only Photoshop. This tutorial is ideal for beginners and for people who want to know more about print design. Let's get it started!
Print Brochure in Photoshop
Ask SM: CSS Quick-Question Edition | CSS | Smashing Magazine
http://www.smashingmagazine.com/2009/05/25/ask-sm-css-quick-question-edition/
Tips y Hacks Interesantes
Smart Columns w/ CSS & jQuery
http://www.sohtanaka.com/web-design/smart-columns-w-css-jquery/
As I observe other liquid based websites, I see two commonly used techniques on displaying columns, the fixed columns and the liquid columns. There are drawbacks to both that I would like to point out, and later would like to pitch my solution.
Finally a good solution.
Ein jQuery-Plugin zum Erzeugen von pseudo-fixen Spalten, die intelligent auf das Resizen des Browser-Fenster reagieren.
CSS design gallery - 33 Excellent Web Layout Photoshop Tutorials
http://www.csstea.com/css-gallery-news-and-resources/824-33-excellent-web-layout-photoshop-tutorials.html
css
Do You Want Fries With That Logo? | How-To | Smashing Magazine
http://www.smashingmagazine.com/2009/05/24/do-you-want-fries-with-that-logo/
From low-budgets to rush jobs to piss-poor project management, every designer has one time or another faced the inevitable, "I need a logo (brochure, website, etc.) done ASAP" scenario. Depending on the designers’ work situation, some can simply choose to decline these projects. But for many full-time designers, this “rushing creative” is a very real and necessary part of their job requirement. So when asked to “just slap a design together” or “crank it out,” how do we as designers maintain our standards and integrity when a logo must be created in three hours? Or a website in a day? And for that matter, can we?
How to cope with impossible deadlines. via VERB/LinkedIn.
Article about fast food design jobs
From low-budgets to rush jobs to piss-poor project management, every designer has one time or another faced the inevitable, "I need a logo (brochure, website, etc.) done ASAP" scenario.
Shhhaw! » On Redesigning the Front Page of Talking Points Memo
http://www.shhhaw.com/?p=34
Nice process article on reworking a news homepage. Love the video at the end with the column switching.
The latest redesign of the Talking Points Memo (TPM) frontpage has been explained in detail
The 960 Grid System Toolbox & Resources | Webdesigner Depot
http://www.webdesignerdepot.com/2009/05/the-960-grid-system-toolbox-and-resources/
Training for 960 Grid resources
David DeSandro: jQuery Masonry
http://desandro.com/resources/jquery-masonry
jQuery Masonry thumbnail box
45 Step-by-Step Tutorials on Web Design with Photoshop - Psdtuts+
http://psd.tutsplus.com/articles/web/45-step-by-step-tutorials-on-web-design-with-photoshop/
None
The CSS Overflow Property
http://css-tricks.com/the-css-overflow-property/
Design and Code a Slick Website from Scratch –
Part I - Nettuts+

http://net.tutsplus.com/tutorials/design-tutorials/design-and-code-a-slick-website-from-scratch-%E2%80%93-part-i/
With the Internet becoming more and more popular every minute, a great-looking website is somewhat of a must-have. You could obviously pay a web designer to design one for you, but wouldn't it be really cool to design and code it yourself? "Difficult", you may say; but it's actually not too hard once you've learned how to do it! In this first part, you'll learn how to design a neat-looking website that you can easily adapt to your business. It’s time to get started!
30 Inspiring Dark and Sleek Web Designs
http://sixrevisions.com/design-showcase-inspiration/30-inspiring-dark-and-sleek-web-designs/
30 Inspiring Dark and Sleek Web Designs
css-template-layout - Google Code
http://code.google.com/p/css-template-layout/
css-template-layout -
The project aims at providing web designers with a way to use the W3's CSS Template Layout Module today. As a jQuery plug-in, the script parses a given set of CSS rules and displays the content as indicated in the specification. Options include the ability to select the CSS parsed, as well as an optional prefix to use for the CSS rules. Specifying a prefix allows style rules that are interoperable with a possible future browser implementations.
The project aims at providing web designers with a way to use the W3's CSS Template Layout Module today. As a jQuery plug-in, the script parses a given set of CSS rules and displays the content as indicated in the specification.
avaScript (jQuery) implementation of the CSS Template Layout Module
15 Extremely Useful CSS Grid Layout Generator For Web Designers
http://www.webdesignbooth.com/15-extremely-useful-css-grid-layout-generator-for-web-designers/
grid system generators
CSS Grid Layout Generators
Carrer Blog: 1 line CSS Grid Framework
http://www.vcarrer.com/2009/06/1-line-css-grid-framework.html
Brilliant!
確かにワンラインだね(笑)
very cool way to do a minimal css grid using percentages
1 line CSS Grid Framework
dp50 {width:50%; float:left; display: inline; *margin-right:-1px; }
Create a Dark and Sleek Web Layout Using Photoshop
http://sixrevisions.com/tutorials/photoshop-tutorials/create-a-dark-and-sleek-web-layout-using-photoshop/
dark sleek web layout/ design
create a website template in ps
This is the first part of a two-part series of tutorials that will show you how to create the design in Photoshop. The second part of the series will show you how to build a web page with the Photoshop layout mockup using HTML/CSS and a little bit of jQuery.
Fixed vs. Fluid vs. Elastic Layout: What's The Right One For You? | How-To | Smashing Magazine
http://www.smashingmagazine.com/2009/06/02/fixed-vs-fluid-vs-elastic-layout-whats-the-right-one-for-you/
pro´s n´ cons
The problem has boggled the minds of Web designers for years: fixed, fluid, elastic or a hybrid layout design? Each option has its benefits and disadvantages. But the final decision depends so much on usability that it is not one to be made lightly. So, with all the confusion, is there a right decision? By considering a few factors and properly setting up the final design, you can end up with a successful layout design that reaps all the benefits. This article discusses the pros and cons of each type of layout. Either one can be used to make a successful website layout, as long as you keep usability in mind.
Smashing Magazine
Advanced docking using jQuery
http://www.jankoatwarpspeed.com/post/2009/06/01/Advanced-docking-using-jQuery.aspx
Advanced docking using jQuery
40+ Tutorials on Photoshop Website Design and PSD to HTML | Photoshop Tutorials | Tutorials
http://www.tripwiremagazine.com/Tutorials/Photoshop-Tutorials/tutorials-on-photoshop-website-design-and-psd-to-html.html
In this article tripwire magazine provides you with more than 40 high quality Website Photoshop Tutorials that you just have to investigate. Further this article provides you with Tutorials surfacing the secrets you need for converting your Photosho
very gud must see photoshop html tutorial
80+ Perfect Ending of Modern Website Design- Footers! | Showcases | instantShift
http://www.instantshift.com/2009/04/30/80-perfect-ending-of-modern-website-design-footers/
Getmiro
A perfect layout, A Good Design and Nice resource can produce a creative output. Layout, textures and patterns are used more often than one may think but the outcome of different combination can result verity of designs. One of the interesting trend which I noticed recently is using a attractive footer to provide a perfect ending to your website’s presentation. Modern age designers love to experiment with things and observe how people interact with their work. Even though this is not a common trend to follow but still as the new design styles come up, and as more and more designers notice them and make use of them in their work, this kind of new trends emerge. In this showcase, you’ll find a variety of highly-creative, beautiful, and most importantly inspirational footer designs by which you can learn a thing or two.
Elements of Great Web Design: The Polish - Psdtuts+
http://psd.tutsplus.com/tutorials/designing-tutorials/elements-of-great-web-design-the-polish/
Elements of Great Web Design: The Polish - Psdtuts+ - http://psd.tutsplus.com/tutorials/designing-tutorials/elements-of-great-web-design-the-polish/
When I put together designs, I usually do so in two phases - Layout and Polish. During the layout phase, I place the main objects on the page usually finishing with something that looks relatively complete. In the second stage - the Polish - I go over the design and adjust colors, type treatments, shadows, layers, and generally clean it all up. In this first of a series of tutorials on web design, we'll be looking at the Polish.
Adaptive CSS-Layouts: New Era In Fluid Layouts? | CSS | Smashing Magazine
http://www.smashingmagazine.com/2009/06/09/smart-fixes-for-fluid-layouts/
Fluid web designs have many benefits, but only if implemented correctly. With proper technique, a design can be seen correctly on large screens, small screens and even tiny PDA screens. With bad coding structure, however, a fluid layout can be disastrous. Because of this, we need to find ways to work around most, if not all, of the cons of fluid design.
If you as a designer are going to go through all the extra work of creating a functional fluid layout, why not go a bit further and make it compatible with all resolutions, instead of just most? You can use a few techniques to create an incredibly versatile, adaptive layout that will stay perfectly functional with the constantly changing screen sizes. In this article, we’ll discuss effective techniques to create 100%-functional adaptive CSS-layouts, and provide details on other tutorials and practices.
Fluid web designs have many benefits, but only if implemented correctly. With proper technique, a design can be seen correctly on large screens, small screens and even tiny PDA screens. With bad coding structure, however, a fluid layout can be disastrous. Because of this, we need to find ways to work around most, if not all, of the cons of fluid design. If you as a designer are going to go through all the extra work of creating a functional fluid layout, why not go a bit further and make it compatible with all resolutions, instead of just most? You can use a few techniques to create an incredibly versatile, adaptive layout that will stay perfectly functional with the constantly changing screen sizes.
Grid Systems – Making grids in Illustrator : font.is
http://font.is/?p=1226
Grid Systems – Making grids in Illustrator
30 Best Photoshop Web Layout Design Tutorials to Design Decent Websites | Dzine Blog
http://dzineblog.com/2009/06/30-best-photoshop-web-layout-design-tutorials.html
Vários tutoriais para desenvolvimento de interfaces para sites
Here is a collection of 30 layout design tutorials that will help you with designing a decent looking website.
アイトラッキングの実験からわかった12のWeb戦略 - IDEA*IDEA ~ 百式管理人のライフハックブログ ~
http://www.ideaxidea.com/archives/2009/05/eye_tracking.html
ユーザーがどこを見ているか、その視線を追うことができるアイトラッキングシステムですが、それを使った実験の結果がまとめられていました。ウェブを作る際にどこに気をつければ良いかがわかって参考になりますね。
アイトラッキングシステム。それを使った実験結果のまとめ。
jQuery Splitter Plugin
http://methvin.com/splitter/
divs con anchura y altura variables
Updated jquery splitter jquery 1.3
A resizable splitter plugin for jQuery.
Splitter en jQuery horizontal, vertical sur plusieurs panneaux ou colonnes
16 Best Photoshop Tutorials for Creating Web Designs | Web Design Ledger
http://webdesignledger.com/tutorials/16-best-photoshop-tutorials-for-creating-web-designs
ウェブデザインを作るためのPhotoshopチュートリアル16選
Tutorials for creating web designs are a great way to learn new techniques and get inspired by new design concepts. Since Photoshop is the design tool of choice
Tutorials for creating web designs are a great way to learn new techniques and get inspired by new design concepts. Since Photoshop is the design tool of choice for many web designers, I thought it would be useful to show you, what I believe, are the best Photoshop tutorials for creating web designs and web design elements.
TUTORIALES PARA DISEÑO WEB CON PHOTOSHOP MUY RECOMENDABLE
Create a Clean and Colorful Web Layout in Photoshop - Tutorial9
http://www.tutorial9.net/photoshop/create-a-clean-and-colorful-web-layout-in-photoshop/
In this tutorial I am going to show you how to create a clean corporate layout in Photoshop. The original layout was created by kuntiz from ThemeForest and I want to thank him for allowing me to write this tutorial.
Web Layout tutorial
45+ CSS Grid Systems, Layout Generators and Tutorials that every Designer should know | tripwire magazine
http://www.tripwiremagazine.com/tools/design/45-css-grid-systems-layout-generators-and-tutorials-that-every-designer-should-know.html
CSS Style sheets examples
In this article tripwire magazine presents a large collection of CSS Grid Systems, online generators and tutorial on how to use these in your design. Using a CSS Grid System is really worth considering if you’re planning to create a complex magazine web design. This article will give you the overview and tools you need to get started.
a large collection of CSS Grid Systems, online generators and tutorial on how to use these in your design. Using a CSS Grid System is really worth considering if you’re planning to create a complex magazine web design. This article will give you the overview and tools you need to get started.
45+ CSS Grid Systems, Layout Generators and Tutorials that every Designer should know
52 Professional Website User Interface Photoshop Tutorials | Minervity
http://www.minervity.com/features/inspire_me/52-professional-website-user-interface-photoshop-tutorials/
Kig på nogle af de fede designs og gør et af dem efter til mit eget site
Photoshop Website
photoshop
Informative And Usable Footers In Web Design | Design Showcase | Smashing Magazine
http://www.smashingmagazine.com/2009/06/17/informative-and-usable-footers-in-web-design/
フッター
CSS Semi-liquid Layout - CSS Liquid Columns - CSS Liquid Layout Designs Tips
http://www.sohtanaka.com/web-design/semi-liquid-layouts-tutorial-tips/
As you can see, most of these techniques revolve around the flexibility of your design. Although designing for semi-liquid layouts can be a hassle, it may be a huge benefit for your visitors. Semi-liquid layouts are not recommended for every site out there, so do look into the pros and cons and execute them accordingly. If you have any other tricks and tips, please don’t hesitate to share!
css tips for site design
35 Excellent Websites for Downloading Free CSS Template | Desizn Tech
http://desizntech.info/2009/06/35-excellent-websites-for-downloading-free-css-template/
The 1Kb CSS Grid by Tyler Tate :: A simple, lightweight approach
http://www.1kbgrid.com/
The 1Kb CSS Grid by Tyler Tate :: A simple, lightweight approach
Other CSS frameworks try to do everything—grid system, style reset, basic typography, form styles. But complex systems are, well, complex. Looking for a simple, lightweight approach that doesn't require a PhD? Meet The 1Kb CSS Grid.
Ways and Links to improve the Typography of your Wordpress site | theWPresser
http://thewpresser.com/improve-typography-wordpress/
A few plugins that are supposed to make implementing different fonts on your #wordpress blog easier...
CSSbake
http://www.cssbake.com/
おされなサイトにあるテクニックを、CSSを使って再現法を教えてくれてるナイスなサイト。
Web & Patterns: patterns for a better web
http://web-patterns.net/
Web & Patterns: patterns for a better web
Una gallery dei migliori esempi di web pattern design, information architecture, user experience, per aiutare chi ha il compito non semplice di costruire siti web belli e funzionali.
35+ Horizontal Websites for Your Design Inspiration | Vandelay Design Blog
http://vandelaydesign.com/blog/galleries/horizontal-websites/
30 Best Photoshop Web Layout Design Tutorials to Design Decent Websites | Dzine Blog
http://dzineblog.com/2009/06/best-photoshop-web-layout-design-tutorials.html
30 Best Photoshop Web Layout Design Tutorials to Design Decent Websites | Dzine Blog
30 สุดยอดตัวอย่างทำเว็บสวยด้วย Photoshop
How to Create an Illustrative Web Design in Photoshop
http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-an-illustrative-web-design-in-photoshop/
How to Create an Illustrative Web Design in Photoshop - http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-an-illustrative-web-design-in-photoshop/
BlueTrip CSS Examples and Showcase
http://bluetrip.org/demos/
css
BlueTrip CSS Examples and Showcase
74 Fresh Examples Of Beautiful Single Page Website Designs | Showcases | instantShift
http://www.instantshift.com/2009/06/27/74-fresh-examples-of-beautiful-single-page-website-designs/
one page
Links to several good web layouts as well as links to numerous other top N lists.
25 Stylish Examples of Headers in Web Design
http://sixrevisions.com/design-showcase-inspiration/25-stylish-examples-of-headers-in-web-design/
sixrevisions.com: headers in web design
heders
Carrer Blog: O rule + golden proportion for calculating the gutter in the grid
http://www.vcarrer.com/2009/05/o-rule-golden-proportion-for.html
15 Must Read Articles for CSS Beginners
http://line25.com/articles/15-must-read-articles-for-css-beginners
This collection of 15 articles pulls together some of the best must read blog posts for anyone looking to get started with CSS styling.
25 Websites with Creative and Unique Layouts | Vandelay Design Blog
http://vandelaydesign.com/blog/galleries/25-websites-with-creative-and-unique-layouts/
Creative and Unique Layouts
web sites creatives
CSS3 – a big storm is coming | Reinhold Weber
http://reinholdweber.com/css/css3-a-big-storm-is-coming/
今時のデザインのウェブサイトの作り方を丁寧に解説しているPhotoshopのチュートリアル集 | コリス
http://coliss.com/articles/build-websites/operation/design/photoshop-tutorial-web-layout.html
25 Impressive Portfolio Web Designs
http://sixrevisions.com/design-showcase-inspiration/25-impressive-portfolio-web-designs/
40 Fresh Free Fonts To Enhance Your Designs | Fonts | instantShift
http://www.instantshift.com/2009/07/05/40-fresh-free-fonts-to-enhance-your-designs/
ta bueno... buenas fonts for free
CSS Cheat Sheet Wallpaper in Helvetica | theWPresser
http://thewpresser.com/css-cheat-sheet-wallpaper-in-helvetica/
I was looking around for a good CSS cheat sheet yesterday and I thought OK why do I have to open and close this .pdf file every time why don't i just put it as a wallpaper on one of my monitors...
CSS Layout Generator - генератор шаблонов HTML + CSS
http://csstool.ru/
генератор шаблонов HTML + CSS
CSS Layout Generator - онлайн генератор шаблонов HTML + CSS
Web Design Trend Hunting - Fluid Grid Layout: 10+ Outstanding Examples & 1 Tutorial | Inspired Magazine
http://www.inspiredm.com/2009/07/03/web-design-trend-hunting-fluid-grid-layout-10-outstanding-examples-1-tutorial/
Web Design
70 Tutorials Using Photoshop To Design A Website | Creative Nerds
http://creativenerds.co.uk/tutorials/70-tutorials-using-photoshop-to-design-a-website/
This article features a huge amount of Photoshop web design tutorials, which will teach you simple effects which can be combined together in order to create a
35 Beautiful Minimal Websites - Part 6 | Vandelay Design Blog
http://vandelaydesign.com/blog/galleries/35-beautiful-minimal-websites/
35 Beautiful Minimal Websites - Part 6 | Vandelay Design Blog
Collections of well-designed websites with a minimal approach have always drawn a great response from our readers, so we'll continue the series with the 6th showcase post of this kind. Due to the large percentage of our readers that are interested in minimal designs, last month we launched a gallery site, Minimal Exhibit, that focuses on these types of sites. Many of the sites featured in this post have also been featured at Minimal Exhibit, so if you like what you see here, be sure to follow Minimal Exhibit where many new sites are added each week. (mt) Ventures
35 Beautiful Minimal Websites
Collections of well-designed websites with a minimal approach have always drawn a great response from our readers, so we’ll continue the series with the 6th showcase post of this kind.
Free Typographic XHTML/CSS-Layouts For Your Designs | CSS, Freebies | Smashing Magazine
http://www.smashingmagazine.com/2009/07/08/free-typographic-xhtmlcss-layouts-for-your-designs/
Just the thing for quick site knock-ups.
In May we announced the Typographic Layout Design Contest that aimed to collect beautiful typographic (X)HTML CSS-based layouts created by the design community and release them
Possible Blog Theme
http://www.smashingmagazine.com/2009/07/08/free-typographic-xhtmlcss-layouts-for-your-designs/
Coding a Clean & Illustrative Web Design from Scratch
http://sixrevisions.com/tutorials/web-development-tutorials/coding-a-clean-illustrative-web-design-from-scratch/
Coding a Clean & Illustrative Web Design from Scratch
One tutorial to do the whole thing form start to finish
ok
In this comprehensive and step-by-step web development tutorial, you will learn how to convert a Photoshop mockup of a professional web layout design that features an illustrative landscape header into a standards-compliant XHTML/CSS template.
Web Design Tutorials: The Ultimate Roundup | Graphics
http://www.hongkiat.com/blog/web-design-tutorials-the-ultimate-roundup/
Designing a website has never been easier. These days, you really don’t have to be attend design courses nor Photoshop workshop to pick up a skills or two; everyone can be self-taught thanks to generous designers who are willing to share their techniques online. Whether you are looking at creating a personal portfolio, corporate website, blog template or merely a simple personal websites, chances are somewhere out there there’s a Photoshop tutorial with a step to step guide showing you how to turn a blank canvas into a complete layout. Here’s a round-up of some of The Best Photoshop tutorials related to website interface design. Full list after jump.
20 great Wordpress Footer Designs for Inspiration | [Re]Encoded.com
http://www.reencoded.com/2009/07/07/20-great-wordpress-footer-designs-for-inspiration/
20 great Wordpress Footer Designs for Inspiration
reencoded.com: wordpress footer designs
30+ Easy To Follow Photoshop Layout Design Tutorials
http://www.webdesignbooth.com/30-easy-to-follow-photoshop-layout-design-tutorials/
Photoshop Layout Design Tutorials
Photoshop is an excellent application for web designers. No matter you are beginner of expert of Photoshop, you can easily get tutorials and resources by using the search engine. Most of the theme developers/designers will done their website design using Photoshop, and then slice and convert them into CSS/HTML template. Here, i had collected 30+ easy to follow Photoshop layout design tutorials. You can follow them step by step to learn how to create a website layout design by using Photoshop. 1. Carbon Fiber Layout Carbon Fiber Layout 2. Business Wordpress PSD Layout Business Wordpress PSD 3. Watercolored Background Web Portfolio Design Watercolored Background Portfolio Design
30+ Easy To Follow Photoshop Layout Design Tutorials
Ready for use: CSS3 Template Layout | Fyrdility
http://a.deveria.com/?p=236
I’m happy to announce the latest project I’ve been working on: A jQuery plug-in to provide support for the CSS Template Layout Module. For those of you unfamiliar with this specification, it provides a relatively easy way to make a table-like layout using CSS. Until recently it was known as the “CSS Advanced Layout Module”. The spec is still a “working draft”, so it can still change significantly. But while that status hasn’t stopped browsers from implementing other CSS3 modules, so far none have tried implementing this one. Inspired by Eric Meyer’s Call for a layout system as well as his suggestion that many CSS features can be made to work using JavaScript, I went to work. Why wait for browsers to implement something when we can have JavaScript take care of it today? The advantages to using this system include: * Source independence, so there’s lots of possibilities with the same markup * All the benefits of a table-like design without the drawbacks * Instant overvie
CSS3 Template Layout
A jQuery plug-in to provide support for the CSS Template Layout Module.
10 Creative Brochure designs - Blog - Touchey - design magazine
http://www.touchey.com/blog/2009/6/7/10-creative-brochure-designs.html
10 Creative Brochure designs - Blog - Touchey - design magazine - http://www.touchey.com/blog/2009/6/7/10-creative-brochure-designs.html
Design Inspiration resource for professionals and students. Get tips and check the latest interactive, graphic, interior, architecture and industrial design trends. lebanon, middle east, dubai, qatar, ksa, jeddah
Creative Brochure designs
The Art Of Applying Rule Of Five Plus Or Minus Two For An Effective Wireframe | Onextrapixel - Showcasing Web Treats Without Hitch
http://www.onextrapixel.com/2009/07/20/the-art-of-applying-rule-of-five-plus-or-minus-two-for-an-effective-wireframe/
When presenting any kind of information on a page, avoid overwhelming your visitor with too many choices. Its best to use no fewer than 3 and no more than 7 groupings of elements.
The Art Of Applying Rule Of Five Plus Or Minus Two For An Effective Wireframe |
How to Make a Green & Sleek Web Layout in Photoshop
http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-make-a-green-sleek-web-layout-in-photoshop/
50 New Beautiful Blog Designs | Design Showcase | Smashing Magazine
http://www.smashingmagazine.com/2009/07/22/50-new-beautiful-blog-designs/
There are things that can't be showcased too often. For instance, beautiful blog designs. We have presented hundreds of beautiful blog designs in the past
HTML Table Building: 30+ Beautiful Examples and Useful Javascripts | Tools
http://www.hongkiat.com/blog/html-table-building-30-beautiful-examples-and-useful-javascripts/
Table is an excellent way of presenting information, especially when a company wants to cite various prices for its services or products. For instance, some
HTML Table building samples
JSを併用したテーブルのデザインパターンのまとめ。 サンプルというわけじゃないので、即使えるというわけじゃないけど、テーブルのデザインもカッチリやってあるサイトは個人的には好印象。
160+ Mega Web Design Tutorial Roundup | tripwire magazine
http://www.tripwiremagazine.com/design/css-techniques/160-mega-web-design-tutorial-roundup.html
160+ Mega Web Design Tutorial Roundup
Zaum & Brown | CD Sleeve Design, Band Art, Myspace & Website Design
http://www.zaum.co.uk/
55 Fresh Examples Of Corporate Website Designs | Inspiration | instantShift
http://www.instantshift.com/2009/07/28/55-fresh-examples-of-corporate-website-designs/
As you already seen in 80 Corporate Website Designs that a perfect layout, A good design and nice resources can produce a creative output. Layout, textures and , Daily Resource for Web Designers and Developers.
The Definitive Guide to Using Negative Margins | CSS | Smashing Magazine
http://www.smashingmagazine.com/2009/07/27/the-definitive-guide-to-using-negative-margins/
Since the recommendation of CSS2 back in 1998, the use of tables has slowly faded into the background and into the history books. Because of
Create The Fanciest Dropdown Menu You Ever Saw | Web Design Tutorials | Creating a Website | Learn Adobe Flash, Photoshop and Dreamweaver
http://www.webdesigndev.com/web-development/create-the-fanciest-dropdown-menu-you-ever-saw
Buen tutorial de como crear un bonito menú "dropdown", usando jQuery y CSS.
How to Code a Grunge Web Design from Scratch
http://sixrevisions.com/tutorials/web-development-tutorials/how-to-code-a-grunge-web-design-from-scratch/
How to Code a Grunge Web Design from Scratch - http://sixrevisions.com/tutorials/web-development-tutorials/how-to-code-a-grunge-web-design-from-scratch/
How to Code a Grunge Web Design from Scratch
[CSS]ネガティブマージンの理解を深め、活用するテクニック集 | コリス
http://coliss.com/articles/build-websites/operation/css/css-using-negative-margins.html
ネガティブマージンの理解を深め、活用するテクニック集 | コリス
スタイルシートを使用する際、必ずといっていいほどマージンを使用するでしょう。しかし、ネガティブマージンになると意見は分かれ、それは悪魔の仕事であると考える人たちも ネガティブマージンで意識しておくポイント ・vaildなCSS(ちゃんと規定あり) エラーを直すために使用するのはただのHack ネガティブマージンをfloatを使用しないエレメント群に適応した際、配置した順番で表示 ネガティブマージンはすべてのモダンブラウザ(IE6以降)で完全にサポート floatでの使用には注意 ネガティブマージンはDwのデザインビューで反映されません ul一つで、3カラムに配置 ポイントをオーバーラップ 3Dのテキストエフェクト シンプルな2カラムのレイアウト floatと一緒にネガティブマージンを使用すると、古いブラウザで下記の問題が生じます。 (解決方法あり) * クリッカブルでないリンク * 選択しにくいテキスト * フォーカスを失った際、消失するタブのリンク
デザイン的に有用! はみでたり系で。
http://www.smashingmagazine.com/2009/07/27/the-definitive-guide-to-using-negative-margins/ の日本語訳
Carsonified » How to Make Your Web Design Stand out from the Crowd
http://carsonified.com/blog/design/how-to-make-your-web-design-stand-out-from-the-crowd/
How to Make Your Web Design Stand out from the Crowd
ThinkVitamin - Carsonified's blog about the web
Carsonified » How to Make Your Web Design Stand out from the Crowd
Few inspiring designs
Showcase of Fantastic Login Pages - Inspect Element
http://inspectelement.com/articles/showcase-of-fantastic-login-pages/
Login pages for web apps/websites are something that regular users are likely to see over and over again but are also can be an opportunity to entice new users to sign up so a well designed login page can have greater benefits than you think. Below are some of the best login pages currently out there.
Mastering CSS, Part 1: Styling Design Elements | CSS | Smashing Magazine
http://www.smashingmagazine.com/2009/08/03/mastering-css-styling-design-elements/
CSS is one of the most important building blocks of modern web design. Standards demand the use of CSS for formatting and styling pages, and
The simplest way to horizontally and vertically center a DIV | Dezinerfolio
http://www.dezinerfolio.com/2007/05/02/the-simplest-way-to-horizontally-and-vertically-center-a-div
to all, but I experimented and came up with this simple CSS snippet. Here is a visual representation of how this works:
To Center a Div Container
Sticky (Fixed) SideNav Layout with CSS
http://designm.ag/tutorials/sticky-sidenav-layout/
25 Magazine-Style Layouts for Your Design Inspiration | Vandelay Design Blog
http://vandelaydesign.com/blog/galleries/magazine-layout/
Awesome Magazine Style Layouts!!
Magazine and news-style designs have become increasingly popular. Content management systems like WordPress have a wide selection of themes for this type of site, making it easy for the average website owner or blogger to achieve a look that is similar to a news site. In this post we will feature 25 sites that provide inspiration for magazine-style layouts.
Coding A HTML 5 Layout From Scratch | How-To, Tutorials | Smashing Magazine
http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/
An essential reading. From Smashing Magazine, as usual... :-D
Absolute, Relative, Fixed Positioning: How Do They Differ? - CSS-Tricks
http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/
positioning
Absolute, Relative, Fixed Positioning
Finsta left a question in the forums: I am fairly new to web design and I could never master the differences in positioning of elements. I know there are
Absolute, Relative, Fixed Positioning: How Do They Differ? | CSS-Tricks
A List Apart: Articles: Unwebbable
http://www.alistapart.com/articles/unwebbable/
It’s time we came to grips with the fact that not every “document” can be a semantic “web page.” Some forms of writing just cannot be expressed in HTML—or they need to be bent and distorted to do so. But for once, XML can help. Joe Clark explains.
e
"The creation myth of the web tells us that Tim Berners-Lee invented HTML as a means of publishing physics research papers. True? It doesn’t matter; it’s a founding legend of the web whose legacy continues to this day. You can gin up as many web applications as you want, but the web is mostly still a place to publish documents."
33 Newly Fresh Web Design Layout Tutorials | Naldz Graphics
http://naldzgraphics.net/tutorials/33-newly-fresh-web-design-layout-tutorials/
25 Detailed Tutorials for Coding Up Your Web Designs
http://line25.com/tutorials/25-detailed-tutorials-for-coding-up-your-web-designs
Good - 25 tutorials for coding websites
gregorywood.co.uk // Top 5 reasons to learn to dive
http://gregorywood.co.uk/
Wow. This guy is teh awsum.
Really good example of digital craftsmanship and attention to detail within each post.
This blog has a customized design for each entry
Cool blog designs
blog that has each entry with a different design, heavily non-page looking design; very impressive
Awesome Art Director's Website
Две float-колонки одинаковой высоты
http://chikuyonok.ru/2009/06/float-columns/
2 columns, same height.
90 New And High Quality Photoshop Web Layout Tutorials | Graphic and Web Design Blog - Inspiration, Resources and Tools
http://www.1stwebdesigner.com/tutorials/90-new-and-high-quality-photoshop-web-layout-tutorials/
I am continuing my research and this time I thought I’ve never done Photoshop layout tutorial roundup and wanted to become better in this matter. One of the reasons I didn’t make this kind of list, because I saw there are already many of similar articles. But as always to stand out I invested two days in this article, collecting only really high quality tutorials and also ordering them all by date. Maybe such measure isn’t right – but I am sure you are tired of lists featuring old tutorials you have seen over and over again. I was searching only for Year 2009/2008 tutorials and was surprised myself, how many of them I found, which I really enjoyed and was high-quality ones. Keep updated because this article was created also to study already created tutorials and get inspired to create my own layout tutorials trying to teach you what I already know about web-design! As always – hope you enjoy this work!
Tutoriales de photoshop y otros
25 Examples of Three-Column Blog Designs | Vandelay Design Blog
http://vandelaydesign.com/blog/galleries/three-column-blog-designs/
Three-Column Blog Designs
Very nice blog designs! 3 columns!
Web Design and Development Blog
22 Beautiful Photoshop Web Layout Tutorial Sites | Graphic and Web Design Blog - Inspiration, Resources and Tools
http://www.1stwebdesigner.com/tutorials/22-photoshop-web-design-interface-tutorial-sites/
How to implement a mobile version of your blog in three simple steps
http://woork.blogspot.com/2009/08/how-to-implement-mobile-version-of-your.html
Find the right website size for every audience with the Web Canvas | Methodologie
http://methodologie.com/whats-new/find-right-website-size-every-audience-web-canvas
By http://www.min-style.de
Encuentra el tamaño perfecto para tu website con Web Canvas
52 Beautiful Blue Layouts in Web Design | Abduzeedo | Graphic Design Inspiration and Photoshop Tutorials
http://abduzeedo.com/52-beautiful-blue-layouts-web-design
One of the things that I like most about web design is its results... yeap, I love to see great designed websites, and for sure we can find a bunch of those out there. Today we will show some beautiful blue layouts in web design. At this selection you wil
How to Design the Web in a High-Def World
http://sixrevisions.com/web-development/how-to-design-the-web-in-a-high-def-world/
48 Trendy And Fresh Web Interfaces From Deviantart: August 2009 | Graphic and Web Design Blog - Inspiration, Resources and Tools
http://www.1stwebdesigner.com/inspiration/48-trendy-and-fresh-web-interfaces-from-deviantart-august-2009/
55 Beautiful Green Layouts in Web Design | Abduzeedo | Graphic Design Inspiration and Photoshop Tutorials
http://abduzeedo.com/55-beautiful-green-layouts-web-design
Over 500 Layout Design Tutorials | AREA 1 - Graphic/web design tutorials & articles
http://www.area1.info/tutorials/over-500-layout-design-tutorials/
Big list of web layouts
How to Design and Code a Flexible Website - Nettuts+
http://net.tutsplus.com/tutorials/html-css-techniques/how-to-design-and-code-a-flexible-website/
quick and easy website design tutorial
How to Design and Code a Flexible Website
In this tutorial, we're going to be designing and coding a simple blog-style web-page. We'll pay special attention to making our design flexible and accessible by using clean and simple XHTML and CSS. This tutorial is aimed at beginners, and anyone looking to improve the accessibility of their web designs.
Backgrounds In CSS: Everything You Need To Know | CSS | Smashing Magazine
http://www.smashingmagazine.com/2009/09/02/backgrounds-in-css-everything-you-need-to-know/
CSS | Smashing Magazine
Create a Web Layout with 3D Elements using Photoshop
http://sixrevisions.com/photoshop/create-a-web-layout-with-3d-elements-using-photoshop/
For nice website design
UI Trends
http://uitrends.com/
The Good, The Bad, & The Ugly of User Interface Design UI Trends (uitrends.com) is intended to be 1. a dynamic light-weight repository for interesting user interface designs and trends for website and web applications 2. a place to comment on and discuss user interface designs and trends 3. a source of inspiration for designers and developers
site where you can vote up or down a trend in ui design
How to Create a Unique Colorful Site Layout - Psdtuts+
http://psd.tutsplus.com/tutorials/interface-tutorials/how-to-create-a-unique-colorful-site-layout/
By http://bit.ly/Tweets2Delicious
Take a look at the image we'll be creating. Want access to the full PSD files and downloadable copies of every tutorial, including this one? Join Psd Plus for just $9/month. You can view the final image preview below.
This tutorial will guide you through the process of designing a professional website with a funky colorful flair. The tutorial features some great colors, effects and layer styles in which you can use over and over for future projects.
This tutorial will guide you through the process of designing a professional website with a funky colorful flair. The tutorial features some great colors,
CSS: Design Out Of The Box
http://www.webdesignerwall.com/tutorials/css-design-out-of-the-box/
Axure and Pencil grids
http://www.userfocus.co.uk/resources/axure_grids.html
retícula en fallerfots
Designed for use with Axure RP Pro 5 and the Pencil extension for Firefox, this resource will help you layout prototype web pages using the 960-grid system.
Photoshop tutorial to design a clean business layout | Grafpedia
http://www.grafpedia.com/tutorials/photoshop-tutorial-to-design-a-clean-business-layout
Design a Transparent Website Layout in Photoshop | Web Resources | WebAppers
http://www.webappers.com/2009/09/01/design-a-transparent-website-layout-in-photoshop/
Design a Transparent Website
How to Make a Light and Sleek Web Layout in Photoshop
http://sixrevisions.com/photoshop/how-to-make-a-light-and-sleek-web-layout-in-photoshop/
Tutorial para crear una bonita web en PSD.
Web Site Design Tutorial: Wellknown.as Case | Abduzeedo | Graphic Design Inspiration and Photoshop Tutorials
http://abduzeedo.com/web-site-design-tutorial-wellknownas-case
Graphic Design Inspiration and Photoshop Tutorials
Appleっぽいデザインの進め方 with 画像遅延ロード
画像ロード、スムーズな表示
画像が画面内に入ってから遅延ロードされてる
Photoshopでグリッドデザイン。そのチュートリアル
チュートリアルサイト。HTML&jsだけど、画像が画面内に入ってから遅延ロードするようにしてる。
70+ Ultimate Round-Up of Free PSD Website Templates | Showcases | instantShift
http://www.instantshift.com/2009/09/17/70-ultimate-round-up-of-free-psd-website-templates/
How to Design a One-Page Portfolio in Photoshop
http://designm.ag/tutorials/one-page-portfolio-psd/
design 1 page portfolio in ps
How to Design a One-Page Portfolio in Photoshop - http://designm.ag/tutorials/one-page-portfolio-psd/
Effective Twitter Backgrounds: Examples and Current Practices « Smashing Magazine
http://www.smashingmagazine.com/2009/09/18/effective-twitter-backgrounds-examples-and-best-practices/
Your profile page is the only place on Twitter where you get opportunity to showcase your visual brand and possibly communicate additional information that can last longer than a tweet. You can customize your profile page by changing background, text and link colors.
Another great design-related article from Smashing Magazine. Let the Twitter background design trend begin.
Create and Print a Brochure with Photoshop, Indesign and UPrinting.com - Part 1 - Psdtuts+
http://psd.tutsplus.com/tutorials/designing-tutorials/create-and-print-a-brochure-with-photoshop-indesign-and-uprintingcom-part-1/
referencia, folder
Showcase of Case Studies in Design Portfolios « Smashing Magazine
http://www.smashingmagazine.com/2009/09/20/showcase-of-case-studies-in-design-portfolios/
Showcase of Case Studies / Projektdarstellungen
case study
Showcase of Case Studies in Design Portfolios « Smashing Magazine - http://www.smashingmagazine.com/2009/09/20/showcase-of-case-studies-in-design-portfolios/
Smashing Magazine
** Posted using Viigo: Mobile RSS, Sports, Current Events and more ** Portfolio websites are critical for designers who want to get exposure for their work and attract new clients. While all portfolio
Довольно "увестистый" обзор англоязычных сайтов веб-студий.
46 Outstanding Web Layouts From DeviantArt:September 2009 | Graphic and Web Design Blog -Resources And Tutorials
http://www.1stwebdesigner.com/inspiration/46-outstanding-web-layouts-from-deviantart-september-2009/
sammelsurium
Diseños para webs
10 Useful Usability Findings and Guidelines « Smashing Magazine
http://www.smashingmagazine.com/2009/09/24/10-useful-usability-findings-and-guidelines/
ideas for design
Research shows that poor product information accounts for around 8% of usability problems and even 10% of user failure (i.e. the user gives up and leaves the website) (Prioritizing Web Usability).
GravityBlast - by Andrea Franz » 2 minutes admin layout with rails and the web-app-theme generator
http://gravityblast.com/2009/07/30/2-minutes-admin-layout-with-rails-and-the-web-app-theme-generator/
script/generate theme application --app_name="My Cool Albums" --theme="drastic-dark"
Add layout generator
cool way to generate admin themes
Список полезных инструментов для CSS разработчика / Web-разработка / Хабрахабр
http://habrahabr.ru/blogs/webdev/69023/
40 Websites Using Photography as Their Primary Source of Design
http://www.myinkblog.com/40-websites-using-photography-as-their-primary-source-of-design/
Site que usam imagem como principal elemento [EXCELENTE]
How to Make an Impressive Blog Layout in Photoshop
http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-make-an-impressive-blog-layout-in-photoshop/
Want to save this for later when I have time to study photoshop.
ブログレイアウトデザインのチュートリアル。細部にこだわることが大切。
In this easy to follow web design tutorial, you will learn how to construct a beautiful, sleek, and professional-level weblog design using Adobe Photoshop that you can later use for your very own blog theme.
Python Project Howto — Python Project Howto
http://infinitemonkeycorps.net/docs/pph/
75+ Marvelous Hand-Picked Navigation Menus - Webitect
http://webitect.net/design/75-marvelous-navigation-menus/
17 Action Packed Single Page Sites | Build Internet!
http://buildinternet.com/2009/04/17-action-packed-single-page-sites/
This isn’t just an exercise in minimalism, it’s a showcase of effective use of space. These sites only need is one page to spread their message.
Mastering CSS Coding: Getting Started « Smashing Magazine
http://www.smashingmagazine.com/2009/10/05/mastering-css-coding-getting-started/
SmashingMagazine with another great article for beginner web designers on how to think in CSS to design and layout web designs properly.
How to Code a Clean Portfolio Design (Plus Free Five-Page Template)
http://designm.ag/tutorials/psd-to-html-clean-folio/
How to Code a Clean Portfolio Design (Plus Free Five-Page Template) - http://designm.ag/tutorials/psd-to-html-clean-folio/
Webpage design for Adobe Photoshop portfolio
save
[CSS]スタイルシートの実用的なテクニック集:レイアウト・ナビゲーション・画像・タイポグラフィ・アイコン・ボタン・リンク編 | コリス
http://coliss.com/articles/build-websites/operation/css/css-mastering-styling-design-elements.html
How to distribute elements horizontally using CSS – woorkup.com
http://woorkup.com/2009/10/07/how-to-distribute-elements-horizontally-using-css/
"In this post I want to reply to a frequently asked question that I receive from my readers about how to distribute horizontally a certain number of elements within a main container using CSS. This problem is not particularly complex and can be solved simply using the CSS selector :first-child."
alinhas div na horizontal com hack ie
Kutuları yatayda sıralamak için güzel bir ipucu. Tek sorun ie6 :D
In this post I want to reply to a frequently asked question that I receive from my readers about how to distribute horizontally a certain number of elements within a main container using CSS. This problem is not particularly complex and can be solved simply using the CSS selector :first-child.
CSS Font-Size: em vs. px vs. pt vs. percent / Kyle Schaeffer's Web Design Blog
http://www.kyleschaeffer.com/best-practices/css-font-size-em-vs-px-vs-pt-vs/
CSS Font-Size
Create a Promotional iPhone App Site in Photoshop - Psdtuts+
http://psd.tutsplus.com/tutorials/interface-tutorials/create-a-promotional-iphone-app-site-in-photoshop/
Template de Iphone App
Insanely good tutorial. Even better example of tutorial style.
In the Woods - Crash Course: YUI Grids CSS
http://blog.themeforest.net/tutorials/crash-course-yui-grids-css/
Crash Course: YUI Grids CSS
ce Library is a rather extensive set of JavaScript tools for developers. Often left unnoticed are a few other useful components of the library that will speed up your coding: some CSS libraries. I’d like to give you a quick tour of YUI Grids CSS library.
The Yahoo User Interface Library is a rather extensive set of JavaScript tools for developers. Often left unnoticed are a few other useful components of the library that will speed up your coding: some CSS libraries. I’d like to give you a quick tour of YUI Grids CSS library.
"crash course yui css"
40 Beautifully Designed Vintage Websites
http://www.myinkblog.com/2009/10/12/40-beautifully-designed-vintage-websites/
40 Beautifully Designed Vintage Websites
Is There A Perfect Web Design Width?
http://www.fivefingercoding.com/web-design/is-there-a-perfect-web-design-width
I tend to stick with fixed-width layouts, a 960px web design width in particular. It reduces the effects of the visitor x-factor and it’s just about perfect for any website.
Valuable article about website width and a rationale behind 960px wide.
25 Content Heavy Websites with Beautiful Structure, Layout and Hierarchy
http://www.thedesigncubicle.com/2009/10/content-heavy-websites-with-beautiful-structure-layout-and-hierarchy/
very good designs
1st Photoshop Web Design Professional Layout Tutorial | Graphic and Web Design Blog -Resources And Tutorials
http://www.1stwebdesigner.com/tutorials/photoshop-web-design-layout-tutorial/
Web Layout Designs: 60 Must Have Tutorials | designrfix.com
http://designrfix.com/resources/web-layout-designs-60-tutorials
Once or twice a week I like to come up with articles that really expose my viewers to the various types of tutorials that they need to get their latest designs off the ground. I have rounded up an amazing collection of high quality web layout tutorials that you will definitely benefit from. In this post, you’ll find everything from creating a clean, colorful web layout to designing an amazing 3d hosting layout in Photoshop. Enjoy!
7 Key Principles That Make A Web Design Look Good « Noupe
http://www.noupe.com/how-tos/7-key-principles-that-make-a-web-design-look-good.html
These elements are the 7 key principles that make a Web design look good: * Balance, * Grid, * Color, * Graphics, * Typography, * White space, * Connection.
desing article d
This is a must read...and must re-read!
How to Make a Creative Blog Layout - Psdtuts+
http://psd.tutsplus.com/tutorials/interface-tutorials/how-to-make-a-creative-blog-layout/
how to make a good looking layout
In this tutorial, we'll make a creative blog layout using mostly simple shapes, a few brush techniques, some images, and a dose of Photoshop ingenuity. Creating web design layouts is easier than you may think. You can learn to build attractive designs rapidly. Creating this design will take less than two hours and you'll learn some professional tips along the way. Let's get started!
Showcase Of Professional Looking Website Designs | Showcases | instantShift
http://www.instantshift.com/2009/10/20/showcase-of-professional-looking-website-designs/
Professional Looking Website Designs
Clean and Well designed Web Sites | Design Shard
http://www.designshard.com/inspiration/25-examples-of-clean-and-well-designed-web-sites/
ウィンドウサイズを変えるとコンテンツが再配置される可変グリッドレイアウトに関する情報まとめ - かちびと.net
http://kachibito.net/web-design/grid-layout.html
Create a Clean Business Web Template Design in Photoshop
http://sixrevisions.com/tutorials/photoshop-tutorials/create-a-clean-business-web-template-design-in-photoshop/
The Ultimate Guide to Creating a Design and Converting it to HTML and CSS - Nettuts+
http://net.tutsplus.com/videos/screencasts/the-ultimate-guide-to-creating-a-design-and-converting-it-to-html-and-css/
Flash Text Engine | InsideRIA
http://www.insideria.com/2009/03/flash-text-engine.html
article dated March 19, 2009
Flash Text Engine
In addition, Adobe Labs released in December 2008 the Text Layout Framework (previously known as Vellum then Text Component ActionScript Library) built on top of the FTE. With it you can use or extend text components built on top of the text engine for both Flex and Flash. The Text Layout Framework deserves an article of its own as it will be used by most developers but the intent of this article is to give an understanding of how the engine itself works. The new text engine flash.text.engine was built from the ground-up. It co-exists with the current TextField object but works differently: it is a low-level access, highly flexible text layout engine. Device fonts can now be manipulated as if they were embedded. In fact, a lot of the same effects can be applied to device and embedded fonts. The text is print-quality typography for the web.
Modern CSS Layouts: The Essential Characteristics « Smashing Magazine
http://www.smashingmagazine.com/2009/10/26/modern-css-layouts-the-essential-characteristics/
five characteristics of modern CSS websites: * Progressively enhanced, * Adaptive to diverse users, * Modular, * Efficient, * Typographically rich. In part 2 of this article, coming soon, we’ll go over the techniques and tools that will help you implement these important characteristics on your CSS-based Web pages.
75 PSD to HTML Resources for Web Designers | Vandelay Design Blog
http://vandelaydesign.com/blog/design-process/psd-to-html-resources/
Recopilación de tutoriales psd to html
How to create your best website layouts ever | News | TechRadar UK
http://www.techradar.com/news/internet/how-to-create-your-best-website-layouts-ever-643905
100+ Clean, Simple and Minimalist Website Designs | Inspiration
http://www.hongkiat.com/blog/clean-simple-minimalist-website-design/
Textur.es - A Community Texture Gallery
http://textur.es/
Showcase Of Beautiful Textured Web Designs « Smashing Magazine
http://www.smashingmagazine.com/2009/10/29/showcase-of-beautiful-textured-web-designs/
How to use Text Layout Framework in Flex 3.2 or AIR 1.5 : Mihai CORLAN
http://corlan.org/2009/01/19/how-to-use-text-layout-framework-in-flex-32-or-air-15/
How to use Text Layout Framework
Navigation Markup After Content
http://css-tricks.com/navigation-markup-after-content/
I am not an SEO expert. I said not long ago that I believe it's mostly just a matter of common sense. However, I do find the subject interesting. Being the #1
I am not an SEO expert. I said not long ago that I believe it’s mostly just a matter of common sense. However, I do find the subject interesting. Being the #1 result for a search term is a big deal. It can mean big bucks. For those of us with clients, they desire this and look to us to help. So if there are reasonable steps we can take to help with this, I think we should. One of the SEO principals that really seems to make sense to me, is having the most important content on the page as close to the top of the HTML markup as possible.
Design a Minimal and Modern Portfolio Layout with Photoshop
http://sixrevisions.com/tutorials/photoshop-tutorials/design-a-minimal-and-modern-portfolio-layout-with-photoshop/
In this Photoshop web design tutorial, we're going to create a mock-up of a clean and modern-looking website.
30 Nature Inspired Website Designs For your inspiration | Dzine Blog
http://dzineblog.com/2009/10/30-nature-inspired-website-designs-for-your-inspiration.html
Now a days you can see a increasing trend of using nature elements in web-design. incorporating nature elements like trees , landscape, sea, sky etc in to the design gives a more realistic and pleasant look to the website Here i’ve collected 30+ website designs base on nature theme, its quite interesting and inspiring to see how designers take colors and elements for nature and bring them in to web design, hope you all will like this collection
17 Wordpress Theme Design Tutorials | TutZone
http://tutzone.net/2009/10/wordpress-tutorials-to-create-themes.html
Often called the most versatile blogging platform on the net, Wordpress has become the de facto back-end for countless bloggers. As a platform, it's got everything a blogger needs (except writing skills), and it does come ready for use - right out of the box. These 17 tutorials will show an amazing diversity in the methods a blogger can employ in designing their very own Wordpress blog.
とっても使えるoverflowプロパティ。その使い方色々。|CSS HappyLife
http://css-happylife.com/log/css-template/000751.shtml
いろいろ使えるんだ
via.Showjin
80 Examples of Add to Cart Buttons for Design Inspiration
http://sixrevisions.com/design-showcase-inspiration/80-examples-of-add-to-cart-buttons-for-design-inspiration/
Using Wireframes to Bring Your Site Together | Design Reviver
http://designreviver.com/articles/using-wireframes-to-bring-your-site-together/
Wireframes are the blue prints that define and allocate a Web sites content and behavior. They are not bound by colors, fonts, and anything that may surface on the site as part of any content.
Inhoud rammelt wat, voorbeelden zijn okay
6 Ways To Take Your Webdesign From Good To Great
http://www.myinkblog.com/2009/11/02/6-ways-to-take-your-webdesign-from-good-to-great/
@font-face for free commercial
tips for wed design
myInkBlog.com
CNN’s New Website Design Deconstructed | Webdesigner Depot
http://www.webdesignerdepot.com/2009/11/cnns-new-website-design-deconstructed/
CNN's New Website Design Deconstructed
Fixed Header & Footer Layout: A Beginner’s Guide | Noobcube
http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/
Having a fixed header and/or footer can be quite effective in a web interface where its use proves to be advantageous. However, getting it implemented in all browsers, including IE6, can seem quite daunting.
Having a fixed header and/or footer can be quite effective in a web interface where its use proves to be advantageous. However, getting it implemented in all browsers, including IE6, can seem quite daunting. In this tutorial we'll not only get it working in all the major browsers, but we'll also cover all the necessary steps required in doing so. By the end of this tutorial, you should be able to implement this into your own projects without having to copy and paste a thing.
Having a fixed header and/or footer can be quite effective in a web interface where its use proves to be advantageous. However, getting it implemented in all browsers, including IE6, can seem quite daunting. In this tutorial we'll not only get it working in all the major browsers, but we'll also cover all the necessary steps required in doing so. By the end of this tutorial, you should be able to implement this into your own projects without having to copy and paste a thing.
Minimal and Modern Layout: PSD to XHTML/CSS Conversion
http://sixrevisions.com/tutorials/web-development-tutorials/minimal-and-modern-layout-psd-to-xhtmlcss-conversion/
50 Examples of Effective Uses of Typography Within Web Design : Speckyboy Design Magazine
http://speckyboy.com/2009/11/04/50-examples-of-effective-uses-of-typography-within-web-design/
16 Free Wordpress Themes That Will Make You Forget Premium Themes
http://www.tricksdaddy.com/2009/11/16-free-wordpress-themes-that-will-make-you-forget-premium-themes.html
13 Really Useful Online CSS Tools to Streamline Development | Design Reviver
http://designreviver.com/articles/13-really-useful-online-css-tools-to-streamline-development/
Horizontally Scrolling Websites Showcase & Tutorials
http://line25.com/articles/horizontally-scrolling-websites-showcase-and-tutorials
Check out this collection of 30 inspiring examples of horizontally scrolling sites, and a hand full of tutorials for creating a horizontal site of your own.
"Love them or hate them, horizontally scrolling websites are scattered around the net, and there’s some fantastic examples. Unlike the traditional layout of a website that scrolls up and down, horizontal websites flip things around and scroll from left to right. Sometimes they’re enhanced with Javascript to offer an even richer user experience, such as auto-scrolling effects. Check out this collection of 30 inspiring examples, and follow on to a hand full of brilliant tutorials that give an insight into the theory and practice of creating a horizontal site of your own."
Line25
Create YouTube-like adaptable view using CSS and jQuery
http://www.jankoatwarpspeed.com/post/2009/11/08/YouTube-adaptable-view-css-jquery.aspx
Big Header - The Power of beautiful web design - Showcase of the best 20 | AEXT.NET
http://aext.net/2009/10/big-header-the-power-of-beautiful-web-design-showcase-of-the-best-20/
Programming, Designing and Blogging
Great looking big-headers for websites
Big Header - The Power of beautiful web design - Showcase of the best 20 | AEXT.NET - http://aext.net/2009/10/big-header-the-power-of-beautiful-web-design-showcase-of-the-best-20/
Big Header - The Power of beautiful web design. Gros header : la tendance Web desing du moment
40 of the Best Horizontal Scrolling Websites | Web Design Ledger
http://webdesignledger.com/inspiration/40-of-the-best-horizontal-scrolling-websites
Horizontal websites have become an underground phenomenon. A horizontal website is a lot like your artsy younger sister who dresses weirdly and doesn't seem to
Horizontal websites have become an underground phenomenon. A horizontal website is a lot like your artsy younger sister who dresses weirdly and doesn’t seem to acknowledge a world outside of her own imagination. Since horizontal websites are not universally embraced by the web design community, those who design in this genre must live with a hope that they are advancing design in some small way. Horizontal designs are not for every type of website. It works superbly well with portfolios or photo galleries, but not so much with word-driven sites like blogs. Horizontal designs are not for every type of audience. Grandparents can’t handle it. Basically, anyone born before 1970 can’t handle it. These designs are best suited for those looking to make their website an extension of their art. It also says a lot about your brand. If your brand is quirky, bold and mind bending, your audience will expect an equally expressive web design.
50 Impressive Magazine and Newspaper Styled Web Designs : Speckyboy Design Magazine
http://speckyboy.com/2009/11/18/50-impressive-magazine-and-newspaper-styled-web-designs/
印象的な雑誌新聞スタイルのウェブデザイン50
The Four Key Components of a Great Web Design | Web Design Ledger
http://webdesignledger.com/tips/the-four-key-components-of-a-great-web-design
The Four Key Components of a Great Web Design | Web Design Ledger
Key Components of a Great Web Design
40 Beautiful Dark Website Designs | Spyre Studios
http://spyrestudios.com/beautiful-dark-website-designs/
40 Beautiful Dark Website Designs | Spyre Studios - http://spyrestudios.com/beautiful-dark-website-designs/
czarne motywy
8 Things Programmers Should Know About UI Design
http://www.flairbuilder.com/8-things-programmers-should-know-about-ui-design/
Since there are many times when programmers have to design and implement user interfaces, here are listed several aspects of GUI design that should be taken into account.
66 Excellent Photoshop Web Design Layout Tutorials | Tutorials | instantShift
http://www.instantshift.com/2009/11/27/66-excellent-photoshop-web-design-layout-tutorials/
Myths & Misconceptions About Grid Systems  • Blog Archive • AisleOne
http://www.aisleone.net/2009/design/myths-misconceptions-about-grid-systems/
A few myths and misconceptions about grids exist in the design community that can be detrimental, especially to designers who are new to the subject. I recently read an article, which is no longer online, claiming that grids have disadvantages and it listed the reasons why. As you can guess, I very much disagreed with the entire article and felt that it was providing a lot of bad information on grid systems. All of the listed “disadvantages” were distortions derived from the lack of understanding on how a grid works and functions. In response to that article, here’s my attempt at clearing up this mess. Grids are a design trend. Grids have been in use long before graphic design became a discipline. During the 13th– and 14th-centuries, scribes used the Villard Diagram to organize their handwritten manuscripts. In the 15th-century, Gutenberg and others divided their pages using the Van de Graaf canon. The use of a grid is not a trend, it’s a fundamental skill that designers should pos
A few myths and misconceptions about grids exist in the design community that can be detrimental, especially to designers who are new to the subject. I recently read an article, which is no longer online, claiming that grids have disadvantages and it listed the reasons why. As you can guess, I very much disagreed with the entire article and felt that it was providing a lot of bad information on grid systems. All of the listed “disadvantages” were distortions derived from the lack of understanding on how a grid works and functions.
GRID BASED DESIGNS
http://grid-based.com/
"GBD gallery showcases some of the world’s best websites designed with grid-based approach and beautiful web typography. Criteria * Based on grid systems * Solid visual balance * Beautiful typography * Modern & Minimal"
100 Premium Like But Free, Fresh Wordpress Themes: Year 2009 | Graphic and Web Design Blog -Resources And Tutorials
http://www.1stwebdesigner.com/wordpress/premium-free-fresh-wordpress-themes-year-2009/
for my blog
Share this on del.icio.usDigg this!Share this on RedditBuzz up!Stumble upon something good? Share it on StumbleUponShare this on TechnoratiShare this on MixxSubmit this to DesignFloatShare this on FacebookTweet This!Submit this to Script & StyleShare this on DevmarksRelated Posts43 Minimal And Really Clean Free Wordpress Themes70 Free and Premium WordPress Themes60 Free, Yet Premium Quality Wordpress [...]
30 Highly Creative Blog Design Layouts | Spyre Studios
http://spyrestudios.com/creative-blog-design-layouts/
30 Highly Creative Blog Design Layouts | Spyre Studios
50 Bright and Vibrant Web Designs – Color Inspiration : Speckyboy Design Magazine
http://speckyboy.com/2009/12/02/50-bright-and-vibrant-web-designs-color-inspiration/
50 Bright and Vibrant Web Designs – Color Inspiration : Speckyboy Design Magazine - http://speckyboy.com/2009/12/02/50-bright-and-vibrant-web-designs-color-inspiration/
50 Bright and Vibrant Web Designs – Color Inspiration
Minimalist Web Design: When Less is More | Webdesigner Depot
http://www.webdesignerdepot.com/2009/12/minimalist-web-design-when-less-is-more/
Some very nice examples here
Web 2.0 photoshop layout tutorial | Grafpedia
http://www.grafpedia.com/tutorials/web-20-photoshop-layout-tutorial
This tutorial will guide you through the process and ideas behind the designing a professional web 2.0 website. The layout can be used as a wordpress portfolio
25 Photoshop Tutorials for Designing Portfolio Sites | Vandelay Design Blog
http://vandelaydesign.com/blog/design/photoshop-tutorials-portfolio-design/
Para tarea de Dr. Calimano
960.gs grid overlay - a jQuery plugin | badlyDrawnToy
http://www.badlydrawntoy.com/2009/04/21/960gs-grid-overlay-a-jquery-plugin/
40 Best Ever Photoshop Tutorials of Web Layout Designs | Tutorial Lounge
http://www.tutoriallounge.com/2009/12/40-best-ever-photoshop-tutorials-of-web-layout-designs/
[ad#post-linkunit] Adobe Photoshop ever famous Designing tool and most useful for creating attract  high-quality website designs, all web professional designers have been using in their practices for years as also seen some latest trends like: we
Adobe Photoshop ever famous Designing tool and most useful for creating attract high-quality website designs, all web professional designers have been using in their practices for years as also seen some latest trends like: web 2.0 web layouts, Grung website designs, Portfolio designs, Gallery based websites, wordpress themes, illustrators web layouts and cartoonish web site design tutorials here in listed, there are plenty of tutorials specifically for this purpose. Here is a collection of 40 Best Ever Photoshop Tutorials of Web Layout Designs to teach you create your own layout for your website. Check them out, learn and enjoy the tutorials.
40 ตัวอย่างสุดยอด ทำเว็บดีไซน์
Fluid 960 Grid System | 16-column Grid
http://www.designinfluences.com/fluid960gs/16/fluid/jquery/
24 ways: Type-Inspired Interfaces
http://24ways.org/2009/type-inspired-interfaces
nice little article w/ examples
"I often start by choosing type. I don’t need to worry about colors or layout or anything else… just the right typefaces that support the art direction."
Check out these 10 awesome CSS grid systems
http://www.webhostingsearch.com/articles/10-amazing-grid-systems.php
Though grid layouts may not be new to print design and certainly not design in general, CSS grid systems are still somewhat new to the field of web development. CSS grid systems allow the developer to easily and quickly markup and create structured, grid styled websites and layouts. Each grid systems has its pros and cons, and different ways of accomplishing goals. Today, we'll review 10 amazing CSS grid systems.
We've reviewed 10 awesome CSS grid systems. Check it all out here!
20 Magazine Spread Layouts for Inspiration | Best Design Options
http://bestdesignoptions.com/?p=4076
This post showcases 30 creative and beautifully designed inside pages layout or spread of magazines.
Web Design: Awesome Magazine Style Sites | Abduzeedo | Graphic Design Inspiration and Photoshop Tutorials
http://abduzeedo.com/web-design-awesome-magazine-style-sites
for all photoshoppers
35 CSS-based Layouts that Look Awesome - Nettuts+
http://net.tutsplus.com/articles/web-roundups/35-css-based-layouts-that-look-awesome/
55 Excellent WordPress Site Design for Design Inspiration | Inspiration | instantShift
http://www.instantshift.com/2009/12/13/55-excellent-wordpress-site-design-for-design-inspiration/
โชว์ 55 บล็อกสวยช่วยบันดาลใจ
sweet WP theme designs
Now days Creative Designs is one of the key aspects for improving your website’s traffic and pagerank. Getting a site featured in some of the popular WordPress/CSS galleries can bring thousands of visitors and many valuable inbound links with excellent SEO benefits.
35 Fresh and Cool Web Design Interfaces for Inspiration | AEXT.NET
http://aext.net/2009/12/35-fresh-and-cool-web-design-interfaces-for-inspiration/
35 Fresh and Cool Web Design Interfaces for Inspiration
Refrescants i coloristes
Slammer - Designer's Geometry Box
http://ringce.com/slammer
Slammer gives you any grid you want, anywhere you want: Typographic Grids, Golden Sections, Fibonacci series or Rule of Thirds. Thats not all, Slammer also has Rulers, Crosshairs, Magnifier, Measurements & Screenshots. Slammer is a must have for any designer.
Slammer gives you any grid you want, anywhere you want
#grid
http://hashgrid.com/
48 Creative Websites Designed in Blue
http://thedesignmag.com/48-creative-websites-designed-in-blue.html
Max Design - standards based web design, development and training » CSS line-height - a simple step-by-step presentation
http://www.maxdesign.com.au/2009/07/07/css-line-height/
A simple, step-by-step presentation on CSS line-height covering how to apply various line-height values, as well as line-height and the inline box model.
This is a classy presentation. Keeps my interest....
on CSS Line-height (which is far more complex than it first appears). A simple, step-by-step presentation on CSS line-height covering how to apply various line-height values, as well as line-height and the inline box model.
remek prezentáció
Data Tables In Modern Web Design - Noupe
http://www.noupe.com/design/data-tables-in-modern-web-design.html
UKI – Simple UI Kit for complex web apps
http://ukijs.org/
Uki is a fast and simple JavaScript user interface toolkit for desktop-like web applications. It comes with a rich view-component library ranging from Slider to List and SplitPane.
Uki is a fast and simple JavaScript user interface toolkit for desktop-like web applications. It comes with a rich view-component library ranging from Slider to List and SplitPane.
24 Stunning Contact Form-Page Designs - TZ
http://www.tutzone.org/2009/05/24-contact-form-page-designs-full-of.html
Awesome collection of contact form designs in html and css
60 Great Wordpress Themes | AREA 1
http://www.area1.info/2009/04/20/60-great-wordpress-themes
65 Creative And Stylish Footer Designs of 2009 | Graphic and Web Design Blog -Resources And Tutorials
http://www.1stwebdesigner.com/inspiration/creative-stylish-footer-designs-2009/
Designing with a Grid | blog.critical
http://blog.criticalwebdesign.co.uk/designing-with-a-grid/
分格線設計
The Principles of Good Web Design Part 1: Layout – Inspect Element - Web Design & Development Blog
http://inspectelement.com/articles/the-principles-of-good-web-design-part-1-layout/
This is the first part in this series of The Principles of Good Web Design. The other parts are listed below: The Principles of Good Web Design Part 2:
is a superb example of flow in web de
Best Photoshop Website Layout Tutorials of 2009 | Vandelay Design Blog
http://vandelaydesign.com/blog/design/photoshop-website-layout-tutorials/
Best Photoshop Website Layout Tutorials of 2009
Typograph – Scale & Rhythm
http://lamb.cc/typograph/
This page is both an essay and a tool. It sets out to explore how two, intertwined concepts, often playful but sometimes cheeky, can be encouraged to dance in web pages. Drag the colored boxes along the scale to throw these words anew. For the most part, this text is just a libretto for the performance you are about to play upon it.
Redesigning the Boarding Pass - Journal - Boarding Pass / Fail
http://passfail.squarespace.com/
Redesigning The Boarding Pass
Create a Slick and Minimalist Web Layout in Photoshop
http://sixrevisions.com/tutorials/photoshop-tutorials/create-a-slick-and-minimalist-web-layout-in-photoshop/
In this Photoshop web design tutorial, we’re going to learn how to create a slick and minimal-looking website layout. We will use the 960 Grid System as a template to make it easy to align the design elements on the layout.
MOONGIFT: » 複雑なWebサイトデザインを容易に実現するテンプレート「YAML」:オープンソースを毎日紹介
http://www.moongift.jp/2009/01/yaml/
Annotated link http://www.diigo.com/bookmark/http%3A%2F%2Fwww.moongift.jp%2F2009%2F01%2Fyaml
> カラムの高さを統一したり、ページの最下部にフッターを表示するものなど、役立ちそうなものがたくさんある。さらにWebアプリケーションとして提供されているビルダーを使って、自分だけのデザインを生成することもできるようになっている。
Yet Another Multicolumn Layout
Creative and Unusual Layouts and Navigation Designs - Noupe
http://www.noupe.com/design/creative-and-unusual-layouts-and-navigation-designs.html
How to create a fluid grid with jQuery « CreativityDen
http://blog.creativityden.com/fluid-grid-using-jquery/
Grid-based layout is probably the more preferred way to style up a webpage to give it more magazine-like look and feel. This tutorial is about how to use CSS and Javascript to create a fluid grid-based layout (See demo here). The algorithm/procedure used in this tutorial is very simple and straightforward. There are more advanced algorithms out there which can handle multiple scenarios. But the purpose is to understand the basic logic on how to create such layout. So here it goes…
Design Decisions: New signup form - (37signals)
http://37signals.com/svn/posts/1867-design-decisions-new-signup-form
Improving a sign up form; case study with 'before' and 'after' designs by 37signals
Review of the new 37signals signup pages.
Shorter, friendlier, "more" secure, clearer
ブラウザだけでCSSレイアウトに対応したページをさくさく作ることができる『Drawter』 | 100SHIKI.COM
http://www.100shiki.com/archives/2008/11/cssdrawter.html
25 Beautifully Dark Websites - Part 3 | Vandelay Website Design
http://vandelaydesign.com/blog/galleries/dark-inspiration/
Although most websites use dark text on light backgrounds, but sites with dark backgrounds with light text can be very striking when executed effectively. In the past, I've published two collections of great dark designs (see part one and part two), and here is part three. BrandStorm
Filtering Blocks
http://css-tricks.com/filtering-blocks/
Muy interesante
Filtering Blocks | CSS-Tricks - http://css-tricks.com/filtering-blocks/
30+ Professional Business Website Design Tutorials In Photoshop
http://www.smashingshare.com/2009/11/21/30-best-professional-business-website-design-tutorials/
With more and more businesses needing an online presence, it's no surprise to see there's a lot of photoshop tutorials out there about creating a professional business website design layout. We have collected some of the very best 30+ professional website design tutorials mostly done in photoshop. These website design tutorials would help to improve your photoshop skills.
With more and more businesses needing an online presence, it’s no surprise to see there’s a lot of photoshop tutorials out there about creating a professional business website design layout. We have collected some of the very best 30+ professional website design tutorials mostly done in photoshop. These website design tutorials would help to improve your photoshop skills.
30+ Professional Business Website Design Tutorials In Photoshop - http://www.smashingshare.com/2009/11/21/30-best-professional-business-website-design-tutorials/
Five Simple but Essential Web Usability Tips
http://sixrevisions.com/usabilityaccessibility/five-simple-but-essential-web-usability-tips/
Five Simple but Essential Web Usability Tips - http://sixrevisions.com/usabilityaccessibility/five-simple-but-essential-web-usability-tips/
Layouts/Templates
http://css-tricks.com/downloads/layouts-templates/
freebies, downloads
960 Layout System | Grids made easy
http://headless-studios.com/960.ls/
The 960 Layout System was created to help streamline web designers' workflow by giving them all the power of 960.gs in a nice, easy-to-use interface that is useful for noob and guru alike.
The Principle of Proximity in Web Design | Webdesigner Depot
http://www.webdesignerdepot.com/2010/01/the-principle-of-proximity-in-web-design/
Proximity as it relates to web design. Wish there were more articles like this.
Recently I picked up an old design book that I hadn't touched in a while, and it reminded me of a design principle that many of us put into practice probably
Use Excel as an Architectural Design Tool - Solutions by PC Magazine
http://www.pcmag.com/article2/0,2817,2349758,00.asp?kc=PCRSS03129TX1K0000625
http://d.hatena.ne.jp/riue/20090710/1247227463 July 10(Fri), 2009 ところ変われば品変わる - Excel 方眼紙CommentsAdd Star 21:04 Lifehacker 経由で知った PC Magazine の記事。Excel の列幅を 1、行の高さを 9 にすることによって方眼紙を作成するという Tips。 方眼紙といっても日本の「Excel 方眼紙」の目的で使うわけじゃない。この記事で取り上げられているのは、「この方眼紙を使ってフロアの模様替えの構想を練ったりするのはどうよ」というお話。「橋やショッピングモール」を造ったりするのでなければ…つまり、犬小屋の設計をする程度なら、この方眼紙で十分らしい。 「Excel grid paper」でググってみると、この手の「本当に方眼紙的に利用する」話はそこそこヒットする。意外と需要があるんだね。
SVA Dot Dot Dot Lectures: Jason Santa Maria on Vimeo
http://vimeo.com/4394152
jason santa maria on layouts for the interwebs
We all draw influence from somewhere. Whether it be from history, academia, industry, or whether we look to future trends. The work we do has been impressed, whether explicitly or implicitly, by the leadership or direction of others. Who were some of those influencers, and how are they present in our work?
30 Websites with Lovely Layout and Typography
http://www.thedesigncubicle.com/2010/01/30-websites-with-lovely-layout-and-typography/?utm_source=subscriber&utm_medium=rss&utm_campaign=rss
If you are new to TDC and didn’t know — well lets just say I love me some good ol’ typography — I come from a traditional print design background where layout and typefaces were used more flexibly. With (more) recent advances in web technologies and real font integration services, such as Typekit, the web has definitely become a more beautiful and interesting place aesthetically.
30 Websites with Lovely Layout and Typography - http://www.thedesigncubicle.com/2010/01/30-websites-with-lovely-layout-and-typography/?utm_source=subscriber&utm_medium=rss&utm_campaign=rss
Life Below 600px | I Am Paddy
http://iampaddy.com/lifebelow600/
Interesting article about the fold
Insight on designing websites 'below the fold'.
CUTE, AND HE'S RIGHT, I WILL SCROLL, BUT ONLY SO FAR (try to paginate me and I'll get pissed off and leave instantly)
zomigi.com » 70+ essential resources for creating liquid and elastic layouts
http://zomigi.com/blog/essential-resources-for-creating-liquid-and-elastic-layouts/
CSS Design: 70+ essential resources for creating liquid and elastic layouts
50 MySpace Music Layouts That Rock
http://mashable.com/2008/12/01/myspace-layouts/
Choosing The Best CSS Framework: A Complete Guide | DevSnippets
http://devsnippets.com/article/complete-guide-to-css-frameworks.html
Choosing The Best CSS Framework: A Complete Guide | DevSnippets | HTML 5
of reasons to use a CSS Fr
cleanstickyfooter - Project Hosting on Google Code
http://code.google.com/p/cleanstickyfooter/
Over the past couple of months I have run across a few "sticky footer" techniques. While these techniques are okay, I felt that they were a little to invasive with their hacks, such as using the "clear fix" hack. About a year ago I had to conquer the "sticky footer" problem on a project I was working on. Ever since then I have been refining my technique, and feel that now it's a perfect time to release what I like to call the "cleanStickyFooter". There is only one hack, which is a height targeting hack for Internet Explorer 6 and older browsers like it. The HTML Lets start off by building out the basic HTML needed for this technique. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>cleanStickyFooter</title> <link rel="stylesheet" type="text/css" href="cleanstickyfooter.css" media="screen" charset="utf-8" /> <link rel="stylesheet" type="text/css" href="styles.css" media="screen" charset="utf-8" /> </head> <body> <div
por si cuando estás pegando un footer abajo, nada funciona…
15 jQuery Plugins for Better Web Page Element Layouts - Speckyboy Design Magazine
http://speckyboy.com/2010/02/08/15-jquery-plugins-for-better-web-page-element-layouts/
Create a Grungy, Translucent Web Portfolio Design | Psdtuts+
http://psd.tutsplus.com/tutorials/interface-tutorials/create-a-grungy-translucent-web-portfolio-design/
Applying Mathematics To Web Design - Smashing Magazine
http://www.smashingmagazine.com/2010/02/09/applying-mathematics-to-web-design/
“Mathematics is beautiful.” This may sound absurd to people who wince at numbers and equations. But some of the most beautiful things in nature and our universe...
by @SmashingMag
"Layouts featured in this post were created specifically for the purpose of this article. During the design process we made sure that all of the designs shown in this article are essentially mathematical in nature; that is, they exhibit order, symmetry and limitation. We also have followed the Web design algorithm in this process — the designs have distinct themes, styles and elements. To keep things simple and clear, we tried to stick to minimalist designs and also preferred single-page layouts. Obviously, examples in this article are supposed to serve as a simple foundation for your designs and not as the finished designs."
Design 0.101 for Programmers
http://www.cykod.com/blog/post/2010-01-design-0101-for-programmers
Getting a blank slate First things first - give yourself a decent doctype to make sure you are turning on "strict" mode so that you have some sort consistency across browsers.
Crappy defaults are indeed demoralizing
I am not a designer now I will never be a designer. I don't have the talent or the patience for it. Unfortunately my very close proximity to a designer for the past 10+ years has led me to tend to place a higher value on how things look than I did previously (or would probably prefer).
Create Your Own Sliding Resizable Grid
http://www.zackgrossbart.com/hackito/slidegrid/
Sliding Resizable Grid
ブラウザのサイズが変更されると、レイアウトがスライドのアニメーションで変更されるスクリプト
Colorful Websites | Vandelay Website Design
http://vandelaydesign.com/blog/galleries/25-beautifully-colorful-websites-part-3/
50 Inspiring Dark Web Designs | Inspiration
http://webdesignledger.com/inspiration/50-inspiring-dark-web-designs
Inspiring Dark Web Designs
Tips for Designing Unique and Attractive Blog Posts
http://line25.com/articles/tips-for-designing-unique-and-attractive-blog-posts
Designers have began to inject increasing levels of creativity into their blog posts and articles, throwing out the traditional and generic style of blog posts in favour of a much more attractive layout that’s themed specifically to the content. Let’s take a look at some of the best examples, and see what makes them work so well. In his fantastic article ‘The Death of the Boring Blog Post‘, Paddy Donnelly sums up this method of fusing together a blog post with the style and design of a traditional magazine article and coins the name, ‘Blogazine’. Be sure to check it out for a great introduction, and to hear from some of the pioneers of this style of blogging.
idée pour design post blog
Create a Professional Web 2.0 Layout | Psdtuts+
http://psd.tutsplus.com/tutorials/interface-tutorials/create-a-professional-web-2-0-layout/
BBC - BBC Internet Blog: A new global visual language for the BBC's digital services
http://www.bbc.co.uk/blogs/bbcinternet/2010/02/a_new_global_visual_language_f.html
Global Visual Language 2.0
« Previous | Main | Next » A new global visual language for the BBC's digital services Post categories: GVL, uxd Bronwyn van der Merwe | 18:10 UK time, Tuesday, 16 February 2010 The BBC website began its official life back in December 1997 with this very simple design. It was a basic offering with two sections to the site. Over time it has grown to encompass a great deal more. However due to the organic way in which the website evolved and the old structure of the business, with dozens of small design teams working independently of each other, the site had a fairly schizophrenic nature once you delved into its depths. About 2 years ago, after printing out the site onto what has now become jokingly known as the 'Wall of Shame' we decided to embark on an ambitious project, called Global Visual Language 2.0, with the aim of unifying the visual and interaction design of bbc.co.uk and the mobile website.
EZ-CSS: An easy to use, lightweight, CSS framework.
http://www.ez-css.org/
40 Single Page Mini Templates
http://iniwoo.net/web/mini-templates/
Simple, modern, well documentated mini templates for online resumes, business cards and under construction pages.
[CSS]背景画像をページの最下部に固定表示させるスタイルシート | コリス
http://coliss.com/articles/build-websites/operation/css/css-fixed-backgrounds-on-footer.html
これは超簡単
fixed
Create a Clean and Professional Web Design in Photoshop
http://sixrevisions.com/tutorials/photoshop-tutorials/create-a-clean-and-professional-web-design-in-photoshop/
In this Photoshop web design tutorial we are going to design a smashing, clean, and professional website layout in Photoshop. The layout we are doing in this tutorial can be used as personal or corporate website design.
Create a Clean and Professional Web Design in Photoshop http://j.mp/aSmYVN
960 Grid System | 12-column Grid
http://designinfluences.com/fluid960gs/960/
grid system
CSSCRAP.COM | NATURALLY SCARY DESIGN
http://csscrap.com/
Currently Browsing: http://csscrap.com/ [from http://twitter.com/AmadeusClaustro/statuses/1170500123]
peores paginas
lo que no se debe hacer
34 Outstanding Admin Panels for Your Web Applications - OurTuts.com
http://www.ourtuts.com/34-outstanding-admin-panels-for-your-web-applications/
34: Form design, layout, and presentation with CSS - Opera Developer Community
http://dev.opera.com/articles/view/34-styling-forms/
Design Your Own Wordpress Theme Easily With Constructor
http://www.makeuseof.com/tag/customize-design-wordpress-theme-easily-constructor/
http://wordpress.org/extend/themes/constructor
The Principles of Great Design
http://www.drawar.com/articles/the-principles-of-great-design/99/
re two examples of sites that I feel take each of these principles into consideration to produce fantastic de
ウェブデザインに黄金比やフィボナッチ数列など数学的な要素を取り入れる方法 | コリス
http://coliss.com/articles/build-websites/operation/design/applying-mathematics-to-web-design.html
The Ultimate Collection Of Brilliant Web Design Tutorials - Noupe
http://www.noupe.com/tutorial/the-ultimate-collection-of-brilliant-web-design-tutorials.html
How to Build a Footer That Doesn’t Stink | Webdesigner Depot
http://www.webdesignerdepot.com/2010/03/how-to-build-a-footer-that-doesn%E2%80%99t-stink/
Less Framework
http://lessframework.com/
The Drawar Gallery » Where beautiful design is displayed
http://www.drawar.com/gallery/
At the moment anyway, a gallery dominated by high-quality entries.
Future of CSS: The Flexible Box Model
http://webtint.net/tutorials/future-of-css-the-flexible-box-model/
Webtint.net is a website for web developers and designers, providing tips, tutorials, resources and inspiration.
灵活的盒模型
El modelo de cajas flexibles en CSS.
Gallery of 3D Elements in Web Design | Vandelay Design Blog
http://vandelaydesign.com/blog/galleries/3d-elements-in-web-design/
Showcase of City Tourism Website Designs - Noupe
http://www.noupe.com/showcases/showcase-of-tourism-website-designs.html
Only putting this up here to test how the sharing thing works.
Städte-Websites, Stadt
Site de turismo de várias cidades do mundo
Quick Tip: Different Layouts for Different Widths | Nettuts+
http://net.tutsplus.com/videos/screencasts/quick-tip-different-layouts-for-different-widths/
navigation that appears when your width allows it
The easy way to apply different body classes according to a window's current width
Layouts diferentes para larguras de browser diferentes via css + jquery
17 New Wordpress Themes That Will Rock Your Personal Blog
http://crenk.com/17-new-wordpress-themes-that-will-rock-your-personal-blog/
17 New Wordpress Themes That Will Rock Your Personal Blog - http://crenk.com/17-new-wordpress-themes-that-will-rock-your-personal-blog/
ZURB Grid Builder - ZURB Playground - ZURB.com
http://www.zurb.com/playground/css-grid-builder
Showcase of Beautifully Designed Brochures – DesignM.ag
http://designm.ag/inspiration/brochure-design/
แบบโบรชัวร์สวยๆ
パンフレット デザイン
美しいパンフレットデザインの実例
Alignment - Formulate Information Design
http://formulate.com.au/articles/alignment/
Guidelines for form design.
40 Excellent Minimalist Web-Designs From Which To Draw Inspiration | Spyre Studios
http://spyrestudios.com/40-amazing-minimalist-website-designs-for-your-inspiration/
Minimalism is beautiful. It truly is. The best part about minimalism in web design is that it comes in many styles, colors and sizes, but they always have the same goal in mind - saying the most while saying the least.
Everything should be as simple as it is, but not simpler.
Designing for the Web: A book by Mark Boulton
http://designingfortheweb.co.uk/
Designing for the web, a book by Mark Boulton, is now available online for free! http://tr.im/S5pb
"A Practical Guide to Designing for the Web aims to teach you techniques for designing your website using the principles of graphic design."
Effective Design for Multiple Screen Sizes | mobiForge
http://mobiforge.com/designing/story/effective-design-multiple-screen-sizes
20 High Quality Photoshop Web Design Tutorials | Tutorials
http://webdesignledger.com/tutorials/20-high-quality-photoshop-web-design-tutorials
Create web
Website Design Inspiration
Curtis CSS Typeface · David DeSandro
http://desandro.com/resources/curtis-css-typeface/
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ? ! . Q U I C K B R O W N F O X J U M P
Curtis is the name I’ve given for a family of geometric sans-serif fonts currently in development. Other incarnations exist as Fontstructions: Curtis Heavy and Curtis Pixel 14. This version takes form in CSS. All shapes are rendered by the browser, using a combination of background color, border width, border radius, and a heavily reliance on absolute/relative positioning. You can get a better idea of how the letters were formed with the Inspect display option.
css font
Flaunt: Designing effective, compelling and memorable portfolios of creative work
http://underconsideration.com/flaunt/
"Through more than forty case studies, nearly twenty interviews with experienced professionals, and a series of (nonscientific) surveys, Flaunt is a resource for design students as well as young, experienced, freelance, and independent designers."
Flaunt: Designing effective, compelling and memorable portfolios of creative work design
Web Design: Orange Sites | Abduzeedo | Graphic Design Inspiration and Photoshop Tutorials
http://abduzeedo.com/web-design-orange-sites
HTML5 Website Layout Tutorials and Inspiration | AcrisDesign
http://acrisdesign.com/2010/03/html5-website-layout-tutorials-and-inspiration/
HTML5 Website Layout Tutorials and Inspiration | AcrisDesign - http://acrisdesign.com/2010/03/html5-website-layout-tutorials-and-inspiration/
Памятка дизайнеру сайтов / Веб-дизайн / Хабрахабр
http://habrahabr.ru/blogs/web_design/50497/
е
Основные правила при разработке сайтов
нию на свет более сотни сайтов и около трех десятков интерфейсов. Среди работ есть проекты для таких компаний, как Sunbay Software,
A Brief Look at Grid-Based Layouts in Web Design
http://sixrevisions.com/web_design/a-brief-look-at-grid-based-layouts-in-web-design/
Take a look at some of the biggest sites out there today that are showcasing top-notch designs. It's very likely they've used a grid of some sort. Grids enable stability and structure in a web layout, giving the designer a logical template to build the site on.
グリッドデザイン
Take a look at some of the biggest sites out there today that are showcasing top-notch designs. It’s very likely they’ve used a grid of some sort. Grids enable stability and structure in a web layout, giving the designer a logical template to build the site on.
[CSS]100%幅のヘッダとフッタを天地に固定表示するスタイルシート | コリス
http://coliss.com/articles/build-websites/operation/css/css-fixed-header-footer-layout.html
ビギナーズ向けに解説された、100%幅のヘッダとフッタを固定幅のコンテンツの天地に固定表示するスタイルシート
New Work: The Atlantic | New at Pentagram | Pentagram
http://blog.pentagram.com/2008/10/new-work-the-atlantic.php
“In a magazine of ideas, writers depend on words to build their arguments, but we didn’t want The Atlantic’s pages to look like homework,”
redesign da revista The Atlantic
The Atlantic Magazine 2008 redesign
Peantagram Luke hayman
Breve descrição sobre a mudança visual da revista The Atlantic Monthly.
2009年のウェブデザインのトレンド:レイアウト編 | コリス
http://coliss.com/articles/build-websites/operation/design/current-web-design-trends-for-2009.html
先日、紹介した「2009年、押さえておきたいウェブデザインの10のトレンド」の続き、レイアウト編をSmashing
Sketchbooks of a Web Developer | LOOKS GOOD Design Magazine
http://www.looks.gd/design/sketchbooks-of-a-web-developer
te by Nathan Smith
设计好东西
The Ultimate Adobe InDesign Toolbox | Dead Wings Designs
http://www.deadwingsdesigns.com/the-ultimate-adobe-indesign-toolbox
Coding a Clean and Professional Web Design
http://sixrevisions.com/tutorials/web-development-tutorials/code-clean-professional-web-design/
In this web development tutorial, you will learn how to code a clean and professional web page template from a Photoshop.
Coden einer Website
Where Is The Fold
http://whereisthefold.com/
Browser Size
Wonderfully useful tool. End the debate!
Great tool
Use jQuery - Blog - Brosho 'Design in the Browser' jQuery Plugin
http://usejquery.com/posts/8/brosho-design-in-the-browser-jquery-plugin
With this Plugin you can style your markup right in your browser with a build-in element selector and CSS editor. Generate the CSS code of altered elements with one click and use it in your own stylesheet.
h one
25 Web Designs with Amazing Attention to Detail – DesignM.ag
http://designm.ag/inspiration/attention-to-detail/
Fight Div-itis and Class-itis With the 960 Grid System | Webdesigner Depot
http://www.webdesignerdepot.com/2010/03/fight-div-itis-and-class-itis-with-the-960-grid-system/
PHP Template Inheritance
http://phpti.com/
iPad Peek
http://ipadpeek.com/
RT @seth_weisfeld: See how your website looks on the iPad: http://ipadpeek.com /via @hugeinc
RT @fbrahimi: RT @louis_marie_c: Si tu veux savoir comment sera ton site sur iPad http://bit.ly/90c38S via @MacBrains (sympa)
See how your website looks on the iPad: http://ipadpeek.com /via @hugeinc
Try your site out on a ipad layout.
RT @digital_times Hah, very nice. Want to see how your site looks on the iPad. Go here. http://ipadpeek.com/
MOONGIFT: » 今時のWebサイトを構築するのに便利そうなCSSフレームワーク「Malo」:オープンソースを毎日紹介
http://www.moongift.jp/2008/12/malo/
MOONGIFT: » 今時のWebサイトを構築するのに便利そうなCSSフレームワーク「Malo」:オープンソースを毎日紹介
A Nice Little CSS Positioning Technique // Article // Blog // greg-wood.co.uk
http://greg-wood.co.uk/blog/article/a-nice-little-css-positioning-technique
Jak zarovnat obrazek pro css, aby nebyl v textu ale pekne vedle nej.
There are a loads of instances where this little technique could be employed, but I've used a list as an example because it's one of the most common. Here we have a basic unordered list (<ul>), with floated-left images where the text doesn't wrap under the images. Told you it was simple.
Using relative positioning to avoid text wrapping around an image.
floating image left and text right not using float left and right
960pxのグリッドシステムを使用する際に役立つサイト集 | コリス
http://coliss.com/articles/build-websites/operation/design/design-960-grid-system-resources-and-tools-and-tutorials.html
"グリッドの設計ツール・確認ツールなどを紹介"
グリッドデザイン
グリッドレイアウトの際の参考に
Coding Up a Web Design Concept into HTML & CSS
http://line25.com/tutorials/coding-up-a-web-design-concept-into-html-css
I've recently been working on a design concept for a Wordpress theme as part of a personal project. In this walkthrough we'll go through the process of
Horizontal Attention Leans Left (Jakob Nielsen's Alertbox)
http://www.useit.com/alertbox/horizontal-attention.html
40 Excellent jQuery Plugins To Work With Data Presentation and Grid Layout | AEXT.NET
http://aext.net/2010/04/excellent-jquery-plugins-resources-for-data-presentation-and-grid-layout/
Vertical Centering - CSS Tutorials - hasLayout.net by Zoffix Znet
http://haslayout.net/css-tuts/Vertical-Centering
[JS]高さの異なるカラムを揃えるスクリプト -equalHeights.js | コリス
http://coliss.com/articles/build-websites/operation/javascript/1552.html
高さの異なるカラムを揃えるスクリプト
brizk design – Portfolio of Web Design Freelancer Kai Brach
http://www.brizk.com/
ixels, Creativity & Lorem Ips
Everything you Know about Clearfix is Wrong | Carsonified
http://carsonified.com/blog/design/everything-you-know-about-clearfix-is-wrong/
Single-Page Websites: Examples and Good Practices - Noupe
http://www.noupe.com/design/single-page-websites-examples-and-good-practices.html
Single-Page Websites: Examples and Good Practices
How To Develop A Homepage Layout That Sells
http://www.smashingshare.com/2010/04/12/how-to-develop-homepage-layout-that-sells/
60 Web Design Photoshop Layout Tutorials From 2010 | Graphic and Web Design Blog
http://www.1stwebdesigner.com/tutorials/web-design-layout-tutorials-2010/
Preview-web-design-layout-tutorials-from-2010 copyWant to get some new web designing skills right now? Ever wondered how latest trends in web design are actually created and want to discover it?
60 Web Design Photoshop Layout Tutorials From 2010
55 Beautifully Blue Web Designs to Inspire You | Inspiration
http://webdesignledger.com/inspiration/55-beautifully-blue-web-designs-to-inspire-you
inspiration blue
iA » iA’s 2006 Facebook Designs, Redesigned
http://informationarchitects.jp/ias-2006-facebook-designs-redesigned/
The Facebook that could have been: mockups from a proposed 2006 redesign. http://bit.ly/bEgZ5s (via @ztf) – GOOD (GOOD) http://twitter.com/GOOD/statuses/12714946454
Our basic idea: To create an mail-application like interface with an elastic three-column layout that clearly separates filter, information-stream, and reaction: Filter: The left side column works as a sorting instrument Information-Stream: The center column shows the filtered results Reaction: The right side column is used for discussing the individual feed items.
@mahrko nein, nein: von informationarchitects.jp - ist verlinkt, hier nochmal http://bit.ly/d4j8sE aber schön wärs....
Different Stylesheets for Differently Sized Browser Windows | CSS-Tricks
http://css-tricks.com/resolution-specific-stylesheets/
Different Stylesheets for Differently Sized Browser Windows
The CSS 3 Flexible Box Model ✩ Mozilla Hacks – the Web developer blog
http://hacks.mozilla.org/2010/04/the-css-3-flexible-box-model/
The #CSS3 Flexible Box Model (Mozilla Hacks) - http://is.gd/bICzI
How to fit your website for the Apple iPad « x7 Labs
http://x7.fi/2010/02/12/how-to-fit-your-website-for-the-apple-ipad/
Grid-Based Web Design, Simplified | Design Informer
http://designinformer.com/grid-based-web-design-simplified/
13 Excellent Tools and Systems for CSS Grid Based Layouts | Tools
http://webdesignledger.com/tools/13-excellent-tools-and-systems-for-css-grid-based-layouts
Nice overview of the most popular css grid systems.
Tools and Systems for CSS Grid Based Layouts - http://bit.ly/cyfTOn – Smashing Magazine (smashingmag) http://twitter.com/smashingmag/statuses/13206834621
12 Elegant, Free & High Quality HTML5+CSS3 Templates | DevSnippets
http://devsnippets.com/article/12-free-high-quality-html5css3-templates.html
html 5 css3
Modern CSS Layouts, Part 2: The Essential Techniques - Smashing Magazine
http://www.smashingmagazine.com/2010/05/06/modern-css-layouts-part-2-the-essential-techniques/
Reader Tutorial: Fireworks - Interactive Prototypes in PDF | Abduzeedo | Graphic Design Inspiration and Photoshop Tutorials
http://abduzeedo.com/reader-tutorial-fireworks-interactive-prototypes-pdf
making interactive pdf wireframe
i see you post some wireframe things up from time to time. this seems like a pretty neat trick.
What If Oscars Were Given To Movie Websites? - Smashing Magazine
http://www.smashingmagazine.com/2010/04/14/what-if-oscars-were-given-to-movie-websites/
sites de filmes
เว็บโปรโมตหนัง
Create layouts without limitations | Fluidgrid | A CSS based fluid grid system
http://www.fluidgrid.net/
Fluid Grid is a new grid system that works the same way as Blueprint or 960, but with any page width, even fluid layouts. It is based only on CSS.
Development on hold
Fluid Grid is a new grid system that works the same way as Blueprint or 960, but with any page width, even fluid layouts. It is based only on CSS. Fluidgrid is still in development, but you can have a preview of what you can do with it in the following examples:
Create layouts without limitations
33 Excellent Business Card Templates for Your Own Use | Vandelay Design Blog
http://vandelaydesign.com/blog/marketing/business-card-templates/
Design a Clean Web Layout with the 960 Grid | Tutorial9
http://www.tutorial9.net/photoshop/design-a-clean-web-layout-with-the-960-grid/
In this tutorial, we’ll be designing a clean website layout using the 960 Grid System. You’ll see how working with this system can streamline web development workflow, and how to work with a grid system.
100 Fresh And Free xHTML Templates Of Year 2010 | Graphic and Web Design Blog
http://www.1stwebdesigner.com/freebies/fresh-free-xhtml-templates-2010/
You will find here just really new templates, mostly created in this year 2010 to ensure quality and templates being trendy!
ProtoFluid - HTML5 and CSS3 Web App Prototyping
http://protofluid.com/
Cómo aparece nuestra web en diferentes navegadores y tamaños. Sólo tenemos que indicar la url, el dispositivo y el tamaño, mostrando un popup con el resultado.
The ProtoFluid App Facilitates web app testing on various screen sizes, orientations and browsers. Lets you design for CSS3 compliant (mobile) browsers using Media Queries. Particularly suited to the early development of fluid layout based web applications. Use all your favourite web browser development tools (Firebug etc.) This approach is particularly relevant considering the upcoming tablet tsunami. Encourages modern design flexibility. No browser sniffing or user agent strings here!
Ultimate Black Belt Test ’10: Greensboro, AL
http://herohousing.org/UBBT/
web
かわった見せ方
61 High Quality And Free xHTML Templates Part 2: Year 2010 | Graphic and Web Design Blog
http://www.1stwebdesigner.com/freebies/high-quality-free-xhtml-templates-2010/
This is part 2 of really fresh and high quality XHTML templates free for you to download, study and get inspired - all in the same time!
Web Design Trends for 2010 | Webdesigner Depot
http://www.webdesignerdepot.com/2010/05/web-design-trends-for-2010/
[CSS]全幅960+10pxをベースに汎用的に展開するグリッドシステム | コリス
http://coliss.com/articles/build-websites/operation/css/css-the-golden-grid.html
また新たなグリッドシステムのフレームワークです。
全幅960+10pxをベースうつくしす
How to Center an Absolutely Positioned Element Using CSS
http://www.sitepoint.com/blogs/2010/05/04/css-center-position-absolute-div/
centrar objetos en css
Centering an absolutely positioned element is a CSS challenge that occurs now and then. The solutions seem obvious once I’ve done it, but I still find myself googling the problem every few months.
The Right Type: 5 Inspiring Typography Tales | Inspiration | Smashing Magazine
http://www.smashingmagazine.com/2008/12/08/the-right-type-5-inspiring-typography-tales/
In this yarn, we’ll take a closer look at inspiring stories behind the design of typefaces that you may have seen or used but didn’t know the history of. We’ll explore the nooks and crannies — both literal and figurative — of the evolving printed word. By the end, we hope you come away with a better appreciation of how things came to be.
アイコンの効果的な使い方を実例から学ぶチュートリアル | コリス
http://coliss.com/articles/build-websites/operation/design/how-to-use-icons-in-web-design.html
アイコンの効果的な使い方を実例から学ぶチュートリアル アイコンは、ユーザーをあなたのウェブサイトの内容に惹きこませるシンプルで、効果的な方法です。アイコンを使用して、ウェブサイトのコンテンツをサポートする素晴らしいサンプルとベストプラクティスを紹介します。
Negative Space in Webpage Layouts: A Guide
http://sixrevisions.com/web_design/negative-space-in-webpage-layouts-a-guide/
8 простых способов улучшить типографику в вашем дизайне / Web-разработка / Хабрахабр
http://habrahabr.ru/blogs/webdev/56625/
10 jQuery Plugins to Help with Web Page Layouts | Tools
http://webdesignledger.com/tools/10-jquery-plugins-to-help-with-web-page-layouts
very helpful!
Every now and then a web project will come up that has special and unique layout requirements, and the current capabilities of CSS just aren’t enough. With projects such as these, jQuery can be your best friend. So here are 10 jQuery plugins to help you out with page layouts.
Beautiful Footers in Modern Web Design for Inspiration
http://sixrevisions.com/design-showcase-inspiration/beautiful-footers-in-modern-web-design-for-inspiration/
Beautiful Footers in Modern Web Design for Inspiration
[CSS]クロスブラウザ、マルチカラム対応のフッタを下部に固定表示するスタイルシート | コリス
http://coliss.com/articles/build-websites/operation/css/css-new-stickyfooter.html
主な対応ブラウザは、IE6/7/8, Fx2/3, Op9.6/10, Safari3.2, Crome1となっており、他にも多くのブラウザに対応しています。
クロスブラウザ、マルチカラム対応のフッタを下部に固定表示するスタイルシートを紹介します。
Presentation Zen: 10 rules for making good design
http://www.presentationzen.com/presentationzen/2008/12/i-picked-up-a-book-recently-called-design-elements-a-graphic-style-manual-by-timothy-samara-that-is-quite-good-samara-start.html
10 design rules to keep in mind (1) Communicate — don't decorate. (2) Speak with a visual voice. (3) Use two typeface families maximum. OK, maybe three. (4) Pick colors on purpose. (5) If you can do it with less, then do it. (6) Negative space is magical — create it, don't just fill it up! (7) Treat the type as image, as though it's just as important. (8) Be universal; remember that it's not about you. (9) Be decisive. Do it on purpose — or don't do it at all. (10) Symmetry is the ultimate evil.
Web Design: Collage Sites | Abduzeedo - design inspiration and tutorials
http://abduzeedo.com/web-design-collage-sites
Collage is a cool style that deserves attention. Assembling random images to built a good looking site is one though task, but there are those who manage to do a fantastic job, worth of being showcased here.
collage layout
A List Apart: Articles: Responsive Web Design
http://www.alistapart.com/articles/responsive-web-design/
Ethan Marcotte schreibt auf A List Apart über verantwortungsvolles Web-Design und seinen Versuch eines Flexible Grids. Umfrangreich, aber lesenswert.
from Event Apart Boston
About creating flexible web layouts that adapt to screen size.
An excellent article by Ethan Marcotte that's very relevant for designing for mobile devices and flexibility ...
Tiny Fluid Grid
http://www.tinyfluidgrid.com/
The happy & awesome way to build fluid grid based websites.
gerador de grids em css
Tiny Fluid Grid ships with a index.html with demo code, and the grid.css containing the CSS for the grid you created.
10+ Free HTML5-CSS3 Website Templates (To Start Designing For Tomorrow)
http://www.webresourcesdepot.com/10-free-html5-css3-website-templates-to-start-designing-for-tomorrow/
Free Web Resources Everyday - WebResourcesDepot
If you didn't already, it is a good idea to warm your hands on HTML5 and CSS3 as they offer so much. Here are 10+ free HTML5-CSS3 website templates to help you get inspired and started:
Liquid, Fluid and Elastic Layout Templates, Tools and Frameworks - Speckyboy Design Magazine
http://speckyboy.com/2010/05/30/liquid-fluid-and-elastic-layout-templates-tools-and-frameworks/
Varios frameworks css baseados em grids.
mns but with capabilities to unlimited column combinations. and capacity to make elastic, fixed and liquid layout easily. You can view its
Frameworks, layout templates y herramientas
iA » WIRED on iPad: Just like a Paper Tiger…
http://informationarchitects.jp/wired-on-ipad-just-like-a-paper-tiger/
iPad
40 Fantastic Pricing Tables for Your Inspiration | Graphic and Web Design Blog
http://www.1stwebdesigner.com/inspiration/fantastic-pricing-tables-inspiration/
Design & Build a Grid Based Web Design with CSS
http://line25.com/tutorials/design-build-a-grid-based-web-design-with-css
jLayout — JavaScript Layout Algorithms - bramstein.com
http://www.bramstein.com/projects/jlayout/
Usage
The jLayout JavaScript library provides layout algorithms for laying out components. A component is an abstraction; it can be implemented in many ways, for example as items in a HTML5 Canvas drawing or as HTML elements. The jLayout library allows you to focus on drawing the individual components instead of on how to arrange them on your screen. The library currently provides four layout algorithms: border, which lays out components in five different regions; grid, which lays out components in a user defined grid, flex-grid which offers a grid with flexible column and row sizes, and flow which flows components in a user defined direction. Using the grid and flex-grid algorithms you can also create horizontal and vertical layouts. A jQuery plugin to lay out (X)HTML elements is also available.
80 Fresh Photoshop Tutorials For Creating Awesome Websites | Creative Nerds
http://creativenerds.co.uk/tutorials/80-fresh-photoshop-tutorials-for-creating-awesome-websites/
RT @draenews: Del 80 Fresh Photoshop Tutorials For Creating Awesome Websites | Creative Nerds: http://bit.ly/9sKT7D
Free iPad CSS layout with landscape/portrait orientation modes
http://matthewjamestaylor.com/blog/ipad-layout-with-landscape-portrait-modes
48 Examples of Excellent Layout in Web Design | Inspiration
http://webdesignledger.com/inspiration/48-examples-of-excellent-layout-in-web-design
http://www.webdesignledger.com
48 Examples of Excellent Layout in Web Design | Inspiration
48 Examples of Excellent Layout in Web Design | Inspiration - http://webdesignledger.com/inspiration/48-examples-of-excellent-layout-in-web-design
Build a HTML5/CSS3 Website Layout Without Images – Part 1 | Onextrapixel - Showcasing Web Treats Without A Hitch
http://www.onextrapixel.com/2010/06/02/build-a-html5-css3-website-layout-without-images%E2%80%93part-1/
Build a HTML5/CSS3 Website Layout Without Images – Part 1 | Onextrapixel - Showcasing Web Treats Without A Hitch - http://www.onextrapixel.com/2010/06/02/build-a-html5-css3-website-layout-without-images%E2%80%93part-1/
Showcase of Blogs with Unique Post Designs | Webdesigner Depot
http://www.webdesignerdepot.com/2010/05/showcase-of-blogs-with-unique-post-designs/
it's almost like the idea of zen garden--each post has the same elements but uses different properties in the css file
The trend of creating unique designs for each post on a blog is growing.
Multi-Layered Design: Guidelines and Examples - Noupe
http://www.noupe.com/design/multi-layered-design-guidelines-and-examples.html
By Cameron Chapman There have been tons of posts about minimalist and simple web design. It's something every designer should consider and study, as minimalist and...
Griddy: Simple Grid Overlay Plugin for JQuery | DevGrow
http://devgrow.com/griddy-overlay/
ブラウザ上でグリッド表示
Beautiful Examples of 3D Elements in Web Design
http://sixrevisions.com/design-showcase-inspiration/3d-elements-web-design/
3D elements used in web design can make a website more impressive and memorable. The purpose of 3D elements is to create a feeling of depth. In this collection, you will find 45 modern website designs that use 3D elements.
3Dが美しいビジュアル
3d
Web Design Inspiration: 55 Beautifully Made Single Page Designs | Naldz Graphics
http://naldzgraphics.net/inspirations/web-design-inspiration-55-beautifully-made-single-page-designs/
Single page websites may be described as websites that constitutes all of its features in one page. In this kind of design visitors need not to load different pages just to find what they are looking for and this can give your website an advantage to the rest. But to make this effective, it is of importance to have a creative design to your website to make it more fun and lively.In our next post, we will be showcasing examples of Beautiful Single Page Design. We have collected different creatively made single page design websites to give you an overview on this interesting concept. Come, take a peek, and be inspired.
Single page websites may be described as websites that constitutes all of its features in one page. In this kind of design visitors need not to load different pages just to find what they are looking for and this can give your website an advantage to the rest. But to make this effective, it is of importance to have a creative design to your website to make it more fun and lively.
Made Single
Web Design Inspiration: 55 Beautifully Made Single Page Designs | Naldz Graphics - http://naldzgraphics.net/inspirations/web-design-inspiration-55-beautifully-made-single-page-designs/
30 Awesome Collection Of DIV/CSS Websites For Design Inspiration
http://resources.savedelete.com/30-awesome-collection-of-divcss-websites-for-design-inspiration.html
30 Awesome Collection Of DIV/CSS Websites For Design Inspiration - http://resources.savedelete.com/30-awesome-collection-of-divcss-websites-for-design-inspiration.html
RT @deliciouspb: 30 Awesome Collection Of DIV/CSS Websites For Design Inspiration http://bit.ly/9qBBlK
Clever designs.
Finally | a fluid Hicksdesign | The Hickensian | Hicksdesign
http://hicksdesign.co.uk/journal/finally-a-fluid-hicksdesign
I’ve been wanting a fluid layout on this site for about 5 years. I had a brief redesign back in 2005 where I flirted with it for a few months, but it was soon switched back to fixed as I couldn’t get it right. Last year, I discovered CSS media queries while working on the internal pages of the Opera Browser, and tried to implement it here. It was half-assed and was removed, again after a few months. It took Ethan Marcotte’s excellent article for A List Apart Responsive Web Design to motivate me to do it properly, as well as know HOW to do it properly. I don’t think I’ve read anything as exciting and inspirational for a long time. So I started from scratch, working on the basic skeleton of the layout, getting the various resolution dependant layouts in place, before re-implementing the design (making a few changes long the way of course). So now, you’ll see the layout and type size change depending on the available width.
73 Blog Designs From Deviantart You'll Never Forget
http://www.1stwebdesigner.com/inspiration/blog-designs-deviantart/
73 Blog Designs From Deviantart You'll Never Forget - http://www.1stwebdesigner.com/inspiration/blog-designs-deviantart/
細部に凝った一度見たら忘れなさそうなブログデザイン73
Diseño de blogs muy cvres
layouts maravilhosos pra você se inspirar e mudar o do seu blog
The Use of Grids in Website Design
http://www.designer-daily.com/the-use-of-grids-in-website-design-6639
How To Control Flow Within Your Web Designs - Speckyboy Design Magazine
http://speckyboy.com/2010/06/18/how-to-control-flow-within-your-web-designs/
HTML5で構築されたテンプレート・フレームワークいろいろ | DesignWalker
http://www.designwalker.com/2010/06/html5-template.html
PSD/HTML Conversion: Code a Clean Business Website Design
http://sixrevisions.com/tutorials/web-development-tutorials/psdhtml-conversion-code-a-clean-business-website-design/
turorial
PSD/HTML Conversion: Code a Clean Business Website Design - http://sixrevisions.com/tutorials/web-development-tutorials/psdhtml-conversion-code-a-clean-business-website-design/
Showcase Of Web Design In Lithuania - Smashing Magazine
http://www.smashingmagazine.com/2010/06/03/showcase-of-web-design-in-lithuania/
сайт с очень многим о дизайне прост озаебись сайт есть чему поучится!!! Имеются обои ccs таблицы, psd, шрифты, различные иллюстрации примеры сайтов и тд и тп.
Smashing Magazine
Beautiful Web Designs That Use Nature Themes
http://sixrevisions.com/design-showcase-inspiration/web-designs-use-nature/
nature inspired webdesigns
Giving your web design a natural look can make your website friendlier as well as show your appreciation of the environment. Here is a showcase of over 40 exceptional web designs that use nature themes.
30 Useful Frameworks for Designers | Webdesigner Depot
http://www.webdesignerdepot.com/2010/07/30-useful-frameworks-for-designers/
30 Photoshop Tutorials To Create Website Layouts
http://www.bestfreewebresources.com/2010/07/photoshop-tutorials-website-layouts.html
SuperStretch! – A Vertically Fluid Layout Using CSS | Devon Web Design and Development - MightyMeta
http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/
A vertically fluid layout using CSS.
It results in a layout that stretches both horizontally and vertically to the browser viewport. It includes a vertical navigation bar where button heights also stretch. It works in FF, Safari, Chrome, Opera, and IE 6-8 ++++
A List Apart: Articles: Supersize that Background, Please!
http://www.alistapart.com/articles/supersize-that-background-please/
Create properly scaling backgrounds.
Good use of background cover property and @media queries
Instead of using one fixed background size, a better solution would be to scale the image to make it fit within different window sizes. Unfortunately, CSS 2.1 has no means of scaling background images. There are a couple of workarounds, however these all rely on the HTML img element (instead of CSS backgrounds). They also use absolute positioning for layering and tables or scripting to enable resizing. Additionally, not all of these techniques preserve the image’s ratio, which results in unrealistically stretched backgrounds.
Showing and hiding content with pure CSS3 - Opera Developer Community
http://dev.opera.com/articles/view/css3-show-and-hide/
Showing and hiding content with pure CSS3
using :focus pseudo-class
from Opera Developer Community
show/hide without using JS
By http://bit.ly/Tweets2Delicious
Modern websites and applications are more dynamic than old style web pages, with several pieces of well-placed JavaScript providing smoother content updates, more intuitive user feedback and more responsive controls. One very common feature is the expanding/collapsing or shown/hidden box, whether this is a tabbed interface, a content "tray" on the side that can be slid out and then put away again, or a complex tree menu with expanding/collapsing sub-menus. Generally, these features are implemented via JavaScript, however using CSS3 it is possible to create such content using only HTML and CSS — no JavaScript required. In this article I'll show you how this works, including a few examples to get you started.
50 Examples of Drop-Down Navigation Menus in Web Designs
http://sixrevisions.com/design-showcase-inspiration/50-examples-of-drop-down-navigation-menus-in-web-designs/
Using Landmarks Makes Page Layout Easy | Webdesigner Depot
http://www.webdesignerdepot.com/2010/07/using-landmarks-makes-page-layout-easy/
A design may have impact. It may have style. But having these isn’t enough. To work well, a design has to have elements that play off each other’s
配置をマスターして「機能するレイアウト」を作る大切なポイント http://coliss.com/articles/build-websites/operation/design/using-landmarks-makes-page-layout.html
resizeMyBrowser - Web application
http://resizemybrowser.com/
A new online Browser window resize app for Web developers.
The 960 Grid System Made Easy
http://sixrevisions.com/web_design/the-960-grid-system-made-easy/
images are simply a gathering of rectangles, the layout at the top seems fundamentally better
This is Centratissimo: all centered and auto-resizable layout with some jQuery experiments by musings.it
http://centratissimo.musings.it/
jQueryとjQueryプラグインを使った中央表示、自動リサイズレイアウトのデモ?
This is Centratissimo: all centered and auto-resizable layout with some jQuery experiments by musings.it - v
Centratissimo is a web template with smooth scrolling features between pages and auto-resize capabilities relative to the actual screen-size, so that it results always perfectly centered. It's an all-centered and auto-resizable layout with some jQuery experiments.
This is Centratissimo: all centered & auto-resizable layout w/some jQuery experiments by musings.it http://bit.ly/dBZ34B RT @musingspuntoit
This is Centratissimo: all centered and auto-resizable layout with some jQuery experiments by musings.it
http://centratissimo.musings.it/
jQueryとjQueryプラグインを使った中央表示、自動リサイズレイアウトのデモ?
This is Centratissimo: all centered and auto-resizable layout with some jQuery experiments by musings.it - v
Centratissimo is a web template with smooth scrolling features between pages and auto-resize capabilities relative to the actual screen-size, so that it results always perfectly centered. It's an all-centered and auto-resizable layout with some jQuery experiments.
roomle.com - the online room planning platform - GET THE IDEA!
http://www.roomle.com/start.jsp
Floor planner, layout, architecture planning.
roomle is the new, super-easy online tool that enables intuitive 3D-visualization of rooms, furniture and decoration. GET THE IDEA!
30 Examples of Excellent Website Navigation | Inspiration
http://webdesignledger.com/inspiration/30-examples-of-excellent-website-navigation
A website's navigation allows visitors to get from page to page and discover content. That makes it pretty important, I would say. However, some designers feel
30 Examples of Excellent Website Navigation | Inspiration http://bit.ly/cSrik5
Build a HTML5/CSS3 Website Layout Without Images – Part 2 | Onextrapixel - Showcasing Web Treats Without A Hitch
http://www.onextrapixel.com/2010/06/03/build-a-html5-css3-website-layout-without-images-part-2/
สร้าง Websote ด้วย html5/css3 โดยไม่ใช้ภาพเลย #ตอนที่ 2
Great 2-page tutorial on building a website with html5 and css3 without images - http://bit.ly/dfxqfs + http://bit.ly/a25AES #html5 #css3 – quplo (quplo) http://twitter.com/quplo/statuses/17854147116
竹取 JS
http://taketori.org/js.html
nehan意外にも縦書きjsあった
竹取 JS http://dlvr.it/2XXtN
JavaScript で指定されたブロックを縦書きに変換するJS
縦書き
BBC - GEL (Global Experience Language) - Home
http://www.bbc.co.uk/guidelines/gel/index.shtml
We are evolving a global experience language for the BBC’s digital services. The GEL guidelines are a reference point for all designers creating BBC websites (future iterations will also incorporate mobile and IPTV recommendations).
Guideline da BBC para construção de sites. Tem também alguns design patterns. style guide
Building a Global Experience Language for the BBC We are evolving a global experience language for the BBC’s digital services. The GEL guidelines are a reference point for all designers creating BBC websites (future iterations will also incorporate mobile and IPTV recommendations).
The GEL guidelines are a reference point for all designers creating BBC websites (future iterations will also incorporate mobile and IPTV recommendations).
Inspiration - 25 Different, Creative Site Designs | Think Design
http://thinkdesignblog.com/inspiration-25-different-creative-site-designs.htm
Think Design collection of beautiful website layouts.
Inspiration - 25 Different, Creative Site Designs