<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Markus Blog &#187; Programming</title> <atom:link href="http://markus.revti.com/category/programming/feed/" rel="self" type="application/rss+xml" /><link>http://markus.revti.com</link> <description>What&#039;s going on Internet?</description> <lastBuildDate>Fri, 23 Dec 2011 13:51:17 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Registering 32-bit DLL on Windows Server SBS 2008 64-bit</title><link>http://markus.revti.com/2010/04/registering-32-bit-dll-on-windows-server-sbs-2008-64-bit/</link> <comments>http://markus.revti.com/2010/04/registering-32-bit-dll-on-windows-server-sbs-2008-64-bit/#comments</comments> <pubDate>Thu, 01 Apr 2010 12:06:41 +0000</pubDate> <dc:creator>Markus</dc:creator> <category><![CDATA[Information Technology]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[server]]></category> <category><![CDATA[windows]]></category><guid isPermaLink="false">http://markus.revti.com/?p=470</guid> <description><![CDATA[Recently I'm installing a 32-bit application on a fresh installed Windows Server SBS 2008 which only comes in 64-bit version. This application that I'm installing is requiring a DLL file to be registered on the registry using the regsvr32 command. Here comes the problem with registering 32-bit DLL since 32-bit application see different "system32" in [...]]]></description> <wfw:commentRss>http://markus.revti.com/2010/04/registering-32-bit-dll-on-windows-server-sbs-2008-64-bit/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>KillSwitch .Net Software Protection</title><link>http://markus.revti.com/2009/09/killswitch-net-software-protection/</link> <comments>http://markus.revti.com/2009/09/killswitch-net-software-protection/#comments</comments> <pubDate>Thu, 17 Sep 2009 22:25:38 +0000</pubDate> <dc:creator>Markus</dc:creator> <category><![CDATA[Programming]]></category> <category><![CDATA[protection]]></category> <category><![CDATA[software]]></category><guid isPermaLink="false">http://markus.revti.com/?p=405</guid> <description><![CDATA[As software developers we want to make sure our client do pay our works. Most of the time the payment for a project is split into several phases, in the beginning, in middle or testing phase and on end of the project or delivery, with the big percentage of payment is received on the end [...]]]></description> <wfw:commentRss>http://markus.revti.com/2009/09/killswitch-net-software-protection/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>PHP Unable to Connect to MS SQL Server Express Edition</title><link>http://markus.revti.com/2008/06/php-unable-to-connect-to-ms-sql-server-express-edition/</link> <comments>http://markus.revti.com/2008/06/php-unable-to-connect-to-ms-sql-server-express-edition/#comments</comments> <pubDate>Mon, 02 Jun 2008 09:29:40 +0000</pubDate> <dc:creator>Markus</dc:creator> <category><![CDATA[Programming]]></category> <category><![CDATA[php]]></category> <category><![CDATA[sql server]]></category><guid isPermaLink="false">http://markus.revti.com/index.php/2008/06/02/php-unable-to-connect-to-ms-sql-server-express-edition/</guid> <description><![CDATA[I’ve been struggling for several hours to find out why PHP 5.2.5 didn’t want to connect to MS SQL Server 2005 Express Edition although extension=php_mssql.dll already enabled and phpinfo() is showing MS SQL already active. I always got this error messages when trying to connect to MS SQL: Warning: mssql_connect&#40;&#41; &#91;function.mssql-connect&#93;: Unable to connect to [...]]]></description> <wfw:commentRss>http://markus.revti.com/2008/06/php-unable-to-connect-to-ms-sql-server-express-edition/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Importing Multiple CSV Files to MS Access Database</title><link>http://markus.revti.com/2007/07/importing-multiple-csv-files-to-ms-access-database/</link> <comments>http://markus.revti.com/2007/07/importing-multiple-csv-files-to-ms-access-database/#comments</comments> <pubDate>Wed, 04 Jul 2007 11:08:42 +0000</pubDate> <dc:creator>Markus</dc:creator> <category><![CDATA[Programming]]></category><guid isPermaLink="false">http://markus.revti.com/index.php/2007/07/04/importing-multiple-csv-files-to-ms-access-database/</guid> <description><![CDATA[I got a task to convert a lot of .csv (Comma Separated File) files today. There are hundreds, 970 files to be exact of CSV files. MS Access does have feature to import CSV file to its table, but if you want to convert 970 files one by one, it will took a damn long [...]]]></description> <wfw:commentRss>http://markus.revti.com/2007/07/importing-multiple-csv-files-to-ms-access-database/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Problem Installing OSCommerce</title><link>http://markus.revti.com/2007/05/problem-installing-oscommerce/</link> <comments>http://markus.revti.com/2007/05/problem-installing-oscommerce/#comments</comments> <pubDate>Thu, 31 May 2007 11:36:38 +0000</pubDate> <dc:creator>Markus</dc:creator> <category><![CDATA[Programming]]></category><guid isPermaLink="false">http://markus.revti.com/index.php/2007/05/31/problem-installing-oscommerce/</guid> <description><![CDATA[I was trying to install OSCommerce on my laptop last Wednesday for a web shop project. I download the latest version of OSCommerce from their website here. The version that I downloaded is 2.2 MS 2. I have Apache 2 web server, PHP 5 and MySQL 5 database server installed on my laptop, so I [...]]]></description> <wfw:commentRss>http://markus.revti.com/2007/05/problem-installing-oscommerce/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Sending Email with SMTP Authentication in C# .NET</title><link>http://markus.revti.com/2007/04/sending-email-with-smtp-authentication-in-c-net/</link> <comments>http://markus.revti.com/2007/04/sending-email-with-smtp-authentication-in-c-net/#comments</comments> <pubDate>Thu, 05 Apr 2007 07:53:46 +0000</pubDate> <dc:creator>Markus</dc:creator> <category><![CDATA[Programming]]></category><guid isPermaLink="false">http://markus.revti.com/index.php/2007/04/05/sending-email-with-smtp-authentication-in-c-net/</guid> <description><![CDATA[On my current C# .NET project, the user wants to have the application send an email if a new data is being inserted to the database. I search on the MSDN for class that will do this task and I found SmtpMail class. Using SmtpMail is very simple, first you need to add a reference [...]]]></description> <wfw:commentRss>http://markus.revti.com/2007/04/sending-email-with-smtp-authentication-in-c-net/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Switch Case in SQL</title><link>http://markus.revti.com/2007/03/switch-case-in-sql/</link> <comments>http://markus.revti.com/2007/03/switch-case-in-sql/#comments</comments> <pubDate>Sat, 31 Mar 2007 12:17:26 +0000</pubDate> <dc:creator>Markus</dc:creator> <category><![CDATA[Programming]]></category><guid isPermaLink="false">http://markus.revti.com/index.php/2007/03/31/switch-case-in-sql/</guid> <description><![CDATA[Usually when designing a database I often use an integer to save values that represent a string. To make it clear see table below: Name Role ID Markus 1 Jose 2 Anonymous 3 On the table above I use integers to represent role id names, 1 = â€˜Administratorâ€™, 2 = â€˜Userâ€™, 3 = â€˜Guestâ€™. Because [...]]]></description> <wfw:commentRss>http://markus.revti.com/2007/03/switch-case-in-sql/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Crystal Report&#8217;s Failed To Load Report</title><link>http://markus.revti.com/2006/09/crystal-report-failed-to-load-report/</link> <comments>http://markus.revti.com/2006/09/crystal-report-failed-to-load-report/#comments</comments> <pubDate>Wed, 20 Sep 2006 12:42:22 +0000</pubDate> <dc:creator>Markus</dc:creator> <category><![CDATA[Programming]]></category> <category><![CDATA[QnAp Asia]]></category><guid isPermaLink="false">http://markus.revti.com/index.php/2006/09/20/crystal-report%e2%80%99s-failed-to-load-report/</guid> <description><![CDATA[I spend half time of todayâ€™s working hours just to do some research on how to solve a problem that happen on software that currently being worked by other team. The software that they currently do is having problem when itâ€™s being run on Microsoft Windows 98. It producing an error that nobody knows what [...]]]></description> <wfw:commentRss>http://markus.revti.com/2006/09/crystal-report-failed-to-load-report/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 10/68 queries in 0.096 seconds using disk: basic
Object Caching 1028/1106 objects using disk: basic

Served from: markus.revti.com @ 2012-02-10 05:03:01 -->
