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 1: 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.
1-40 of 78Next »
kmichaels says: Oct 23, 2011. 3:13 PM
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
kmichaels in reply to kmichaelsOct 23, 2011. 4:38 PM
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
budabob07 says: Mar 18, 2011. 10:53 AM
Also, you could use Rainmeter for RSS feeds (and a whole lot of other things), but cool tutorial
za-experimenter says: Feb 9, 2011. 11:13 PM
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.
spinach_dip says: Jul 6, 2007. 2:49 PM
(removed by author or community request)
Annas890 in reply to spinach_dipJul 6, 2007. 3:36 PM
I agree...but without the swears :)
dombeef in reply to Annas890Apr 25, 2009. 10:20 AM
What did he say?
Rawns says: Oct 3, 2008. 11:45 AM
So wanted to do this but HTML desktop support was removed in Vista! :'( Nice idea though. :)
alexh934 in reply to RawnsNov 16, 2008. 5:56 PM
not in vista ultimate it worked for me
Padlock says: Nov 16, 2008. 5:34 PM
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.
wannabetrumpt says: Aug 6, 2008. 1:40 PM
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?
wannabetrumpt in reply to wannabetrumptAug 6, 2008. 2:53 PM
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?
wannabetrumpt in reply to wannabetrumptAug 6, 2008. 3:07 PM
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!
wee_man says: May 31, 2008. 1:41 AM
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
rocks says: May 19, 2008. 3:55 AM
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.
rocks in reply to rocksMay 20, 2008. 10:41 PM
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/>
rocks in reply to rocksMay 19, 2008. 3:57 AM
<a href="http://www.mindshift.com/dynamic.aspx?id=1520">Managed Desktop Services</a>
Virta says: Nov 3, 2007. 8:27 PM
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.
Toshibi (author) in reply to VirtaNov 3, 2007. 10:40 PM
You could do it with css. You would put all of it into a div and then set the properties on that DIV, like with the background property.
Virta in reply to ToshibiNov 4, 2007. 11:22 AM
Hah. Forgot about CSS, well thanks a bunch.
TheMadScientist in reply to VirtaFeb 16, 2008. 11:24 PM
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?
Virta in reply to TheMadScientistFeb 17, 2008. 10:05 AM
No CSS as in cascade style sheet not counter strike
TheMadScientist in reply to VirtaFeb 19, 2008. 8:19 PM
need information on the second topic of that post, i'm fully aware that it means cascading style sheet, just making a joke...
Virta in reply to TheMadScientistFeb 20, 2008. 1:20 PM
my bad.
evilflame2 says: Jul 6, 2007. 6:43 PM
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
F-zero in reply to evilflame2Jul 10, 2007. 10:14 PM
Post an instructable for it, I'm interested.
evilflame2 in reply to F-zeroJul 11, 2007. 2:46 PM
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
Uru Wolf in reply to evilflame2Feb 17, 2008. 3:24 AM
Why low quality? lol.
F-zero in reply to evilflame2Jul 11, 2007. 3:30 PM
oh ok, cool, thanks.
hiflyer says: Feb 8, 2008. 9:47 PM
you should check out http://www.samurize.com/

super, super powerful desktop gadget maker ;)
beam says: Dec 9, 2007. 5:09 PM
great idea man, doing now
a_d777 says: Nov 10, 2007. 10:54 PM
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!
Coffee bean says: Mar 17, 2006. 2:34 PM
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!(-:
evilflame2 in reply to Coffee beanAug 14, 2007. 11:17 AM
if you can put your game on a website, then you can put it on your desktop
voltagex in reply to Coffee beanJul 14, 2007. 8:20 PM
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!
Coffee bean in reply to voltagexJul 14, 2007. 10:41 PM
yes but sadly have put money together to buy flash
bluenightweasel in reply to Coffee beanJan 30, 2008. 4:17 PM
the pirate bay is your friend
Coffee bean in reply to bluenightweaselFeb 15, 2008. 1:07 PM
indeed it is
binnie in reply to Coffee beanSep 12, 2007. 4:33 AM
*cough* download it *cough* (but you didnt hear it from me)
pheer says: May 3, 2006. 10:47 PM
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

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!