-
Recent Posts
Categories
- BlackBerry (2)
- Featured 2 (6)
- Group Policy (1)
- Kiosk (3)
- Linux (10)
- OpenSolaris (4)
- Ubuntu (3)
- Mac (4)
- 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 (1)
- 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
- 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)
Web Development Archive
-
Limiting the output of a SharePoint field in a dataview to [x] words.
Posted on March 31, 2010 | No CommentsThis solution was created by a guy named Marc, the XSL templates he created are just, well, freaking fantastic! View his blog entry here: Displaying the First N Words of a Long Rich Text Column with XSL I have been looking for a solution to... -
Windows Live Messenger on Web Page
Posted on October 29, 2009 | 1 CommentAbout two years ago, Microsoft released a web control that allows web site designers to place a Windows Live chat box on a web page. Instead of being a chat application for you to sign into, this chat box allows your web site visitors to... -
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... -
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... -
PHP Sessions Not Working
Posted on October 4, 2009 | No CommentsAs a jack of all trades, I was doing some development work in PHP on one of my internal servers. As with most web sites, I needed to use sessions variables in the PHP script. However, when I attempted to create the session variable through... -
URL Encoding Table
Posted on September 15, 2009 | No CommentsUpdate: because I am frequently encoding or decoding strings, I have created a URL encode and decode script for use on my site. Anyone that has programmed in web technologies has used URL encoded characters at some point. For those are wondering, one of the... -
WordPress Preformatted Word Wrapping?
Posted on September 13, 2009 | No CommentsFor most of my posts I use the “Preformatted” style from the drop down menu in the Visual editor of WordPress. It works quite well for demonstrating sections of code or screen output. However, there is a problem with using Preformatted and that is the...