Web Development Archive

  • Limiting the output of a SharePoint field in a dataview to [x] words.

    Limiting the output of a SharePoint field in a dataview to [x] words.

    This 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...

    Full Story

  • Windows Live Messenger on Web Page

    Windows Live Messenger on Web Page

    About 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...

    Full Story

  • Master Page error and the Erroneous <SCRIPT /> tag

    Master Page error and the Erroneous <SCRIPT /> tag

    FrontPage 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...

    Full Story

  • SharePoint Designer is FREE!

    SharePoint Designer is FREE!

    For 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...

    Full Story

  • {$SharePointDesignerQuirk}

    {$SharePointDesignerQuirk}

    Personally, 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...

    Full Story

  • Add Printers Using VBScript on an Intranet Site

    Add Printers Using VBScript on an Intranet Site

    Recently 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...

    Full Story

  • Using Querystrings in a SharePoint DataFormWebPart

    Using Querystrings in a SharePoint DataFormWebPart

    Throughout 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...

    Full Story

  • PHP Sessions Not Working

    PHP Sessions Not Working

    As 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...

    Full Story

  • URL Encoding Table

    URL Encoding Table

    Update: 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...

    Full Story

  • WordPress Preformatted Word Wrapping?

    WordPress Preformatted Word Wrapping?

    For 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...

    Full Story