<?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>brandonballentine.com</title>
	<atom:link href="http://www.brandonballentine.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonballentine.com</link>
	<description>Instructional Technology, Photography, Web Development</description>
	<lastBuildDate>Sun, 10 Jan 2010 03:37:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protected: IT521 Project &#8211; LMS Templates</title>
		<link>http://www.brandonballentine.com/2009/11/30/it521-project-lms-templates/</link>
		<comments>http://www.brandonballentine.com/2009/11/30/it521-project-lms-templates/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 22:36:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Desire2Learn]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[LMS]]></category>
		<category><![CDATA[temlates]]></category>

		<guid isPermaLink="false">http://www.brandonballentine.com/?p=473</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.brandonballentine.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-473">Password:<br />
<input name="post_password" id="pwbox-473" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonballentine.com/2009/11/30/it521-project-lms-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: IT521 Project &#8211; iPhone Response System</title>
		<link>http://www.brandonballentine.com/2009/11/30/it521-project-iphone-response-system/</link>
		<comments>http://www.brandonballentine.com/2009/11/30/it521-project-iphone-response-system/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 19:11:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[clicker]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[student response system]]></category>

		<guid isPermaLink="false">http://www.brandonballentine.com/?p=466</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.brandonballentine.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-466">Password:<br />
<input name="post_password" id="pwbox-466" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonballentine.com/2009/11/30/it521-project-iphone-response-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExpressionEngine sample code &#8211; searching/filtering entries by fields and prices</title>
		<link>http://www.brandonballentine.com/2009/09/30/expressionengine-sample-code-searchingfiltering-entries-by-fields-and-prices/</link>
		<comments>http://www.brandonballentine.com/2009/09/30/expressionengine-sample-code-searchingfiltering-entries-by-fields-and-prices/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 02:33:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Expression Engine]]></category>

		<guid isPermaLink="false">http://www.brandonballentine.com/?p=461</guid>
		<description><![CDATA[I've noticed a few people in the EE forums have been experiencing some of the same problems I did when trying to build a real estate website that allowed for filtering by price and features. I thought I would offer up some sample code that worked for me. Please leave a comment if you have any questions or comments to add!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed a few people in the EE forums have been experiencing some of the same problems I did when trying to build a real estate website that allowed for filtering by price and features. I thought I would offer up some sample code that worked for me. Please leave a comment if you have any questions or comments to add! Also, I can&#8217;t remember for sure, but I believe I had to change the values of the prices in the EE database from text to integer . . .</p>
<h3>The Search Form</h3>
<pre class="brush: css;">
&lt;h2&gt;Search Listings Listings&lt;/h2&gt;
&lt;form method=&quot;post&quot; action=&quot;{homepage}&quot; onsubmit=&quot;this.action = '/' + this.elements.pricerange.value + '/' + this.elements.pricerange1.value;&quot;&gt;
&lt;p&gt;
&lt;select name=&quot;pricerange&quot;&gt;
&lt;option value=&quot;index.php/listings/results/0&quot;&gt;Minimum Monthly Rent&lt;/option&gt;
&lt;option value=&quot;index.php/listings/results/500&quot;&gt;$500 per month&lt;/option&gt;
&lt;option value=&quot;index.php/listings/results/700&quot;&gt;$700 per month&lt;/option&gt;
&lt;option value=&quot;index.php/listings/results/900&quot;&gt;$900 per month&lt;/option&gt;
&lt;option value=&quot;index.php/listings/results/1100&quot;&gt;$1100 per month&lt;/option&gt;
&lt;option value=&quot;index.php/listings/results/1300&quot;&gt;$1300 per month&lt;/option&gt;
&lt;/select&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;select name=&quot;pricerange1&quot;&gt;
&lt;option value=&quot;9999&quot;&gt;Maximum Monthly Rent&lt;/option&gt;
&lt;option value=&quot;500&quot;&gt;$500 per month&lt;/option&gt;
&lt;option value=&quot;700&quot;&gt;$700 per month&lt;/option&gt;
&lt;option value=&quot;900&quot;&gt;$900 per month&lt;/option&gt;
&lt;option value=&quot;1100&quot;&gt;$1100 per month&lt;/option&gt;
&lt;option value=&quot;1300&quot;&gt;$1300 per month&lt;/option&gt;
&lt;option value=&quot;9999&quot;&gt;$1301+ per month&lt;/option&gt;
&lt;/select&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;select name=&quot;search:bedrooms&quot;&gt;
&lt;option value=&quot;&quot;&gt;# of Bedrooms&lt;/option&gt;
&lt;option value=&quot;1&quot;&gt;1&lt;/option&gt;
&lt;option value=&quot;2&quot;&gt;2&lt;/option&gt;
&lt;option value=&quot;3&quot;&gt;3&lt;/option&gt;
&lt;option value=&quot;4&quot;&gt;4&lt;/option&gt;
&lt;/select&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;select name=&quot;search:area&quot;&gt;
&lt;option value=&quot;&quot;&gt;Area&lt;/option&gt;
&lt;option value=&quot;County 1&quot;&gt;County 1&lt;/option&gt;
&lt;option value=&quot;County 2&quot;&gt;County 2&lt;/option&gt;
&lt;option value=&quot;County 3&quot;&gt;County 3&lt;/option&gt;
&lt;option value=&quot;County 4&quot;&gt;County 4&lt;/option&gt;
&lt;option value=&quot;County 5&quot;&gt;County 5&lt;/option&gt;
&lt;/select&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;select name=&quot;search:subarea&quot;&gt;
&lt;option value=&quot;&quot;&gt;Sub Area&lt;/option&gt;
&lt;option value=&quot;North&quot;&gt;North&lt;/option&gt;
&lt;option value=&quot;South&quot;&gt;South&lt;/option&gt;
&lt;option value=&quot;East&quot;&gt;East&lt;/option&gt;
&lt;option value=&quot;West&quot;&gt;West&lt;/option&gt;
&lt;/select&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;select name=&quot;search:fencedyard&quot;&gt;
&lt;option value=&quot;&quot;&gt;Fenced Yard&lt;/option&gt;
&lt;option value=&quot;Yes&quot;&gt;Yes&lt;/option&gt;
&lt;option value=&quot;No&quot;&gt;No&lt;/option&gt;
&lt;/select&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;select name=&quot;search:petsallowed&quot;&gt;
&lt;option value=&quot;&quot;&gt;Pets allowed?&lt;/option&gt;
&lt;option value=&quot;yes&quot;&gt;Yes&lt;/option&gt;
&lt;option value=&quot;no&quot;&gt;No&lt;/option&gt;
&lt;/select&gt;
&lt;/p&gt;
&lt;input type=&quot;submit&quot; value=&quot;Go!&quot; /&gt;
</pre>
<p>The first two drop-downs append the minimum and maximum price to the results URL (which is then grabbed using url_segment in the results page. The rest can be accessed via dynamic parameters on the search results page.</p>
<h3>The results page</h3>
<p>I&#8217;ve left out a lot of the template to just show the important stuff.</p>
<pre class="brush: css;">
&lt;h2&gt;Current Listings&lt;/h2&gt;
{exp:weblog:entries
weblog=&quot;listings&quot;
disable=&quot;category_fields|member_data|pagination|trackbacks&quot;
        dynamic_parameters=&quot;limit|search:petsallowed|search:fencedyard|search:bedrooms|search:area|search:subarea&quot;}
&lt;div class=&quot;entry-top&quot;&gt;
&lt;h3&gt;{title}&lt;/h3&gt;
&lt;div class=&quot;listing-image grid_3 alpha&quot;&gt;

&lt;a href=&quot;http://www.examplesite.net{main-property-image}&quot; title=&quot;{title}&quot; class=&quot;prop-listing&quot;&gt;{exp:imgsizer:size image=&quot;{main-property-image}&quot; width=&quot;200&quot; alt=&quot;{title}&quot;}&lt;/a&gt;

&lt;/div&gt;&lt;!--end listing-image --&gt;
&lt;div class=&quot;listing-desc-summary grid_5 omega&quot;&gt;&lt;p&gt;&lt;span&gt;{short_decription} &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;{bedrooms}&lt;/b&gt; bedrooms, &lt;b&gt;{fullbaths}&lt;/b&gt; full bathrooms, &lt;b&gt;${monthlyrent}&lt;/b&gt;/month. - &lt;a href=&quot;{homepage}/listings/detail/{url_title}&quot;&gt;View More Details&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!-- end listing-desc-summary --&gt;
&lt;/div&gt;&lt;!-- end entry-top --&gt;
&lt;div class=&quot;clear&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;hr&gt;
{/exp:weblog:entries}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonballentine.com/2009/09/30/expressionengine-sample-code-searchingfiltering-entries-by-fields-and-prices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Services in Snow Leopard &#8211; Creating a Posterous Service</title>
		<link>http://www.brandonballentine.com/2009/09/10/services-in-snow-leopard/</link>
		<comments>http://www.brandonballentine.com/2009/09/10/services-in-snow-leopard/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 04:03:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[featured posts]]></category>
		<category><![CDATA[Action]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[Posterous]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.brandonballentine.com/2009/09/10/services-in-snow-leopard/</guid>
		<description><![CDATA[

This is a quick tutorial demonstrating one of my favorite features in Snow Leopard &#8211; the services menu. I discovered Posterous not too long ago and have decided to create a quick service for posting selected text to my Posterous blog.
If you haven&#8217;t taken a look at Posterous yet, you might want to! It allows [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonSummary">
<p>This is a quick tutorial demonstrating one of my favorite features in Snow Leopard &#8211; the services menu. I discovered <a href="http://posterous.com/" target="_blank">Posterous</a> not too long ago and have decided to create a quick service for posting selected text to my Posterous blog.</p>
<p>If you haven&#8217;t taken a look at <a href="http://posterous.com/" target="_blank">Posterous</a> yet, you might want to! It allows you to create posts (and update many of your social media sites, too) by sending an email.</p>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Fire up Automator</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.brandonballentine.com/wp-content/uploads/2009/09/media_1252551356967.png" alt="media_1252551356967.png" width="115" height="99" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Click on the Service button</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.brandonballentine.com/wp-content/uploads/2009/09/media_1252551438261.png" alt="media_1252551438261.png" width="522" height="304" /></div>
<div class="StepInstructions">
<p>The ability to create services in automator is a new feature of Snow Leopard.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Copy the selected text to the clipboard</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.brandonballentine.com/wp-content/uploads/2009/09/media_1252553741791.png" alt="media_1252553741791.png" width="368" height="316" /></div>
<div class="StepInstructions">
<p>Set the &#8220;Services receives selected&#8221; drop-down option to <strong>text</strong> and add the <strong>Copy to Clipboard</strong> action to your workflow. You can find it under the <strong>Utilities </strong>category.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Get the post title</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.brandonballentine.com/wp-content/uploads/2009/09/media_1252554120013.png" alt="media_1252554120013.png" width="532" height="279" /></div>
<div class="StepInstructions">
<p>We&#8217;re going to use the <strong>Ask for Text</strong> action to request a title for the blog post. You can either find it under the Text category or just search your entire library for the phrase. Right click on the step after you&#8217;ve added it and choose to <strong>Ignore input</strong>. In the screenshot above, I&#8217;ve entered a prompt for the popup and a default answer as well.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Save the text you enter in the previous step as a variable</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.brandonballentine.com/wp-content/uploads/2009/09/media_1252554497710.png" alt="media_1252554497710.png" width="532" height="254" /></div>
<div class="StepInstructions">
<p>Posterous uses the subject of the email you send as the blog title, so we need a way to take the text we entered in the step above as our subject. The easiest way to do that is by saving a variable.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Get the text you copied to the clipboard and add it to a new email message</h3>
<p style="text-align: center;"><a href="http://www.brandonballentine.com/wp-content/uploads/2009/09/media_new_step1.png"><img class="aligncenter size-full wp-image-459" title="Step" src="http://www.brandonballentine.com/wp-content/uploads/2009/09/media_new_step1.png" alt="Step" width="426" height="324" /></a></p>
<div class="StepInstructions">
<p>Add the <strong>Get Contents of Clipboard</strong> action to your workflow. Right click on it and choose to <strong>Ignore Input</strong>. Next, drag over the <strong>New Mail Message</strong> action and enter an email address of <strong>post@<em>{yourusername}</em>.posterous.com</strong></p>
<p>The text you just copied to the clipboard will automatically be added as the email message, but we still need to enter a subject. Click and drag the <strong>blog-title</strong> variable that you created and drop it in the <strong>Subject </strong>field.</p>
<p>In the Account drop down list, make sure to choose the address that you&#8217;ve registered with Posterous!</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Finish up</h3>
<div class="StepInstructions">
<p>From here, you could add an action to automatically send the email, but I&#8217;d rather have the option to add/edit my post first so I will leave that out.</p>
<p>When you save the service, you&#8217;ll be able to highlight any text, right-click, and choose the Posterous action from the available services menu!</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonballentine.com/2009/09/10/services-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure your browser to show the e-lectures</title>
		<link>http://www.brandonballentine.com/2009/08/31/how-to-configure-your-browser-to-show-the-e-lectures/</link>
		<comments>http://www.brandonballentine.com/2009/08/31/how-to-configure-your-browser-to-show-the-e-lectures/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 11:58:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desire2Learn]]></category>

		<guid isPermaLink="false">http://www.brandonballentine.com/2009/08/31/how-to-configure-your-browser-to-show-the-e-lectures/</guid>
		<description><![CDATA[This tutorial shows a quick way to make your older Impatica presentations display properly with newer versions of Java. ]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Navigate to the control Panel on your PC and double-click on the Java icon</h3>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Click on the Java tab and uncheck any version of Java newer than 1.6.0_11</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.brandonballentine.com/wp-content/uploads/2009/08/8-28-2009_4-26-22_PM.png" alt="8-28-2009_4-26-22_PM.png" width="526" height="223" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Go to the Advanced tab and uncheck the following option</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.brandonballentine.com/wp-content/uploads/2009/08/8-28-2009_4-25-51_PM.png" alt="8-28-2009_4-25-51_PM.png" width="440" height="497" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Finishing up</h3>
<div class="StepInstructions">
<p>Click OK, then make sure to Apply your changes. You will need to restart any browse that you&#8217;re using before you will be able to view the content.</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonballentine.com/2009/08/31/how-to-configure-your-browser-to-show-the-e-lectures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing Course Materials</title>
		<link>http://www.brandonballentine.com/2009/08/25/importing-course-materials/</link>
		<comments>http://www.brandonballentine.com/2009/08/25/importing-course-materials/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 17:45:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desire2Learn]]></category>

		<guid isPermaLink="false">http://www.brandonballentine.com/2009/08/25/importing-course-materials/</guid>
		<description><![CDATA[

Click the Edit Course link

	


You will need to start in the course that you want to copy the materials TO. Then, click on the Edit course in the bottom right menu bar.


Choose Import/Export/Copy Components

	



Choose to copy components from another Org Unit

	


Click Next when you&#8217;ve made your selection.


Choose a Course Offering to copy materials from

	


The drop-down [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonStep top">
<h3 class="StepTitle">Click the Edit Course link</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/media_1251220987841.png" width="366" height="99" alt="media_1251220987841.png" />
</div>
<div class="StepInstructions">
<p>You will need to start in the course that you want to copy the materials <strong>TO</strong>. Then, click on the <strong>Edit course</strong> in the bottom right menu bar.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Choose Import/Export/Copy Components</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/media_1251221096757.png" width="441" height="151" alt="media_1251221096757.png" />
</div>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">Choose to copy components from another Org Unit</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/media_1251221163749.png" width="434" height="321" alt="media_1251221163749.png" />
</div>
<div class="StepInstructions">
<p>Click Next when you&#8217;ve made your selection.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Choose a Course Offering to copy materials from</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/media_1251221284221.png" width="467" height="175" alt="media_1251221284221.png" />
</div>
<div class="StepInstructions">
<p>The drop-down list will automatically show every course you are able to copy materials from. </p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Choose the items you want to copy</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/media_1251221325659.png" width="278" height="371" alt="media_1251221325659.png" />
</div>
<div class="StepInstructions">
<p>You can copy everything by selecting the <strong>Select All Components</strong> option or choose individual tools and items by clicking the appropriate items. Click <strong>Next </strong>when you have made your selection. On the following screen, verify all your settings and press <strong>Next </strong>again.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Wait for the green check mark</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/media_1251221616300.png" width="540" height="132" alt="media_1251221616300.png" />
</div>
<div class="StepInstructions">
<p>The checkmarks mean that the import was successful. Once you have that symbol for all of your items, just click <strong>Done</strong> and you&#8217;re finished!</p>
</div></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonballentine.com/2009/08/25/importing-course-materials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems showing external content in D2L (IE8)</title>
		<link>http://www.brandonballentine.com/2009/08/20/problems-showing-external-content-in-d2l-ie8/</link>
		<comments>http://www.brandonballentine.com/2009/08/20/problems-showing-external-content-in-d2l-ie8/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 12:05:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desire2Learn]]></category>
		<category><![CDATA[external content]]></category>
		<category><![CDATA[help]]></category>

		<guid isPermaLink="false">http://www.brandonballentine.com/2009/08/20/problems-showing-external-content-in-d2l-ie8/</guid>
		<description><![CDATA[

The new version of Internet Explorer makes some important changes to security that may affect the way D2L links to external content work. Follow the steps below to fix the problem!


Open IE8 and click Tools &#62; Internet Options

	



Access your security settings

	


Navigate to the Security tab and click on the Trusted sites icon.


Add https://elearn.pstcc.edu to your [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonSummary">
<p>The new version of Internet Explorer makes some important changes to security that may affect the way D2L links to external content work. Follow the steps below to fix the problem!</p>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">Open IE8 and click Tools &gt; Internet Options</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/1.png" width="282" height="407" alt="1.png" />
</div>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">Access your security settings</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/21.png" width="412" height="539" alt="21.png" />
</div>
<div class="StepInstructions">
<p>Navigate to the <strong>Security</strong> tab and click on the <strong>Trusted sites</strong> icon.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Add https://elearn.pstcc.edu to your list of trusted sites</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/31.png" width="386" height="342" alt="31.png" />
</div>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">Set custom security settings for your Trusted Sites</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/41.png" width="389" height="401" alt="41.png" />
</div>
<div class="StepInstructions">
<p>Click on the <strong>Trusted Sites</strong> icon , then scroll down the page and click on the <strong>Custom level</strong> button.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Enable mixed content</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/51.png" width="418" height="479" alt="51.png" />
</div>
<div class="StepInstructions">
<p>Scroll down until you see the settings for <strong>Display mixed content</strong> and change the option to <strong>Enable</strong>. This option allows Trusted sites to show information from both secure (http://) and non-secure (https://) sites on the same page without a warning. </p>
<p><font color="#FF8000"><strong>Please note that this will affect all of your trusted sites, so do not change this option unless you are sure this is what you want to do. </strong></font></p>
<p>If you do not choose to enable mixed content, you can leave the option set to <strong>Prompt </strong>. This option will display a dialog box every time mixed content is presented on a page. Unlike previous versions of Internet Explorer, you will need to select the <strong>No</strong> option to view the non-secure content.</p>
</div></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonballentine.com/2009/08/20/problems-showing-external-content-in-d2l-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Navigation Canceled warning in IE8</title>
		<link>http://www.brandonballentine.com/2009/08/20/navigation-canceled-warning-in-ie8/</link>
		<comments>http://www.brandonballentine.com/2009/08/20/navigation-canceled-warning-in-ie8/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 12:04:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desire2Learn]]></category>

		<guid isPermaLink="false">http://www.brandonballentine.com/2009/08/20/navigation-canceled-warning-in-ie8/</guid>
		<description><![CDATA[

This document explains what created the &#34;Navigation Canceled&#34; message and recommends how to fix the problem.


The Problem &#8211; D2L users see this warning when navigating to course content items

	



The Solution &#8211; Option 1

	


By default, the dialog box that appears to warn of mixed content has Yes highlighted. In Internet Explorer 7, yes was used to [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonSummary">
<p>This document explains what created the &quot;Navigation Canceled&quot; message and recommends how to fix the problem.</p>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">The Problem &#8211; D2L users see this warning when navigating to course content items</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/ie8-navigation-canceled.png" width="540" height="213" alt="ie8-navigation-canceled.png" />
</div>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">The Solution &#8211; Option 1</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/ie8-dialog.png" width="456" height="169" alt="ie8-dialog.png" />
</div>
<div class="StepInstructions">
<p>By default, the dialog box that appears to warn of mixed content has <strong>Yes</strong> highlighted. In Internet Explorer 7, yes was used to display both secure and non-secure content on the same page. However, IE8 mixes things up a bit so <strong>No</strong> is actually the answer that needs to be chosen.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">The solution &#8211; Option 2 (Faculty)</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/ie8correct-way.png" width="526" height="400" alt="ie8correct-way.png" />
</div>
<div class="StepInstructions">
<p>When creating a link to content outside of D2L (like Publisher content), make sure to change the <strong>Open In</strong> option to <strong>New Window</strong>. By opening in a new window, IE is not trying to display both secure content (D2L) and non-secure content (external material) on the same page.</p>
</div></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonballentine.com/2009/08/20/navigation-canceled-warning-in-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a course syllabus as a news item</title>
		<link>http://www.brandonballentine.com/2009/08/19/adding-a-course-syllabus-as-a-news-item/</link>
		<comments>http://www.brandonballentine.com/2009/08/19/adding-a-course-syllabus-as-a-news-item/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 00:34:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desire2Learn]]></category>
		<category><![CDATA[syllabus]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.brandonballentine.com/2009/08/19/adding-a-course-syllabus-as-a-news-item/</guid>
		<description><![CDATA[

This tutorial shows a quick method for uploading a course syllabus as a news item. 


Click on the Add button to create a news item

	


From your course home page, click on the green + symbol to create a news item.


Give your news item a headline and some content

	


In the fields provided, give your news item [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonSummary">
<p>This tutorial shows a quick method for uploading a course syllabus as a news item. </p>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">Click on the Add button to create a news item</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/4.png" width="419" height="147" alt="4.png" />
</div>
<div class="StepInstructions">
<p>From your course home page, click on the green <strong>+</strong> symbol to create a news item.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Give your news item a headline and some content</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/2.png" width="491" height="324" alt="2.png" />
</div>
<div class="StepInstructions">
<p>In the fields provided, give your news item a headline and a brief description. <strong><i>Note: In this tutorial we are uploading an existing file. For additional information on using the D2L HTML editor, please check out some of ETS&#8217;s upcoming D2L workshops!</i></strong></p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Click on the Add a File button</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/3.png" width="413" height="149" alt="3.png" />
</div>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">Browse for your file</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/5.png" width="540" height="449" alt="5.png" />
</div>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">Click Save</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/7.png" width="194" height="86" alt="7.png" />
</div>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">Congrats &#8211; you&#8217;re finished!</h3>
<div class="StepImage">
	<img src="http://www.brandonballentine.com/wp-content/uploads/2009/08/syllabus-final.png" width="527" height="221" alt="syllabus-final.png" />
</div>
<div class="StepInstructions">
<p>Students will now be able to click on the link to download the course syllabus.</p>
</div></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonballentine.com/2009/08/19/adding-a-course-syllabus-as-a-news-item/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Credit Union iPhone Application &#8211; Update</title>
		<link>http://www.brandonballentine.com/2009/05/28/credit-union-iphone-application-update/</link>
		<comments>http://www.brandonballentine.com/2009/05/28/credit-union-iphone-application-update/#comments</comments>
		<pubDate>Fri, 29 May 2009 01:32:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[featured posts]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[credit union]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.brandonballentine.com/?p=417</guid>
		<description><![CDATA[It&#8217;s been way too long since I&#8217;ve posted anything on this site! I have a lot going on right now that I can&#8217;t wait to talk about, like starting a new job and going back to school, but that will all have to come later. Right now I want to quickly mention a new project [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been way too long since I&#8217;ve posted anything on this site! I have a lot going on right now that I can&#8217;t wait to talk about, like starting a new job and going back to school, but that will all have to come later. Right now I want to quickly mention a new project that I&#8217;ve been working on the past few weeks &#8211; a simple iPhone application that helps you locate the nearest credit union.</p>
<p>I&#8217;ve already made a couple of iPhone-optimized websites but have been itching to develop a native app since I picked up my iPhone in November. Last month I decided to give it a shot and started working on the credit union locator. I&#8217;m totally new to Objective-c and Cocoa, so the learning curve has been a bit steep for me, but I&#8217;m getting there slowly but surely. Below you&#8217;ll see a screenshot of one of the views in the application. Clicking on the <strong>Search</strong><strong> Credit Unions</strong> button will open a table view with the names, addresses, and phone numbers of the closest 5-10 credit unions. I&#8217;m still working out the details of that part of the app, but hope to have another announcement by the end of next week and plan on submitting everything to the iTunes app store some time shortly after that.</p>
<p><a href="http://www.brandonballentine.com/wp-content/uploads/2009/05/picture-2.png"><img class="aligncenter size-full wp-image-418" title="Credit Union iPhone Application" src="http://www.brandonballentine.com/wp-content/uploads/2009/05/picture-2.png" alt="Credit Union iPhone Application" width="414" height="770" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonballentine.com/2009/05/28/credit-union-iphone-application-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
