My version of the MessageBox control
posted by johnrummell(1321) 3 years, 10 months ago 0
Janko's article: http://www.dotnetkicks.com/aspnet/Create_MessageBox_user_control_using_ASP_NET_and_CSS
Reply
Thanks =)
Web developers. You suck.
Agreed. You should also try browsing the web in Firefox with the Html Validator turned on ...
Updated version of Postback Ritalin - ASP.NET AJAX Server Control
Awesome control, but that's an old link. It's now at version 0.10 (as in ten). The latest post is here: http://encosia.com/2008/06/30/postback-ritalin-updated-v010/
Visual Studio 2008 Service Pack 1
posted by johnrummell(1321) 3 years, 9 months ago 0
Wow, I was expecting the description to come out much cleaner ... I'll try again here. Microsoft Visual Studio 2008 Service Pack 1 (exe) http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en Microsoft Visual Studio 2008 Service Pack 1 (iso) http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en
Over 60 Free Controls from DevExpress
It's a trial license, that's the catch.
SQL Server 2008 Express with Management Tools
Beware, installing SSMS 2008 Express requires uninstalling SSMS 2005 Express.
Sending Email in a Development Environment without an SMTP Server
posted by johnrummell(1321) 3 years, 8 months ago 0
It worked for me ...
Developing PHP On Your Visual Studio 2008/2005
Another option is Phalanger (http://www.php-compiler.net/doku.php?id=core%3Astart). Its free and open source. I don't believe it supports intellisense, but it does compile php into MSIL.
Using Active Directory to authenticate users to your ASP.NET Web Site
posted by johnrummell(1321) 3 years, 6 months ago 0
A more appropriate title could be "Using the Active Directory Membership Provider". I wonder if this could be used along with windows authentication ...
How To Get Free Disk Space And Other WMI Stuff (.NET)
@redtetrahedron, ditto. I made the mistake of visiting the article without ad block ... Holy blinking ads! I've never seen so many.
How to Use Visual Studio jQuery IntelliSense Supported Through Hotfix
Direct download: http://code.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736
SubSonic to Acquire NHibernate
posted by johnrummell(1321) 3 years, 1 month ago 0
That's a good one! I love the skynet reference. Another great April 1 post was on the Daily WTF, http://thedailywtf.com/Articles/Weve-Gone-VC,-Baby!.aspx.
Firebug for IE,Safari,Chrome and Opera
posted by johnrummell(1321) 2 years, 7 months ago 0
You might want to provide a link to the Firebug Lite page: http://getfirebug.com/lite.html
@yesthatmcgurk - I feel your pain. Firebug is awesome ... but only when it works!
Deserialize JSON string and bind to ASP.NET DropDownList
posted by johnrummell(1321) 1 year, 8 months ago 0
I'm not sure how this is helpful. The only instance I've used JSON with ASP.NET is when calling a .NET WebService from javascript, and the [ScriptService] attribute takes care of the serialization and deserialization for you.