Simple ASP.NET Image Gallery

by Jesper Hess Nielsen 29. January 2007 21:08
I was searching around the 'net for a simple asp.net image gallery to use on the upcoming flying club website and stumbled across a blog post by Bertrand Le Roy. The image gallery that he presents here was originally made by Dimitry Robsman but has been enhanced in a number of ways. Unfortunate... [More]

Tags:

ASP.NET 2.0 Localisation

by Jesper Hess Nielsen 28. January 2007 17:50
I've entertained you all with the fact that I'm busy building a new website for the R/C model plane club here in Malmö. Now seeing as the main content of the page needs to be in Swedish, and my primary languages are Danish and English, I've asked one of the other club members to help out in translat... [More]

Tags:

ASP.NET AJAX 1.0 is out!

by Jesper Hess Nielsen 24. January 2007 08:29
It finally happened. Microsoft ASP.NET AJAX 1.0 has been released. I first got the news from ScottGu's blog and subsequently hurried to get my hands on it. On a sidenote, they (Microsoft) have released the full source code for the clientside (JavaScript) parts, the server controls and the... [More]

Tags:

Coding Contest

by Jesper Hess Nielsen 23. January 2007 12:12
My friend Allan has decided to hold a coding contest. I think it sounds like really good fun so I'll definately be in it. We just need some more people to join in before we can really call it a contest. So if you're up for a fun challenge (and know a little about playing poker), check out allan's bl... [More]

Tags:

New hosting provider

by Jesper Hess Nielsen 21. January 2007 21:43
For the past six or seven years I've been hosting all my domains by myself. Back in the day I had a hosting company called Triweb and hosted all my stuff there, along with about 2500 other domains. When I was forced to close the company, I moved my own stuff to a s... [More]

Tags:

Using the ASP.NET "Profile" object with Web Application Projects

by Jesper Hess Nielsen 16. January 2007 10:04
I'm in the midst of creating a new website for the model airplane club and wanted to use some of the features that ASP.NET 2.0 gives us for free. Like User Profiles. However, after defining a profile in web.config I still couldn't access the auto-generated Profile object. I searched google... [More]

Tags:

Neat remote control tool

by Jesper Hess Nielsen 11. January 2007 21:57
A colleague introduced me to the software from www.logmein.com - an alternative to ISL, VNC, Remote Desktop and others. Pretty neat if you need to be able to access machines that could be sitting behind firewalls or in other hard-to-reach places. They have different versions of the software - I'm ju... [More]

Tags:

Creating an RSS 2.0 feed with ASP.NET 2.0

by Graffen 10. January 2007 17:36
It's really easy - just use a repeater control: <%@ Page Language="C#" ContentType="text/xml" MaintainScrollPositionOnPostback="false" AutoEventWireup="true" CodeBehind="NyheterRSS.aspx.cs" Inherits="NyheterRSS" %> <%... [More]

Tags:

Utility for sharing mouse and keyboard between PCs

by Jesper Hess Nielsen 8. January 2007 20:12
I have absolutely no idea why I never saw this utility before! Instead of having a KVM switch sitting on your desktop, there's a piece of OpenSource software called Synergy2 that allows you the exact same functionality. And it's network based! Simply, you install the software on all the hosts you w... [More]

Tags:

Powered by BlogEngine.NET 1.6.1.0
Theme by Mads Kristensen | Modified by Mooglegiant