My first uploaded image and html coding.. hahah

as.gif

this is my first image uploaded to the webhosting in year 1997..

with the html code as below

<html>
<head>

<title> My First Page </title>

</head>

<body>

<img src="as.jpg">
</body>

</html>

Related Post

2 Responses

  1. Patrick says:

    I was just curious as to what you use for your desktop OS? Is it primarily CentOS or Ubuntu? I’m considering CentOS but I haven’t seen many articles about really using it for a workstation.

    Reply
  2. owen says:

    Did you get further into GWT?

    Btw GWT is just javascript compiled via Java’s JRE, and the produced code is simply javascript. So if you want to code JS the most professional way – like IDE dev support, step debugging, and unit tests – use GWT.

    For me, I just love java. C# had a great future but Microsoft managed to screw it up somehow.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *