help.net
<font size="2"><br />Musing on .Net</font>
-
Time your your HTML Ajax and Javascript website
Every Web Developer should have this online tool created by Michael Mahemoff, WebWait.
It can save your job when your users told you your site is damn slow! What I really like is this is simple to use, take in consideration Ajax and Javascript.
-
Tooltip user control
BoxOver is a popular Javascript code to create easy tooltip over any object.
-
Photo Gallery
Bipin Joshi propose a photo album gallery code to use with SQL 2005 and .Net 2.0.
-
Thumbnail Image Viewer Control for ASP.NET 2.0
Declan Bright has posted on codeProject an interesting Thumbnail project.
-
Embed PDFs into a Web Page with a Custom Control
Simple and efficent way to embed a PDF document in a web page using a custom control (based on a Iframe tag)
-
LINQ and DLINQ videos
Two new videos have been uploaded which introduces the LINQ and DLINQ project, which is the part of C# 3.0.
-
Sync for SQL Server
A bit pricey but another interestting good tool for SQL 2000 and 2005.
-
Please Microsoft give us SQL 2005 Enterprise Manager!
I am quite amaze that nobody on the SQL blogs don't complain too much about SQL 2005 Management Studio but if I google a bit on the subject, I can find a lot of DBAs ranting about the bloated SQL 2005 replacement of Enterprise Manager.
-
CSS tests and experiments
If you are struggling with CSS or just want to see some experiments with the styles, check this very useful page.
-
Test Web Applications
TDD samples are mostly based on very simple unit tests. But how could we do something like building a web application test first.