My Blogger A-List - a good start feed for .net Developers
posted by madskristensen(8565) 5 years, 7 months ago 0
Excellent point. It would be a great feature to be able to only get the advanced stuff.
Reply
Just Ask Google
This has just been posted by someone else...
How does one make wikis work?
posted by madskristensen(8565) 5 years, 6 months ago 0
The link is dead.
ASP.NET Performance: Reducing Size of Web Page
I agree.
Two interesting things about C# strings
Overlooked by whom? This is normal string behavior.
Page_Load is Evil
posted by madskristensen(8565) 5 years, 4 months ago 0
The points stated in the post are not valid. The Page_Load is not evil. It is what you can do with it that is, which also is what the author means. However, that doesn't make it evil. That's like saying constructors are evil because you can write 300 lines of code in them.
Simple ASP.NET 2.0 Tips and Tricks
posted by madskristensen(8565) 5 years, 1 month ago 0
Pretty basic stuff
Is Microsoft Losing the Alpha Geeks
posted by madskristensen(8565) 5 years ago 0
Ditto
Official release of BlogEngine.NET 1.0
You're the man Korayem. Thanks for spreading the word.
Subkismet to the rescue
posted by madskristensen(8565) 4 years, 9 months ago 0
Have yoy tried using ajax to submit new sites instead of postbacks?
Where are all the cool startups that run on ASP.NET?
posted by madskristensen(8565) 4 years, 8 months ago 0
zyb.com is built using ASP.NET and C#
Fixing BlogEngine HTML Editor Problem
posted by madskristensen(8565) 4 years, 6 months ago 0
The fix has been added to the code base of BlogEngine.NET. Thanks
Count clicks on external links in ASP.NET
posted by madskristensen(8565) 4 years, 5 months ago 0
Yes, you cloak the destination from spiders which you have to do in order to get the correct number of humans following the links. Google does the same in their search results. Check the onmousedown attribute. The majority of websites in the world runs on managed hosting where you don't have access to the IIS logs.
New BlogEngine Theme - Bright Side of Life
posted by madskristensen(8565) 4 years, 3 months ago 0
I agree, this has gotten out of hand. As RazorAnt points out, there is a theme section at the BlogEngine.NET website for this very purpose.
Comments Security Hole in BlogEngine.NET 1.4
posted by madskristensen(8565) 3 years, 10 months ago 0
Get the fix here http://www.codeplex.com/blogengine/Release/ProjectReleases.aspx
Email Obfuscator HttpModule With Custom HttpFilter
posted by madskristensen(8565) 3 years, 5 months ago 0
It's a rewrite of this 2 year old post http://blog.madskristensen.dk/post/Spam-proof-your-website-using-an-HttpModule.aspx