Some of the Best Website Design Related Sites

Here is a very short list of some of the most useful sites about web design, inspiration and front end development.

Image Format PNG vs. GIF

As a general rule, PNG is never worse, and often better than GIF because of superior compression. There might be some edge cases where GIF is slightly better (because the PNG format may have a slightly larger overhead from metadata) but it’s really not worth the worry.

It may just be the tools I’m using, but GIF files usually seem to be a bit smaller than a comparible PNG

That may indeed be due to the encoding tool you use.

There’s nothing wrong with GIFs for images with few colours, and as you have noticed they tend to be smaller.

This is a typical encoding mistake and not inherent in the format. You can control the colour depth and make the PNG file as small. Please refer to the relevant section in the Wikipedia article.

If you need transparency and can get by with GIFs, then I’d recommend them because IE6 supports them. IE6 doesn’t do well with transparent PNGs.

That’s wrong. MSIE6 does support PNG transparency. It doesn’t support the alpha channel (without a few hacks), though but this is a different matter since GIFs don’t have it at all.

The only technical reason to use GIFs instead of PNGs is when use need animation and don’t want to rely on other formats.

Best Page Width and Screen Resolution Trends

Liquid layouts are decidedly out-of-fashion. Fixed-width, centered layouts have become the dominant design pattern for the Web, and for good reason too. Fixed-width layouts allow designers to define strict proportions between columns, and keep line-lengths under control. Another thing that is not considered anymore by designers and developers is the 800×600 resolution, more and more people buy larger screens with better resolutions. Only about 4% of the users are still using the 800×600 resolution on their monitors. That means that we can increase the width of our pages, which will decrease the height and we can put more content to the top of the our pages.

Below you can see a list of random selected, fixed width, web pages

Most of the pages will fit inside 1024×768 (except IMDB & Buy.com), which will cover around 93% of your visitors [ source: W3School Display Statistics ].

In conclusion, if you select your next web site to have fixed width you can choose for your width to be anywhere between 960px to 1020px.

Note: the average width from the sites above is 982px, which will give you 980px page width with 1px for left & right border.

Tip: You can also have 100% header & footer with fixed width body.

DezineHQ – Resource Library for Designers

DezineHQ is a comprehensive guide for designers where you can find all kinds of resources and references “design” related. It covers almost all design related topics from web and graphic design to industrial, furniture and automotive design.

It’s an excellent place where designers will be able to get inspired and keep in touch with the latest designing trends. You can find materials and information useful to better, inform, and improve your skills and knowledge about design.

We at the Choppr have helped them with their brand new design and wordpress theme integration.

Understanding CSS

A single style cannot perform the miracle of transforming a web page into a work of art. To create some special designs in the web page, an understanding of web page is very essential. Usually a collection of CSS styles comprises a style sheet.

A style sheet can be of two types – external and internal, depending on where the style information is located- in the Web page itself or in a separate file linked to the web page.

Internal and External – How to choose

Most of the time external style sheets are preferred as they make it quite easier to build web pages and update web sites faster. They contain all style information in single file. You will have to attach the external style sheet with just a line of code to an HTML page and completely alter the appearance of the page. The external style sheets also assist in fast opening of web pages. When you are using an external style sheet, your web pages will contain only basic HTML – no byte-hogging HTML tables or

Moreover, when a web browser downloads an external style sheet, it usually stores the file on the visitor's computer [in a behind-the-scenes folder called a cache] for quick access. When your visitor hops to other web pages on the site that use the same external style sheet, so there is no need for the browser to download the style sheet again. The browser can simply pull the external style sheet from its cache - a significant savings in download time.

Note: When you are working on your web site and previewing it in a web browser, the cache can work against you.

Internal Style sheets

An internal style sheet is a collection of styles that forms a part of the web page’s code, always placed between opening and closing HTML


<style type= "text/css">
h1 {
    color: #FF7643;
    font-face: Arial;
}
p {
    color: red;
    font-size: 1.5em;
}
</style>
</head>
<body>

/* The rest of your page follows… */

Note: You can place the <style> tag and its style after the <title> tag in the head of the page, but Web designers usually place them right before the closing </head> tag.

The style tag is HTML, and not CSS. But the job is to let the web browser be aware that the information contained within the tags is CSS code and not HTML. Creating an internal style sheet is as simple as typing one or more styles between the <style> tags.

Internal style sheets are especially easy to add to a web page and provide an immediate visual boost to the HTML. But off course, they are not the most efficient method for designing an entire web site composed of several web pages. For one thing is you really need to copy and paste the internal style sheet into each of the pages of your web site, which becomes quite a time consuming chore that adds bandwidth-hogging code to each page.

Sometimes internal style sheets prove to be even more hassled when you want to update the look and feel of the web site.

For example, say you want to change the <h1> tag, which you originally decided should appear as large, bold and green type. But now you want a different look; you want it blue type using the courier typeface. Using internal style sheets, you just need to edit every page. So the simple solution is creation of external style sheets.

Note: It is also possible [though rarely advisable] to add styling information to an individual HTML tag without using a style sheet.

Free CSS Layouts

A variety of free CSS layouts and free CSS templates dominate the canvas of Advanced CSS websites. And all of these free templates contribute to satisfaction of web designer to create one of the masterpieces in CSS websites.

All these free templates had been designed by free CSS. Free CSS is soon becoming a know resource for CSS templates and other CSS relevant information sources.

Here are some of the examples of free CSS templates:

  1. Unlink free templates – Unlink is a completely free and fully standard-compliant CSS template. It was released under a Creative Commons Attributions 2.5 license, so you are absolutely free to conduct any experiment on it, provided you keep the links in the footer intact. This template is also available as a WordPress theme at free WordPress Themes.
  2. Newsflash free template – Newsflash is a free and standardized CSS layout designed by free CSS template. Released under a Creative Commons Attributions 2.5 license, this free template is customized to let people do whatever they want on it. This template is also available as WordPress theme at free WordPress Themes websites.
  3. Edgy free template – Edgy is a completely free and fully standard-compliant CSS template. It was released under a Creative Commons Attributions 2.5 license, so you are absolutely free to conduct any experiment on it, provided you keep the links in the footer intact. This template is also available as a WordPress theme at free WordPress Themes.
  4. Waterfalls – Waterfalls is a free and standardized CSS layout designed by free CSS template. Released under a Creative Commons Attributions 2.5 license, this free template is customized to let people do whatever they want on it. This template is also available as WordPress theme at free WordPress Themes websites.

Some of the other free CSS layouts available are Roundhouse, Mosaic, Decorative, Glazed, Frozenage, Logistix, Thegreenhouse, Pillars, Axian, Gardenmesh, Pizzaparlor, Lasvegastoo, Cityscape, Pinklily, Isometric, Integral, Flowery, etc. All these free templates are released under Creative Commons Attributions 2.5 license and available as WordPress theme at free WordPress themes websites.

CSS Web Templates

btlogo.jpg

If you’re in need of cheaper and quality css web design template visit buytemplates.net. They offer a wide variety of business, travel, ecommerce, and entertainment templates with clean and professional design. Each of their templates comes with homepage and five internal pages and all this for only $29. You can also purchase their membership package giving you access to 1000′s of templates at a one-time pay.

Moreover you can get very affordable rates on customization and integration for you WordPress or Joomla designs. In addition to all of the above they can also help your online business with promoting and getting traffic and optimizing your content for better search engine ranking.

templates.jpg

Buytemplates.net can help you as well with maintaining, customizing, and developing of your new or already existing web site, their affordable rates and 24/7 support can save you a lot of time and resources towards building and improving your online business.

Here are some of the additional services they provide:

  • Flash and Joomla templates
  • Complete customization of template (design customization and content insertion)
  • Custom web design service
  • Adding functionalities for ecommerce site (adding forms, adding databases, adding shopping carts etc.)
  • Wesbite Hosting

Introduction

CSS [Cascading Style Sheet], is a language used to describe how an HTML document should be formatted. It imparts more control to both web developers and end users over how the page can be displayed and viewed, respectively. These advanced style sheets can be applied to any web page to give it a different look and feel.

In this weblog, we will covers the more difficult topics of Cascading Style Sheet basics, Floating theory, Forms, Tables, Navigation elements, CSS Positioning, Tutorials, Articles, and a host of Tips, Tricks and Techniques on CSS.

Stay tuned…

  Subscribe to our RSS Feed   Follow us on Twitter

You've arrived on the "Advanced CSS/HTML Explained" weblog. Here you will find how can you tackle the more difficult topics of Cascading Style Sheets: Floating theory, Forms, Tables, Navigation elements, CSS Positioning. Also you will find lots of Resources, Tutorials, Articles, and Tips, Tricks Tools, and Techniques on CSS.

Recent Posts

Categories

Twitter Updates

Bookmark and Share