<?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>Cyber Sprocket Labs</title>
	<atom:link href="http://www.cybersprocket.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybersprocket.com</link>
	<description>Intelligent Software Solutions</description>
	<lastBuildDate>Fri, 04 May 2012 01:17:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Threat Modeling: STRIDE &amp; Data Flow diagrams</title>
		<link>http://www.cybersprocket.com/2012/security/threat-modeling-with-stride-and-data-flow-diagrams/</link>
		<comments>http://www.cybersprocket.com/2012/security/threat-modeling-with-stride-and-data-flow-diagrams/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 02:07:45 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[data modeling]]></category>
		<category><![CDATA[system architecture]]></category>
		<category><![CDATA[threat modeling]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=3826</guid>
		<description><![CDATA[I&#8217;ve learned some very easy and useful techniques for performing threat modeling in order to evaluate and improve a system&#8217;s security. This stuff is a mandatory, documented step in developing for the DoD. I used to be intimidated by trying to analyze the security of a system. No more. Now that I have a clue about it, and [...]
Related posts:<ol>
<li><a href='http://www.cybersprocket.com/2010/system-administration/data-translation-service-with-ids/' rel='bookmark' title='Data Translation Service with IDS'>Data Translation Service with IDS</a></li>
<li><a href='http://www.cybersprocket.com/2010/database/mysql-database/mysql-data-insertion-features/' rel='bookmark' title='Powerful Data Insertion Features in MySQL'>Powerful Data Insertion Features in MySQL</a></li>
<li><a href='http://www.cybersprocket.com/2010/database/data-schema-documentation-tool-schemaspy/' rel='bookmark' title='Data Schema Documentation Tool : SchemaSpy'>Data Schema Documentation Tool : SchemaSpy</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2012/security/threat-modeling-with-stride-and-data-flow-diagrams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : Find All Files Older Than&#8230;</title>
		<link>http://www.cybersprocket.com/2012/tips-tricks/linux-find-all-files-older-than/</link>
		<comments>http://www.cybersprocket.com/2012/tips-tricks/linux-find-all-files-older-than/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 13:30:44 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[remove]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=3812</guid>
		<description><![CDATA[I recently needed to clean up a directory on my Linux box that included hundreds of files. I wanted to get rid of all the files that hadn&#8217;t been updated in over a year. At first I decided just to list the files by date: ls -lt This will list the files in long format by time [...]
Related posts:<ol>
<li><a href='http://www.cybersprocket.com/2010/system-administration/using-find-to-help-manage-files-on-linux/' rel='bookmark' title='Using Find To Help Manage Files On Linux'>Using Find To Help Manage Files On Linux</a></li>
<li><a href='http://www.cybersprocket.com/2010/tips-tricks/finding-which-linux-packages-provide-which-files/' rel='bookmark' title='Finding Which Linux Packages Provide Which Files'>Finding Which Linux Packages Provide Which Files</a></li>
<li><a href='http://www.cybersprocket.com/2009/system-administration/linux_file_management/' rel='bookmark' title='Linux File Management'>Linux File Management</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2012/tips-tricks/linux-find-all-files-older-than/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect To Your Database With Emacs</title>
		<link>http://www.cybersprocket.com/2012/tips-tricks/connect-to-your-database-with-emacs/</link>
		<comments>http://www.cybersprocket.com/2012/tips-tricks/connect-to-your-database-with-emacs/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 02:16:31 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Desktop Apps]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=3806</guid>
		<description><![CDATA[The recent Emacs post made me think of a useful SQL trick I recently learned that I wanted to share. Emacs refers to different SQL engines as ‘products’, e.g. MySQL, SQLite, and so on. You can connect to an SQL database through Emacs but you have a call a different command based on the product. An easier [...]
Related posts:<ol>
<li><a href='http://www.cybersprocket.com/2010/programming-languages/php-programming-languages/real-time-php-error-messages-in-emacs/' rel='bookmark' title='Real-Time PHP Error Messages in Emacs'>Real-Time PHP Error Messages in Emacs</a></li>
<li><a href='http://www.cybersprocket.com/2009/database/database_schemas/' rel='bookmark' title='Database Definition Languages'>Database Definition Languages</a></li>
<li><a href='http://www.cybersprocket.com/2011/database/sql-using-in-not-in-operators/' rel='bookmark' title='SQL: Using IN / NOT IN Operators'>SQL: Using IN / NOT IN Operators</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2012/tips-tricks/connect-to-your-database-with-emacs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache Not Following Symlinks</title>
		<link>http://www.cybersprocket.com/2012/tips-tricks/apache-not-following-symlinks/</link>
		<comments>http://www.cybersprocket.com/2012/tips-tricks/apache-not-following-symlinks/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 01:43:35 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[permissive]]></category>
		<category><![CDATA[selinux]]></category>
		<category><![CDATA[symlinks]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=3803</guid>
		<description><![CDATA[SElinux will prevent Apache from following symbolic links. You will find that no matter how often you define the options to allow you to FollowSymlink&#8217;s it will fail. The issue is that you will need to put SELINUX into permissive. This is done in /etc/selinux/config Related posts: web.config Inheritance in IIS Where Is This Website Hosted?
Related posts:<ol>
<li><a href='http://www.cybersprocket.com/2011/programming-languages/asp-net-web-config-inheritance/' rel='bookmark' title='web.config Inheritance in IIS'>web.config Inheritance in IIS</a></li>
<li><a href='http://www.cybersprocket.com/2011/tips-tricks/where-is-this-website-hosted/' rel='bookmark' title='Where Is This Website Hosted?'>Where Is This Website Hosted?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2012/tips-tricks/apache-not-following-symlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing Variables To JavaScript In WordPress</title>
		<link>http://www.cybersprocket.com/2012/programming-languages/passing-variables-to-javascript-in-wordpress/</link>
		<comments>http://www.cybersprocket.com/2012/programming-languages/passing-variables-to-javascript-in-wordpress/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 16:39:41 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=3791</guid>
		<description><![CDATA[We have touched on several complex subjects when it comes to writing plugins for WordPress that make use of JavaScript.  In these articles we discuss built-in scripts, custom static scripts, and dynamic scripts.   Dynamic scripts are the scripts that need access to information from the WordPress application environment in order to function properly, such [...]
Related posts:<ol>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/wordpressjavascript-selective-enqueue/' rel='bookmark' title='WordPress/JavaScript : Selective Enqueue'>WordPress/JavaScript : Selective Enqueue</a></li>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-1/' rel='bookmark' title='WordPress and JavaScript Part 1'>WordPress and JavaScript Part 1</a></li>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-2/' rel='bookmark' title='WordPress and JavaScript Part 2'>WordPress and JavaScript Part 2</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2012/programming-languages/passing-variables-to-javascript-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress/JavaScript : Selective Enqueue</title>
		<link>http://www.cybersprocket.com/2012/programming-languages/wordpressjavascript-selective-enqueue/</link>
		<comments>http://www.cybersprocket.com/2012/programming-languages/wordpressjavascript-selective-enqueue/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 16:10:45 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=3788</guid>
		<description><![CDATA[In the past couple of articles about WordPress and JavaScript we touched on several methods for managing JavaScript in WordPress. For simple &#8220;static&#8221; scripts or built-in WordPress scripts, such as jQuery, the standard register and enqueue methods provide all the control you need to invoke your scripts. However there are several issues that come up [...]
Related posts:<ol>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/passing-variables-to-javascript-in-wordpress/' rel='bookmark' title='Passing Variables To JavaScript In WordPress'>Passing Variables To JavaScript In WordPress</a></li>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-1/' rel='bookmark' title='WordPress and JavaScript Part 1'>WordPress and JavaScript Part 1</a></li>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-2/' rel='bookmark' title='WordPress and JavaScript Part 2'>WordPress and JavaScript Part 2</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2012/programming-languages/wordpressjavascript-selective-enqueue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackers Redirecting Websites (.htaccess)</title>
		<link>http://www.cybersprocket.com/2012/system-administration/hackers-redirecting-websites-htaccess/</link>
		<comments>http://www.cybersprocket.com/2012/system-administration/hackers-redirecting-websites-htaccess/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 17:12:49 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[brute force]]></category>
		<category><![CDATA[hackers]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=3783</guid>
		<description><![CDATA[A quick note to fellow webmasters out there as well as business owners running websites.   We have seen a recent rash of brute force hacking attempts on our servers and our client&#8217;s servers.   There have been several successful brute force break-ins in the past 3 months.   Below are a couple of things [...]
Related posts:<ol>
<li><a href='http://www.cybersprocket.com/2008/testimonials/testimonial-consulting/websites-for-jewelers-inc/' rel='bookmark' title='Websites for Jewelers, Inc.'>Websites for Jewelers, Inc.</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2012/system-administration/hackers-redirecting-websites-htaccess/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bash Command Lookup (\!)</title>
		<link>http://www.cybersprocket.com/2012/tips-tricks/bash-command-lookup/</link>
		<comments>http://www.cybersprocket.com/2012/tips-tricks/bash-command-lookup/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:51:37 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=3746</guid>
		<description><![CDATA[I&#8217;ve recently found something relatively interesting that you can do in a bash terminal. I recently sent out an email talking about how to implement git completion&#8217;s wonderful self to work on macs. Part of that endeavor meant diving into the way that the terminal displays its information to you on your prompt. Some of the things [...]
Related posts:<ol>
<li><a href='http://www.cybersprocket.com/2011/tips-tricks/curl-from-the-command-line/' rel='bookmark' title='Curl from the Command Line'>Curl from the Command Line</a></li>
<li><a href='http://www.cybersprocket.com/2010/programming-languages/bash-tips-tricks/' rel='bookmark' title='Bash Tips &amp; Tricks'>Bash Tips &#038; Tricks</a></li>
<li><a href='http://www.cybersprocket.com/2010/programming-languages/bash/sorting-directory-listings-with-bash/' rel='bookmark' title='Sorting Directory Listings with Bash'>Sorting Directory Listings with Bash</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2012/tips-tricks/bash-command-lookup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress and JavaScript Part 2</title>
		<link>http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-2/</link>
		<comments>http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-2/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 17:08:32 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=3741</guid>
		<description><![CDATA[This is our second article in a series about working efficiently with JavaScript in WordPress. There are a lot of sites and lots of examples on how to implement JavaScript in WordPress. Many of the articles we came across were incorrect or outdated. What was once the viable, or possibly the only available, method for implementing JavaScript hooks [...]
Related posts:<ol>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-1/' rel='bookmark' title='WordPress and JavaScript Part 1'>WordPress and JavaScript Part 1</a></li>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/passing-variables-to-javascript-in-wordpress/' rel='bookmark' title='Passing Variables To JavaScript In WordPress'>Passing Variables To JavaScript In WordPress</a></li>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/wordpressjavascript-selective-enqueue/' rel='bookmark' title='WordPress/JavaScript : Selective Enqueue'>WordPress/JavaScript : Selective Enqueue</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and JavaScript Part 1</title>
		<link>http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-1/</link>
		<comments>http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-1/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 15:38:31 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=3725</guid>
		<description><![CDATA[Introduction For those that were not present, we had a discussion that was about wpCSL and using JavaScript in a WordPress plugin. The part of the discussion that would be of interest to the general public revolved around the use of wp_register_script and wp_enqueue_script and the best practices for implementing scripts. WordPress Plugin Tips &#38; Tricks Mar [...]
Related posts:<ol>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-2/' rel='bookmark' title='WordPress and JavaScript Part 2'>WordPress and JavaScript Part 2</a></li>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/passing-variables-to-javascript-in-wordpress/' rel='bookmark' title='Passing Variables To JavaScript In WordPress'>Passing Variables To JavaScript In WordPress</a></li>
<li><a href='http://www.cybersprocket.com/2012/programming-languages/wordpressjavascript-selective-enqueue/' rel='bookmark' title='WordPress/JavaScript : Selective Enqueue'>WordPress/JavaScript : Selective Enqueue</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2012/programming-languages/javascript/wordpress-and-javascript-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

