Jump to content
Compatible Support Forums
Sign in to follow this  
OutRigged.com

New use for Active Desktop :)

Recommended Posts

http://www.outrigged.com/misc/desk/1-15-02.jpg

http://www.outrigged.com/misc/recycle.jpg

 

Spent a good 12 hours making this too, mostly researching how to do certain things.

 

On the left side, you see the icons, My Computer, My Documents, etc.. What I did, was extract the icons from the programs executable, or from shell32.dll, and converted them to bitmap images using Photoshop. The links launch the application using a combination Javascript/VBScript script.. The Javascript code, embedded in the page itself, loads a VBScript, that runs the selected application.

 

Might seem like alot of work for something so simple, but it works, and that's all that counts. The icons are dragable anywhere on the screen.. Which was a total headache to do, because each icon, and it's text, are two cells..

 

The Recycle Bin was particularily hard to do.. Instead of being a normal application launcher, the Recycle Bin link, loads a small page, that looks exactly like the Windows dialog. Works the same too.. Click yes, files are deleted, using a small bat file, that deletes all the files in C:\Recycler\, and closes the window.. Select no, and the window simply closes.

 

The Google search on the bottom is just the Link to Google code, from Google.com.

 

The news headlines in the middle, are iFrames. Each iFrame, leads to a PHP page, that formats the RDF files from Slashdot, Geeknews, and The Register. It's pretty simple code, that works good, and fast. The iFrames each refresh every 10 minutes, to catch any updates. I'd love to stick Neowin's headlines there, but they don't have a RDF headline page..

 

The Stats on the bottom right side, are simply CoolMon. I've actually got two copies running.. One for my local system, which displays most of the stats, and a second copy, that links up to my webserver, and gets it's uptime.

 

Finally, the clock on the top right corner, is a DHTML, Vector based, realtime clock.. Found it on DynamicDrive.com, and thought it'd be a nice little addition. I used the same code that I used on the icons, to make the clock dragable anywhere on screen.

 

I'd like your comments/flames/whatever on it.. Suggestions on how to improve it would be great too..

Share this post


Link to post

Looks cool, and seems quite functional. I also like the fairly simple layout of it. If you want to get even heavier into it, check into "Digital Dashboard" development at http://msdn.microsoft.com. You know the "Outlook Today" homepage? Well, that's a fairly simple version of what you can do with it.

Share this post


Link to post

That's where I got alot of my information from. Learning to launch programs using nothing but VBScript, and Javascript, was hard.. Especially trying to get around IE's security restrictions.

Share this post


Link to post

Cool work, outrig. Make it available for download so we can try it out, those of us who are lazy.

 

BTW, where did you get the clock? I've been looking for something like that.

 

H.

Share this post


Link to post

I love it!

 

Only one thing though, those iframes have a minor bug that when they refresh, they refresh to the wrong url like this:

 

<META HTTP-EQUIV="refresh" content="900;URL=http://127.0.0.1:81/desktop/xml/slashdot.php">

 

Other than that, fantastic. smile

 

EDIT: Never mind, fixed it by pointing the iframes to the local copies rather than the ones hosted at outrigged.com

Share this post


Link to post

I've been having some fun modifying it. I've made it work in any screen res, added another news site (www.shacknews.com) and added some e-mail checking code. Thanks for the inspiration smile

Share this post


Link to post

"Rad"

 

LOL, I haven't heard that one in a long time! Wasn't that a movie once? I think it came after a movie with Nicole Kidman named "BMX Bandits"...

 

cool

Share this post


Link to post
Quote:

I've been having some fun modifying it. I've made it work in any screen res, added another news site (www.shacknews.com) and added some e-mail checking code. Thanks for the inspiration smile


Be interested in posting your code? I'd love to see the code for the e-mail checker.

Share this post


Link to post

Awesome, sweet *** dude, extremely cool, hey, do you know how I can get motherboard moniter or something else to work in that too, to display system temps and stuff, thanx

Share this post


Link to post

Totally Tubular!

/L.A

 

:edit: So this isn't a totally dumbass comment, I may take this and work with it, possibly present it to my boss as a solution for our workstations...will depend on what I can do with it and how you license this, and how my boss feels about it =) :/edit:

Share this post


Link to post

hmm, unfortunately, motherboard moniter can't detect my CPU temp and stuff in winXP, how weird, anyone else having this problem too? Well thanx, I have a Gigabyte GA-71X, slot A 800Mhz T-Bird

Share this post


Link to post

This one really made my day,about the coolest script out there. There is one thing I can't figure out though. Say I want to add a favourite site, like for example NTcompatible. How do I find out what the name is of the correct .php or .rdf file that the site is using for the news headlines?

 

Here I've tried all that I can spot, like article.php, index.php but not found the right one.

 

Anyone ?

 

 

H.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×