2008-12-05

my css template wrapping

<html>
<head>
<style type=”text/css”>
body { margin: 0; padding: 0 }
#wrapper { width: 800px; margin: 0 auto; }
#header { height: 50px; background-color: #00f; }
#sidebar { width: 200px; background-color: #f00; float: left; }
#content { width: 590px; background-color: #ff0; padding: 5px; float: right; }
#footer { clear: both; background-color: #0f0; height: 50px; }
</style>
<title></title></head>
<body>

<div id=”wrapper”>

<div id=”header”></div>
<div id=”content”>
<p>
The phenomenal quantity of bugs and inconsistencies that makes Visual Basic so delightful persuaded me to start this project
It seems that Microsoft was aware of the poor quality of its language, as VB .Net is not backward compatible with older versions of Visual Basic. I think they have thrown away the Visual Basic interpreter source code, and VB .Net is just a .Net runtime compiler whose syntax looks like the old Visual Basic one.
I want to clear up any misunderstanding immediately. Gambas does not try to be compatible with Visual Basic, and will never be. I’m convinced that its syntax and internals are far better than the one’s of its proprietary cousin
I took from Visual Basic what I found useful : the Basic language, the development environment, and the easiness to quickly make programs with user interfaces. That’s all. I could have chosen the syntax of almost any other language, but I was fed with Basic from childhood, so…
I dislike the bad level of common Visual Basic programmers, often due to bad pratices imposed by the bugs and strangeness of this language. So I will try to make Gambas as coherent, logical and reliable as possible, and I hope that Gambas programmers will make effort in return!
The kernel of Gambas is now stabilized, if not completely well documented. There is a component example to help people learning how to write components.
I hope other people will join me to help to increase the possibilities of the language. There is so much to do!

</p>
</div>
<div id=”sidebar”>
<ul>
<li>pilihan 1</li>
<li>pilihan 1</li>
<li>pilihan 1</li>
</ul>
</div>
<div id=”footer”></div>
</div>

</body>

</html>

Tidak ada komentar: