Archives
-
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.
-
C# 3.0 Intro
If you want to know more about the future of C# check Ayende contribution here.
-
The Anti Team
Funny post by Jeremy D. Miller about the not that so productive team. I will add the Flashy zealot graphic developer to the list.
Worth the read -
Blogjet 2.0 released
If you're a blogger, check the excellent Blogjet coded by Dmitry, released today in version 2.0. A lot of new features, a new company too, Coding Robots.
-
ASP.NET AJAX Hands-On Labs
Sacha P. Corti has been busy writing an excellent end-to-end hands on lab for ASP.NET Ajax.
-
Dropdown box using Ajax
First article by Sathesh Pandian but promising. To keep in your favourites for the Ajax status list.
-
Build a Multi-Provider Async Methods Search Page
Extending the concepts presented in a previous article, Peter Bromberg shows how to use Asynchronous Page Tasks to combine the results from seven different RSS Search providers simultaneously, and display the results in a pageable GridView.
-
Web character encoding
Character encoding is an eternal dilemna when you build a website and it could be difficult to do the right choice.
-
If you are sending emails in ASP.NET check this...
I was struggling for a while with some weird CDO errors using System.Web.Mail. I found the light with this very useful site System.Web.Mail.
-
Win a Portable Media Player, an Xbox 360, and more on Developers.ie
The Irish community Developers.ie launch today its new blog engine based on the excellent SubText.
-
Mr Jobs I am a proud Smartphone user and don't need an iPhone
It's unusual for me to rant about Apple, I have been such a fan since well... 1979! I supported feverishly all the new products, the cool designs, the innovative approach.
Until now! I watched religiously the 2007 Apple keynote and was excited about the coming new products, iPhone be one of them. -
Free SlickEdit Gadgets
SlickEdit gadgets are a series of cool add-in for Visual Studio 2005.
-
Read and Write Open XML Files in MS Office 2007
By Zeljkos
-
Testing Web Sites with HttpWebRequest
By Eric Smith:
-
Developing and Maintaining .NET 1.1 and 2.0 Applications in Microsoft Windows Vista
SSW has published an excellent whitepaper to assist developers looking for options on developing and maintaining .NET 1.1 and 2.0 projects in Vista.
-
Are you ready for Vista?
If you're anxious to see if your current system is ready for Vista, I recommend to have a look at this excellent online tool provided by ATI. Really clean and deep in the analysis.
-
Web site screenshot with ASP.NET 2.0
By Daron Yondem:
-
An MVP who dislike Vista
Milan Negovan is an MVP and he clearly don't like Vista at all!
Well I don't really share all his comments (I am sure it's more about drivers and bios issues), my experience with Vista 64 bits has been good so far except few things: -
ASP.NET AJAX RSS Reader
Steve has posted on CodeProject an interesting snippet to consume RSS feeds using Ajax.