Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mislz28/public_html/wp-content/themes/css-faq-v2/timeweather/timeweather.php on line 19
  • Uncategorized
25 February 2008

A Rule of Thumb in CSS Design

With the exciting things you can literally do with CSS, you might sometimes forget the essentials of CSS design. This article will deal on a rule of thumb in CSS design—every bit of details in the site MUST have a predetermined purpose. Every element in your site should be geared toward the attainment of the website’s primary goal or goals.

A good thing in CSS designing is the fact that good web designing is not limited to professionals. You can achieve success! That’s not an overstatement but a statement of fact. But of course you have to bear in mind certain technical things and practical matters, as well. One of the most important things in relation to design is that you should always remember the rule of thumb already stated.
Lesen Sie den Rest dieser Eintragung

  • Uncategorized
25 February 2008

CSS for User-Friendliness and Accessibility

Ann McMeekin has shared some cool updates on how you can improve the accessibility and usability of your CSS designs. Here are her tips and some samples for each tip for purposes of clarifying each trick.
Tip 1: Body Background Color

Though it is not a cardinal rule of functional CSS design to have background color, it nevertheless improves the aesthetic appeal and user-friendliness of your site.

Lesen Sie den Rest dieser Eintragung

  • Uncategorized
24 February 2008

Update: Meyer’s popular reset style sheets get reset

From Eric Meyer’s page here is his new way of resetting his previous work:
Lesen Sie den Rest dieser Eintragung

  • Uncategorized
24 February 2008

Give It Up for the 8th Wonder of the Virtual World

Ladies and gentlemen… presenting the 8th Wonder of the Virtual World—the max/min-height and max/min-width properties—making possible the manipulation of IE widths and heights into desirable proportions. The CSS expression attribute allows the execution of Javascript commands within the Internet Explorer.
This one is hot stuff simply because standards-based browsers, max/min-height and max/min-width properties are easy to do with the application of Cascading Style Sheets.

<div style=”max-width: 333px;”>
[the contents of this division will be at most 333px in width on compliant browsers]
</p>

Lesen Sie den Rest dieser Eintragung

  • Uncategorized
24 February 2008

Some CSS-Editing Software: A Review

Stylizer

Stylizer, which was previously known as StyleSpread, is viewed by some web designers as one powerful CSS editor with interactive and radically non-stereotypical approach to CSS editing.
This CSS editor takes pride in its six new features: Live Preview, Powerful Color Tweaking, Editing and Diagnosing, Automatic Validation, real-Time Size Adjustment Capability and Superior User Interface.

img

Figure 1. Stylizer’s Live Preview
Lesen Sie den Rest dieser Eintragung

  • Uncategorized
23 February 2008

CSS as a way to take control of HTML files

CSS or Cascading Style Sheet is kind of a high-sounding term especially to laymen. And it sure is. But simply put, CSS is a sort of HTML Tag Modification System that gives you a way to control and manage standard HTML tags.

Here is an example: let’s say you want to put italicized words on your page and make the words slightly smaller as compared to the majority of texts found on the same page. In old school HTML, that can be done similar to the example below:

<font size=”-2″><i>My favorite place.</i></font>

Lesen Sie den Rest dieser Eintragung

  • Uncategorized
23 February 2008

Big News: Top 8 Web Designs from Heavy Backpack as of February this Year released!

For web designers around the world, getting noticed by web designing groups could take them a notch higher in terms of self-esteem and passion to exceed limits. In relation to this, Heavy Backpack (www.heavy-backpack.com/ ) has recently released its list of Top 8 Web Designs.
According to Heavy Backpack, these 8 top web designs highlight the following positive characteristics that should be present in every business web design, namely: professional without being stuffy; communicates clearly; open and approachable and has distinct identity.

The Top 8

Number 1 in the list is Quo Consulting http://www.quo.com.au.

img

Lesen Sie den Rest dieser Eintragung

  • Uncategorized
23 February 2008

Simplicity as a principle of CSS and web design

For highly trained and seasoned CSS web-designers, bearing in mind and putting in action certain principles of web design is never a waste of time. For designing in the first place is pleasing yourself and users so that they will ask for more.

There are three keystones when it comes to web designing, namely: simplicity, directness, and purposefulness.

Lesen Sie den Rest dieser Eintragung

  • Uncategorized
22 February 2008

Color modes in CSS

Different color modes are available. So, want to learn about these in CSS. Here’s the link:

http://kilianvalkhof.com/2007/design/understanding-css-colour-modes/

different color modes in CSS

Find out everything about color modes in CSS.

  • Uncategorized
22 February 2008

CSS – tips and tricks

Hey…are you using CSS for designing your website? Let me tell you few tips and tricks, which you can use them.

1) Fancy table borders: It is very easy to create table borders that are fancy using CSS. Take a look at the below table:

fancy table borders

Lesen Sie den Rest dieser Eintragung

Page 79 of 83« First...«7778798081»...Last »