﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtodothings.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>HowToDoThings.com Programming</title>
 <link>http://www.howtodothings.com/popular/term/306</link>
 <description>A list of popular articles by Category.</description>
 <language>en</language>
<item>
 <title>ASP.NET forms authentication with roles</title>
 <link>http://www.howtodothings.com/computers/a792-aspnet-forms-authentication-with-roles.html</link>
 <description>&lt;p&gt;Forms authentication does not allow roles authentication.  This article explains how to implement it.&lt;/p&gt;
&lt;p&gt;Basic forms authentication
&lt;p&gt;Forms based authentication in ASP.NET is quite useful.  Instead of writing our own authentication processes we can simply change the web.config beneath system.web like so.... &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;authentication mode=&amp;quot;Forms&amp;quot;/&amp;gt;&lt;br /&gt;   &amp;lt;forms&lt;br /&gt;     name=&amp;quot;MyWebsiteCookieName&amp;quot;&lt;br /&gt;     loginUrl=&amp;quot;/Login.aspx&amp;quot;&lt;br /&gt;     protection=&amp;quot;All&amp;quot;&lt;br /&gt;     timeout=&amp;quot;180&amp;quot;&lt;br /&gt;   /&amp;gt;&lt;br /&gt; &amp;lt;/authentication&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/a792-aspnet-forms-authentication-with-roles.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/a792-aspnet-forms-authentication-with-roles.html#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Thu, 16 Dec 2004 23:00:00 -0600</pubDate>
 <dc:creator>Peter5</dc:creator>
 <guid isPermaLink="false">74 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Make a Login System for Your Website</title>
 <link>http://www.howtodothings.com/computers-internet/how-to-make-a-login-system-for-your-website</link>
 <description>&lt;p&gt; This is a simple login system that has been very reliable and secure for me. I use it myself on my websites, when a simple login system is needed. If you know a little of MySQL and PHP, it is very easy to use.&lt;strong&gt;&lt;u&gt; &lt;/u&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;ol&gt; &lt;/ol&gt;
&lt;p&gt;First, you will need MySQL instaled in your computer. I have &lt;strong&gt;XAMMP&lt;/strong&gt; instaled and I use &lt;strong&gt;PHPmyADMIN&lt;/strong&gt; for accessing my databases. They are free for download; just search for them online. You also need to create a database in your MySQL. And as you proceed, remember that linux server file names are always case sensitives. LOGIN.PHP is not equal to login.php like on WINDOWS servers.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/files/u10023/how-to-make-a-login.jpg&quot; alt=&quot;how to make a login&quot; width=&quot;300&quot; height=&quot;200&quot; align=&quot;middle&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers-internet/how-to-make-a-login-system-for-your-website&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers-internet/how-to-make-a-login-system-for-your-website#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Fri, 21 Dec 2007 15:11:16 -0600</pubDate>
 <dc:creator>marcosriso</dc:creator>
 <guid isPermaLink="false">12845 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Change Your Cursor Using HTML Code</title>
 <link>http://www.howtodothings.com/computers/a2884-how-to-change-your-cursor-using-html-code.html</link>
 <description>&lt;p&gt;There are plenty of reasons to add flair to your website:  presentation, graphical representation of an idea, or just fun.  Changing the cursor (what is traditionally displayed as a white arrow controlled by your mouse) is just one of many changes that can be made, but it is an interesting one.  It offers many unique options to the webmaster.  Following are the steps involved in changing your website cursor.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/a2884-how-to-change-your-cursor-using-html-code.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/a2884-how-to-change-your-cursor-using-html-code.html#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Tue, 23 May 2006 20:21:00 -0500</pubDate>
 <dc:creator>Mariya279</dc:creator>
 <guid isPermaLink="false">1864 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>Making your own Operating System</title>
 <link>http://www.howtodothings.com/computers/a1015-making-your-own-operating-system.html</link>
 <description>&lt;p&gt;This tutorial covers the whole processing of creating your own tiny operating system. It includes booting&lt;br /&gt; module and kernel.&lt;/p&gt;
&lt;p&gt; &lt;font face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;/p&gt;
&lt;p&gt; &lt;font size=&quot;+2&quot;&gt;&lt;strong&gt;Making your own Operating System&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; Required tools:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.geocities.com/emu8086/&quot;&gt;&lt;strong&gt;emu8086 - assembler,&lt;br /&gt; tutorial and emulator&lt;/strong&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;p&gt; 
&lt;li&gt;&lt;a href=&quot;http://uranus.it.swin.edu.au/~jn/linux/rawwrite.htm&quot;&gt;&lt;strong&gt;RawWrite for Windows&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Usually, when computer starts it will try to load 512 bytes&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/a1015-making-your-own-operating-system.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/a1015-making-your-own-operating-system.html#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Thu, 05 Dec 2002 23:00:00 -0600</pubDate>
 <dc:creator />
 <guid isPermaLink="false">208 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>Javascript news ticker</title>
 <link>http://www.howtodothings.com/computers/a835-javascript-news-ticker.html</link>
 <description>&lt;p&gt;Discusses how to implement a javascript news ticker which is feed via RSS.&lt;/p&gt;
&lt;p&gt;Yesterday I posted a simple script describing how you could easily consume an RSS feed on your website. However, just displaying headlines is not so cool. Nein, having the headlines stream in a ticker is much nicer.&lt;/p&gt;
&lt;p&gt;Still using Yahoo! News as a source, today we&amp;#39;ll discuss how to consume a RSS news feed in a ticker.&lt;/p&gt;
&lt;p&gt;The code below does the trick.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/a835-javascript-news-ticker.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/a835-javascript-news-ticker.html#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Thu, 24 Jun 2004 23:00:00 -0500</pubDate>
 <dc:creator />
 <guid isPermaLink="false">99 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Change Your Font Color Using HTML</title>
 <link>http://www.howtodothings.com/computers/a3153-how-to-change-your-font-color-using-html.html</link>
 <description>&lt;p&gt;Changing your font color can have practical as well as purely fun purposes.  It can make your page look more interesting, and it can help you to organize your page.  By following these steps, you can change font color on your webpage.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/a3153-how-to-change-your-font-color-using-html.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/a3153-how-to-change-your-font-color-using-html.html#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Thu, 15 Jun 2006 16:54:00 -0500</pubDate>
 <dc:creator>Mariya279</dc:creator>
 <guid isPermaLink="false">2098 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>Updating a table with data from another table with Local SQL</title>
 <link>http://www.howtodothings.com/computers/a1173-updating-a-table-with-data-from-another-table-with-local-sql.html</link>
 <description>&lt;p&gt;The UPDATE sentence of Local SQL (the SQL used by the BDE) doesn&#039;t support JOIN... How two update a table with data from another table?&lt;br&gt;&lt;br&gt;&lt;b&gt;Updating a table with data from another table with Local SQL&lt;/b&gt;&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;code&gt;+-------------+              +-------------+&lt;br&gt;&lt;br /&gt;
|  Orders.db  |              | Customer.db |&lt;br&gt;&lt;br /&gt;
+-------------+              +-------------+&lt;br&gt;&lt;br /&gt;
|   CustNo    | &amp;lt;&amp;lt;---------&amp;gt; |    CustNo   |&lt;br&gt;&lt;br /&gt;
| ShipToAddr1 |              |    Addr1    |&lt;br&gt;&lt;br /&gt;
| ShipToAddr2 |              |    Addr2    |&lt;br&gt;&lt;br /&gt;
+-------------+              +-------------+&lt;/code&gt;&lt;br&gt;&lt;br /&gt;
Assuming that we wanted to update the fields ShipToAddr1 and ShipToAddr2 of the Orders.db table with the values of the fields Addr1 and Addr2 respectively from the table Customer.db, for those records of Orders that have both fields blank, and joining the tables by the field CustNo present in both tables, perhaps we would be temped to write:&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/a1173-updating-a-table-with-data-from-another-table-with-local-sql.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/a1173-updating-a-table-with-data-from-another-table-with-local-sql.html#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c39-delphi.html">Delphi</category>
 <pubDate>Sun, 19 Aug 2001 23:00:00 -0500</pubDate>
 <dc:creator />
 <guid isPermaLink="false">333 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How to access GET / POST request data using Perl</title>
 <link>http://www.howtodothings.com/computers/a1297-how-to-access-get--post-request-data-using-perl.html</link>
 <description>&lt;p&gt;This article describes how to access data from an HTTP GET / POST Web request using Perl.&lt;/p&gt;
&lt;p&gt;While there are many Perl modules available (including the CPAN) which&lt;br /&gt; already contain such functionality, the following code demonstrates&lt;br /&gt; how to pull data from both an HTTP GET and HTTP POST request without&lt;br /&gt; any external dependencies.&lt;/p&gt;
&lt;p&gt; sub populateQueryFields {&lt;br /&gt;   %queryString = ();&lt;br /&gt;   my $tmpStr = $ENV{ &amp;quot;QUERY_STRING&amp;quot; };&lt;br /&gt;   @parts = split( /\&amp;amp;/, $tmpStr );&lt;br /&gt;   foreach $part (@parts) {&lt;br /&gt;     ( $name, $value ) = split( /\=/, $part );&lt;br /&gt;     $queryString{ &amp;quot;$name&amp;quot; } = $value;&lt;br /&gt;   }&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt; sub populatePostFields {&lt;br /&gt;   %postFields = ();&lt;br /&gt;   read( STDIN, $tmpStr, $ENV{ &amp;quot;CONTENT_LENGTH&amp;quot; } );&lt;br /&gt;   @parts = split( /\&amp;amp;/, $tmpStr );&lt;br /&gt;   foreach $part (@parts) {&lt;br /&gt;     ( $name, $value ) = split( /\=/, $part );&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/a1297-how-to-access-get--post-request-data-using-perl.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/a1297-how-to-access-get--post-request-data-using-perl.html#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Sun, 13 May 2001 23:00:00 -0500</pubDate>
 <dc:creator />
 <guid isPermaLink="false">457 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Add Music to a Website Using HTML Code</title>
 <link>http://www.howtodothings.com/computers/a2739-how-to-add-music-to-a-website-using-html-code.html</link>
 <description>&lt;p&gt;With the influx of websites that allow an individual user to sign up for his very own chunk of webspace, the demand for information on how to add zest to one&#039;s webpage is growing larger.  Many webspace providers (such as &lt;a href=&quot;http://www.livejournal.com&quot;&gt;Livejournal&lt;/a&gt; and &lt;a href=&quot;http://www.myspace.com&quot;&gt;Myspace&lt;/a&gt;) allow the everyday user to make minor (or more drastic) adjustments to her personal webpage, and embedding music in the background is one of them.  This tutorial will explain the steps that must be taken to add background music to your website.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/a2739-how-to-add-music-to-a-website-using-html-code.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/a2739-how-to-add-music-to-a-website-using-html-code.html#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Mon, 15 May 2006 17:37:00 -0500</pubDate>
 <dc:creator>Mariya279</dc:creator>
 <guid isPermaLink="false">1725 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How to execute another EXE from VB .net</title>
 <link>http://www.howtodothings.com/computers/a1469-how-to-execute-another-exe-from-vb-net.html</link>
 <description>&lt;p&gt;Dim startInfo As System.Diagnostics.ProcessStartInfo&lt;br /&gt; Dim pStart As New System.Diagnostics.Process&lt;/p&gt;
&lt;p&gt; startInfo = New System.Diagnostics.ProcessStartInfo(&amp;quot;C:\file.exe&amp;quot;)&lt;/p&gt;
&lt;p&gt; pStart.StartInfo = startInfo&lt;br /&gt; pStart.Start()&lt;br /&gt; pStart.WaitForExit() &amp;#39;Your code will halt until the exe file has executed.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
</description>
 <comments>http://www.howtodothings.com/computers/a1469-how-to-execute-another-exe-from-vb-net.html#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Sat, 16 Apr 2005 03:27:00 -0500</pubDate>
 <dc:creator>Peter5</dc:creator>
 <guid isPermaLink="false">612 at http://www.howtodothings.com</guid>
</item>
</channel>
</rss>
