Robert McLaws: FunWithCoding.NET
Public Shared Function BrainDump(ByVal dotNet As String) As [Value]
-
CommunityServer 2.1 Goodies
I recently whipped out a few CommunityServer 2.1 projects that I thought I should get the word out on:
-
Why is Atlas Taking So Long? It’s the UpdatePanel!
Just stumbled across this article on Yahoo! News. It’s entitled “Microsoft AJAX framework forges ahead in spite of difficulties”. A quote:
-
Adding OpenSearch for your CommunityServer Site
So last night, I had this really random idea to create an OpenSearch Provider for LonghornBlogs.com. That way I could search my site from IE7's search box. In the process, I discovered that my search is broken there, so I decided to create them for several of the main Microsoft community sites instead:
-
E-mail Address Change
My HomentumRealty.com e-mail address no longer works. If anyone's trying to contact me, please use my InterscapeUSA.com e-mail address instead. Thanks guys!
-
Where is the VSTS for Database Professionals CTP?
Microsoft’s homepage for the new Visual Studio Team Suite edition says that the CTP will be available on June 11th, 2006. But it’s June 12th, 2006, and nary a word from Microsoft. So where is the CTP?
-
Posting to weblogs.asp.net From Word 2007
Ever since Telligent updated weblogs.asp.net to CommunityServer 2.1, I’ve been anxious to try blogging from Word 2007. But the directions in the “Help” link in Word 2007 are incorrect. Fortunately, Chris Garrett already found the solution: the correct MetaBlog API URL is http://weblogs.asp.net/blogs/metablog.ashx. Woo hoo!
-
Ch-ch-changes!
Well, my two-year stint for the real estate company I was working for is over, and I'm back to consulting again. It is a welcome change for me, because educating my business partners on technology was a daily exercise in futility.
-
Alternate SiteMapProviders and the SiteMapDataSource
I have a scenario where I think I've found a bug in the SiteMap API in ASP.NET 2.0. The scenario is this:
-
"Atlas" Toolkit - Using an Image in a CollapsiblePanelExtender
Want to use an image instead of a text label to trigger the expanding/collapsing events of an "Atlas" CollapsiblePanel? You still use a "Label" control for the trigger, but you switch it up a bit by setting the "ExpandText" and "CollapseText" properties to the HTML code for an image, like this:
-
The easy way to add controls to the VS2005 Toolbox
Did you know that there is a way to add controls to the Toolbox in Visual Studio 2005 than selececting "Add Items"? Just open Windows Explorer and browse to the assembly containing the controls you want. Select the assembly, and drag it onto the Toolbox, in the tab you want the controls to be in. Visual Studio 2005 will then add any class that has a "ToolboxItem" attribute on it to the Toolbox. Beats having to click a bunch of checkboxes, huh?