<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Title of this RSS flow</title><link>http://www.aspcode.net/sp/rss.aspx</link><description>Description of RSS</description><ttl>5</ttl><item><title><![CDATA[ Test ]]> </title><link>http://www.aspcode.net/Test.aspx</link><guid isPermaLink="true">http://www.aspcode.net/Test.aspx</guid><description><![CDATA[  ]]> </description><pubDate>Mon, 03 Nov 2008 20:50:31 GMT</pubDate></item><item><title><![CDATA[ AdMentor PRO Version 6 is coming ]]> </title><link>http://www.aspcode.net/AdMentor-PRO-Version-6-is-coming.aspx</link><guid isPermaLink="true">http://www.aspcode.net/AdMentor-PRO-Version-6-is-coming.aspx</guid><description><![CDATA[ One year ago I didn't see the need at all for a new major AdMentor release at all. Lets just say that the last six months I have been working really hard on my other web properties besides aspcode.net and I can tell you that trying to make any money (though affiliate networks) from it has really made me look at advertising, or should I say tracking of advertising in a completely different way.

AdMentor is good, it's a good and to some extent advanced ad rotator, but I needed more. More specifically ... ]]> </description><pubDate>Thu, 02 Apr 2009 13:01:25 GMT</pubDate></item><item><title><![CDATA[ Recommended reading autumn 2008 ]]> </title><link>http://www.aspcode.net/Recommended-reading-autumn-2008.aspx</link><guid isPermaLink="true">http://www.aspcode.net/Recommended-reading-autumn-2008.aspx</guid><description><![CDATA[ I rarely directly promote/recommend any products/books etc on this website. Simply because when it comes to asp.net/.net developer books for example, I just can't recommend any...I mean recommend. Sure I could list a dozen books or so probably the majority of programmers would be happy with. But personal recommendation from mewould have to mean I have actually bought/read and enjoyed it. And still am enjoying/using it.     Thing is, I just need the fingers on one hand to count the number of s... ]]> </description><pubDate>Thu, 09 Oct 2008 10:45:00 GMT</pubDate></item><item><title><![CDATA[ MySQL backup,compress and FTP from WinForms app ]]> </title><link>http://www.aspcode.net/MySQL-backupcompress-and-FTP-from-WinForms-app.aspx</link><guid isPermaLink="true">http://www.aspcode.net/MySQL-backupcompress-and-FTP-from-WinForms-app.aspx</guid><description><![CDATA[ What is this?
From your Windows Forms application, implement two menu commandsa) backup entire MySQL database, compress it and send it with FTP to a ftp serverb) reverse = fetch from FTP server, uncompress, restore to MySQL
Kind of open/save functionality for my database app. Why? A way for me to be more mobile. At night I wanna be able to solve my backup problem easily from within my main business app just by selecting "Backup" or even "Save" in my menu and the next day I might be travelling, so from my ... ]]> </description><pubDate>Mon, 07 Jul 2008 09:05:02 GMT</pubDate></item><item><title><![CDATA[ ASP.NET, MySQL and paging ]]> </title><link>http://www.aspcode.net/ASPNET-MySQL-and-paging.aspx</link><guid isPermaLink="true">http://www.aspcode.net/ASPNET-MySQL-and-paging.aspx</guid><description><![CDATA[ In this article we will create a simple one page ASP.NET web application, implementing paging using the cool MySQL feature LIMIT and SQL_CALC_FOUND_ROWS.
One of the coolest things about MySQL is some of its non standard features. It might sound like a weird thing to say, but being a web developer I just love the simplicity and performance MySQL gives me when it comes to paging. Cause in the typical web app you need paging. 

The two problems a developer faces in such a paged web application

... ]]> </description><pubDate>Tue, 01 Jan 2008 21:27:00 GMT</pubDate></item><item><title><![CDATA[ Create OPML links with C# ]]> </title><link>http://www.aspcode.net/Create-OPML-links-with-C.aspx</link><guid isPermaLink="true">http://www.aspcode.net/Create-OPML-links-with-C.aspx</guid><description><![CDATA[ This example will use the fetch html title example we created earlier and make it possible to input multiple urls for fetching. 
The specific use I needed to achieve was to create  OPML file for Wordpress import - which turned out to not as easy as I though. In WP there is indeed a import OPML file for managing the blogroll - however the problem was that I couldn't find any docs somewhere. Finalöly I found it - can't even remember where - and don't care anymore. 
Now - here's the GUI:

In this... ]]> </description><pubDate>Tue, 23 Oct 2007 12:14:52 GMT</pubDate></item><item><title><![CDATA[ Fetching title from HTML page with C# ]]> </title><link>http://www.aspcode.net/Fetching-title-from-HTML-page-with-C.aspx</link><guid isPermaLink="true">http://www.aspcode.net/Fetching-title-from-HTML-page-with-C.aspx</guid><description><![CDATA[ This article shows you how to retrieve the text inside <title></title>  HTML tags from a remote web page.
Here's how the GUI looks like:

You jnust enter the web address in the Url textbox, presses the button and the webpage title comes out in the box below.
While you can download the solution and have a look yourself I'll explain some of the code here - it's not many rows at all:
EEEContent_1
Meaning we have a helper file with all the code actually doing anything:
EEEContent_2
And ... ]]> </description><pubDate>Tue, 23 Oct 2007 11:48:12 GMT</pubDate></item><item><title><![CDATA[ Reading DBF files in C# ]]> </title><link>http://www.aspcode.net/Reading-DBF-files-in-C.aspx</link><guid isPermaLink="true">http://www.aspcode.net/Reading-DBF-files-in-C.aspx</guid><description><![CDATA[ I was recently assigned a task of converting an old DOS system (using dbase or Visual foxpro files or whatever - fileextention was *.dbf) to  Windows Forms and SQL Server.
I have quite a bit of experience of these type of projects - I have been doing a lot of application specific export properiary data -> text files and then writing a snippet reading it and inserting to Excel.
This one looked realy easy, and googling for C# and DBF files led me into using the VFPOLEDB.1 OL... ]]> </description><pubDate>Wed, 26 Sep 2007 22:16:59 GMT</pubDate></item><item><title><![CDATA[ Suckerfish menu with ASP.NET and JQuery ]]> </title><link>http://www.aspcode.net/Suckerfish-menu-with-ASPNET-and-JQuery.aspx</link><guid isPermaLink="true">http://www.aspcode.net/Suckerfish-menu-with-ASPNET-and-JQuery.aspx</guid><description><![CDATA[ This time I am giving you the ASP.NET code for creating a Suckerfish menu in ASP.NET. I really like the multiple level/hover shows next level type of menus like in these screenshots:
  
  
 
I keep trying to push for JQuery - not only is it small, wellwritten, MIT licensed (allows for use and distribution in commercial projecvts as well) but it's also a very competent Javascript library. The readymade JQuery plugin we are gonna use is Superfish.
Now what I *really* would like to emp... ]]> </description><pubDate>Wed, 26 Sep 2007 20:22:04 GMT</pubDate></item><item><title><![CDATA[ C# and Lucene to index and search ]]> </title><link>http://www.aspcode.net/C-and-Lucene-to-index-and-search.aspx</link><guid isPermaLink="true">http://www.aspcode.net/C-and-Lucene-to-index-and-search.aspx</guid><description><![CDATA[ This sample will show you how to use Lucene from your .NET application to index and search content. There are some articles and samples to be found on the web, but it seems that they are a bit outdated. Myself I used Lucene version 1.4 something some year(s) ago and thought now that I needed it again I could just download the new dll:s and copy my existing code. Turns out they have made quite a few API changes.
So I have created this example:
  
 
Just download the solution and test ... ]]> </description><pubDate>Wed, 12 Sep 2007 09:10:24 GMT</pubDate></item></channel></rss>