// Saroj Latest Articles JavaScript Document

function writeArticles(){
var str='';
str+='<table width="100%" border="0" cellspacing="0" cellpadding="0">';
str+='              <tr>';
str+='                <td><p><a href="xmlprogramming.html"><strong>XML Programming</strong></a> (<b>New!</b>)  -  XML is a free and open standard that allows for the sharing of structured data between information systems. XML stands for Extensible Markup Language; it is extensible in that the data elements that are used can be defined by the user...<\/p>                  <\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td> &nbsp;<\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td><p><a href="htmlbasics.html"><strong>HTML Basics  -  Creating a Web Page</strong></a>  -  If you know how to code HTML, you have the basis to design any Web site. HTML, a text document that is used by Web browsers to present text, graphics and pictures, stands for the Hyper Text Markup Language. It is the standard language for the World Wide Web. HTML code files are plain text files. They can be created and edited on any operating system, such as Windows and Mac...<\/p>                  <\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td> &nbsp;<\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td><p><a href="codesforhtml.html"><strong>Codes for HTML  -  Colors and Background<\/strong><\/a>  -  Once you have the basics down for your HTML Web site design, the next step is to add some creativity. The best way to enhance the visual appeal of your Web site is to incorporate a color scheme, images and background. However, while taking a virtual paint brush to your canvas, be careful not to overdo it, especially if you are designing a site for your business. Visitors tend to shy away from overbearing Web sites that are too busy...<\/p>                  <\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td>&nbsp; <\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td><p><strong><a href="javascripttutorial.html">Javascript Tutorial  -  An Introduction<\/a><\/strong>  - Reading this quick JavaScript tutorial will give you the perfect overview of what JavaScript is and what it can do. JavaScript is an essential part of website design. It is far and away the most common means of implementation for client-side scripting. It allows for you to manipulate the elements of a HTML page and create animated and dynamic content...<\/p>                  <\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td>&nbsp;<\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td><p><a href="blogdefinition.html"><strong>Blog Definition  -  What is a Blog<\/strong><\/a> - The most searched definition on the Internet in recent years, according to Merriam-Webster, might surprise you. On the other hand, you might think it makes sense because of its popularity. The word: Blog. In 2004, it registered more inquiries for a definition than any other word, so says Merriam-Webster... <\/p><\/td>';
str+='              <\/tr>';
str+='              ';
str+='              ';
str+='            <\/table>';
document.write(str);
}

