<?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>hackosis.com</title>
	<atom:link href="http://www.hackosis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackosis.com</link>
	<description>The Hackology Of The Hacked.</description>
	<lastBuildDate>Tue, 06 Dec 2011 15:24:34 +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>Version Control For HTML</title>
		<link>http://www.hackosis.com/version-control-for-html/</link>
		<comments>http://www.hackosis.com/version-control-for-html/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 15:24:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[version tracking]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=211</guid>
		<description><![CDATA[<p>I&#8217;m introducing version control to our web development projects. We already have a version tracking system in place for our back end processing, which is written in RPG IV on the iseries, but up to now there was no tracking &#8230;</p>]]></description>
		<wfw:commentRss>http://www.hackosis.com/version-control-for-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Include Path</title>
		<link>http://www.hackosis.com/php-include-path/</link>
		<comments>http://www.hackosis.com/php-include-path/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 16:48:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[file path]]></category>
		<category><![CDATA[php includes]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=205</guid>
		<description><![CDATA[<p>A common way for PHP coders to organise their include files is to put them in a separate folder &#8211; called &#8216;includes&#8217;, for example.</p>
<p>Suppose that you have a file called <strong>connection.php</strong> that contains your database connectivity details (server IP, &#8230;</p>]]></description>
		<wfw:commentRss>http://www.hackosis.com/php-include-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic MySQL Setup</title>
		<link>http://www.hackosis.com/basic-mysql-setup/</link>
		<comments>http://www.hackosis.com/basic-mysql-setup/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 11:04:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[wampserver]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=196</guid>
		<description><![CDATA[Suppose you've downloaded and installed wampserver on your local Windows machine and want to start manipulating MySQL databases. What now? First of all you need to know where on your hard drive all the MySQL stuff is. I installed wampserver on my C drive in a new folder called "wamp" and the path to the mysql.exe command is:]]></description>
		<wfw:commentRss>http://www.hackosis.com/basic-mysql-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Books On jQuery</title>
		<link>http://www.hackosis.com/books-on-jquery/</link>
		<comments>http://www.hackosis.com/books-on-jquery/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 18:01:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[jQuery books]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=193</guid>
		<description><![CDATA[I started learning jQuery  a couple of days ago, and I'm doing pretty well if I say so myself. The jQuery I've seen so far has  been straightforward and quite intuitive. The book I was following was the jQuery Cookbook, but it got a little bit too ..... dry. I mean, it's fine and all, but it's just a list of problems and solutions.]]></description>
		<wfw:commentRss>http://www.hackosis.com/books-on-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery &#8211; Descendants And Children</title>
		<link>http://www.hackosis.com/jquery-descendants-and-children/</link>
		<comments>http://www.hackosis.com/jquery-descendants-and-children/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 15:31:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[descendant]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[selector]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=187</guid>
		<description><![CDATA[The distinction between the child of a particular element and a descendant of an element isn't unique to jQuery. The same concepts are used in CSS too. For those who are new to this, and as a recap for all the experts out there, here is the definition for each:]]></description>
		<wfw:commentRss>http://www.hackosis.com/jquery-descendants-and-children/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selecting Elements In jQuery</title>
		<link>http://www.hackosis.com/selecting-elements-in-jquery/</link>
		<comments>http://www.hackosis.com/selecting-elements-in-jquery/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 15:34:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[select elements]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=174</guid>
		<description><![CDATA[The default way of selecting an element in jQuery is as follows:

jQuery('p')

This selects all the

elements on the page, to do with as you please. If some paragraphs have a class of "emphasis", you can select those with the filter() method like so:]]></description>
		<wfw:commentRss>http://www.hackosis.com/selecting-elements-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning jQuery</title>
		<link>http://www.hackosis.com/learning-jquery/</link>
		<comments>http://www.hackosis.com/learning-jquery/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 12:31:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=169</guid>
		<description><![CDATA[The time has come to learn jQuery!

Here, you can download jQuery. Right click on the download link and select "save as". Save it to a folder called "jquery". Make sure you get the path to the javascript file right in your html.]]></description>
		<wfw:commentRss>http://www.hackosis.com/learning-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quoting Software Estimates To Customers</title>
		<link>http://www.hackosis.com/quoting-software-estimates-to-customers/</link>
		<comments>http://www.hackosis.com/quoting-software-estimates-to-customers/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 11:49:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[estimates]]></category>
		<category><![CDATA[quotes]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=154</guid>
		<description><![CDATA[<p>Quite often software developers are  required to provide estimates of how long it will take them to create a new piece of software or modify existing software. This estimate rarely matches the actual time it takes to complete the project, &#8230;</p>]]></description>
		<wfw:commentRss>http://www.hackosis.com/quoting-software-estimates-to-customers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View File Extensions In Windows 7</title>
		<link>http://www.hackosis.com/view-file-extensions-in-windows-7/</link>
		<comments>http://www.hackosis.com/view-file-extensions-in-windows-7/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 16:16:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=127</guid>
		<description><![CDATA[By default, Windows 7 hides your file extensions. If, like me, you get a little twitchy if you can't see this information, then you'll want to change your setup pretty quickly. To view files extensions in Windows 7, do the following:]]></description>
		<wfw:commentRss>http://www.hackosis.com/view-file-extensions-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Redirect For Affiliates</title>
		<link>http://www.hackosis.com/php-redirect-for-affiliates/</link>
		<comments>http://www.hackosis.com/php-redirect-for-affiliates/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 11:04:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=115</guid>
		<description><![CDATA[The problem: you, as a scurrilous affiliate marketer, have a website with a sales page pushing a particular product. People link to your page to get the product but your sales page then "sells them" again and links to the merchant's website where they can actually get the product. Your website, in effect, is an obstacle in the purchase process!]]></description>
		<wfw:commentRss>http://www.hackosis.com/php-redirect-for-affiliates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

