3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

RSS Desktop

RSS Desktop
«
  • Desktop.gif
  • Desktop2.gif
  • webgame.png
I was tired of useless pictures hanging around my desktop so i decided to turn my desktop into a constantly updating RSS bullitin board.

I just loaded a shot of my my background as a game too(JT's blocks from Yahoo)!

I have also included the full HTML with JavaScript and better screen shots in the .zip file.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Create the HTML document.

Create the HTML document.
You're going to have to make an HTML file. The easiest way to get results is with tables. Decide how many feeds you are going to have and create a table with an appropriate number of rows and columns. Also, set the width and height of the table to meet your needs. I set it to according to my screen resolution.
« Previous StepDownload PDFView All StepsNext Step »
78 comments
1-40 of 78next »
Oct 23, 2011. 3:13 PMkmichaels says:
I really would like to have this on my desktop I love the idea of having all that right on my desktop however I know nothing of how to do do it, I have read your instructions over and over again and I can't make heads or tails of it except that it looks real cool and I knoow I want it. ;) Thanks for your help
Oct 23, 2011. 4:38 PMkmichaels says:
I use windows vista so if someone a whole lot smarter then me can find a way to do this with vista that would be AWESOME! you may even be able to market it if you can make an installer program for it. so that it would be easy for people like me who don't have the smarts that it takes to wright code :D
Mar 18, 2011. 10:53 AMbudabob07 says:
Also, you could use Rainmeter for RSS feeds (and a whole lot of other things), but cool tutorial
Feb 9, 2011. 11:13 PMza-experimenter says:
The address you give is not valid anymore. Like JayDugger says, try feed2js.
The exact new address for what you want is;

http://feed2js.org/index.php?s=build.
Jul 6, 2007. 2:49 PMspinach_dip says:
(removed by author or community request)
Jul 6, 2007. 3:36 PMAnnas890 says:
I agree...but without the swears :)
Apr 25, 2009. 10:20 AMdombeef says:
What did he say?
Oct 3, 2008. 11:45 AMRawns says:
So wanted to do this but HTML desktop support was removed in Vista! :'( Nice idea though. :)
Nov 16, 2008. 5:56 PMalexh934 says:
not in vista ultimate it worked for me
Nov 16, 2008. 5:34 PMPadlock says:
Too bad I have Vista. Here's mine I made, and I also put together another file that opened it up in a pop-up that was 100 x 800, and then made it close it self with the "javascript:window.close()" function.
Aug 6, 2008. 1:40 PMwannabetrumpt says:
would it be possible for me to set the links for email so that when I click the email it opens my outlook box? I have gmail and rss feed to desktop, but I want to go to outlook rather the www.gmail.com. Anyway to do this? Maybe have it hyper a .bat file or something?
Aug 6, 2008. 2:53 PMwannabetrumpt says:
hmm... can't add gmail since it requires validation in order to read. Is it possible for gmail to reconize the feed or for me to reroute the feed through something that is valid?
Aug 6, 2008. 3:07 PMwannabetrumpt says:
ok solved my problem. the required input for a GMail or any other autenticated feed (to my knowledge) is https://USERNAME:PASSWORD@mail.google.com/gmail/feed/atom

just change the address to the feed address of the particular feed you want. Hope this works for all!
May 31, 2008. 1:41 AMwee_man says:
i cool idea would be to put music runing on the destop with a stop button
the code would be

<bgsound src="http://yoursite.com/musicfilename.wma" loop="1" autostart="true"> etc or any of the other codes
May 19, 2008. 3:55 AMrocks says:
http://www.mindshift.com/dynamic.aspx?id=1520 Managed desktop services from mindSHIFT provide everything you need, from hardware, software and system implementation, to proactive network management and security. With Complete managed desktop service from mindSHIFT, you get enterprise-quality desktop management, at small- and medium-sized business prices.
May 20, 2008. 10:41 PMrocks says:
a professional company ofManaged desktop services from mindSHIFT provide everything you need, from hardware, software and system implementation, to proactive network management and security.<br/>So visite this site:-http://www.mindshift.com/dynamic.aspx?id=1520<br/>
May 19, 2008. 3:57 AMrocks says:
<a href="http://www.mindshift.com/dynamic.aspx?id=1520">Managed Desktop Services</a>
Nov 3, 2007. 8:27 PMVirta says:
Is there a way to make the background transparent? For example in most of your screen shots the background is black. How can I make it transparent so I can see my wallpaper? Thanks in advance.
Nov 4, 2007. 11:22 AMVirta says:
Hah. Forgot about CSS, well thanks a bunch.
Feb 16, 2008. 11:24 PMTheMadScientist says:
am I totally insane or do those last two posts sound like you're attempting to imbed counter strike: source into your desktop background...? :D wow, wouldn't that be awesome, imbed secondary desktops (like a second monitor that you can slide your mouse onto) into your desktop background... can anyone think of a way to take the monitor feed from the windows multi-monitor tool and imbed it?
Feb 17, 2008. 10:05 AMVirta says:
No CSS as in cascade style sheet not counter strike
Feb 19, 2008. 8:19 PMTheMadScientist says:
need information on the second topic of that post, i'm fully aware that it means cascading style sheet, just making a joke...
Feb 20, 2008. 1:20 PMVirta says:
my bad.
Jul 6, 2007. 6:43 PMevilflame2 says:
i actually have linerider and this other game called boxhead set as my desktop background

you download the .swfs and just embed them into html.

then you can play them whenever you want
Jul 10, 2007. 10:14 PMF-zero says:
Post an instructable for it, I'm interested.
Jul 11, 2007. 2:46 PMevilflame2 says:
you just replace his html in step 1 with something like this

<embed src="FILEPATH FOR SWF GAME" quality="low" bgcolor="#ffffff"
width="1100" height="500"
name="mymoviename" align="bottom" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>

then skip steps 2,3 and everything else is the same.

mabye someone else would like to make this instructable, i really don't have experience with this website. i am used to video screen capture tutorials. if i make one i will post the link
Feb 17, 2008. 3:24 AMUru Wolf says:
Why low quality? lol.
Jul 11, 2007. 3:30 PMF-zero says:
oh ok, cool, thanks.
Feb 8, 2008. 9:47 PMhiflyer says:
you should check out http://www.samurize.com/

super, super powerful desktop gadget maker ;)
Dec 9, 2007. 5:09 PMbeam says:
great idea man, doing now
Nov 10, 2007. 10:54 PMa_d777 says:
RSS is great....But, are you able to use the wireless sniffer in Cain & Abel?? And can you get Orkut passwords from the Box revealer in Internet Explorer??? I Cant!!! Help me in that, if you can!
Mar 17, 2006. 2:34 PMCoffee bean says:
Well have you ever heard of Game Maker 6.0. I would like to put a game I made using that program on my desktop. P.S Glad someone reconizes my icon!(-:
Aug 14, 2007. 11:17 AMevilflame2 says:
if you can put your game on a website, then you can put it on your desktop
Jul 14, 2007. 8:20 PMvoltagex says:
Those programs normally make a special kind of EXE file - not web content. It may be possible to put that on your desktop but I doubt it. Keep going with your game making - try Flash, try another programming language like Python - keep learning!
Jul 14, 2007. 10:41 PMCoffee bean says:
yes but sadly have put money together to buy flash
Jan 30, 2008. 4:17 PMbluenightweasel says:
the pirate bay is your friend
Feb 15, 2008. 1:07 PMCoffee bean says:
indeed it is
Sep 12, 2007. 4:33 AMbinnie says:
*cough* download it *cough* (but you didnt hear it from me)
May 3, 2006. 10:47 PMpheer says:
i'm having issues with the code i'm assuming...... i set it like you say to but it appears on the right side of the screen with scrollbars....i've tried changing the resolution in the file but that doesnt work, any ideas?
1-40 of 78next »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
2
Followers
2
Author:Toshibi