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 5 March 2008

How to Make Your Website the Worst Website of the Year?
I came across an article on http://www.webpagesthatsuck.com/worst-web-sites-of-2007.html that deals about the 10 Worst Websites of 2007. The site is maintained by a certain Vincent Flanders.

Read the rest of this entry »

  • Uncategorized
5 March 2008

Highly Dynamic AJAX-Based Scrolling Pages

We’ve heard it. We’ve seen it. AJAX is really one powerful tool that developers should be highly knowledgeable of. This article is going to tell you one of the many incredible things that AJAX can bring you. This article will show you how you can create truly exciting AJAX dynamic scrolling pages which I learned via http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-pages.

Read the rest of this entry »

  • Uncategorized
3 March 2008

CRAP: The Acronym You Should Really Know

You might consider this a joke at first glance because of the not so good connotation of the acronym. But, think again. This in reality is the synonym that all designers for that matter should really be highly aware of whenever they design pages. CRAP stands for contrast, repetition, alignment and proximity. These are the cornerstones of beautiful CSS design. If your pages adhere with these four rules, well, you can always be certain that you are on the right track. So, individually we will discuss them in this brief article.

Read the rest of this entry »

Hey! I’m going to tell you a secret that almost every professional web designers know but still fail to translate into sound practice. At any rate, I’m telling you all I know about them and I just hope you take it seriously for your own benefit.

Read the rest of this entry »

The DOM is a Document Object Model. It is a tree structure that is used for representing an HTML page. Below see the example to review a sample code of HTML and its corresponding Document Object Model tree.

Sample HTML code:

<div id=”sample”>
This is a <b>sample of HTML</b> <br> to demonstrate the DOM
</div>

Read the rest of this entry »

  • Uncategorized
2 March 2008

Alternate of Ajax Techniques

The term Ajax is simply a technique used to achieve the communication of client server without to reload the existing webpage. Ajax technology have focused on using the XMLHttp for achieving that communication, but the technique of Ajax are not limited to only XMLHttp. Below one of the method used as an alternative of Ajax technique.

Read the rest of this entry »

px for font sizes
There are good ways to get the consistent font sizing as well as you must use them however Internet Explorer is only browser that doesn’t resize the text. If most of the audience uses Internet Explorer, then it will nice to them and do not use pixels.
When using the pixel sizes, you get to be sparing in the usage. Inheritance is the less of an issue how many websites have you observed the list items mysteriously smaller than rest of content like it was little important.

Read the rest of this entry »

  • Uncategorized
2 March 2008

Why CSS Is Better than XSL

Longtime readers of the XML.com will keep in mind the battles between the XSL and CSS, which took place in the columns in 99 and were memorialized in the XSL and CSS. Since then, two languages coexisted in the relative peace: the CSS is now been used to style the most websites, XSLT that is used by lots of server-side, as well as the XSL-FO has found the niche in printing industry.

Read the rest of this entry »

Introduction

As you’ll learn to produce the professional photograph gallery by using nothing more than the unordered list of the photographs and the Cascading Style Sheet. You will go through styling one step at the time as well as end up with the converting:

Read the rest of this entry »

  • Uncategorized
1 March 2008

How to Use CSS for Search Engine Optimization

Cascading Style Sheets are extensively recognized for contributions of building the fast loading, the standards-compliant, and the modifiable web pages. In totaling to these the well-known abilities, the CSS can give a few compelling SEO/SEM advantages. These comprise:

Read the rest of this entry »

Page 11 of 12« First...«89101112»