E-Sevices website goes live...

24. April 2008

Telenet E-Services websiteOmdat ik ook deel uitmaak van het Telenet E-Services team mag ik mee blij zijn om de lancering van onze website.

http://www.eservices.be

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Varia

301 Redirect in ASP.NET - The SEO friendly redirect

22. April 2008

301 redirects in ASP.NETWhen you run a website, there are times that you'll need to redirect webpages to other webpages. There are two key ways to accomplish this task, issuing a 301 redirect or a 302 redirect. What you might not know is that a 301 redirect is search engine friendly and a 302 redirect is not. 301’s will safely tell the search engines that one page has been permanently moved to a new location, while 302’s tell the search engines that it’s a temporary redirect (which can cause problems down the line.) This shouldn’t be news for anyone working in the search industry, but might be news for website owners outside of the industry.

Since most redirect in ASP.NET are 302's, we need a way to get a 301 redirect in code that is much more SEO  friendly. I included a piece of code to show you how this is done.

Add these lines of code to your Page_Load event to get a 301 redirect:

Response.Status = "301 Moved Permanently";
Response.AddHeader("Location",
http://www.your-new-location.com);
Response.End();

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Development ,

My first Silverlight 2 app

16. April 2008

Microsoft Silverlight 2.0 BetaFinally I found some time to do some research about Silverlight 2.0. I've been working with MCML (Media Center Markup Language) for some time now, so it wasn't that big of a step.

You can find my first app in the middle column on this page where it says Pixagogo Album Viewer, just enter an album pin (you can find one one the http://www.pixagogo.com/ website by clicking an album and copying the last 10 numbers of the web address) and hit View album.

If you just want to try it, you can use this album PIN: 9126395246

I know, there is still some work to be done, but hey, I was so happy that I managed to do this that I couldn't wait to get it online.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Development ,

Portfolio online

7. April 2008

I just put part of my portfolio online to give everybody an insight of how I spend my time. So feel free to take a look.

Also, keep an eye on the portfolio as I might post some goodies for the Pixagogo website in the near future.

Use the menu on top of this page to navigate to my portfolio or click here.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Development

Mi.To - De Me Too van Alfa Romeo

2. April 2008

Het is weer even geleden maar nu is het officieel. Alfa brengt zijn kleinste telg ooit uit: de Mi.To, met een knipoog naar de Mini. En wat voor een. Een zeer elegant alternatief voor de stilaan moe geziene Mini of de weinig fantasierijke BMW (ik wil erbij horen) 1 reeks.

Waarschijnlijk zijn er nu een hoop Mini en BMW 1 rijders in hun gat gebeten maar weet dit, ik ben een Alfisti, dus ik mag dat zeggen :)

Hieronder vind je alvast hoe een kleine wagen er ook heel leuk kan uitzien.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Cars ,