Posts Tagged ‘Internet’

Validate HMTL & CSS from your page.

Tuesday, November 6th, 2007

Hy! Today we learn how to validate HTML and CSS from your page. This tip is usefull if you have a website about webdesign where you have tools for development! Here is the final result
with a design what i made, you have all files in the archive HERE. Let’s Start.

[1] Open your text editor and type the next HTML code

<html>
<head>
<title>Validate CSS, HTML, XHTML from your page</title>
</head>
<body>
<div>
<form method=”get” action=”http://jigsaw.w3.org/css-validator/validator” target=”_blank”>
<input name=”uri” id=”uri” size=”30″ value=”http://” /></p><br><br>
<label title=”Submit file for validation”><input type=”submit” value=”Validate CSS” /></label>
<label title=”Clear HTML data”><input type=”reset” value=”Clear” /></label>
</form>
</div>
<br>
<div>
<form method=”get” action=”http://validator.w3.org/check” target=”_blank”>
<input name=”uri” id=”uri” size=”30″ value=”http://” /></p><br><br>
<label title=”Submit”><input type=”submit” value=”Validate HTML” /></label>
<label title=”Clear”><input type=”reset” value=”Clear” /></label>
</form>
</div>
</body>
</html> 

(more…)

What’s new in Yahoo Messenger 9.0 BETA?

Tuesday, October 30th, 2007

Yahoo release the new Yahoo Messenger 9.0, now in BETA version! Let’s see what is new with some printscreen’s!

[1] New Design

Yahoo Messenger 9.0 BETA

[2] Options. Is more easy to call an contact (home, mobile, work), sending SMS and write an e-mail

Yahoo Messenger 9.0 BETA
(more…)

PC Magazine Nov. 2007

Wednesday, October 17th, 2007


(more…)

CSS id and them selections

Sunday, October 7th, 2007

Learn how to create and select the CSS ids and use them in a short tutorial and with an HTML page exemple:

(more…)