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
  • Tips
5 June 2008

Load the Content of Your Web Page First

The table-based layouts generally want to produce a two-column or three-column effect. Suppose your leftmost column is a navigation side bar. So when you want to open a particular page on your web browser, the HTML code for that navigation side bar gets loaded first on the web page. It is a common phenomenon as far as the table-based layouts are concerned.
Lisez le reste de cette entrée

  • Icons
5 June 2008

More CSS Tricks for Your Convenience

There are many more CSS tricks that you can employ on your design to make your task easier and smoother. Some of these new tricks are described below:
Lisez le reste de cette entrée

  • Web Design
5 June 2008

Prioritize Your Web Page Elements

Emphasis in design provides the central point for the piece. It is a method of making the element that is most significant stand out in the design. Emphasis is sometimes called supremacy. One of the major mistakes designers can make is trying to make everything in the design stand out. When everything has equal emphasis at best it can make the piece appear busy and at worst the design will be monotonous and unattractive.
Lisez le reste de cette entrée

  • Web Design
5 June 2008

Use of Mathematics in Web Design

Web design contains many vital aspects. But deciding on the appropriateness of the web page layout has its own significance. It is the hardest part of web design that includes how various page elements will utilize the available page space effectively so that they can be organized in the best possible manner. You need to take care of possible position, height, width and many other things while designing a layout. Many web designers take the help of a white board or graphics program to design a layout that looks good to them. Apart from that, designers also look for some scientific means to perform this task efficiently. The use of mathematics in web design has taken the design to a new level.
Lisez le reste de cette entrée

  • News
4 June 2008

An Informative 404 Page from design shack.co.uk

New tutorial from designshack.co.uk will show you how simple it is to have an explanatory email sent to you whenever a visitor hits a 404 page.
jpg

  • CSS Faqs
4 June 2008

CSS Text

CSS has quite a few choices for defining styles of the text.
These alternatives can totally replace <font> tag, however there is still more. CSS permits you to describe this style more powerfully than you can ever perform with simple HTML.
Lisez le reste de cette entrée

  • CSS Faqs
4 June 2008

CSS Properties with a Difference

Cascading Style Sheets can work with Extensible Markup Language (XML) and makes possible the display of XML documents in a web browser. A style sheet has three major components such as selector, property and value. A selector specifies an element or a class and id title to which a particular style will be applied. A property provides information on how to format the selector. A value, on the other hand, is the definite style that will be applied to the property on the selector.
Lisez le reste de cette entrée

  • CSS Faqs
4 June 2008

Exceptional Qualities of CSS

The lawmaker of web, World Wide Web Consortium (W3C), suggested the use of Cascading Style Sheets (CSS) in December 1996. It was introduced with the CSS Level 1 specification. CSS1 deals with the subject of applying various CSS attributes to HTML pages. Many of the old HTML tags like ‘font’ tag and other styling aspects related to color and margins get replaced with these CSS attributes. With the launch of CSS2 in May 1998, the efficiency of CSS1 gets doubled as many additional capabilities are added to it. CSS2 saw the introduction of positioning properties that substituted the ‘table’ tags for designing the appearance of various web page elements.
Lisez le reste de cette entrée

  • CSS Faqs
4 June 2008

Hierarchical Structure of Large CSS Files

There are several methods in practice to structure your CSS files. The proper structure of CSS file becomes all the more important in case of large websites. The CSS code suddenly becomes too clumsy for your comfort. You will find countless classes and ids scattered here and there. Sometimes, you may need to employ a search technique in your editor to trace a specific class. The transformation from CSS to HTML witnesses more hard work as you keep searching for a file that contains your desired class.
Lisez le reste de cette entrée

  • CSS Faqs
4 June 2008

CSS Files Face the Problem of MIME Type

Majority of web servers are equipped with a configuration for the purpose of reporting a MIME type of text/plain or application/octet-stream. These two MIME types are generally associated with unidentified content types. But a serious problem arises when new content types come into the picture. Webmasters fail in their attempt to make an addition of new MIME types for these content types. This problem is further aggravated in case of Gecko-based browsers. These browsers provide utmost respect for the MIME types when they are reported by web servers and applications.
Lisez le reste de cette entrée

Page 25 of 83« First...«2324252627»...Last »