<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[danzar's Blog]]></title>
	<link><![CDATA[http://www.dreamincode.net/forums/index.php?app=blog&module=showblog&blogid=2082]]></link>
	<description><![CDATA[danzar's Blog Syndication]]></description>
	<pubDate>Fri, 19 Oct 2012 16:06:29 +0000</pubDate>
	<webMaster>admin@dreamincode.net (Dream.In.Code)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title><![CDATA[Mega Project ideal list. - &#34;Text&#34; section / Text Editor]]></title>
		<link>http://www.dreamincode.net/forums/blog/2082/entry-4253-mega-project-ideal-list-text-section-text-editor/</link>
		<category></category>
		<description><![CDATA[Ok, this one took me a couple of days. I was having an issue on the text color after a highlighted section staying the same color as the last highlight. <br /><br />I was able to fix it with this line<br /><pre class='brush: bash ;'>textboxInput.Selection.ApplyPropertyValue(TextElement.ForegroundProperty, Brushes.Black);</pre>...]]></description>
		<pubDate>Thu, 18 Oct 2012 14:56:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/2082/entry-4253-mega-project-ideal-list-text-section-text-editor/</guid>
	</item>
	<item>
		<title><![CDATA[Mega Project ideal list. - &#34;Text&#34; section / Count Words in a String]]></title>
		<link>http://www.dreamincode.net/forums/blog/2082/entry-4233-mega-project-ideal-list-text-section-count-words-in-a-string/</link>
		<category></category>
		<description><![CDATA[I take the text from a text box and test if its empty. If its not, then I split the string into and array by splitting it at the open space. Then I loop all the array items counting them. Then pass the results to a message box.<br /><br />Second part is it opens a word file. Looping though it counting the words and then displays the results in a message...]]></description>
		<pubDate>Thu, 04 Oct 2012 18:05:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/2082/entry-4233-mega-project-ideal-list-text-section-count-words-in-a-string/</guid>
	</item>
	<item>
		<title><![CDATA[Mega Project ideal list. - &#34;Text&#34; section / Check if Palindrome]]></title>
		<link>http://www.dreamincode.net/forums/blog/2082/entry-4232-mega-project-ideal-list-text-section-check-if-palindrome/</link>
		<category></category>
		<description><![CDATA[I am taking the input from a text box then looping though it backward and creating the output string. after the loop is done I test the input text against the output text. If its true then its Palindrome.  <br /><br /><br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Thu, 04 Oct 2012 17:45:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/2082/entry-4232-mega-project-ideal-list-text-section-check-if-palindrome/</guid>
	</item>
	<item>
		<title><![CDATA[Mega Project ideal list. - &#34;Text&#34; section / Count Vowels]]></title>
		<link>http://www.dreamincode.net/forums/blog/2082/entry-4231-mega-project-ideal-list-text-section-count-vowels/</link>
		<category></category>
		<description><![CDATA[I am taking the input from a text box and lower all the text. Then I convert the string to a char array. Then loop though the array and test for each vowel. Adding to the vowel in the loop if it was found. <br /> Once the loop is over it test all the vowels for &gt;0. Then displays the results in the output label.<br /><br /><br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Thu, 04 Oct 2012 17:34:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/2082/entry-4231-mega-project-ideal-list-text-section-count-vowels/</guid>
	</item>
	<item>
		<title><![CDATA[Mega Project ideal list. - &#34;Text&#34; section / Pig Latin]]></title>
		<link>http://www.dreamincode.net/forums/blog/2082/entry-4230-mega-project-ideal-list-text-section-pig-latin/</link>
		<category></category>
		<description><![CDATA[This takes an input string from a text box. Then it first tests for a compound word. It gets the value for the compound word and then tests the results for first letter to vowel then returns the results of that event to the output label.<br /> If its not a compound word then it test for vowel and returns the results and passes it to the output...]]></description>
		<pubDate>Thu, 04 Oct 2012 16:17:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/2082/entry-4230-mega-project-ideal-list-text-section-pig-latin/</guid>
	</item>
	<item>
		<title><![CDATA[Mega Project ideal list. - &#34;Text&#34; section / Reverse a String]]></title>
		<link>http://www.dreamincode.net/forums/blog/2082/entry-4229-mega-project-ideal-list-text-section-reverse-a-string/</link>
		<category></category>
		<description><![CDATA[The ideal here is to responded to the text box "TextChanged" event with a loop though the text backwards saving it to a new string that I displayed in the output text box.<br /><br /><br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Thu, 04 Oct 2012 12:57:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/2082/entry-4229-mega-project-ideal-list-text-section-reverse-a-string/</guid>
	</item>
	<item>
		<title><![CDATA[My attempt at Martyr2's Mega Project ideal list. (&#34;Numbers&#34; section)]]></title>
		<link>http://www.dreamincode.net/forums/blog/2082/entry-4226-my-attempt-at-martyr2s-mega-project-ideal-list-numbers-section/</link>
		<category></category>
		<description><![CDATA[This is my attempt to do all of Martyr2's project list <a href='http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/' class='bbc_url' title='External link' rel='external'>Martyr2's Mega Project ideals</a>...]]></description>
		<pubDate>Wed, 03 Oct 2012 15:27:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/2082/entry-4226-my-attempt-at-martyr2s-mega-project-ideal-list-numbers-section/</guid>
	</item>
</channel>
</rss>