<?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>Scyberia</title>
	<atom:link href="http://blog.scyberia.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scyberia.org</link>
	<description>The cold home of technology.</description>
	<lastBuildDate>Sat, 09 Mar 2013 00:33:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>PHP: Get Latest Google Library Snippet</title>
		<link>http://blog.scyberia.org/php/php-get-latest-google-library-snippet/</link>
		<comments>http://blog.scyberia.org/php/php-get-latest-google-library-snippet/#comments</comments>
		<pubDate>Sun, 13 Jan 2013 16:18:29 +0000</pubDate>
		<dc:creator>Scyberia</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://blog.scyberia.org/?p=2349</guid>
		<description><![CDATA[If you use Google's hosted versions of JavaScript libraries, this tutorial is for you! Use this simple PHP function instead of having to update your webpages each time a new library version is released. <a href="http://blog.scyberia.org/php/php-get-latest-google-library-snippet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.scyberia.org/php/php-get-latest-google-library-snippet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Brightness in Windows 7 on a Mac (Bootcamp)</title>
		<link>http://blog.scyberia.org/misc/changing-brightness-in-windows-7-on-a-mac-bootcamp/</link>
		<comments>http://blog.scyberia.org/misc/changing-brightness-in-windows-7-on-a-mac-bootcamp/#comments</comments>
		<pubDate>Tue, 01 Jan 2013 21:54:56 +0000</pubDate>
		<dc:creator>Scyberia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[brightness]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.scyberia.org/?p=2354</guid>
		<description><![CDATA[Due to Apple's merging of the CPU and monitor in iMacs (and Macbooks), physical screen brightness controls are no where to be found. If you installed Windows 7 through Bootcamp and are having trouble adjusting brightness, one of these methods will probably work for you. <a href="http://blog.scyberia.org/misc/changing-brightness-in-windows-7-on-a-mac-bootcamp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.scyberia.org/misc/changing-brightness-in-windows-7-on-a-mac-bootcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac: Disabling Application Dock Icons</title>
		<link>http://blog.scyberia.org/misc/mac-disabling-application-dock-icons/</link>
		<comments>http://blog.scyberia.org/misc/mac-disabling-application-dock-icons/#comments</comments>
		<pubDate>Sun, 25 Nov 2012 19:02:14 +0000</pubDate>
		<dc:creator>Scyberia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[icon]]></category>

		<guid isPermaLink="false">http://blog.scyberia.org/?p=2017</guid>
		<description><![CDATA[Hide the Dock icon for any Mac application you wish using a simple line of code in the console (Terminal). <a href="http://blog.scyberia.org/misc/mac-disabling-application-dock-icons/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.scyberia.org/misc/mac-disabling-application-dock-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Image Gallery Using jQuery</title>
		<link>http://blog.scyberia.org/javascript/simple-image-gallery-using-jquery/</link>
		<comments>http://blog.scyberia.org/javascript/simple-image-gallery-using-jquery/#comments</comments>
		<pubDate>Mon, 12 Nov 2012 00:32:02 +0000</pubDate>
		<dc:creator>Scyberia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://blog.scyberia.org/?p=2248</guid>
		<description><![CDATA[Instead of using heavy, slow plugins to display your image galleries, follow this short tutorial to create your own system, customizable and understandable. <a href="http://blog.scyberia.org/javascript/simple-image-gallery-using-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.scyberia.org/javascript/simple-image-gallery-using-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drag-and-Drop Upload with 6 Lines of jQuery and CSS</title>
		<link>http://blog.scyberia.org/web-dev/drag-and-drop-upload-with-6-lines-of-jquery-and-css/</link>
		<comments>http://blog.scyberia.org/web-dev/drag-and-drop-upload-with-6-lines-of-jquery-and-css/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 20:34:52 +0000</pubDate>
		<dc:creator>Scyberia</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drag]]></category>
		<category><![CDATA[drop]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://blog.scyberia.org/?p=2099</guid>
		<description><![CDATA[Create a drag-and-drop file upload box with just some CSS and a few (6) lines of jQuery. If you aren't looking for a drag-and-drop field, this is still a great way to style your form uploads! <a href="http://blog.scyberia.org/web-dev/drag-and-drop-upload-with-6-lines-of-jquery-and-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.scyberia.org/web-dev/drag-and-drop-upload-with-6-lines-of-jquery-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utilities: New Look and New Utility</title>
		<link>http://blog.scyberia.org/utilities/utilities-new-look-and-new-utility/</link>
		<comments>http://blog.scyberia.org/utilities/utilities-new-look-and-new-utility/#comments</comments>
		<pubDate>Mon, 01 Oct 2012 02:12:58 +0000</pubDate>
		<dc:creator>Scyberia</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://blog.scyberia.org/?p=2045</guid>
		<description><![CDATA[I'm working on a new design for the Utilities and I've created a new utility. Learn more - read the post! <a href="http://blog.scyberia.org/utilities/utilities-new-look-and-new-utility/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.scyberia.org/utilities/utilities-new-look-and-new-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[New!] How Functions Work: strpos()</title>
		<link>http://blog.scyberia.org/php/new-how-functions-work-strpos/</link>
		<comments>http://blog.scyberia.org/php/new-how-functions-work-strpos/#comments</comments>
		<pubDate>Sat, 29 Sep 2012 19:10:11 +0000</pubDate>
		<dc:creator>Scyberia</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[strpos]]></category>

		<guid isPermaLink="false">http://blog.scyberia.org/?p=2062</guid>
		<description><![CDATA[Learn how the strpos() function in PHP works by creating your own version of the method. <a href="http://blog.scyberia.org/php/new-how-functions-work-strpos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.scyberia.org/php/new-how-functions-work-strpos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting Apps Outside the Home Screen</title>
		<link>http://blog.scyberia.org/misc/deleting-apps-outside-the-home-screen/</link>
		<comments>http://blog.scyberia.org/misc/deleting-apps-outside-the-home-screen/#comments</comments>
		<pubDate>Sat, 08 Sep 2012 19:10:46 +0000</pubDate>
		<dc:creator>Scyberia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://blog.scyberia.org/?p=2048</guid>
		<description><![CDATA[Learn how to delete apps in a new way - not from the home screen but from the Settings app. <a href="http://blog.scyberia.org/misc/deleting-apps-outside-the-home-screen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.scyberia.org/misc/deleting-apps-outside-the-home-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP:  Getting URL Base</title>
		<link>http://blog.scyberia.org/php/php-getting-url-base/</link>
		<comments>http://blog.scyberia.org/php/php-getting-url-base/#comments</comments>
		<pubDate>Sun, 12 Aug 2012 10:50:17 +0000</pubDate>
		<dc:creator>Scyberia</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://blog.scyberia.org/?p=2037</guid>
		<description><![CDATA[Get the proper base of a URL without losing containing folders or the domain. <a href="http://blog.scyberia.org/php/php-getting-url-base/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.scyberia.org/php/php-getting-url-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application Icon Switcher</title>
		<link>http://blog.scyberia.org/misc/application-icon-switcher/</link>
		<comments>http://blog.scyberia.org/misc/application-icon-switcher/#comments</comments>
		<pubDate>Fri, 29 Jun 2012 18:00:42 +0000</pubDate>
		<dc:creator>Scyberia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[icns]]></category>
		<category><![CDATA[icon]]></category>

		<guid isPermaLink="false">http://blog.scyberia.org/?p=2019</guid>
		<description><![CDATA[An easy-to-use droplet that allows you to change the icon of any Mac application (.app). <a href="http://blog.scyberia.org/misc/application-icon-switcher/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.scyberia.org/misc/application-icon-switcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
