|
|
|
8 Steps to Design a Surfer Friendly Website That Search Engines Love!
1) Crystal Clear Source Code (HTML/CSS)
Many web-designers give far too much importance to the look and the graphics of the website while ignoring the clarity of the source code. Clean and well-written source code is the first step to website...
CSS: The Basics - ID's and Classes
Css Cascading Style Sheets Two types of style sheets: Internal and External Internal - You insert your style code right into your html code. These stylesheets should only be used if you are intending to create a specific page with a specific...
CSS: The Basics - ID's and Classes ... Correct
Css Cascading Style Sheets Two types of style sheets: Internal and External Internal - You insert your style code right into your html code. These stylesheets should only be used if you are intending to create a specific page with a specific...
Lesson for Learning the Basics of HTML
For beginners who are interested in learning basic Web development by using HTML (HyperText Markup Language) here are some helpful HTML tags to start practicing with. Listed below is the basic framework you will need to create an HTML page: ...
Web page buiding for beginners 1
Making a web page is a simple job that can be done in minutes by anyone with no previous experience, so I will refrain from going in that direction as much as possible. The first thing an inexperienced webmaster should learn is search engine...
|
|
| |
|
|
|
|
|
|
How to create RSS feeds easily - with this simple guide !
Creating Rss feeds is easy !
Follow these simple steps to create feeds of your site.
1) Decide which page(s) you want to use as feed. Usually such pages qualify which contain the latest updates on product or service information of that site. Remember that requirements vary from site to site. Decide your own feed carefully.
2)Open notepad and write down the following lines:
<?xml version="1.0">
<rss version="2.0">
<channel>
<title>[channel title]</title>
<description>[channel description]</description>
<link>[channel link]</link>
<item>
<title>[item title]</title>
<description>[item description]</description>
<link>[item link]</link>
</item>
[more items here]
</channel>
</rss>
3.Replace [channel title] with your site title.
4.Replace [channel description] with your site description.
5.Replace [channel
link] with your site url.
6.Replace [item title] with the title of the page you want to show up as feed .
7. Replace [item description] with description of that item page.
8. Replace [item link] with the url of the item page.
9. Repeat steps 6 to 8 to create multiple items for your feed and replace [more items here].
Save the file with extension .rss or .xml (there are other extensions also , but for beginners it is best to keep it simple)
Now use this tool to verify that your feed is ok to use. Once it is verified to be ok , upload the file to your server. Thats it !
You are now ready to distribute your content to anyone who thinks it worthy !!
Lakhya Phukan is the webmaster of
Hedir Web DirectoryJoin
Hedir Forum to discuss RSS and other internet marketing issues.
Do you have a website ? Submit your site to Hedir Web Directory.
Note: A fuller version of this article is available at
http://www.hedir.com/groupthink/about40.html
|
|
|
|
|
|