News

 Subscribe Add to Technorati Favorites

 

 

 

 


 

 

Search My Blog:

 

 

My Stats

  • Posts - 472
  • Comments - 275
  • Trackbacks - 265

Twitter












Tag Cloud


Recent Comments


Recent Posts


Archives


Post Categories


Blogs


Miscellanous


Noteworthy Stuff


Popular Posts


October 2008 Entries

RSS feeds for package tracking numbers (FedEx, UPS, USPS)


I published SimpleTracker, is a simple service that will accept a tracking number or package id from major shipping companies (FedEx, USPS, and UPS), and spit out an RSS feed which you can then subscribe to in your favorite feed reader (FeedDemon, Google Reader, Outlook, Bloglines, etc).

Oftentimes I’m obsessed with knowing where my packages are and why they aren’t on my doorstep yet.  Now I’ll always know, without having to keep visiting the tracking website over and over!  :)

posted @ Thursday, October 09, 2008 1:21 PM | Feedback (0) |


PowerShellPlus


So I’ve been using PowerShellPlus for the last few days, and in short – its awesome.  The ability to put my script editor on one monitor, click run right there and see the results of the script on the other monitor made me very happy.  :)  If you haven’t checked it out, you definitely should.  Its basically an integrated development environment for PowerShell scripting and debugging.  A PowerShell console combined with an editor complete with watch window and step-through debugger.

As soon as you type “get-“ (or any other verb), PowerShellPlus intellisense kicks in, giving you a list of available cmdlets to choose from.  Finish your cmdlet and type in the “-“ for an attribute, and intellisense kicks in again, giving you a list of available attributes you can use.

Another great feature is that PowerShellPlus integrates the help of all of your installed snap-ins into one central “learning center”.  No matter what snap-in you need documentation for, its all in the same place in a much more readable chm format.

posted @ Wednesday, October 08, 2008 10:24 AM | Feedback (0) |