<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>GoToChrisWest.com News</title>
		<link>http://www.gotochriswest.com/news/</link>
		<description>Learn about what I am doing or what I have heard is coming soon.</description>
		<language>en-us</language>
		<pubDate>Sun, 20 May 2012 05:54:16 -0700</pubDate>
		<lastBuildDate>Sun, 20 May 2012 05:54:16 -0700</lastBuildDate>
		<managingEditor>webmaster@gotochriswest.com (Christopher West)</managingEditor>
		<webMaster>webmaster@gotochriswest.com (Christopher West)</webMaster>
		<atom:link href="http://gotochriswest.com/news/feed.php" rel="self" type="application/rss+xml" />
		<item>
			<title>Using Generator Functions in JavaScript</title>
			<link>http://www.gotochriswest.com/news/item.php?id=37</link>
			<guid>http://www.gotochriswest.com/news/item.php?id=37</guid>
			<pubDate>Fri, 11 Mar 2011 09:29:08 -0700</pubDate>
			<description>&lt;p&gt;I, like many people, am very much looking forward to JavaScript 2.0.&amp;nbsp; Looking towards the future, I decided to create a brief example which works on all browsers that support &lt;a href=&quot;https://developer.mozilla.org/en/JavaScript/New_in_JavaScript/1.7&quot;&gt;JavaScript 1.7&lt;/a&gt; (the only one that I know of is Firefox 2+).&amp;nbsp; My example uses a generator function to display the next value in the &lt;a href=&quot;http://en.wikipedia.org/wiki/Fibonacci_number&quot;&gt;Fibonacci sequence&lt;/a&gt; every time the user clicks a button.&amp;nbsp; If you are using Firefox + or another browser with JavaScript 1.7+ support, &lt;a href=&quot;http://jsbin.com/fibonacci/2&quot;&gt;check this example out&lt;/a&gt;.&lt;/p&gt;</description>
		</item>
		<item>
			<title>jPaq - Build Your Own JavaScript Library!</title>
			<link>http://www.gotochriswest.com/news/item.php?id=36</link>
			<guid>http://www.gotochriswest.com/news/item.php?id=36</guid>
			<pubDate>Tue, 01 Feb 2011 09:03:47 -0700</pubDate>
			<description>&lt;p&gt;I have finally put a definitive end to JXtension.&amp;nbsp; In the end, I realized it is not worth the effort to reinvent the wheel.&amp;nbsp; Instead, a few months ago, I created a new JavaScript/JScript library called &lt;a href=&quot;http://www.jpaq.org/&quot;&gt;jPaq&lt;/a&gt;.&amp;nbsp; There are two differences between jPaq and most other libraries.&amp;nbsp; First jPaq is a fully customizable library which gives you the ability to create your own build.&amp;nbsp; Second, it is extremely small and does things that aren't available in other libraries of its size.&amp;nbsp; jPaq is not meant to replace your other JavaScript libraries, but to supplement them.&amp;nbsp; Check it out at &lt;a href=&quot;http://jpaq.org/&quot;&gt;http://jpaq.org/&lt;/a&gt;.&lt;/p&gt;</description>
		</item>
		<item>
			<title>Upcoming Movie - Source Code</title>
			<link>http://www.gotochriswest.com/news/item.php?id=35</link>
			<guid>http://www.gotochriswest.com/news/item.php?id=35</guid>
			<pubDate>Sat, 25 Dec 2010 19:57:32 -0700</pubDate>
			<description>&lt;p&gt;Source code seems to be an upcoming that will be good.&amp;nbsp; It is about a man who has eight minutes to identify the bomber of a passenger train.&amp;nbsp; He has no more than eight minutes because after that point, the bomb goes off.&amp;nbsp; Fortunately for him, he is able to use someone else's body to determine the culprit.&amp;nbsp; On the other hand, he has no way of stopping the event from occurring.&amp;nbsp; Check it out &lt;a href=&quot;http://trailers.apple.com/trailers/summit/sourcecode/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
		</item>
		<item>
			<title>Custom UI Issues In Office 2007</title>
			<link>http://www.gotochriswest.com/news/item.php?id=34</link>
			<guid>http://www.gotochriswest.com/news/item.php?id=34</guid>
			<pubDate>Mon, 18 Oct 2010 14:05:58 -0700</pubDate>
			<description>&lt;p&gt;Right now I am currently updating my Excel 2003 add-in to 2007 for BMS.&amp;nbsp; Unfortunately, after search for quite a while, I found that &lt;a href=&quot;http://www.vbaexpress.com/forum/showthread.php?t=32930&quot;&gt;it is not possible&lt;/a&gt; to change the gear icon that appears for custom ribbon items.&amp;nbsp; Although Microsoft does do a lot of good, for us developers, they do leave a lot of things out as well.&lt;/p&gt;
&lt;p&gt;FYI, if you need to create some custom functions that should be visibly seen on the Ribbon, I recommend taking a look at these links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.rondebruin.nl/ribbon.htm&quot;&gt;http://www.rondebruin.nl/ribbon.htm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.rondebruin.nl/hidevisible.htm&quot;&gt;http://www.rondebruin.nl/hidevisible.htm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/bb266217(office.12).aspx&quot;&gt;http://msdn.microsoft.com/en-us/library/bb266217(office.12).aspx&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
		</item>
		<item>
			<title>Don't Forget The Geometric Series</title>
			<link>http://www.gotochriswest.com/news/item.php?id=33</link>
			<guid>http://www.gotochriswest.com/news/item.php?id=33</guid>
			<pubDate>Tue, 12 Oct 2010 17:57:19 -0700</pubDate>
			<description>&lt;p&gt;Last night my Dad asked me how banks are able to calculate how much you will need to pay each month for a thirty year loan (with an annual interest rate) on a house.&amp;nbsp; I at first thought this was a very simple algebra problem and started to write down some simple iterations on the back of some junk mail.&amp;nbsp; To my surprise, the answer was not jumping out at me.&amp;nbsp; I came to a screeching halt when I couldn't figure out how to solve 1 + x + x^2 + x^3 + ... + x^n.&amp;nbsp; After about an hour of trying to come up with an answer, I decided that I would finally admit defeat (seeing as how I am not a mathematician anyway) and ask my good friend Mr. &lt;a href=&quot;http://www.google.com/&quot;&gt;Google&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On Google, I stumbled upon &lt;a href=&quot;http://mathmomblog.wordpress.com/2007/12/16/sum-of-a-geometric-series/&quot;&gt;this article&lt;/a&gt; which seemed to give the answer in a round about way.&amp;nbsp; Finally, after programming the answer into a robust Excel workbook and sending it to my Dad, I found a more complete answer on &lt;a href=&quot;http://wikipedia.org/&quot;&gt;Wikipedia&lt;/a&gt;.&amp;nbsp; &lt;a href=&quot;http://en.wikipedia.org/wiki/Geometric_progression#Geometric_series&quot;&gt;This article&lt;/a&gt; gives a formula that is equivalent to the one that I was able to create based on Mathmom's answer.&amp;nbsp; The funny thing about all this is, I can now remember my High School Calculus teacher, &lt;a href=&quot;http://www.ratemyteachers.com/mike-white/627952-t&quot;&gt;Mr. White&lt;/a&gt;, telling our class not to forget this very important series.&amp;nbsp; Therefore, I urge all of you students of whatever discipline to listen a little better than I did (or at least become adept at using Google).&lt;/p&gt;</description>
		</item>
		<item>
			<title>RSS Feed</title>
			<link>http://www.gotochriswest.com/news/item.php?id=32</link>
			<guid>http://www.gotochriswest.com/news/item.php?id=32</guid>
			<pubDate>Wed, 06 Oct 2010 05:12:46 -0700</pubDate>
			<description>&lt;p&gt;I have finally created an RSS feed for the news section of this site.&amp;nbsp; After going to so many sites and seeing this technology, I felt it necessary to add it to my site.&lt;/p&gt;</description>
		</item>
		<item>
			<title>JScript/JavaScript Endevours</title>
			<link>http://www.gotochriswest.com/news/item.php?id=28</link>
			<guid>http://www.gotochriswest.com/news/item.php?id=28</guid>
			<pubDate>Sat, 21 Aug 2010 03:35:02 -0700</pubDate>
			<description>&lt;p&gt;I have been working on one project after the next since I graduated.&amp;nbsp; This is the main reason why I have not been officially updating the JXtension.&amp;nbsp; On the other hand, I do have many updates that I hope to incorporate into the library (including making some JScript solutions available).&lt;/p&gt;
&lt;p&gt;In an effor to put something new on my site that deals with scripting, I have uploaded a robust JavaScript called &lt;a href=&quot;http://gotochriswest.com/development/javascript/ezCalendar/&quot;&gt;ezCalendar&lt;/a&gt;.&amp;nbsp; This is a JavaScript solution for providing a date selector on any web page.&amp;nbsp; The code is less than 10 kilobytes and yet it provides a number of different features.&amp;nbsp; Each calendar may be customized in over a million different ways.&lt;/p&gt;</description>
		</item>
		<item>
			<title>Monty Hall Problem</title>
			<link>http://www.gotochriswest.com/news/item.php?id=27</link>
			<guid>http://www.gotochriswest.com/news/item.php?id=27</guid>
			<pubDate>Fri, 16 Jul 2010 23:52:21 -0700</pubDate>
			<description>&lt;p&gt;This is definitely one of my favorite math problems.&amp;nbsp; It is a great way to show people that dislike math, that simply going with your instincts doesn't always cut it in the real world.&amp;nbsp; Though I can't explain it with the excellent 3D illustrations as the great (but fictitious) Charlie Epps did, I have created a web page which explains the problem and the solution.&amp;nbsp; It can be found at &lt;a href=&quot;http://gotochriswest.com/education/math/MontyHall/&quot;&gt;http://gotochriswest.com/education/math/MontyHall/&lt;/a&gt;.&lt;/p&gt;</description>
		</item>
		<item>
			<title>Dragon Ball To Come To Nickelodeon</title>
			<link>http://www.gotochriswest.com/news/item.php?id=26</link>
			<guid>http://www.gotochriswest.com/news/item.php?id=26</guid>
			<pubDate>Sun, 28 Mar 2010 16:47:58 -0700</pubDate>
			<description>&lt;p&gt;When I was younger, one of my favorite cartoons was Dragon Ball Z.&amp;nbsp; Well, after the horrible live action Dragon Ball movie, I hadn't heard too much about the old series.&amp;nbsp; Still, for anyone who is a new fan or for those old fans who may tune in every once in a while because nothing comes on during the summer, you will be happy know that Dragon Ball Z Kai and Dragon Ball Revised will be coming to Nicktoons in May.&amp;nbsp; Find out more &lt;a href=&quot;http://www.examiner.com/x-37013-Flint-Anime-Examiner~y2010m3d11-Nicktoons-Channel-to-Add-New-Dragon-Ball-Anime-in-May&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
		</item>
		<item>
			<title>Home Page Updated</title>
			<link>http://www.gotochriswest.com/news/item.php?id=22</link>
			<guid>http://www.gotochriswest.com/news/item.php?id=22</guid>
			<pubDate>Tue, 09 Mar 2010 09:04:35 -0700</pubDate>
			<description>&lt;p&gt;Finally, my home page has been updated so that the style of the other pages is the same as the style on the Home Page.&amp;nbsp; In addition, the main page is now more user friendly.&amp;nbsp; As you must have noticed, the home page no longer has news items, this new page does.&lt;/p&gt;</description>
		</item>
	</channel>
</rss>

