About Josh McCarty
Josh McCarty is a web designer/developer and all-around technology enthusiast located near Phoenix, AZ. He specializes in developing innovative SharePoint solutions that go beyond the out-of-the-box capabilities of the platform using jQuery, XSLT, and other tools in the “middle tier.” Josh also develops custom websites and plugins for the WordPress platform with a focus on HTML5/CSS3 and responsive design. In all of his projects he emphasizes the user-experience, promotes modern web standards, and leverages the latest technologies available.
I created this simple flowchart for a few colleagues at work to help determine if their email communications could be a single column or if it should have a two-column layout with a main column and a sidebar that has … Continue reading →
Quite often I find myself needing to use a server variable in a SharePoint data view web part. These are very useful for getting information that would otherwise not be available to use in a DVWP. There are several resources … Continue reading →
About a year ago I started writing JavaScript functions to perform batch tasks on SharePoint lists using SPServices. I did this because SharePoint didn’t offer the functionality I needed out of the box, and I’m limited to SharePoint Designer for … Continue reading →
This afternoon I performed an audit of several SharePoint team sites. Over half of them had not been touched in a year or more. Some of them were just an empty team site that had never been used. I deleted them. … Continue reading →
I’ve been doing a lot of work with SPServices and SharePoint lists lately, and I find myself using the same CAML queries over and over. Unfortunately I don’t always remember how to format some of the more common queries, so I … Continue reading →
A few years ago I built a PC to function as a semi-dedicated file server. It’s running Windows 7, so it’s still a fully-functional PC, but it’s not my primary workstation. Among other things, I use it to store all … Continue reading →
This afternoon one of our managers in my department stopped by my desk with a simple request. She wanted to be notified when a new list item was created on a custom list I had built for her about a … Continue reading →
As part of a website redesign communication campaign, I was tasked with developing a web-based crossword puzzle for our intranet site (MOSS 2007). After some brainstorming I came up with a solution that seems to be effective and relatively easy … Continue reading →
CSS Naked Day is tomorrow, April 9th. Being an advocate of web standards, I think this is a very cool (albeit not well-known) event. You can read more about it at http://naked.threepixeldrift.com/. I wanted to participate this year, but the only … Continue reading →
My SimpleMaxChars jQuery plugin adds a message displaying the number of characters remaining in an <input> or <textarea>. I needed a fairly basic solution quickly and most of the existing plugins that offer similar functionality were too big, too small, … Continue reading →