Software

SlickEdit 2009 Evaluation

I was asked to evaluate SlickEdit 2009, so I dropped Ultra-Edit for about three weeks and used only SlickEdit 2009. Here is a little “log” of my thoughts on the switch: - SE setup asked to add to my system path – I don’t like having to add stuff to my path. What is the benefit of adding this? [SE Staff:] Many of our customers are heavy keyboard and command line users. Adding SlickEdit to the path allows you to invoke it and its related utilities using the command line. - The first thing I went to...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, September 17, 2009 7:00 AM | Feedback (1)

Four New Developer Toolkit Releases from /n software

Last week /n software announced new versions of three different toolkits, and a brand new SharePoint Integrator product. From nsoftware.com: NEW: /n software UPS Integrator V2 Released! Includes easy access to the most popular UPS mail capabilities including shipping, tracking, address verification, rate calculation, and much more. NEW: /n software SharePoint Integrator Released! Enables developers to build applications that integrate with Microsoft SharePoint Server, including components for working...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, July 15, 2009 1:53 AM | Feedback (0)

New Release of IMAP ACL Manager

An update to the IMAP ACL Manager has been published. Release Information June 4th, 2009 - Release V2.5: Added check/un-check all box Verify through UI that permission change applies to subfolders Added status bar and "busy" indicators Bug fix: logoff and re logging on resulted in folder tree not showing. Bug fix: avoid "busy performing current action" errors...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, June 04, 2009 5:29 PM | Feedback (0)

Troubleshooting FTP connections with PowerShell

I find that helping people troubleshoot FTP connectivity issues is much easier if they have PowerShell installed. I can just have them run the NetCmdlets ftp cmdlets with the –debug switch, which displays a trail of information about the communication over the wire. In this way you can see every command send to the server and every response coming back from the server, including what ports a server is attempting to use for ftp data connections. Very often ftp transfer connectivity errors are the...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, May 21, 2009 1:22 PM | Feedback (0)

Twitter Search Web Part for SharePoint

1. I installed and activated the RSSBus Web Part for SharePoint, which allows me as a SharePoint owner or member to create a customized web part from one of dozens of RSSBus connectors or any RSS/Atom feed I like, such as a Twitter Search RSS feed. 2. I added the RSSBus Web Part to my SharePoint page, and edited its content using the Source Editor. I am using the following template to format the results of my search.twitter.com RSS result: <rsb:call op=http://search.twitter.co...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, February 20, 2009 11:00 AM | Feedback (1)

New nsoftware Releases for SharePoint, BizTalk, SSIS

Today /n software announced new versions of three more toolkits today: SharePoint Extensions V3 BizTalk Adapters V3 SSIS Tasks V3 I have been involved in building these products, so if you have any questions feel free to let me know. Technorati Tags: BizTalk, SharePoint, SSIS...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, January 09, 2009 3:38 PM | Feedback (0)

Amazon EC2 developer component

/n software’s new Amazon Integrator toolkit is now available (it was just released today!) for software developers: Amazon Integrator V3 with EC2 & SimpleDB Now Shipping! Integrate popular Amazon Web Services, including S3, SQS, SimpleDB, AWS, and EC2 with your applications. All Editions Now Shipping: .NET, Java, C++, ActiveX, Delphi, & C++ Builder! Technorati Tags: Amazon, AWS, nsoftware...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, January 09, 2009 3:25 PM | Feedback (0)

PowerShell Server v2 vs PowerShell v2 Remoting via WinRM

A lot of people have asked me to explain the differences in the PowerShell Server v2 product with the obvious alternative: PowerShell v2 Remoting via WinRM. PowerShell Server The nutshell is that with the PowerShell Server, you are not limited to Windows machines and you don’t need WinRM or any other software other than the PowerShell Server itself and any old SSH client. This means that the “client” machine, where the commands are being sent from, can be anything – a Linux machine, a handheld device...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, January 09, 2009 3:16 PM | Feedback (4)

How to Execute SQL PowerShell Commands Anywhere

SQL Server 2008 PowerShell Cmdlets + /n software PowerShell Server v2 = Execute SQL Queries Anywhere. If you don’t already have the SQL cmdlets for PowerShell, you’ll need to download and install SQL Server 2008. A warning for those of you running on x64 machines - you’ll have to export the SQL Server keys in HKEY_LOCAL_MACHINE\SOFTWARE... (there should be 2 in PowerShellSnapIns and 1 in ShellIds) and reimport them to Wow6432Node. If you don’t already have /n software’s PowerShell...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, December 22, 2008 3:13 PM | Feedback (3)

IMAP backup service accepting beta testers

ImapBack: ImapBack makes a complete copy of your emails, on any IMAP server, from Gmail to Google Apps, to your own custom IMAP server located anywhere in the world! These backups can be stored on another IMAP server, on our servers, or on your local hard drive. You can schedule any interval of backups (Daily, Hourly, Weekly, Monthly) as well as creating a backup on-demand. On a related note, if you need an easy way to view and control IMAP access control, check out my IMAP ACL Manager application....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, August 18, 2008 4:44 PM | Feedback (0)

Why is configuring Net-snmp so painful?

This incomplete tutorial gets a person started, but then bails on the second half of the process of configuring actual users. Instead it points you to the man page, which is basically useless and conflicts with directions mentioned in the snmp.conf man page! Ugh! This page is a little bit better, it helps me get an authNoPriv user up and going. From there, I was able to add my authPriv users too: As described in the first tutorial mentioned above, run snmpconf –g basic_setup and then copy over the...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, August 13, 2008 3:20 PM | Feedback (0)

NetCmdlets Invoke-Telnet?! And other PowerShell madness.

On last week’s PowerScripting Podcast, Jonathan Walz and Hal Rottenberg interview /n software’s Eric Madariaga about NetCmdlets and PowerShellToys (PowerShellASP). My favorite part was when Hal was shocked to hear that a telnet cmdlet was added to the v2 beta. Hahaha. I completely agree – who uses telnet anymore? But that was actually the biggest request we got from people who were using v1 of NetCmdlets! We already had cmdlets for executing commands over ssh…but people really wanted telnet. This...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, August 11, 2008 4:57 PM | Feedback (1)

IMAP ACL Manager v2

I uploaded a new version of the IMAP Access Control List Manager today. This new version adds support for SSL/TLS implicit and explicit connections, CRAM-MD5 and NTLM authentication, an IMAP communication log, and a few other minor and cosmetic changes. Technorati Tags: IMAP, IMAP ACL, ACL...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, June 24, 2008 1:41 PM | Feedback (0)

SlickEdit 2008 - My Evaluation

I got a free version of SlickEdit in return for blogging about the experience. So here is my feedback, good and bad. Good: First thing I noticed when I installed it: this is not your ordinary text editor. I've been using UltraEdit for several years now, and I like it. UltraEdit has some developer-centric capabilities, but they are not integrated tightly into the product as is the case with SlickEdit. For example, SlickEdit will automatically expand if and for statements, and try blocks, although...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, June 20, 2008 4:48 PM | Feedback (2)

Software for Rock Star Wanna-be's

Charles Pyron at Stellar Media (a video production company in NC) on home audio recording software
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, May 15, 2008 12:01 PM | Feedback (0)

RSSBus: Simple Ways to Connect Data

I just uploaded a new YouTube video for RSSBus. Some of it is hard to see, but soon it will be published at rssbus.com as a high quality flash video. RSSBus can be used to securely serve custom feeds over the Internet or on the local host. This video shows examples of very basic feeds that can be created with RSSBus with just a few mouse clicks, and more complex piped feeds. Near the end, the video shows some ways in which RSSBus can be integrated into real world solutions. Obviously, RSSBus can...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, May 06, 2008 2:57 PM | Feedback (0)

ASP.Net Medium Trust and IPWorks/IBiz ASP.Net Editions

This great MSDN article: "How To: Use Medium Trust in ASP.NET 2.0" will probably answer nearly all of your questions about how to work in medium trust and how to customize medium trust permissions. Here are a few extracts from this document that serve as a sort of "quick start" to medium trust. By default, ASP.NET 2.0 Web applications and Web services run with full trust and applications can perform privileged operations and access resources subject only to operating system security and Windows access...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, February 21, 2008 1:58 PM | Feedback (1)

NewsGator client apps are now free

Yesterday, NewsGator announced that it is making all if its RSS reader applications free. That includes FeedDemon (which I love and have been using for years), NetNewsWire, NewsGator Go, NewsGator Online, and NewsGator Inbox. Individual downloads...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, January 09, 2008 2:12 PM | Feedback (0)

Rock on! IPWorks v8 Released!

Wow, I can have a V8! Thanks to the hard work of some very talented developers, who I saw working late hours coding and testing, the next version of IPWorks is here! Yep, /n software announced today the release of IP*Works! V8 .Net and Java Editions. I got to work a lot with IPWorks v8 during its beta period, and my favorite thing about this version update is the new custom types and collections. I used the new Atom and Rest components, which are useful and easy to use. Other new features that I...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, October 03, 2007 5:25 PM | Feedback (0)

/n software announces new IPWorks betas

Here they are, new v8 beta's of various IPWorks products! Share this post : Technorati Tags: IPWorks, nsoftware...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, July 24, 2007 9:44 AM | Feedback (0)

Full Software Archive

Copyright © Lance Robinson

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski