May 31
My Sites: My Blog | My Tech Blog | Follow me on Twitter
—-

It’s amazing, isn’t it? Even a sneeze at google makes the headlines. Well, it’s not the sneeze today but the new favicon I just got. So, are you also seeing the all new, re-designed, artisticly polished “g” as the new favicon?

New Google Favicon

In other news, my Twitter-Webcam integration post has bypassed my earlier lifehacked post about Remote File Access Through E-mail by more than a few thousands, even though the time difference between the two posts is more than 3 months. Thanks Stumble Upon :)


—-
If you liked this post, then you can Subscribe to my feed
Quote of the day: “If there are any questions, direct them to that brick wall over there.” — Network President

written by Shantanu Goel \\ tags: , , , , , , , ,

Feb 28
My Sites: My Blog | My Tech Blog | Follow me on Twitter
—-

tech.shantanugoel.com completes one month

Today, this blog completes one month of its existence in this world. The achievements, although minuscule in comparison to all the biggies out there, are significant for me. It achieved the following things in just 30 days from the first post:

  • Front-paged at LifeHacker, HacksZine, and many others.
  • Over 10000 (Ten Thousand) “uniquehuman visitors.
  • Over 30000 (Thirty Thousand) page views by humans.
  • Over 500000 (Half Million) total hits for all website files included.
  • Around 800 downloads of my projects.
  • Makes it to the first page on google for many keywords (like wm6.1 htc wizard, ubuntu two soundcards, and many others)
  • A google or yahoo search for my name “shantanu goel” now gives around 6–7 links about me (4–5 from this blog) out of the first 10 results. (This changes quite dynamically though)

But this is all because of you, the readers. Thanks a lot and keep coming. I hope I can continue writing stuff you like, because ultimately a blog is written for the people and not for search engines. Do visit my personal blog for my random non-tech thoughts.

Regards

Shantanu Goel


—-
If you liked this post, then you can Subscribe to my feed
Quote of the day: Morpheus: Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony.

written by Shantanu Goel \\ tags: , , , , , , , , , , , , , , , , , ,

Feb 22
My Sites: My Blog | My Tech Blog | Follow me on Twitter
—-

The site received a lot of new visitors yesterday as one of the small-time things that I do, received front page treatment at lifehacker. Thank you, Adam Pash, and thanks Murphy, for the original idea.

In other news, a new section called “Misc. Stuff” has been started under projects. This would be home to those little scripties and proggies that I make just to make things easy in general, automate stuff, things that couldn’t be fit into any other section or may be are almost platform independent. Inaugarating the section would be a little perl script that I wrote to help a friend in generating blogrolls compatible opml file (that could be imported into most blog, blogroll services like wordpress, blogrolling, etc) from a list of links (excel, csv).


—-
If you liked this post, then you can Subscribe to my feed
Quote of the day: “Too bad drinking scotch isn’t a paying job or Kenny’s dad would be a millionare!” — Cartman

written by Shantanu Goel \\ tags: , , , , , , , , , ,

Feb 19
My Sites: My Blog | My Tech Blog | Follow me on Twitter
—-

I came across this post on lifehacker today (original post and solution here), which talks about a method of retrieving files from a remote computer through e-mail. Pretty archaic, I know, but again, it is a very simple method and works behind all the firewalls and stuff . But, the catch is that it is only for mac’s. Thought of creating something similar for the PC and mashed together some code during lunch time at office to make our dear old outlook remote-file-sending-capable. So, here it is, head over to my project page “Remote File Access Through E-Mail” to read more about this and download it.


—-
If you liked this post, then you can Subscribe to my feed
Quote of the day: Ralph: Me fail English? That’s unpossible.

written by Shantanu Goel \\ tags: , , , , , , ,

Feb 19
My Sites: My Blog | My Tech Blog | Follow me on Twitter
—-

download

Download: shantz-outlook-remote-file
Version: 0.1
Updated: April 23, 2008
Size: 1.19 KB
Hits: 1,024

Introduction:

This is a (proof-of-concept) outlook macro that you can use with an outlook rule to retrieve your files from your home/office PC by sending it a mail with a subject having a predefined special keyword and the body containing the names and paths of the files. The remote PC will then mail you the files on a predefined e-mail ID.

This project came into being after reading this post at lifehacker (original post and solution here). It listed a method to retrieve mails on your home/office PC by sending a “magic email” to it, but it was only for mac’s. Seeing that people wanted it for windows as well, I thought of making something up during lunch time at office.

Usage:

1. Download the attached zip file (shantz-outlook-remote-file-access.zip) and unzip it. It has a VB module “shantz-outlook-remote-file-access.bas” (can be opened with any text editor)

2. Create a new macro in Outlook. Copy the code contained in Module1.bas to the main source file of the macro.

3. Edit the code to change the e-mail ID to which the files will be e-mailed. Save the macro.

4. Create a new rule in Outlook. Choose to run the rule when a specific word is found in the subject. e.g. use “SendMeMyFiles”.

5. The action part of the rule should be “run a script”. Here you can choose the macro that you just created from the list shown by Outlook.

6. Save the rule and you are done.

Now try, sending a mail to the account that your outlook is configured to receive mail for, with the special keyword in the subject and a list of files (with their complete absolute paths on the remote computer) separated by semicolons (”;” without the quotes), and watch magic happen :).

e.g.: To: myemail@email.com

subject: SendMeMyFiles

Body: c:\path\of\files\file1;d:\second\path\file2

IMPORTANT NOTES:

  • For this thing to work, outlook has to be running on the remote PC as this depends on a “client-side” rule.
  • This is just a proof-of-concept as of now, so there is no error handling right now. Plus the e-mail body parsing is finicky and so the e-mail body should not have anything other than the file paths and names. This might change in future if I decide to update it.
  • Don’t use it if your life depends on it. Use it for basic purposes and modify and improve it appropriately before you decide to use it seriously (You may submit your modifications here as well)
  • It has been tested only on Outlook 2003, but might work on others as well.

Let me know of any thoughts you may have about this.


—-
If you liked this post, then you can Subscribe to my feed

written by Shantanu Goel \\ tags: , , , , , , , , , , , ,