IE8: Built in Script Debugger!!!!!
I think the title says it all. If you’re using script in your pages, you should get IE8. QED
I think the title says it all. If you’re using script in your pages, you should get IE8. QED
A couple of cool things happened today with SPServices that I thought I’d capture in a post. First, I saw a couple of tweets this morning from Ryan Kirkman (@ryan_kirkman). Ryan runs a CDN for JavaScript solutions called cdnjs. CDNJS was started in January 2011 as an attempt to speed up the web. It was…
Live and learn. Maybe that’s my mantra. One thing I can tell you is that the first time I come up with a way to do something, it’s rarely the best. If I look at some old code of mine and think it’s perfect, I worry. We all are learning all the time, and it’s…
This post was cross-posted on NothingButSharePoint.com on 9 May, 2011. In my earlier post, I showed how to add script into a page using the CEWP in SharePoint 2007. In this post, I’ll do the same for SharePoint 2010, though in SharePoint 2010 there are other options as well. It’s worth repeating the intro to the…
<UPDATE> 2010-10-27: After you read this, be sure to read Christophe’s follow-up to this post: About Scripts, Web Parts and Urban Myths. He gives some other specifics you’ll probably need. </UPDATE> One of the things I heard at SPTechCon several times was that in SharePoint 2010, it is no longer possible to put script into Content Editor…
In one of my client projects, we kept seeing this error, and basically ignored it for a long time. In our case, we saw the errors specifically on pages that included NewsGator Web Parts and we thought they might be the problem, but it was actually a problem with the SharePoint AJAX settings which NewsGator would…
In my previous post I outlined a few approaches to validation in SharePoint forms. In this post, I’ll give some simple examples of how you might validate some date inputs. For this example, I’m using a little Paid Time Off (PTO) application I built for one of my clients. The basic idea was that the employees…