-
Recent Posts
Categories
- BlackBerry (2)
- Featured 2 (6)
- Group Policy (1)
- Kiosk (3)
- Linux (10)
- OpenSolaris (4)
- Ubuntu (3)
- Mac (5)
- Entourage (1)
- Folder Actions (2)
- Microsoft O/S (13)
- DOS (1)
- Windows 7 (1)
- Windows Server 2003 (3)
- Windows Server 2008 R2 (1)
- Windows Vista (1)
- Windows XP (6)
- Microsoft Office (2)
- Networking (4)
- Printing (4)
- Xerox (1)
- Programming and Software Development (30)
- AppleScript (3)
- Automator (1)
- Batch Files (3)
- PowerShell (1)
- Shell Scripting (1)
- VBScript (2)
- Visual Studio (6)
- Web Development (19)
- HTML (3)
- PHP (1)
- SharePoint (15)
- WordPress (1)
- WScript (1)
- Projector (1)
- SQL (1)
- sql express (1)
- Storage (6)
- Teaming (2)
- Uncategorized (1)
- Virtualization (4)
MSN Chat
Tags
Administrator Advanced Installer AppleScript application templates ASP.NET Backup Batch Files bind bind9 BlackBerry Bootable Windows 7 chat box crlf data bindings Desktop Manager DHCP DNS DOS Drobo DroboPro DropDownList echo elevation ESX Folder Actions GPO HTML IET iSCSI Kiosk LACP Linux OpenSolaris RedHat SharePoint SharePoint Designer 2007 SPD sql express SteadyState Ubuntu VMware Windows XP Workflow Actions Xerox XSLArchives
- September 2010 (1)
- August 2010 (1)
- July 2010 (1)
- June 2010 (2)
- March 2010 (2)
- February 2010 (2)
- January 2010 (4)
- November 2009 (5)
- October 2009 (13)
- September 2009 (11)
- August 2009 (6)
- July 2009 (2)
- August 2008 (13)
Latest Headlines
-
Using the DroboPro with VMware ESX and ESXi
Posted on October 28, 2009 | 11 CommentsRegardless of the fact that I am a fan of engineering my own products, such as the OpenSolaris iSCSI custom SAN, I have always been attracted to the Data Robotics product line, the Drobo. I am not much of a Apple fan either, however, similar... -
Master Page error and the Erroneous <SCRIPT /> tag
Posted on October 27, 2009 | No CommentsFrontPage auto-code strikes once again. This time under the different name of SharePoint Designer. Frustrating… Recently I have been doing a significant amount of development in Windows SharePoint Services and I have once again hit a frustrating issue that has incurred long hours trying to... -
SharePoint Designer is FREE!
Posted on October 27, 2009 | No CommentsFor me, SharePoint is a love and HATE relationship. The love comes from the feature rich environment that is SharePoint and the hate comes from the fact that development in SharePoint is thoroughly frustrating. I am both excited and disappointed to find out today that... -
{$SharePointDesignerQuirk}
Posted on October 26, 2009 | No CommentsPersonally, I have never been a fan of using GUI development tools for web design, especially Microsoft web development tools. FrontPage has never even been on my list for necessary web development tools and I have never recommended it to anyone that wanted to design... -
Echo Without Carriage Return or Line Feed (CR LF)?
Posted on October 25, 2009 | 8 CommentsRecently, I wanted to make a terminal application automatically use the current signed-in Windows user name as the terminal session user name. When I first started on the task, I thought this will be easy; what acclaimed terminal program with heavily definable session settings is... -
Windows 7 Student Edition Bootable Installation DVD
Posted on October 24, 2009 | No CommentsAlthough the student deal for Windows 7 is at an exceptional price when compared to purchasing it from other retailers, it seems to follow the “you get what you pay for” saying when it comes to creating a bootable DVD for installation. I am uncertain... -
"The requested operation requires elevation."
Posted on October 19, 2009 | No CommentsI am sure that someone could argue the security benefits for requiring additional steps to gain Administrator access that I thought I had already gained by signing in as an Administrator. Well, quite frankly, I hate these extra steps. In Windows Vista, if you open... -
Add Printers Using VBScript on an Intranet Site
Posted on October 14, 2009 | No CommentsRecently I had been tasked to create an Intranet site that simplified the process of adding printers to workstations. In addition, the process had to be completely in the user’s control, eliminating the need for IT to be involved with workstation printer drivers. If a... -
Using Querystrings in a SharePoint DataFormWebPart
Posted on October 12, 2009 | No CommentsThroughout my adventure of SharePoint development, there have been a few times when I needed to use a querystring variable in a DataForm WebPart that was not a part of the data being queried. An example is to use a DataForm Web Part as a... -
Creating an MSI Package
Posted on October 8, 2009 | No CommentsI have been thinking about adding some of the applications I have written to my web site for my viewers to use. Although I try to keep most of my program contained in one executable, sometimes this is not an option – particularly if I...