<?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/css" href="http://www.kindbergs.dk/Data/style/rss1.css" ?> <?xml-stylesheet type="text/xsl" href="http://www.kindbergs.dk/Data/xsl/rss1.xsl" ?>
<!--RSS generated by mojoPortal Blog Module V 1.0 on Sunday, May 20, 2012-->
<rss version="2.0">
  <channel>
    <title>The Bit Depeche</title>
    <link>http://www.kindbergs.dk/the-bit-depeche.aspx</link>
    <description />
    <copyright>Allan K. Nielsen, Kindbergs Program Udvikling</copyright>
    <ttl>480</ttl>
    <managingEditor>webmaster@nospamkindbergs.dk</managingEditor>
    <generator>mojoPortal Blog Module V 1.0</generator>
    <item>
      <title>A ViewState friendly DataSource pager control</title>
      <link>http://www.kindbergs.dk/a-viewstate-friendly-datasource-pager-control.aspx</link>
      <pubDate>Tue, 27 Mar 2012 20:50:00 GMT</pubDate>
      <guid>http://www.kindbergs.dk/a-viewstate-friendly-datasource-pager-control.aspx</guid>
      <comments>http://www.kindbergs.dk/a-viewstate-friendly-datasource-pager-control.aspx</comments>
      <description><![CDATA[Every programmer has his own style of doing things like displaying lists of databound information with some paging control.
Me, I used to favor a combination of ListView plus two DataPager controls - but getting them to work both inside an UpdatePanel and also with links for Google to follow to page 2 etc., that required the same somewhat tricky code copied to every page that needed paging. And repeating the same code is a sign that I probably better put that shared code inside a new server... <a href='http://www.kindbergs.dk/a-viewstate-friendly-datasource-pager-control.aspx'>Read the full article...</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>Using precompiled resources (resx files) in ASP.NET</title>
      <link>http://www.kindbergs.dk/using-precompiled-resources-resx-files-in-aspnet.aspx</link>
      <pubDate>Sat, 17 Mar 2012 07:00:00 GMT</pubDate>
      <guid>http://www.kindbergs.dk/using-precompiled-resources-resx-files-in-aspnet.aspx</guid>
      <comments>http://www.kindbergs.dk/using-precompiled-resources-resx-files-in-aspnet.aspx</comments>
      <description><![CDATA[Or: What Microsoft forgot to tell about localization!
I was recently reading the book "MCTS Self-Paced Training Kit (Exam 70-515): Web Applications Development with Microsoft .NET Framework 4", just to catch up on the development since I last formally studied ASP.NET.
In their chapter about localization they write about how to use the App_GlobalResources and the App_LocalResources folders - but they forgot to mention a third option.
The thing is: Those two folders give problems if you want... <a href='http://www.kindbergs.dk/using-precompiled-resources-resx-files-in-aspnet.aspx'>Read the full article...</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>Ajax Safe Uploader has reached version 1.0.0!</title>
      <link>http://www.kindbergs.dk/ajax-safe-uploader-has-reached-version-100.aspx</link>
      <pubDate>Fri, 16 Mar 2012 18:44:00 GMT</pubDate>
      <guid>http://www.kindbergs.dk/ajax-safe-uploader-has-reached-version-100.aspx</guid>
      <comments>http://www.kindbergs.dk/ajax-safe-uploader-has-reached-version-100.aspx</comments>
      <description><![CDATA[For some months I have been busy on other projects, but last week I did a brave new thing: I did an alpha test of a website by letting a potential user with very little computer knowledge try it out, while I was sitting in the background - just looking at what he did, trying my very best not to interrupt or comment on anything he did.
The experiment was a huge eye opener!
Not only did it reveal several bugs (because he did things I have never imagined a user would do), it also revealed... <a href='http://www.kindbergs.dk/ajax-safe-uploader-has-reached-version-100.aspx'>Read the full article...</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>Moving hosting provider and mail</title>
      <link>http://www.kindbergs.dk/moving-hosting-provider.aspx</link>
      <pubDate>Sun, 25 Sep 2011 20:05:00 GMT</pubDate>
      <guid>http://www.kindbergs.dk/moving-hosting-provider.aspx</guid>
      <comments>http://www.kindbergs.dk/moving-hosting-provider.aspx</comments>
      <description><![CDATA[For several different reasons I am moving to a different hosting provider (from web10.dk to surftown.dk).
But for the next 24 hours this website (and my email) will probably be unstable until the whole world of DNS is aligned to this new fact...
&#160;
Shit - some of the unicode signs did not survive the translation through an SQL script, so I will have to go through all the old text to fix places where one letter or symbol has gotten changed to 2 or 3 strange things...
&#160;
Updated... <a href='http://www.kindbergs.dk/moving-hosting-provider.aspx'>Read the full article...</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>Testing the AjaxSafeUpload control</title>
      <link>http://www.kindbergs.dk/testing-the-ajaxsafeupload-control.aspx</link>
      <pubDate>Wed, 17 Aug 2011 11:37:00 GMT</pubDate>
      <guid>http://www.kindbergs.dk/testing-the-ajaxsafeupload-control.aspx</guid>
      <comments>http://www.kindbergs.dk/testing-the-ajaxsafeupload-control.aspx</comments>
      <description><![CDATA[Last updated: 16/3 2012 at 19:30.
(Newest notes near the bottom.)
I am starting this new blog entry to document the testing progress for getting the AjaxSafeUpload production ready - that is: moving it from version 0.9 to 1.0.
It is important to know that the only way websites can select a file from your harddrive and upload it, is by using the &lt;input type="file"&gt; HTML tag. The AjaxSafeUpload control and the JavaScript tries to make it easier for programmers and designers by hiding... <a href='http://www.kindbergs.dk/testing-the-ajaxsafeupload-control.aspx'>Read the full article...</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>An MS-Ajax-safe version of asp:FileUpload</title>
      <link>http://www.kindbergs.dk/an-ms-ajax-safe-version-of-asp-fileupload.aspx</link>
      <pubDate>Sat, 13 Aug 2011 16:59:00 GMT</pubDate>
      <guid>http://www.kindbergs.dk/an-ms-ajax-safe-version-of-asp-fileupload.aspx</guid>
      <comments>http://www.kindbergs.dk/an-ms-ajax-safe-version-of-asp-fileupload.aspx</comments>
      <description><![CDATA[The asp:FileUpload control is a nightmare for both designers and programmers.

  Designers cannot style it, because every browser renders it different.
  Programmers have to make full postbacks to get the file contents, but if any validation of other input fields require user handling then the file will be lost on the next postback.

Since I right now have 2 projects that needs a better solution for this, I have set out to solve the problem one and for all.
The goal - making an ASP.NET... <a href='http://www.kindbergs.dk/an-ms-ajax-safe-version-of-asp-fileupload.aspx'>Read the full article...</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>My first app-like website for mobile phones</title>
      <link>http://www.kindbergs.dk/my-first-app-like-website-for-mobile-phones.aspx</link>
      <pubDate>Sun, 15 May 2011 10:32:00 GMT</pubDate>
      <guid>http://www.kindbergs.dk/my-first-app-like-website-for-mobile-phones.aspx</guid>
      <comments>http://www.kindbergs.dk/my-first-app-like-website-for-mobile-phones.aspx</comments>
      <description><![CDATA[Now finally, after some months of testing, my first website made to work like a native smartphone app is online.
It is the hour reporting system for consultants working for ProData Consult, so unless you have a Danish contract with them, you will not see anything except the login page at: konsulenter.dk/m
But the basic concept is as follows:
Instead of making an app for just one or two smartphones (which would always annoy all those who have selected a different smartphone), I have tried to... <a href='http://www.kindbergs.dk/my-first-app-like-website-for-mobile-phones.aspx'>Read the full article...</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>UrlEncode for Windows codepage 1252 in ASP.NET</title>
      <link>http://www.kindbergs.dk/urlencode-for-windows-codepage-1252-in-aspnet.aspx</link>
      <pubDate>Wed, 27 Apr 2011 16:51:00 GMT</pubDate>
      <guid>http://www.kindbergs.dk/urlencode-for-windows-codepage-1252-in-aspnet.aspx</guid>
      <comments>http://www.kindbergs.dk/urlencode-for-windows-codepage-1252-in-aspnet.aspx</comments>
      <description><![CDATA[On the project that I am currently working, I need to send SMS messages. Sending SMS'es is easy enough - you just call the URL of your chosen provider with your username etc. billing-information and then of course the text message for the SMS as part of the URL.
But guess what - ASP.NET's own UrlEncode is set up for converting to UTF-8, and the SMS provider of course wants text in codepage 1252 - otherwise the special danish letters (like "øæå") gets lost.
It might be possible to configure... <a href='http://www.kindbergs.dk/urlencode-for-windows-codepage-1252-in-aspnet.aspx'>Read the full article...</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>To make a CMS or not make a CMS - that is the question</title>
      <link>http://www.kindbergs.dk/to-make-a-cms-or-not-make-a-cms-that-is-the-question.aspx</link>
      <pubDate>Sun, 24 Apr 2011 10:14:00 GMT</pubDate>
      <guid>http://www.kindbergs.dk/to-make-a-cms-or-not-make-a-cms-that-is-the-question.aspx</guid>
      <comments>http://www.kindbergs.dk/to-make-a-cms-or-not-make-a-cms-that-is-the-question.aspx</comments>
      <description><![CDATA[This website is using MojoPortal and previously I have used DotNetNuke a lot, but both systems are huge programs that take a long time to start up when the first request comes - that is the major curse of using ASP.NET on a webhotel where processes are recycled after 20 minutes without any traffic.
Also I like using Artisteer to make the overall design and typography rules, but it is not as smooth to use its templates as I would like.
Also I have started making websites for mobile phones, and ... <a href='http://www.kindbergs.dk/to-make-a-cms-or-not-make-a-cms-that-is-the-question.aspx'>Read the full article...</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>European cookie chaos - 3 countries approach to the new law</title>
      <link>http://www.kindbergs.dk/european-cookie-chaos-3-countries-approach-to-the-new-law.aspx</link>
      <pubDate>Fri, 04 Mar 2011 14:43:00 GMT</pubDate>
      <guid>http://www.kindbergs.dk/european-cookie-chaos-3-countries-approach-to-the-new-law.aspx</guid>
      <comments>http://www.kindbergs.dk/european-cookie-chaos-3-countries-approach-to-the-new-law.aspx</comments>
      <description><![CDATA[The European Union have passed a law about cookies, which each member country now has to implement in their own law.
But it seams like nobody really understands what the new European law actually says or means, and the result is that both Denmark and United Kingdom have copied the law text precisely, because they are afraid that any clarification of the law text would result in harm to their own countries' Internet business...
Germany on the other hand seam to go totally crazy and wants to... <a href='http://www.kindbergs.dk/european-cookie-chaos-3-countries-approach-to-the-new-law.aspx'>Read the full article...</a><div>&nbsp;</div>]]></description>
    </item>
  </channel>
</rss>
