-
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)
Web Development Archive
-
SharePoint XSLT Two or More Querystrings
Posted on September 11, 2009 | No CommentsAs simple as this tip seems, it took me like 30 minutes to figure out how to fix my problem…if you use the & sign in a custom SharePoint page you will get an XSL transform error. Querystrings A quick overview… skip to the next section... -
Redirect SharePoint Form to a Different Page
Posted on September 11, 2009 | No CommentsAs part of a custom SharePoint application, you will probably want your New/Edit forms to redirect to a different page other than the default List view. The default SharePoint redirect displays the view for the List you are modifying…following this quick tip to redirect to... -
Add Custom Page Title to Custom SharePoint Page
Posted on September 11, 2009 | 2 CommentsI have been creating custom pages for Windows SharePoint Services for some time now – which enable me to create powerful SharePoint applications. However, with every custom page I create, the page title is always blank, which results in the title being the URL to... -
Custom Workflow Actions (Part 3 of 3)
Posted on August 24, 2008 | 4 Comments…this is a continuation of Custom Workflow Actions (Part 2 of 3)… As a recap, we are creating a custom workflow action that allows you to send an email with the attachments from a specified list in your site. The custom workflow action will allow... -
Custom Workflow Actions (Part 2 of 3)
Posted on August 24, 2008 | 3 Comments…this is a continuation of Custom Workflow Actions (Part 1 of 3)… As a recap, we are creating a custom workflow action that allows you to send an email with the attachments from a specified list in your site. The custom workflow action will allow... -
Custom Workflow Actions (Part 1 of 3)
Posted on August 24, 2008 | 6 CommentsA recent SharePoint project on my plate had a specific requirement that every item added to a list must be emailed to a specific email address. At the time of the meeting, this requirement seemed to be a simple requirement. While stating that the requirement... -
SharePoint Application Templates Installation
Posted on August 24, 2008 | No CommentsFor those that are interested in using the application templates created by Microsoft for SharePoint Services, follow the directions in this article to quickly install them on your WSS 3.0 server. To begin, download the application templates from Microsoft.com by clicking on the link below.... -
Changing the SA password in SQL Express 2005
Posted on August 24, 2008 | 4 CommentsSometimes when you install SQL Express 2005 as a component of another product, that application installation will configure the environment, effectively restricting your access to the SQL database. This is primarily due to the application setting the SA password and not telling you what it... -
Invalid Filename Characters
Posted on August 24, 2008 | No CommentsAn issue came up where an individual attempted to upload a file with the number sign (#) in the filename. Although the Windows file system does not ...