﻿<?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 Other</title>
 <link>http://www.howtodothings.com/computers/c152-net.html</link>
 <description>A list of recent articles by category as Teasers.</description>
 <language>en</language>
<item>
 <title>How To Become a Hacker</title>
 <link>http://www.howtodothings.com/computers-internet/how-to-become-a-hacker</link>
 <description>&lt;p&gt;Hacking is the art of breaking into or penetrating though a secured virtual barrier or firewall normally without the consent of the owner of the virtual environment. Being an act that has always been viewed negatively, hackers always want to keep their identity anonymous to avoid arrest by the authority. Although hacking always poses a serious threat to our systems, to me it is in one way very helpful and that is why I insist on employing computer professionals who poses the skills of hacking.
&lt;p&gt;They help my company by keeping all posible penetration points closed to the public. Furthermore, they help me gather information that keeps my company at a competitive advantage in relation to my competititors.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers-internet/how-to-become-a-hacker&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers-internet/how-to-become-a-hacker#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Mon, 18 Aug 2008 13:54:42 -0500</pubDate>
 <dc:creator>omotoed</dc:creator>
 <guid isPermaLink="false">17004 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Use a Java Applet</title>
 <link>http://www.howtodothings.com/computers-internet/how-to-use-a-java-applet</link>
 <description></description>
 <comments>http://www.howtodothings.com/computers-internet/how-to-use-a-java-applet#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Tue, 29 Jul 2008 13:26:02 -0500</pubDate>
 <dc:creator>kakulz</dc:creator>
 <guid isPermaLink="false">18646 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Use an XML Parser Module</title>
 <link>http://www.howtodothings.com/computers-internet/how-to-use-an-xml-parser-module</link>
 <description>&lt;p&gt;eXtensible Markup Language (&lt;strong&gt;XML&lt;/strong&gt;) is the industry standard for exchanging information. XML allows users to define their own tags. These tags are then used to define the data. For example, &lt;em&gt;&amp;lt;author&amp;gt;Syed Feroz Zainvi&amp;lt;/author&amp;gt;. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;An XML document has hierarchical structure. At the top, there is a document root followed by other nodes, which may in turn have further nodes. There may be attributes and data associated with these nodes.&lt;/p&gt;
&lt;p&gt;XML parsers are tools used to read or write to an XML document. These parsers are based on either &lt;strong&gt;DOM&lt;/strong&gt; (Document Object Model) or &lt;strong&gt;SAX&lt;/strong&gt; (Simple API for XML) standards. A comparison of DOM and SAX approaches is given in many books and on websites as well.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers-internet/how-to-use-an-xml-parser-module&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers-internet/how-to-use-an-xml-parser-module#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Wed, 25 Jun 2008 13:06:22 -0500</pubDate>
 <dc:creator>kakulz</dc:creator>
 <guid isPermaLink="false">16258 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Use PHP (Hypertext Preprocessor)</title>
 <link>http://www.howtodothings.com/computers-internet/how-to-use-php-hypertext-preprocessor</link>
 <description>&lt;p&gt;PHP (Hypertext Preprocessor) is a web development language, where you can develop and create small and big databases/applications with the help of MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.  PHP is a server side-scripting language like ASP.  Learning PHP (Hypertext Preprocessor) can be fun and challenging.  It is not that complicated but requires close attention. Here we will introduce only PHP and MySQL databases.  &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers-internet/how-to-use-php-hypertext-preprocessor&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers-internet/how-to-use-php-hypertext-preprocessor#comments</comments>
 <category domain="http://www.howtodothings.com/computers/world-wide-web/finding-using-online-resources">Finding &amp;amp; Using Online Resources</category>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Tue, 12 Feb 2008 14:46:33 -0600</pubDate>
 <dc:creator>jamsam</dc:creator>
 <guid isPermaLink="false">15752 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 Do a Preloader in Flash</title>
 <link>http://www.howtodothings.com/computers-internet/how-to-do-a-preloader-in-flash</link>
 <description>&lt;p&gt;
I will tell you how to do a simple preloader. Yes, the famous &amp;quot;LOADING!&amp;quot;  First, open the flash; second, follow the steps below:
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers-internet/how-to-do-a-preloader-in-flash&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers-internet/how-to-do-a-preloader-in-flash#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Thu, 06 Dec 2007 13:50:16 -0600</pubDate>
 <dc:creator>vinimaz</dc:creator>
 <guid isPermaLink="false">11653 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Use SelectionFormula in a Crystal Reports Subreport</title>
 <link>http://www.howtodothings.com/computers-internet/how-to-use-selectionformula-in-a-crystal-reports-subreport</link>
 <description>&lt;p&gt;If you want to select some data from a subreport inside a report with a different query provided by a VB6 code, you need to follow the steps below:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Create a report and insert a subreport.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use a Crystal OCX component in your VB6 form.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Create a CrystalReport object.&lt;/strong&gt; (i.e: Dim Crystal1 as CrystalReport)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Assign the property SubReportToChange: &lt;/strong&gt;with this property you can assign values to the subreport you want. (i.e: Crystal1.SubreportToChange = &amp;quot;MySubreport&amp;quot;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pass the selection formula to the subreport.&lt;/strong&gt; (i.e: Crystal1.SelectionFormula = &amp;quot;Your query here&amp;quot;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Show your report: &lt;/strong&gt;use the Action event to show your report and the subreport. (i.e: Crystal1.Action 1)
	&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
</description>
 <comments>http://www.howtodothings.com/computers-internet/how-to-use-selectionformula-in-a-crystal-reports-subreport#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Thu, 06 Dec 2007 13:00:38 -0600</pubDate>
 <dc:creator>vicfalmac</dc:creator>
 <guid isPermaLink="false">11629 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Do Web Design Using Web Page Maker</title>
 <link>http://www.howtodothings.com/computers/how-to-web-design-using-web-page-maker</link>
 <description>&lt;p&gt;
There is a lot of &lt;a href=&quot;/computers/a4480-how-to-buy-web-design-software.html&quot;&gt;web design software&lt;/a&gt; out there on the market. But, in this instance, I highly recommend that you use Web Page Maker v 2.5 because it&amp;#39;s free and so far it has the most user friendly graphical interface.
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/how-to-web-design-using-web-page-maker&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/how-to-web-design-using-web-page-maker#comments</comments>
 <category domain="http://www.howtodothings.com/computers/world-wide-web/finding-using-online-resources">Finding &amp;amp; Using Online Resources</category>
 <category domain="http://www.howtodothings.com/computers/c464-graphic-design.html">Graphic Design</category>
 <category domain="http://www.howtodothings.com/computers/c468-office-software.html">Office Software</category>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Fri, 02 Nov 2007 12:49:24 -0500</pubDate>
 <dc:creator>pmzlabis</dc:creator>
 <guid isPermaLink="false">9524 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Convert String to Date Using ASP</title>
 <link>http://www.howtodothings.com/computers/how-to-convert-string-to-date-using-asp</link>
 <description>&lt;p&gt;ASP makes it very easy to convert a string to a date format using built-in VBScript functionality.  We&amp;#39;re going to use the CDate function to accomplish this.  The CDate function has one argument, which is the text to be converted to date format.  &lt;/p&gt;
&lt;p&gt;Here&amp;#39;s how to do it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Open up your text editor and type the following piece of code:&lt;/strong&gt;
&lt;p&gt;&amp;lt;%&lt;/p&gt;
&lt;p&gt;Dim MyDate&lt;/p&gt;
&lt;p&gt;MyDate = &amp;quot;April 12, 1978&amp;quot;&lt;/p&gt;
&lt;p&gt;%&amp;gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Now, use the function this way to convert the date, and print the new format to the screen:&lt;/strong&gt;
&lt;p&gt;&amp;lt;%&lt;/p&gt;
&lt;p&gt;Response.Write CDate(MyDate)&lt;/p&gt;
&lt;p&gt;%&amp;gt; &lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;  The result will be displayed in your browser like this:&lt;/p&gt;
&lt;p&gt; 04/12/1978&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/how-to-convert-string-to-date-using-asp&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/how-to-convert-string-to-date-using-asp#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Fri, 19 Oct 2007 12:40:57 -0500</pubDate>
 <dc:creator>christphe6</dc:creator>
 <guid isPermaLink="false">9075 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Learn Syntax In C Programming</title>
 <link>http://www.howtodothings.com/computers/how-to-learn-syntax-in-c-programming</link>
 <description>&lt;p&gt;Learning syntax in C programming will make you understand how to code C in a better way, making you less prone to syntax errors when coding. Below are some conventions in writing C programming that you need to know:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/how-to-learn-syntax-in-c-programming&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/how-to-learn-syntax-in-c-programming#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c152-net.html">Other</category>
 <pubDate>Fri, 07 Sep 2007 12:21:26 -0500</pubDate>
 <dc:creator>zerofox</dc:creator>
 <guid isPermaLink="false">7360 at http://www.howtodothings.com</guid>
</item>
</channel>
</rss>
