Michells Mesterværk

Vinderen af låge nr. 11

by Administrator 15. December 2009 10:32

Den eneste der er kommet med et foslag til låge 11 er – igen – Allan Hvam Petersen. Nu må i snart “pille” ham folkens :)

Her er Allans løsning.

clip_image002

clip_image002[5]

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="MrFrost11.Default" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html401/strict.dtd">
<html>
<head>
<title>Mr. Frost </title>
<style type="text/css">
body { font-family: calibri; font-size: 10pt; }
h2 { font-size:11pt; }
.panel { height: 200px; width: 300px; }
div.panel a { color:#105CB6; text-decoration:none; }
div.panel a:hover, a:focus { color:#000033; }
.panel-footer { font-size: 10pt; text-align:right; font-weight:bold;}
div.panel ol { padding-left:20px; }
div.panel li { padding-bottom:5px;}
</style>
</head>
<body>
<div class="hslice" id="mrfrost" style="width: 320px">
<h2 class="entry-title">Mr. Frost - le Grand Bleu</h2>
<div class="entry-content">
<div class="panel">
<ol>
<%
   1:  foreach (var item in RssItems) { 
%>
<li><a href="<%= item.Url %>"><%
   1: = item.Title 
%></a></li>
<%
   1:   } 
%>
</ol>
<div class="panel-footer"><a href="http://danielfrost.dk/">&raquo; more</a></div>
</div>
</div>
</div>
</body>
</html>

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.UI;
using System.Xml.Linq;

namespace MrFrost11
{
public class RssItem
{
public string Title { get; set; }
public string Url { get; set; }
}

public partial class Default : Page
{
public IEnumerable<RssItem> RssItems { get; private set; }

protected void Page_Load(object sender, EventArgs e)
{
var feed = XDocument.Load("http://danielfrost.dk/syndication.axd");

RssItems = (from item in feed.Descendants("item") select new RssItem
            { Title = item.Element("title").Value, Url = item.Element("link").Value }).Take(5);
}
}
}

Tags:

Comments

2/14/2010 1:46:21 PM #

اخبار

Thank you very much for the possibility to have a look into the office. Nice boy, he has got the talent to explain.

اخبار Egypt

2/24/2010 6:07:03 PM #

kids step stool

I completely agree with the above comment, the internet is with a doubt growing into the most important medium of communication across the globe and its due to sites like this that ideas are spreading so quickly.

kids step stool United States

3/4/2010 8:13:38 AM #

watch movies online

I enjoy watching movies online, it is way easier than going to the theaters.

watch movies online United States

3/17/2010 2:07:00 AM #

ssk sorgulama

This is a really good read for me, Must admit that you are one of the best bloggers I ever saw.Thanks for posting this informative article.

ssk sorgulama United States

3/17/2010 11:49:03 AM #

arac sorgulama

I admire the valuable information you offer in your articles. I will bookmark your blog and have my children check up here often. I am quite sure they will learn lots of new stuff here than anybody else!

arac sorgulama United States

3/20/2010 3:28:22 PM #

ehliyet

Excellent post.I want to thank you for this informative read, I really appreciate sharing this great post. Keep up your work.

ehliyet Denmark

3/21/2010 4:49:24 AM #

Rashad Posey

Hiya, nice day.. Your article is extremely impressive. I never considered that it was feasible to accomplish something like that until after I looked over your post. You certainly gave a great perception on exactly how this whole process works. I will make sure to return for more advice. Thanks

Rashad Posey

4/6/2010 12:49:39 PM #

alcohol abuse facts

Thanks for writing this topic. I just want to let you know that I just check out your website and I find it very interesting and informative. I can’t wait to read lots of your piece of informations since this nice information, valuable and valuable design, as distribute helpful stuff with useful ideas and concepts, lots of useful information and inspiration, both of which we all need, thanks for all the enthusiasm to offer such helpful information here.

alcohol abuse facts United Kingdom

Add comment


(Will show your Gravatar icon)

(De 3 specielle karaktere i det danske alfabet?)
  Country flag

biuquote
  • Comment
  • Preview
Loading



Powered by BlogEngine.NET 1.6.0.0
Theme by Mads Kristensen