I will not run from JavaScript No More
I have never spent a lot of time with JavaScript and recently I was introduced to jQuery; now I am trying to include it in more of my development in hopes I get better at it. I would like to say...
View ArticlejQuery-UI A Simple Verify Date Function
Someone once told me that if you think your code is clever then you probably did it wrong or there was a simpler way. I will find out I guess but I was looking for a simple way to verify a date in a...
View ArticleSharePoint People Editor onChange Event
Like many people that develop SharePoint Application, I use the PeopleEditor user control. Nice little control that you can put on the page if you want to be able to select people\groups just like it...
View ArticleSharePoint Custom Edit Form Attachment Fix (Workaround)
If you have ever tried to make a Custom Edit form using SharePoint Designer you will come to find out that two things will happen. One you will not see the Attachments in the list and secondly you...
View ArticleHow to Output jQuery Ajax XML to the Page
When I am developing jQuery applications against SharePoint lists, I often need to see the output of the raw XML that is returned from the server. I am mostly interested in the values that are not...
View ArticleRecaptcha – Spammer’s best friend
I was in the process of coding Recaptcha to this blog and was happy to see that the BlogEngine.Net 1.6.1.0 had already added the extension. If you run BlogEngine.Net and have comments enabled; it is...
View ArticlejQueryUI - selectable() set to single item
The jQueryUI Selectable by default will select multiple items, either by the lasso or by holding the control button. There is not an option to set the interface for a single item. So what I have...
View ArticleWSPBuilder - Changing the Solution Name
I like using WSPBuilder for my SharePoint projects and if you do much SharePoint development, it is an absolute must have tool. One of the issues I ran into with the IDE in Visual Studio 2008 is when...
View ArticleBreak Post Extension Enhancement
I often like to break my post when I write a blog, to make the scrolling a bit less and not so cluttered. I use the Extension Break Post that comes with BlogEngine.net. By default you can put in your...
View Article