<?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>12 Stix - Tech Answers and Fixes</title>
	<atom:link href="http://12stix.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://12stix.com</link>
	<description>Tech Answers and Fixes</description>
	<lastBuildDate>Tue, 11 Oct 2011 12:20:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Alter the node add form in Drupal 7</title>
		<link>http://12stix.com/2011/10/11/alter-the-node-add-form-in-drupal-7/</link>
		<comments>http://12stix.com/2011/10/11/alter-the-node-add-form-in-drupal-7/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 12:19:09 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[drupal 7]]></category>
		<category><![CDATA[form api]]></category>
		<category><![CDATA[node alter]]></category>

		<guid isPermaLink="false">http://12stix.com/?p=449</guid>
		<description><![CDATA[If you want to change the Save button text to Submit in Drupal 7 add the following to your template.php file. Simply replace YOURTHEME with the name of your theme and CONTENTTYPE to the machine name of your content type. &#160; &#160; &#160; &#160; function YOURTHEME_form_alter(&#38;$form, &#38;$form_state, $form_id) { if ($form_id == &#8216;CONTENTTYPE_node_form&#8217;) { $form['actions']['submit']['#value'] [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you want to change the Save button text to Submit in Drupal 7 add the following to your template.php file.</p>
<p>Simply replace YOURTHEME with the name of your theme and CONTENTTYPE to the machine name of your content type.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>function YOURTHEME_form_alter(&amp;$form, &amp;$form_state, $form_id) {<br />
if ($form_id == &#8216;CONTENTTYPE_node_form&#8217;) {<br />
$form['actions']['submit']['#value'] = t(&#8216;Submit&#8217;);<br />
}<br />
}</p>
<p>&nbsp;</p>
<div class="shr-publisher-449"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://12stix.com/2011/10/11/alter-the-node-add-form-in-drupal-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Remote Desktop Font Size and DPI</title>
		<link>http://12stix.com/2011/09/01/change-remote-desktop-font-size-and-dpi/</link>
		<comments>http://12stix.com/2011/09/01/change-remote-desktop-font-size-and-dpi/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 13:08:56 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://12stix.com/?p=445</guid>
		<description><![CDATA[To be able to change the font size, DPI or text size in remote desktop/terminal services in server 2008 use the tool found at: http://www.datafilehost.com/download-14271a00.html By default, Windows Server 2008, used in a terminal server \ Citrix environment, does not allow standard users to change their font sizes. There is an option available to change [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>To be able to change the font size, DPI or text size in remote desktop/terminal services in server 2008 use the tool found at:</p>
<p>http://www.datafilehost.com/download-14271a00.html</p>
<blockquote><p>By default, Windows Server 2008, used in a terminal server \ Citrix environment, does not allow standard users to change their font sizes. There is an option available to change font sizes, but it is locked down to administrators only. This is a Windows Server 2008 feature. If you try and use the standard Windows option to change font sizes, you will be prompted to provide an administrator login name and password. Unfortunately, with Windows Server 2008 the font size-changing feature is a system-wide administrative feature, rather than an individual user feature as it was in Windows Server 2003 &#8211; impacting terminal server \ Citrix environments.</p>
<p>To compensate for this loss of functionality for users, a tool has been produced that users can use to change font sizes! &#8211; called &#8216;RDFontSize&#8217;.</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="shr-publisher-445"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://12stix.com/2011/09/01/change-remote-desktop-font-size-and-dpi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 201 (net::ERR_CERT_DATE_INVALID): Unknown error.</title>
		<link>http://12stix.com/2011/08/18/error-201-neterr_cert_date_invalid-unknown-error/</link>
		<comments>http://12stix.com/2011/08/18/error-201-neterr_cert_date_invalid-unknown-error/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 10:31:36 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://12stix.com/?p=442</guid>
		<description><![CDATA[When using Google Chrome you get the following error: Error 201 (net::ERR_CERT_DATE_INVALID): Unknown error. Check that the date of the computer is set correctly.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>When using Google Chrome you get the following error:</p>
<p>Error 201 (net::ERR_CERT_DATE_INVALID): Unknown error.</p>
<p>Check that the date of the computer is set correctly.</p>
<div class="shr-publisher-442"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://12stix.com/2011/08/18/error-201-neterr_cert_date_invalid-unknown-error/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Windows 7 All Tasks Folder &#8211; God Mode</title>
		<link>http://12stix.com/2011/08/08/windows-7-all-tasks-folder-god-mode/</link>
		<comments>http://12stix.com/2011/08/08/windows-7-all-tasks-folder-god-mode/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 08:28:11 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://12stix.com/?p=439</guid>
		<description><![CDATA[Create a new folder on your desktop and call it :- God Mode.{ED7BA470-8E54-465E-825C-99712043E01C} The “All Tasks” folder lists over 250 settings from various Control Panel applets and system settings dialogs in a tree-structured list, organized by the application associated with each setting.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Create a new folder on your desktop and call it :-</p>
<p>God Mode.{ED7BA470-8E54-465E-825C-99712043E01C}</p>
<p>The “All Tasks” folder lists over 250 settings from various Control Panel applets and system settings dialogs in a tree-structured list, organized by the application associated with each setting.</p>
<div class="shr-publisher-439"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://12stix.com/2011/08/08/windows-7-all-tasks-folder-god-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load WordPress Admin to Blank Page</title>
		<link>http://12stix.com/2011/08/04/load-wordpress-admin-to-blank-page/</link>
		<comments>http://12stix.com/2011/08/04/load-wordpress-admin-to-blank-page/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 14:56:17 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://12stix.com/?p=437</guid>
		<description><![CDATA[When you load yoursite.com/wp-admin you just get a blank page. Open functions.php and remove the white space at the top and bottom.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>When you load yoursite.com/wp-admin you just get a blank page.</p>
<p>Open functions.php and remove the white space at the top and bottom.</p>
<div class="shr-publisher-437"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://12stix.com/2011/08/04/load-wordpress-admin-to-blank-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing CCK Fields in Drupal 7</title>
		<link>http://12stix.com/2011/08/01/printing-cck-fields-in-drupal-7/</link>
		<comments>http://12stix.com/2011/08/01/printing-cck-fields-in-drupal-7/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 14:12:40 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://12stix.com/?p=434</guid>
		<description><![CDATA[In node.tpl.php &#60;?php print render($content['field_EXAMPLE']); ?&#62; &#60;?php print render($content['body']); ?&#62; In page.tpl.php &#60;?php print $node-&#62;field_EXAMPLE['und'][0]['value']; ?&#62;]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>In node.tpl.php</p>
<p>&lt;?php print render($content['field_EXAMPLE']); ?&gt;<br />
&lt;?php print render($content['body']); ?&gt;</p>
<p>In page.tpl.php</p>
<p>&lt;?php print $node-&gt;field_EXAMPLE['und'][0]['value']; ?&gt;</p>
<div class="shr-publisher-434"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://12stix.com/2011/08/01/printing-cck-fields-in-drupal-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your photo library is either in use by another application or has become unreadable</title>
		<link>http://12stix.com/2011/07/23/your-photo-library-is-either-in-use-by-another-application-or-has-become-unreadable/</link>
		<comments>http://12stix.com/2011/07/23/your-photo-library-is-either-in-use-by-another-application-or-has-become-unreadable/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 11:58:54 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://12stix.com/?p=432</guid>
		<description><![CDATA[When opening iPhoto you get the following error: &#8220;Your photo library is either in use by another application or has become unreadable&#8221; 1. Download iPhoto Library Manager from www.fatcatsoftware.com/iplm/ 2. For your photo library Click file &#62; rebuild 3. Wait for it to rebuild your library. Not everything will be restored &#8211; for instance slideshows, books [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>When opening iPhoto you get the following error:</p>
<p>&#8220;Your photo library is either in use by another application or has become unreadable&#8221;</p>
<p>1. Download iPhoto Library Manager from <a href="http://www.fatcatsoftware.com/iplm/">www.fatcatsoftware.com/iplm/</a></p>
<p>2. For your photo library Click file &gt; rebuild</p>
<p>3. Wait for it to rebuild your library.</p>
<p>Not everything will be restored &#8211; for instance slideshows, books and calendars.</p>
<div class="shr-publisher-432"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://12stix.com/2011/07/23/your-photo-library-is-either-in-use-by-another-application-or-has-become-unreadable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverse Scroll Direction in OS X Lion</title>
		<link>http://12stix.com/2011/07/23/reverse-scroll-direction-in-os-x-lion/</link>
		<comments>http://12stix.com/2011/07/23/reverse-scroll-direction-in-os-x-lion/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 08:05:22 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://12stix.com/?p=429</guid>
		<description><![CDATA[In OS X Lion Scrolling is set to &#8216;natural&#8217; by default &#8211; meaning swiping your fingers up pushes the page down as is on the iPhone or iPad. To disable this and set scrolling to normal: 1. Open System Preferences 2. Click Trackpad 3. Click Scroll &#38; Zoom tab 4. Untick &#8216;Scroll direction: natural&#8217;]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>In OS X Lion Scrolling is set to &#8216;natural&#8217; by default &#8211; meaning swiping your fingers up pushes the page down as is on the iPhone or iPad.</p>
<p>To disable this and set scrolling to normal:</p>
<p>1. Open System Preferences</p>
<p>2. Click Trackpad</p>
<p>3. Click Scroll &amp; Zoom tab</p>
<p>4. Untick &#8216;Scroll direction: natural&#8217;</p>
<div class="shr-publisher-429"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://12stix.com/2011/07/23/reverse-scroll-direction-in-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add indicator lights back onto the dock in OS X Lion</title>
		<link>http://12stix.com/2011/07/23/how-to-add-indicator-lights-back-onto-the-dock-in-os-x-lion/</link>
		<comments>http://12stix.com/2011/07/23/how-to-add-indicator-lights-back-onto-the-dock-in-os-x-lion/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 08:00:34 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://12stix.com/?p=426</guid>
		<description><![CDATA[On new Macs shipping with Lion the dock indicator lights to show when a program is open are not enabled by default. To turn these on: 1. Open system preferences 2. Click on Dock 3. Tick the box &#8216;Show indicator lights for open applications&#8217;]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>On new Macs shipping with Lion the dock indicator lights to show when a program is open are not enabled by default.</p>
<p>To turn these on:</p>
<p>1. Open system preferences</p>
<p>2. Click on Dock</p>
<p>3. Tick the box &#8216;Show indicator lights for open applications&#8217;</p>
<div class="shr-publisher-426"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://12stix.com/2011/07/23/how-to-add-indicator-lights-back-onto-the-dock-in-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get out of full screen mode OS X Lion</title>
		<link>http://12stix.com/2011/07/21/how-to-get-out-of-full-screen-mode-os-x-lion/</link>
		<comments>http://12stix.com/2011/07/21/how-to-get-out-of-full-screen-mode-os-x-lion/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 08:02:22 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://12stix.com/?p=423</guid>
		<description><![CDATA[In most apps the esc key should work. If not try CMD+SHIFT+F]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>In most apps the esc key should work.</p>
<p>If not try CMD+SHIFT+F</p>
<div class="shr-publisher-423"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://12stix.com/2011/07/21/how-to-get-out-of-full-screen-mode-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

