IBlog<Johan>
This and that in a developer's life in general
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 2.0
.NET 3.0
.NET 3.5
.NET 4.0
Ajax
ASP.NET
ASP.NET MVC
Azure
Books
c#
ClickOnce
Codeplex
CQRS
CruiseControl.NET
Interop
iPhone
IronRuby
Java
jQuery
Json
LINQ
MediaCenter
MEF
MiniBuss
MSBuild
msmq
nHibernate
Office
Open Source
OpenID
OpenXML
Orcas
Other
PDC'05
Podcasts
Pomodoro
Refactoring
REST
Ruby
Service Bus
Service Factory
Silverlight
SoapExtension
SQL
Team System
TechDays
TFS
Tools
Tutorials
Unit Testing
Unity
Vista
VS2008
VS2010
Walkthroughs & Tutorials
Walkthroughs &
WCF
Weeko
Windows 7
Windows Home Server
WPF
Writespace
Xbox
XML
News
Navigation
Home
Blogs
Archives
February 2012 (2)
September 2011 (3)
August 2011 (4)
May 2011 (3)
March 2011 (1)
November 2010 (1)
October 2010 (1)
September 2010 (3)
July 2010 (1)
April 2010 (6)
December 2009 (1)
October 2009 (4)
September 2009 (3)
May 2009 (1)
April 2009 (6)
March 2009 (18)
February 2009 (4)
January 2009 (2)
December 2008 (3)
November 2008 (3)
October 2008 (9)
September 2008 (6)
August 2008 (12)
July 2008 (5)
June 2008 (3)
May 2008 (2)
April 2008 (7)
March 2008 (3)
February 2008 (9)
December 2007 (1)
November 2007 (8)
October 2007 (4)
August 2007 (3)
July 2007 (3)
June 2007 (1)
May 2007 (1)
March 2007 (2)
February 2007 (7)
January 2007 (1)
December 2006 (2)
November 2006 (15)
October 2006 (5)
September 2006 (9)
August 2006 (2)
June 2006 (6)
May 2006 (20)
April 2006 (4)
March 2006 (9)
January 2006 (4)
November 2005 (1)
October 2005 (4)
September 2005 (19)
August 2005 (7)
June 2005 (6)
May 2005 (2)
April 2005 (8)
March 2005 (4)
February 2005 (6)
January 2005 (5)
December 2004 (3)
November 2004 (7)
October 2004 (2)
September 2004 (4)
August 2004 (7)
July 2004 (5)
June 2004 (3)
May 2004 (5)
April 2004 (11)
March 2004 (8)
February 2004 (8)
January 2004 (12)
December 2003 (16)
November 2003 (28)
Random Links
My del.icio.us links
SagaGames (in Swedish)
Walkthroughs and Tutorials
Article List
May 2006 - Posts
1
Comments
[Vista] What does Vista do when it Sleeps?
by
jdanforth
I have to say the new "power button" which puts Vista into the new "Sleep" mode seems nice. My 2 Ghz laptop (which doesn't have much on it yet I must admit) goes to sleep in 1 second and starts up in pretty much the same time. Superfast - I like it. As...
Filed under:
Vista
0
Comments
[Ajax] GWT - Google Web Toolkit
by
jdanforth
Related to what I wrote in my previous post about Script#, there is already GWT - Google Web Toolkit , which does something similar but with Java. You write your front end in the Java language, and the GWT compiler converts the code into JavaScript and...
Filed under:
Ajax
0
Comments
[Ajax] Check Out the Script# Prototype
by
jdanforth
This should interest all of you who are into AJAX, Atlas and that kind of stuff no the ASP.NET platform - Nikhil (who is an architect on the Web Platform and Tools team at Microsoft) releases a prototype of a C# to Javascript/Ajax compiler and looks for...
Filed under:
Ajax
2
Comments
Stylish Quotes in Blog Posts
by
jdanforth
I found a few CSS tips and tricks to format (in my view) prettier quotes in your blog posts. For example: This is a quote. For the above, I added this CSS: blockquote { background: transparent url(quoleft.png) left top no-repeat; } If you want to add...
0
Comments
[Vista] Is Sami the Default Swedish Language?
by
jdanforth
I had heard about this before, but someone had also said it was going to be fixed for beta 2. Looks like it wasn't because when I selected Sweden as my region, it defaulted to Sami, Lule (Sweden) as language :) There were actually 3 different Sami dialects...
Filed under:
Vista
3
Comments
[Vista] Beta 2 Available on MSDN Subscription
by
jdanforth
Guess I'm not the first to notice, but beta 2 of Vista is available for download to MSDN subscription owners. 3200 MB ISO :) EDIT: There still (day after release) seems to be a problem with generating license keys for any other Vista version than the...
Filed under:
Vista
0
Comments
[.NET 2.0] Anonymous Methods
by
jdanforth
My mate Eric blogs about how useful Anonymous Methods could be when calling on multiple asynchronous methods. Check it out.
Filed under:
.NET 2.0
0
Comments
Using .NET Stored Procedures in Oracle 10g R2
by
jdanforth
I've not been doing too much 10g development lately, but this was completely new to me. Quote from an OTN article about this feature : If you are a .NET developer, one of the most exciting features of Oracle Database 10g Release 2 for Windows is the ability...
0
Comments
Copy Code and Paste as HTML From VisualStudio 2005
by
jdanforth
There are 100's of macros and add-ins and plug-ins doing this, but I got this one from "CodingHorror" installed and configured an ALT-C shortcut to copy the code as HTML. It's a manual installation process, but it's good enough for me. Now why VS 2005...
0
Comments
[.NET 2.0] Testing Generics, Collections and Yield Return
by
jdanforth
I've not looked too much at the yield return statement in c# 2.0 yet, but if you learn how to use it I'm sure it will become something you use "every day" when programming. Whenever you need to do some conditional iterations on a collection, array or...
Filed under:
.NET 2.0
More Posts
Next page »