HTML
! Yes, it’s here just for alpha testers. Thanks to Michael Amington @ and lew @ Blognone to point me to these impressive screenshots. As you might see in the first screenshot.
- sugree's blog
- Add new comment
- 1643 reads
Choosing a web application framework
What is your favorite web application framework? There are so many choices. Jet Propulsion Labs release a movie to present the review process of 5 frameworks. Thanks greggles to share that url. Below are the list of that frameworks.
- JBoss
- Ruby on Rails - Creating a weblog in 15 minutes
- sugree's blog
- 1 comment
- Read more
- 3651 reads
How to debug HTTP
Have you ever want to know what exactly happens during view a web page? If you are a web programmer, system programmer, or even hacker, you must have ever seen something being transmitted out of your machine and their responses. I am talking about the basic part to debug a web application. Basically, there are 2 basic choices to request a web page; GET and POST. Then data in your machine are encoded and sent to the web server via these request and get response, the web page, back. However, today technology is not as easy as I stated earlier. There are something about headers, cookies, content-type, and many more. You might get strange behavior due to incorrectly set cookie or assign wrong content-type. In this situation, you will be so happy if you know what are sent and received during the session. It is very useful information for all of us.
- sugree's blog
- Add new comment
- Read more
- 1471 reads
Yahoo! UI Library: Another free implementation f AJAX
AJAX is nowadays common feature of modern web pages. I’m not sure when it begun but shown the power of AJAX through the intuitive and impressive user interface. Technically, AJAX is just an inter-operation of web browser and web server through a JavaScript function. That means web developers just want a good JavaScript to shield the incompatible JavaScript APIs to make it work cross browser at least for Internet Explorer, Firefox, Opera, and Safari.
- sugree's blog
- Add new comment
- Read more
- 1787 reads
How to comment in HTML
When you want to comment to your html file, the statement should be begin by "". Between your comment statement do not have "--".
Example
- thitima's blog
- Add new comment
- 2451 reads
Basic Structure of HTML
HTML language has 2 elements; content and tag. Basic tag in HTML file are:
- ...
This tag is a indicator for start point and end point of HTML file. is nessesary declared at first line and is declared at end line of file. - ...
This tag response about header definition of web page by using tag... .tag will show title of page in title bar of browser. - ...
This tag response about body content that you want to show in your web.
Example file
- thitima's blog
- Add new comment
- Read more
- 1222 reads
Recent comments
3 years 29 weeks ago
3 years 34 weeks ago
3 years 35 weeks ago
3 years 35 weeks ago
3 years 35 weeks ago
3 years 38 weeks ago
3 years 38 weeks ago
3 years 38 weeks ago
3 years 38 weeks ago
3 years 38 weeks ago