Browse by Tags

Caching JavaScript on Your Terms
19 July 09 09:34 AM | jacobl | 1 Comments   
Browsers tend to do what they like with your static content: deciding what to cache and when to refresh. On the server-side, you can specify that certain file types have a designated TTL (time to live) and that works in many cases. There are other cases Read More...
Using YUI Compressor with eval
16 June 09 08:16 AM | jacobl | 0 Comments   
YUI Compressor is an excellent JavaScript minifier and obfuscator. But every good thing comes with its compromises. While this tool prides itself on getting some of the best minification numbers I've seen, it's also very reliable. Your code gets smaller Read More...
Filed under: , ,
SharePoint Best Practices - San Diego
10 February 09 02:18 PM | jacobl | 1 Comments   
I have to start off by saying that this was the best conference I've been to. Maybe that doesn't say much since I've only been to a handful, but it has topped them all. Last year, I attended conferences such as AJAX World and Microsoft's ReMix in Boston Read More...
SharePoint Saturday: Developing and Packaging a Third Party SharePoint Solution
12 January 09 10:34 AM | jacobl | 2 Comments   
Here are some notes from my presentation at SharePoint Saturday this past weekend in Virginia Beach, VA. Included are my slides, code that I demo'd, and hopefully answers to all of the questions that people asked. The Slides Download my slides in PDF Read More...
Your SharePoint web.config and You
11 December 08 07:08 AM | jacobl | 0 Comments   
This post talks about the dos-and-don'ts of manipulating your web.config and explains some of the future ramifications of your actions. Living a Double Life Did you know that your SharePoint's web config is leading a double life? No, it's not having an Read More...
Writing Custom Web Services for SharePoint Products and Technologies - Microsoft Typo...
26 April 08 01:22 PM | jacobl | 1 Comments   
Writing a custom web service for SharePoint, I ran into these two great articles which walked me through the process, but it still wasn't enough to tame the beast. Check out Writing Custom Web Services for SharePoint Products and Services on MSDN and Read More...
"Bad, IIS. Bad!" - Forcing IIS to run your site in .NET 2.0
03 April 08 10:43 AM | jacobl | 1 Comments   
I was working in IIS, today, and came across an issue where it was attempting to load my site in ASP.NET 1.1.xxx. I, for one, know that the site I was deploying was built as a precompiled web from VS2005, which, as far as I know, means that it's .NET Read More...
Filed under: , ,