After all the much awaited move was done quite a while ago. I guess that we're just awaiting an answer from IBM.
After all the much awaited move was done quite a while ago. I guess that we're just awaiting an answer from IBM.
![[My Java Desktop]](/roller/resources/rohanpinto/my_JDS_SCREENSHOT.png)
Here's a Screenshot of My Java Desktop. It's so neat and spiffy that I am extremely happy that I have it running on my laptop. When I first installed the Java Desktop on my laptop. everybody around me told me that I was making a brave move. "Think about the graphic applications that you use rohan, how could you generate graphics using JDS, whats gonna happen to Adobe Photoshop? what about dual boot system with Windows XP also running on it, so you are not rendered laptop-less"; well; i tell you, warnings flew left right and center. I didnt hesitate a bit before installing JDS on "my" laptop. & hey !! no dual-boot. I went all the way. Kind of like what my swimming instructor did to me when I was little : he told me to go all the way, just like what my "then" fiance (now 'wife") told me when we spoke about going steady: she said "go all the way rohan, I promise you that you will not regret it". I have never gotten to regret anything so far... so I took the plunge. Java Desktop. All the way. And hey !! I use GIMP for graphics, it's way cool, easy and though I would not say that it outbeats Adobe Photoshop, it's good enough., I use Evolution for my corporate email, thunderbird for persomal email, firefox for my internet browser, mozilla for intranet, and Staroffice. Who says that one would have issues with word documents, I can not only read word documents in StarOffice, I can also create them !!, not to forget presentation, spreadsheets, drawings, charts, workflow, diagrams the works !!. am i so happy I took the plunge ! you bet I am. So IF you are thinking about using it, I say GO FOR IT : ALL THE WAY; and in case you need help as you go along there's always jdshelp, and the community Here is another screenshot:
![[Sun Java Desktop Screenshots]](/roller/resources/rohanpinto/java_spreadsheets.png)
![[Lets Try & Make Poverty History]](/roller/resources/rohanpinto/ONE_banners001_468_88.gif)
You can wear it any way you like:I'm Doing My Bit, You Do Yours. Another way of contributing to the cause and showing your support is by putting a makepovertyhistory.org band on your website. If Interested; Just ask me how?
I then remembered, Yahoo's webmail service allows their users to login to their mail accounts with a YahooID and password over HTTP. They DO have a feature where the user can switch to a secure mode and then enter his "login credential" and submit it over HTTPS. But how many folks really cick on the term "secure". If one types in https://mail.yahoo.com in their browsers address bar, they are immediately prompted with a WARNING that he certificate presented DOES NOT match the URL (because the cert is issues to login.yahoo.com instead of mail.yahoo.com.). WOW!!! So I did a little more digging around yahoo, and I found out that they are using this NEAT open source script by Paul Johnston which is a JavaScript implementation of the RSA Data Security, Inc. MD5 Message Digest Algorithm, as defined in RFC 1321. Thats a real cool one. I was impressed, (not with Yahoo, but Paul Johnstons script). NOW Thats a way in which passwords can be kept safe. So I went ahead and used that very same script (from yahoo/pajhome)on this site and modified it a little bit to concatenate 2 strings and here's what I came up with: A JavaScript version of obtaining a MD5 Hashed equivalent of you password thats unique for each site you use it on. Which obviously means that if your password is "hello" then the MD5 equivalent of that password on "sun.com" would be different from "yahoo.com".
Cheers !!! :: & I am really looking forward to your comments on this.