Monday, February 2, 2009

How to write Script in blog posting

To write the script / code into the blog articles that have their own technique, because if we write it in a way that the ordinary will appear later in the blog is not like what we write. For example, if we write code <head> with the usual way the results will not appear in the post because the code is translated directly into the HTML language. So to write code <head>, that should be written so that the code may appear this is <head>.
Want to know how to write scripts to the blog?

There are several ways to write code into the blog, such as:


First way:
- Use software web-design software, for example, Macromedia Dreamwaver, Microsoft Frontpage, Namao Web Editor. Or the software can also blogtools-software such as post2blog etc..
- You write the code in all areas of design, then copy the code, area code from the HTML Code. Nha code HTML Code in the area are the ones who should be posted.

The second ways:
- Write all the code / script into notepad
- Then change / replace the following codes

code replacement code
<> change to &gt;
" change to &quot;

- Do you know how to replace the script in notepad? the way is by selecting the edit menu -> then replace the box that appears, enter the code that will be replaced in the "Find what" then change with the substitution script and enter the code in the "Replace with" and press replace all.
- Copy the script that has been replaced all and then enter into your posting.

The third ways:
- Go to this site http://centricle.com/tools/html-entities, fill your code into the box provided, press encode button and the last copy it to your blog.

No comments:

Post a Comment