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

Archive for the ‘Tips’ Category

  • Tips
5 August 2008

Using CSS to Frame Images

You finally got your hands on an autographed picture of Carrot Top or your favorite singer after months of monitoring the official website. You would like to put it on your website to show the world that you’re his or their No 1 fan but unfortunately, you do not have Photoshop of Fireworks around to put an attractive frame around the photo. So what do you do? With CSS, it will take you but a few minutes.
Read the rest of this entry »

  • Tips
7 July 2008

CSS Style Guides For Better Code Readability

Every time you finish a project, it is natural for you not to remember a whole page layout’s structure, including all the classes, type setting, and color schemes that you applied. You would definitely take time to make sense of the code you yourself input in the event that you are called upon years after to modify or update your codes. This is where the need to implement sensible structuring of codes comes in as doing so will make your projects easier to manage and update.
Read the rest of this entry »

  • Tips
3 July 2008

Cool IE Stuff

Window-Eyes – GW Micro
Windows-Eyes 6.0, currently available in public beta version, will be officially used to support IE7. It is expected to be shipped by the end of November. One of its main differences with Windows-Eyes 5.5 is that it makes automatic announcements on the latest security notifications for anti-phishing, security, and IDN web pages. Windows-Eyes 6.0 also loads web pages into its browse mode with IE76 more effectively.
Read the rest of this entry »

  • Tips
29 June 2008

Having Fun with CSS Selectors

The class selector enables web authors to apply different styles on a single (X)HTML element. This is almost the same as my introduction about inline styles but class selectors can overwrite styles by editing style sheets. They could also be applied within an (X)HTML file.
Read the rest of this entry »

  • Tips
28 June 2008

CSS Tricks worth Trying

It is undeniable how Cascading Style Sheets or CSS has changed the web design landscape since its conception. Web pages created with CSS are comparably more attractive and pleasant-looking, especially if made by the most seasoned CSS programmers.
Read the rest of this entry »

  • Tips
21 June 2008

Using CSS in Managing HTML Files

CSS or cascading style sheets might sound a bit too complicated to ordinary people. Indeed, it could be complex but in simple terms, CSS could be defined as an HTML Tag Modification System that allows users to control and manage HTML tags.
Read the rest of this entry »

  • Tips
20 June 2008

Clearing Floats the Easy Way

One of the most widely used layout structures entail the placement of a small, set-width DIV – such as navigation, a quote, or a bio - within a larger wrapping DIV where the rest of the content is located. The markup for such will likely appear like this:
Read the rest of this entry »

  • Tips
19 June 2008

Customize Tables With CSS

Web developers should always be careful in choosing selectors when formatting tables. Some user agents such as web browsers might not be able to read your web pages in the way you would have preferred if you did not apply the proper selectors for the widths or spanning of your rows and columns.
Read the rest of this entry »

  • Tips
19 June 2008

Powerful Style Sheets

Powerful style sheets were not preferred options for web authors. Too bad they didn’t know the power and importance of using web style sheets. Creators of web are always aiming for creativity in making their pages through presentation. They prefer utilizing proprietary extensions from instead of web style sheets.
Read the rest of this entry »

  • Tips
19 June 2008

Internet Explorer 7 and the Star Html Hack

Internet Explorer is not capable of reading the star (*) html hack, which is the counterpart of the child selector. IE only sees the command but ignores it. If you want to send commands solely to the IE, including IE on the Mac, use the following rule:
Read the rest of this entry »

Page 1 of 612345»...Last »