New use for Active Desktop :)

This is a discussion about New use for Active Desktop :) in the Customization Tweaking category; 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.

Customization Tweaking 1789 This topic was started by , . Last reply by ,


data/avatar/default/avatar17.webp

6 Posts
Location -
Joined 2002-01-15
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..

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jan 15
Created
Jan 21
Last Response
0
Likes
6 minutes
Read Time
User User User User User
Users

Responses to this topic


data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
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.

data/avatar/default/avatar17.webp

6 Posts
Location -
Joined 2002-01-15
OP
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.

data/avatar/default/avatar24.webp

437 Posts
Location -
Joined 2000-05-28
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.

data/avatar/default/avatar17.webp

6 Posts
Location -
Joined 2002-01-15
OP
I also found the code to make the clock dragable there, lol

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
That is pretty cool, tnx for the link.
 


data/avatar/default/avatar19.webp

690 Posts
Location -
Joined 2000-05-21
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.
 
EDIT: Never mind, fixed it by pointing the iframes to the local copies rather than the ones hosted at outrigged.com

data/avatar/default/avatar17.webp

6 Posts
Location -
Joined 2002-01-15
OP
lol
 
That's not really a bug.. I just copied the version I used, and zipped it up.

data/avatar/default/avatar19.webp

690 Posts
Location -
Joined 2000-05-21
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

data/avatar/default/avatar17.webp

757 Posts
Location -
Joined 2000-10-14
hmm....all the links seem to be down...is there a mirror sit ethat you have it on? Looks really rad!

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
"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"...
 


data/avatar/default/avatar17.webp

757 Posts
Location -
Joined 2000-10-14
LOL @ clutch
 
 
Where did u dig those links up? Very nice

data/avatar/default/avatar17.webp

6 Posts
Location -
Joined 2002-01-15
OP
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

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

data/avatar/default/avatar18.webp

13 Posts
Location -
Joined 2001-12-19
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

data/avatar/default/avatar07.webp

40 Posts
Location -
Joined 2001-12-15
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:

data/avatar/default/avatar18.webp

13 Posts
Location -
Joined 2001-12-19
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

data/avatar/default/avatar24.webp

437 Posts
Location -
Joined 2000-05-28
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.