Nice flowchart for choosing the right HTML5 element

This lille flowchart helps you choose what HTML5 element type to use. It is offcause overly simplistic, but it will help you, to not use DIV's all over the place :)

html5 Doctor's HTML5 Element Flowchart

Read more

Visual Studio 2012 Update 2 - released

New stuff! Go grab!

New stuff include:

  • Blue'ish theme is back
  • The latest web tools update is included, that provides new stuff for MVC and so.
  • Properbly something for windows developers as well :)

Download Visual Studio 2012 Update 2

Read more

How to add a search box on your site, that will search using Google

I needed a simple seach function for my blog. The simplest solution I could think of, was to add textbox that redirects to google search, and searches on the site. It turns out, that it's quite simple:

The trick here is to set as_sitesearch to the domain of your site.

Have fun!

Read more

How to shorten a URL in C# using Bit.ly

I needed a little util to help me shorten links in tweets, so I've created this little helper class. I've just wrapped a NuGet library called BitlyDotNET.

Here is the code:

Read more

Recommended podcast episode: RR Book Club: Patterns of Enterprise Application Architecture with Martin Fowler

I listen to a lot of different podcasts. But this episode of Ruby Rouges is extra interesting - even for .NET'ties.

It's about the book: "Patterns of Enterprise Application Architecture", and they invited Martin Fowler in to talk with them about it.

Listen to it here: 097 RR Book Club: Patterns of Enterprise Application Architecture with Martin Fowler

Read more

Next page