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

Archiv for 12 March 2008

  • Uncategorized
12 March 2008

CSS Display Property Need to Know Ideas

To be able to manipulate HTML elements using CSS, it is crucial for us to understand that there is really no magic or voodoo ritual to accomplish that. It only takes some degree of familiarity with the properties you want to manipulate on your page and the corresponding effects such manipulation may bring your page or site as the case may be.

You can easily make a page using few simple tags styled in any conceivable and applicable manner you like. Representation of most HTML elements in browser’s defaultsl consists of varying font styles,display types, margins, padding and, essentially.

Read the rest of this entry »

  • Uncategorized
12 March 2008

Browsers have “brains” too!

Of course, we are not pertaining to the gray matter between our ears but refers to some sort of artificial brain that browsers have in determining how to resolve certain number of conflicts in CSS rules.
Browsers, in order to settle this issue, have just this in mind—which one is the most specific? And that ladies and gentlemen will basically settle that problem.

Read the rest of this entry »

  • Uncategorized
12 March 2008

At-Rules You Have to Know

Importing

@import url(patchonstyles.css);
The import at-rule as shown by the code above will bolt on another style sheet. This particular aspect of CSS is used as a substitute for a specific link CSS to a specific HTML page. This is done by having an internal sheet which goes a little something like this:

<style type=”text/css” media=”all”>@import url(pig.css);</style>

Read the rest of this entry »

  • Uncategorized
11 March 2008

CSS – Heart and Soul of a Website

Cascading style sheets, abbreviated as CSS, can rightly be termed as the Heart and soul of any website. CSS makes working on website quite simple as there are two major partitions on any website. The look and feel of the site is managed by the style sheet while the content component is placed on the basic HTML page. Earlier, people had the impression that style sheets have all to do with the font size and color but it is more than just to do with the colors.

Ian Graham has tried defining the importance of CSS very well in the book “HTML 4.0 Sourcebook”.

Read the rest of this entry »

  • Uncategorized
11 March 2008

An introduction to CSS tables

We saw a lot about CSS. Today, let us see about using CSS tables. What are CSS tables? You must use CSS tables if you wish to set a table layout. Almost all browsers support CSS tables. Ok…let us see the properties related to CSS tables.

What are the various properties?

a) border-collapse
b) border-spacing
c) caption-side
d) empty-cells
e) table-layout

Read the rest of this entry »

  • Uncategorized
11 March 2008

Benefits Of Web 2.0

Most of Web 2.0 websites join great importance to visual appeal as well as aesthetics of the website. To achieve the effect, that they make use of the drop shadows, round corners, as well as the gradients to make site more tempting to the eyes.

Benefits

Web2.0 advantages can be double:
Business – The ways in which the Web2.0 can help the business and the IT industry
Users – The ways in which the Web2.0 can assist end-users

Read the rest of this entry »

  • Uncategorized
11 March 2008

Want to know how to use CSS interface I?

Want to know how to use CSS interface I? Visit the following link for more information:

http://cameronmoll.com/archives/2008/02/extensible_css_interface_the_foundation/ 

  • Uncategorized
10 March 2008

What can make your site sexy? (Part 2)

During my last post we talked about the first two things you have to properly consider when you are making a website: Having Highly Accessible Navigation Menu and Make Impressive, Well-Formed Title Element. Now, we will discuss the remaining three things that can give your site good reputation and exceptional personality.

Read the rest of this entry »

  • Uncategorized
10 March 2008

What can make your site sexy? (Part 1)

What can make your site sexy? That is the ultimate question. That’s the question that Hamlet might have asked if there were websites, computers and Internet during his time. But, what makes a website sexy is very similar to what makes a person sexy, basically. As for me, small things count to make any website sexy or in more technical terms user-friendly, highly usable and visually appealing.
This article (part 1 of a two-part article) will briefly discuss simple ways on how you can make your websites stunning and thus, sexy and way above sea-level.
Read the rest of this entry »

  • Resources
10 March 2008

Effective Web2.0

With Internet dominating business world, need to have the effective web2.0 website has increased all among the companies. In always-on world, the company’s website is critical to the ability to fight and achieve something.

Web 2.0 is the term referring to ongoing transition to the full participatory Web, with the participation that is including the humans and the machines. Web 2.0 is distinguished by following themes:

Read the rest of this entry »

Page 8 of 12« First...«678910»...Last »