-
I'm sure a lot of you know the drag of keeping track of personal ToDo-lists. You write down some stuff on a piece of paper and the next day, this paper has mysteriously vanished. Or you save them in an excel sheet, which is probably only available...
-
As I'm a BMW freak, I follow the BMW technology and new models a little. But this, this is amazing. I hope they bring this kind of cars in production very fast. You can have design cars en fancy cars, but this is more, MORE, MUCH MORE. You can see...
-
While looking for a solution I found a good blog about hardcore debugging in .NET. On the right side you can even find some labs for debugging. Think this is really handy if you run in some "non standard .NET (bug) behaviour" or memory problems...
-
FINALLY!! Get it here: http://www.jetbrains.com/resharper/beta/beta.html
-
I've been looking for hours to find a solution for this problem. Well first of all defining what the problem exaclty is and then finding a solution. The Problem: I've an dynamic loaded usercontrol(ascx) with textboxes and rangevalidators and requiredFieldValidators...
-
Hi, I was looking for a nice loading image to show the progress of my page when making an Ajax call. I found a nice website on which we can assemble our own progress images to use in combination with the UpdateProgress Ajax control. An example below:...
-
For a project I was working on I needed to be able to upload multiple files via HTTP to a website. You can put X Http FileUpload controls on your page but then you need to select the files one by one. So a busy job if you need to upload +100 files. So...
-
I'm writing a website for restaurants and got a tip from a graphical guy to use flash for my fonts. Well it sounds strange but it is great. The thing/technology is called Sifr and can be found here http://www.mikeindustries.com/blog/sifr/ and http...
-
Reading through my daily blogs I've stumbled upon this very nice LINQ application. It basically allows you to write LINQ statements and execute them right away. http://www.linqpad.net/
-
Once upon a time, I was used to Visual SourceSafe and the way it handles concurrent versioning problems: if you need to edit a file, you lock it in the VSS 'database' (ahum), change it and finally check it back in. If someone else has already...
-
Hi People. I wanted to share this with you guys, as it is quite cool. The M-DCT system is a next generation transmission system, following the SMG system from the M5/M6. It is a double clutch transmission to make transitions between gears (7 of them)...
-
Hi, This is the solution for a problem I encountered a while ago. When writing tests with Visual Studio, we frequently want to use the Code Coverage tool to evaluate our created tests. Though this is a good tool, we don't always want all of our code...
-
For those of you who are wondering if it is possible to create a css seperatly for Firefox and IE : Yes you can. It is possible to create let's say a css for IE and then overwrite the classes when the user is browsing through FF. Microsoft has provided...
-
sweet wpf based application from Microsoft deployed via click once. Besides the usefullness of the application, I think its a good demo to show to customers what wpf and click once is about. http://msdn2.microsoft.com/en-us/office/bb497969.aspx
-
Hi. I wanted to start my first (real) blog post with some interesting material ;-) On our current project we have been struggling with the following problem. We need a custom caching system that uses a static Hashtable to cache its items. As we work in...