On March 23 I spent an hour interviewing Google CEO Eric Schmidt in a cramped conference room 50 feet from his even more cramped office. (It's so small that if you spread your arms you can almost touch both walls.) We talked about everything from Google's competition with Microsoft and its partnership with Apple to all those data centers it is building.
 

RokLogin Module

Login
No account yet? Register

sem

HTML Tutorials
HTML Color Names PDF Print E-mail
Written by w3cschools.com   
Monday, 24 September 2007

This table provides a list of the color names that are supported by all major browsers.

Note: If you want your pages to validate with an HTML or a CSS validator, W3C has listed 16 color names that you can use: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. If you want to use other colors, you must specify their RGB or HEX value.

 

Read more...
 
HTML 4.01 Quick List PDF Print E-mail
Written by www.w3schools.com   
Monday, 24 September 2007

HTML Basic Document

<html>
<head>
<title>Document name goes here</title>
</head>
<body>
Visible text goes here
</body>
</html>

 

 

Heading Elements

<h1>Largest Heading</h1>

Last Updated ( Monday, 24 September 2007 )
Read more...
 
Why are you using BBcodes? PDF Print E-mail
Written by kore-nordmann.de   
Tuesday, 18 September 2007

Why are you using BBcodes?

The discussion on my blog post "Do not use regular expressions for parsing" ended in a discussion about BBcodes in general. I just used them as an example to demonstrate why it it is impossible to parse such a language with regular expressions - and mentioned in a subclause, that I don't see any sense in using them at all.

What are BBCodes?

Just for the completeness, a short explanation, what they basically are:

BBCode is a markup language very similar to HTML, using [] instead of <>, and with a different attribute notation.

  1. [element=attribute_value] some text [/element]  
[element=attribute_value] some text [/element]

When it comes to multiple attributes the markup definitions differ in nearly each implementation, as the list of available elements does.

Read more...
 
Writing Web Copy That's Easy to Scan PDF Print E-mail
Written by Dan Wilson   
Saturday, 25 August 2007

Writing Web Copy That's Easy to Scan

It's easy to hold some romantic notion that someone's going to brew up a mug of coffee, curl up with her laptop on the couch, and browse your web site for a while. Trust me -- that never actually happens (except in commercials). If people are visiting your site, they're there for a reason. As much care and love as we might put into crafting captivating copy, the honest truth is that most visitors won't actually read it. In reality, they'll probably scan it for a second or two to see if it's what they're looking for, and move on if it's not.

 

 

Last Updated ( Saturday, 25 August 2007 )
Read more...
 
Basic HTML Tags PDF Print E-mail
Written by Web Monkey   
Monday, 04 June 2007
Here ia a good start on the beginning HTML tags you need to get started building a website. Remember, no matter what language you are writing in or your script is in, the roots and bottom line always comes back to HTML.
Last Updated ( Monday, 04 June 2007 )
Read more...