Category: Web Design & Development

Create a Shortcut to Start XAMPP in Ubuntu

This entry is part 3 of 4 in the series WordPress Development Environment

I do most of my WordPress development using a combination of VirtualBox and Ubuntu. Over time I’ve developed a few simple tips that make my workflow a little more efficient, so I wanted to share them with anyone else who read my previous tutorial on setting up a VM as a WordPress development environment. Running…

Read more
Org Chart Chrome

Create an Organization Chart in MOSS 2007 Using a Contacts List

Note: This article was originally posted on NothingButSharePoint.com, but some of the code snippets were unescaped when it was published, so I decided to post it on my own blog with the correct code snippets. I was recently tasked with finding a way to maintain an org chart for my department. If this were a…

Read more

SharePoint Custom List with Custom Content Types and Custom Display Forms

I recently ran into an issue with using multiple content types on a custom list in SharePoint. I wanted each content type to have its own custom display form (DispFormCustom1.aspx, DispFormCustom2.aspx, etc.). Using SharePoint Designer (SPD), you can right-click on the list, open the list properties, and view the Supporting Files tab to select a…

Read more

Create a SharePoint Contextual Search Box in a Content Editor Web Part

Update: I’ve posted a newer version of this solution that allows for multiple search boxes on the same page. The code is similar, but I highly recommend using the updated solution for better flexibility. View it here: http://joshmccarty.com/2011/05/sharepoint-contextual-search-updated/. SharePoint provides a couple of ways to search on a web part page. First, the Master Page…

Read more
Where did all my content go?

Fix: WordPress Post Content Disappears with Too Many Shortcodes

I’ve been working on a longer post that I plan on splitting up over several pages. It’s a tutorial/walkthrough that includes a lot of images. Everything was going great until I decided to preview the post. For some reason when I viewed the post, it would only show the post title and metadata, but not…

Read more

Load SharePoint Web-optimized Images into a DVWP

It finally happened. I’m starting a SharePoint category on my blog. So, I recently worked on a project in which users were encouraged to upload photos that they took at volunteer events around the country. The stakeholder wanted to have a slideshow of these images on the event home page, and of course it had…

Read more

Glass Theme

I’ve just finished a new theme called “Glass” and activated it on this site. This is my second attempt at a WordPress theme, and I re-used many of the lessons learned from my first WordPress theme. It uses a basic two-column layout with a minimal header and footer. The template is compliant with XHTML 1.0…

Read more