I’ll start this off with a bit of an explanation of what RSS is. It stands for Really Simple Syndication and its the best thing since sliced bread. If your not using it your actually driving away readers. Put it this way. How many sites do you visit on a daily basis? You want to read all of your friends entries, but your not going to go to each and every page all the time are you!? Not if you’ve got as many feeds as I do! With RSS you go to one page, bloglines or if you already have a gmail account (and who doesn’t!) you can go to google.com/reader and start adding feeds. To get you started my feed URL is http://feeds.feedburner.com/Eruanna (I use feed burner so I can manage my statistics.) The main advantage is that if you read those tween sites that use an awfully small font then you can actually read the posts in the feed reader.
If your using a hosted blog service like blogger, wordpress.com etc then you already have an RSS feed. There should be a link to it on your site, if your using wordpress then your feed is yoururl.com/feed
So firstly, if you’re not using twitter then your missing out on something theoretically pointless but really really addictive. So if you’ll look at my sidebar <– which I have my twitter feeding into.
Heres how I imported my twitter into my sidebar. (Alex Kings just released a flickr plugin
Download and install the FeedList Plugin. I tried to write my own but I gave up! Then activate it and in your sidebar.php page write the following:
<ul class="twitterFeed">
<?php feedList(array("rss_feed_url"=>"RSSURLHERE", "num_items"=>5, "show_description"=>false,"before"=>"<li>", "after"=>"</li>", "random"=>false,"sort"=>"none","suppress_link"=>true,"show_date"=>true));?>
</ul>
Add your RSS url into the specified space. and tada you’ve imported your twitter feed to your wordpress blog. There are many variables you can change but these are the ones I used.

eruanna.net is the blog of a multimedia technology student in the UK. Her name is Han. Shes very fond of the third person. She loves making 






RSS sounds cool, I haven’t tried it yet though, maybe I should.. :) I didn’t understand what twitter is though.. what exactly does that do?