<?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>CalBearMnM&#039;s Journal &#187; Learning</title>
	<atom:link href="http://calbearmnm.com/mnm/journal/category/learning/feed/" rel="self" type="application/rss+xml" />
	<link>http://calbearmnm.com/mnm/journal</link>
	<description>Level Up!</description>
	<lastBuildDate>Wed, 18 Aug 2010 01:58:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Matching Developer Certificate to Code Signing Profile</title>
		<link>http://calbearmnm.com/mnm/journal/2010/01/25/matching-developer-certificate-to-code-signing-profile/</link>
		<comments>http://calbearmnm.com/mnm/journal/2010/01/25/matching-developer-certificate-to-code-signing-profile/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 01:30:39 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Web Dev and Tech]]></category>
		<category><![CDATA[code signing profile]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[developer certificate]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[plist]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1927</guid>
		<description><![CDATA[From http://www.iphonedevsdk.com/forum/iphone-sdk-development/17999-profile-doesn-t-match-application-identifier.html I was getting a &#8220;Code signing profile doesn&#8217;t match developer certificate&#8221; error.  After much troubleshooting.  I am able to set the Code Signing Profile in Project Info but the selection was greyed out when I was editing Active Target. Finally fixed the bug by updating the plist! Post by joni: There were so [...]]]></description>
			<content:encoded><![CDATA[<p>From http://www.iphonedevsdk.com/forum/iphone-sdk-development/17999-profile-doesn-t-match-application-identifier.html</p>
<blockquote><p>I was getting a &#8220;Code signing profile doesn&#8217;t match developer certificate&#8221; error.  After much troubleshooting.  I am able to set the Code Signing Profile in Project Info but the selection was greyed out when I was editing Active Target.</p>
<p>Finally fixed the bug by updating the plist!</p>
<p>Post by joni:</p>
<p>There were so many steps, I&#8217;m not sure I remember them all, but here are the parts I do remember, in case this helps anybody:</p>
<p>- I had two &#8220;System&#8221; keychains, so I deleted one of them<br />
- I set the &#8220;login&#8221; keychain to be the default, so that new keys would be added there (it should show up bold when it&#8217;s the default)<br />
- deleted the old public and private keys for my developer identity, and the wwdr and iphone developer certificates (in both the login and system keychains)<br />
- quit keychain access and restarted it<br />
- generated completely new keys, certificates, app id, provisioning profile<br />
- made sure everything got added to the login keychain, not the system keychain<br />
- in xcode deleted the old provisioning profiles from the Organizer and the device<br />
- added the new profile to xcode and the device<br />
- updated the info.plist (since I&#8217;d changed the com.yourcompany part of the app id in the new profile)</p>
<p>After verifying it worked with beta 4, I upgraded again to beta 5, did a clean rebuild, and everything still works fine. <img title="Smile" src="http://www.iphonedevsdk.com/forum/images/smilies/smile.gif" border="0" alt="" /></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2010/01/25/matching-developer-certificate-to-code-signing-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Byte Order Mark (BOM) ï»¿</title>
		<link>http://calbearmnm.com/mnm/journal/2010/01/21/bom/</link>
		<comments>http://calbearmnm.com/mnm/journal/2010/01/21/bom/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:55:55 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Web Dev and Tech]]></category>
		<category><![CDATA[bom]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[byte order mark]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[l10n]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[zapper]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1925</guid>
		<description><![CDATA[From: http://forum.joomla.org/viewtopic.php?f=309&#38;t=275353 &#8220;ï»¿&#8221; is the Byte Order Mark (BOM) of the Unicode Standard. Specifically it is the hex bytes EF BB BF, which form the UTF-8 representation of the BOM, misinterpreted as ISO 8859/1 text instead of UTF-8. Probably what it means is that you are using a text editor that is saving files in [...]]]></description>
			<content:encoded><![CDATA[<p>From: http://forum.joomla.org/viewtopic.php?f=309&amp;t=275353</p>
<blockquote><p>&#8220;ï»¿&#8221; is the Byte Order Mark (BOM) of the Unicode Standard. Specifically it is the hex bytes EF BB BF, which form the UTF-8 representation of the BOM, misinterpreted as ISO 8859/1 text instead of UTF-8.</p>
<p>Probably what it means is that you are using a text editor that is saving files in UTF-8 with the BOM, when it should be saving without the BOM. It could be PHP files that have the BOM, in which case they&#8217;d appear as literal text on your page.</p>
<p>The Unicode Consortium&#8217;s FAQ on the Byte Order Mark is at <a href="http://www.unicode.org/faq/utf_bom.html#BOM">http://www.unicode.org/faq/utf_bom.html#BOM</a> .</p></blockquote>
<p>Horrible first post of the year I know but hey Henry suggested I post my bug zappers online and this is something =P.</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2010/01/21/bom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development &#8211; Dev Tools, Flash Embed</title>
		<link>http://calbearmnm.com/mnm/journal/2009/08/07/web-development-dev-tools-flash-embed/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/08/07/web-development-dev-tools-flash-embed/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 01:24:51 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Web Dev and Tech]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[swfobject]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1839</guid>
		<description><![CDATA[Essential Developer Tools FireBug IE Developer Toolbar Flash Content Embed http://www.alistapart.com/articles/flashembedcagematch/ “How can you best embed Flash content?” It should be a simple question, but is likely to evoke a lot of different opinions and arguments, as each of the many available embedding techniques have their own pros and cons. In this article, I will [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>Essential Developer Tools</strong></span></p>
<ul>
<li> <a href="http://getfirebug.com/">FireBug</a></li>
<li> <a href="http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038">IE Developer Toolbar</a></li>
</ul>
<p><span style="text-decoration: underline;"><strong>Flash Content Embed</strong></span></p>
<p style="padding-left: 30px;"><a href="http://www.alistapart.com/articles/flashembedcagematch/">http://www.alistapart.com/articles/flashembedcagematch/</a></p>
<blockquote><p>“How can you best embed Flash content?”</p>
<p>It should be a simple question, but is likely to evoke a lot of different opinions and arguments, as each of the many available embedding techniques have their own pros and cons. In this article, I will look into the complexities and subtleties of embedding Flash content and examine the most popular embedding methods to see how good they really are.</p>
<p><strong>The key ingredients of a great Flash embedding method:</strong></p>
<ul>
<li>Standards Compliance</li>
<li>Cross-Browser Support</li>
<li>Support for Alternative Content</li>
<li>Avoidance of Flash Content/Player Mismatches</li>
<li>Auto-Activation of Active Content</li>
<li>Ease Of Implementation</li>
</ul>
</blockquote>
<p style="padding-left: 30px;"><a href="http://code.google.com/p/swfobject/">http://code.google.com/p/swfobject/</a></p>
<blockquote><p><strong>What is SWFObject?</strong></p>
<ul>
<li>Offers two optimized Flash Player embed methods; a markup based approach and a method that relies on JavaScript</li>
<li>Offers a <a rel="nofollow" href="http://code.google.com/p/swfobject/wiki/api">JavaScript API</a> that aims to provide a complete tool set for embedding SWF files and retrieving Flash Player related information</li>
<li>Utilizes only one small JavaScript file (10Kb / GZIPed: 3.9Kb)</li>
<li>Is the successor of <a rel="nofollow" href="http://blog.deconcept.com/swfobject/">SWFObject 1.5</a>, <a rel="nofollow" href="http://www.bobbyvandersluis.com/ufo/">UFO</a> and the <a rel="nofollow" href="http://www.adobe.com/products/flashplayer/download/detection_kit/">Adobe Flash Player Detection Kit</a></li>
<li>Intends to unify all existing Flash Player embed methods and provide a new standard for embedding Adobe Flash Player content</li>
</ul>
<p><strong>Why should you use SWFObject?</strong></p>
<ul>
<li>Is more optimized and flexible than any other Flash Player embed method around</li>
<li>Offers one solution for everybody: It shouldn&#8217;t matter if you are an HTML, Flash, or JavaScript developer, there should be something in it for everyone</li>
<li>Breaks the cycle of being locked into vendor specific markup and promotes the use of web standards and alternative content</li>
<li>Uses unobtrusive JavaScript and JavaScript best practices</li>
<li>Is easy to use</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/08/07/web-development-dev-tools-flash-embed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABC Language Feedback &#8211; Mandarin Chinese Class</title>
		<link>http://calbearmnm.com/mnm/journal/2009/08/07/abc-language-feedback-mandarin-chinese-class/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/08/07/abc-language-feedback-mandarin-chinese-class/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 00:43:05 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Chinese]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[abc language]]></category>
		<category><![CDATA[chinese class]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[geos]]></category>
		<category><![CDATA[mandarin]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1837</guid>
		<description><![CDATA[I was pleased with the overall learning environment at ABC Language Exchange and am looking forward to more classes in the future if time permits.  I am glad to see that there is a wide variety of choices and different levels available.  I do have some feedback that may help. - It is really easy [...]]]></description>
			<content:encoded><![CDATA[<p>I was pleased with the overall learning environment at ABC Language Exchange and am looking forward to more classes in the future if time permits.  I am glad to see that there is a wide variety of choices and different levels available.  I do have some feedback that may help.</p>
<p>- It is really easy to start off enrolling as an absolute beginner student.  The dates are available and the newsletters keep people up to date.  However, the process is much tougher for levels beyond absolute beginner.  As someone taking a second class after the absolute beginner class, it took a long time to get myself into a class since response times were slow for my evaluation and scheduling over email and over the phone.  There are no clear dates of enrollment and no place on the web to see when the available dates and times are.  If it was possible to post information on classes (languages, levels, dates/times and teachers), this would greatly increase productivity for the website and increase ABC Language&#8217;s overall enrollment.</p>
<p>- Books can make a huge impact on the class as well as seen with learning from Active Chinese (with web accompaniment) and Far East Chinese For Youth.  Both books have their pros and cons.  Active Chinese is a bit more scattered in teaching.  The learning is conversation style and there is less organization in the book.  However, the web accompaniment was a great help &#8211; flash version of the dialogue, audio, pdf resources of vocabulary, and the homework/tests.  Chinese For Youth is more colorful and entertaining.  On top of that, it is also more organized so it is easier to learn the basics all at once.  However, the student is pretty much on their own outside of the book and the teacher.  There is no guide unless the student purchases the $30 audio cds per book.  The CDs aren&#8217;t as helpful as the Active Chinese website but it is a small outside resource that could help.</p>
<p>- I found that classes can differ greatly according to teachers so if there was a section of the website with reviews and recommendations of the teachers, it would be very helpful.  The feedback could even be filtered by ABC Language so that nothing is overwhelmingly negative and every teacher has equal numbers of pros and cons shown so there is equal chance of enrollment.</p>
<p>- That being said, Mavi Graves is one of the best teachers for learning the Chinese Language.  Having learned it herself as a native English speaker, she knows best the tips and tricks on how to learn words and learn how to pronounce them as well.  She may not have as deep of a background with the history of Chinese but she is a great person for teaching beginner Chinese.  She has a lot of patience with the students and paces them well.  It was much easier to learn vocabulary with Mavi&#8217;s help.  The homework was useful as well even though not everybody in the class was consistent with this.</p>
<p>- Wendy is a good teacher for learning correct pronounciation which is critically important in learning how to speak Chinese.  She also has background information on the culture and even the history of the characters which makes her a great resource when learning about writing and remembering characters.  The drawback is that Wendy is not a native English speaker and this is apparent by her accent.  It is sometimes hard to understand her and it is sometimes hard for her to understand questions from students.  She may also go too fast sometimes in speaking which makes it hard for students to keep up.  Her teaching style is less organized so some chapters of the book may be repeated for multiple weeks and she many times begins her class with teaching random Chinese words and phrases.  Since these random words aren&#8217;t used often after they are presented, they are quickly forgotten.  It is harder to learn vocabulary with Wendy because not enough time is spent on learning the words.  As said before, her forte is pronounciation so a lot of time is spent on that thus students gain a lot more out of this.  Wendy may be a good teacher for Advanced levels of chinese where practice and pronounciation is needed the most.</p>
<p>- One thing that made the last class tougher to handle was the changing class levels as more students trickled in.  The class started off a bit beyond my level but I eventually caught up.  However, new students that showed up to class had increasingly higher levels, thus the average level of the class increased to a point where it went far beyond my skill level within a short amount of time.  If there was a way to categorize levels and students (perhaps by the number of years they have learned the language), it would be better for students to keep in pace with the class.  Other students at my level who started at the same time as me were equally overwhelmed with the increased level of new students to the point of deciding to discontinue taking Wendy&#8217;s class in the end.  The teacher needs to maintain the level of the class to the level she started with with the students who have been around the longest.</p>
<p>It is my hope that the next time I contact ABC Language for furthering my studies, I will have a much easier experience finding the appropriate class for me.  I fully support and recommend ABC Language Exchange and I hope that its services will continue for a long time.</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/08/07/abc-language-feedback-mandarin-chinese-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freemarker</title>
		<link>http://calbearmnm.com/mnm/journal/2009/07/28/freemarker/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/07/28/freemarker/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 16:19:12 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Web Dev and Tech]]></category>
		<category><![CDATA[freemarker]]></category>
		<category><![CDATA[ftl]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1797</guid>
		<description><![CDATA[Iteration &#60;#list mainItem.item as item&#62; &#60;#local x = x+1&#62; &#60;#local itemTitle = item.title /&#62; &#60;#local itemLink = item.link /&#62; &#60;a href=&#8221;${itemLink}&#8221;&#62;${itemTitle}&#60;/a&#62; &#60;#if x &#60; 4&#62; &#38;#183; &#60;/#if&#62; &#60;/#list&#62; Looping item_has_next = foreach (where item can be replaced by key name) item_index = count (where item can be replaced by key name)]]></description>
			<content:encoded><![CDATA[<p><strong>Iteration</strong></p>
<p>&lt;#list mainItem.item as item&gt;<br />
&lt;#local x = x+1&gt;<br />
&lt;#local itemTitle = item.title /&gt;<br />
&lt;#local itemLink = item.link /&gt;<br />
&lt;a href=&#8221;${itemLink}&#8221;&gt;${itemTitle}&lt;/a&gt;<br />
&lt;#if x &lt; 4&gt; &amp;#183; &lt;/#if&gt;<br />
&lt;/#list&gt;</p>
<p><strong>Looping</strong></p>
<p>item_has_next = foreach (where item can be replaced by key name)</p>
<p>item_index = count (where item can be replaced by key name)</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/07/28/freemarker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Basics Review c/o AdobeTV – AS3</title>
		<link>http://calbearmnm.com/mnm/journal/2009/07/14/flash-basics-review-co-adobetv-%e2%80%93-as3/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/07/14/flash-basics-review-co-adobetv-%e2%80%93-as3/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 17:58:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Web Dev and Tech]]></category>
		<category><![CDATA[action script]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobetv]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[motion]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1773</guid>
		<description><![CDATA[Building an application: http://tv.adobe.com/#vi+f1590v1809 Simple mouseclick linking to frame code: boards.addEventListener(MouseEvent.CLICK, gotoBoards); function gotoBoards(event:MouseEvent): void { Sound.Mixer.stopAll(); gotoAndPlay(1); //1 = frame number } Colin Moock&#8217;s Lost Action Script Weekend &#8211; Course 1 Introduction: http://tv.adobe.com/#vi+f16245v1000]]></description>
			<content:encoded><![CDATA[<p>Building an application: <a href="http://tv.adobe.com/#vi+f1590v1809">http://tv.adobe.com/#vi+f1590v1809</a></p>
<p style="padding-left: 30px;">Simple mouseclick linking to frame code:</p>
<blockquote>
<div style="padding-left: 30px;">boards.addEventListener(MouseEvent.CLICK, gotoBoards);</div>
<div style="padding-left: 30px;">function gotoBoards(event:MouseEvent): void</div>
<div style="padding-left: 30px;">{</div>
<div style="padding-left: 60px;">Sound.Mixer.stopAll();</div>
<div style="padding-left: 60px;">gotoAndPlay(1); //1 = frame number</div>
<div style="padding-left: 30px;">}</div>
</blockquote>
<div>Colin Moock&#8217;s Lost Action Script Weekend &#8211; Course 1 Introduction:</div>
<div><a href="http://tv.adobe.com/#vi+f16245v1000">http://tv.adobe.com/#vi+f16245v1000</a></div>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/07/14/flash-basics-review-co-adobetv-%e2%80%93-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Tutorials and Web Dev/Tech Books</title>
		<link>http://calbearmnm.com/mnm/journal/2009/07/13/tutorials-and-tech-books/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/07/13/tutorials-and-tech-books/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 18:49:35 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Web Dev and Tech]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1764</guid>
		<description><![CDATA[After talking to one of the MTVNI developers, I&#8217;ve decided to focus on jQuery learning next.  I need to really advance my JS skills to a much higher level to be updated and be competitive. Resources: http://docs.jquery.com/Tutorials = my next project, jquery http://w3schools.com/ = my endless resource http://www.freetechbooks.com/ http://www.techtoolblog.com/archives/195-free-online-programming-books http://jqueryvsmootools.com/ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; So I ask a [...]]]></description>
			<content:encoded><![CDATA[<p>After talking to one of the MTVNI developers, I&#8217;ve decided to focus on jQuery learning next.  I need to really advance my JS skills to a much higher level to be updated and be competitive.</p>
<p>Resources:</p>
<ul>
<li><a href="http://docs.jquery.com/Tutorials">http://docs.jquery.com/Tutorials</a> = my next project, jquery</li>
<li><a href="http://w3schools.com/">http://w3schools.com/</a> = my endless resource</li>
<li><a href="http://www.freetechbooks.com/">http://www.freetechbooks.com/</a></li>
<li><a href="http://www.techtoolblog.com/archives/195-free-online-programming-books">http://www.techtoolblog.com/archives/195-free-online-programming-books</a></li>
<li><a href="http://jqueryvsmootools.com/">http://jqueryvsmootools.com/</a></li>
</ul>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>So I ask a ton of developers out there&#8230; what do you do to learn, enrich your knowledge, further your skills?  What books do you read? What feeds? What websites? What technologies do you focus on?  What I am realizing (which should have been obvious to me from the start) is that each developer is unique.</p>
<p>Each developer is like a Katamari ball, rolling around the technological virtual world within the capabilities of computers, collecting/sponging up all the information/skills/experience they can depending on the direction they are interested in taking and what data is available to be collected/sponged up.  There is no clear path.  There are endless possibilities.  It just depends on what the individual developer feels like doing.  The only way to win is to make the biggest ball you can make and just keep going.  Don&#8217;t stop.  Never stop learning.</p>
<p>huó dào lăo, xué dào lăo; xué dào lăo, xué bù liăo.</p>
<p>活到老，学到老；学到老，学不了。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>So I&#8217;m ADD and can&#8217;t focus on studying one thing at a time.  I figured maybe I should keep myself accountable by posting the stuff I learn.</p>
<p>So (yeah I start my sentences with &#8220;so&#8221; a lot, dont know why) I went through one of the tutorials today for jQuery.</p>
<p><a href="http://docs.jquery.com/Tutorials:How_jQuery_Works">How jQuery Works</a></p>
<ul>
<li>Google&#8217;s CDN to load the jQuery core file:
<ul>
<li>http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js</li>
</ul>
</li>
<li>jQuery&#8217;s ready event replaces window.onload:
<ul>
<li>$(document).ready(function(){ function_to_run(); });</li>
</ul>
</li>
<li>Adding and removing a CSS class (to a sample &#8220;a&#8221; element):
<ul>
<li>$(&#8220;a&#8221;).addClass(&#8220;class_name&#8221;);</li>
<li>$(&#8220;a&#8221;).removeClass(&#8220;class_name&#8221;);</li>
</ul>
</li>
<li><a href="http://docs.jquery.com/Effects">Special Effects</a>
<ul>
<li>$(this).hide(&#8220;slow&#8221;);</li>
</ul>
</li>
<li>Callback functions &#8211; passed as arg to another func and executed after parent func has completed.
<ul>
<li>$.get(&#8216;myhtmlpage.html&#8217;, myCallBack);</li>
<li>$.get(&#8216;myhtmlpage.html&#8217;, function(){<br />
myCallBack(param1, param2);<br />
});</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/07/13/tutorials-and-tech-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchanging Out-Of-State License to NY License at DMV</title>
		<link>http://calbearmnm.com/mnm/journal/2009/07/10/exchanging-out-of-state-license-to-ny-license-at-dmv/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/07/10/exchanging-out-of-state-license-to-ny-license-at-dmv/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 17:23:31 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Daily Grind]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[ca]]></category>
		<category><![CDATA[dmv]]></category>
		<category><![CDATA[drivers license]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[ny]]></category>
		<category><![CDATA[social security card]]></category>
		<category><![CDATA[ssn]]></category>
		<category><![CDATA[swap]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1753</guid>
		<description><![CDATA[Everyone knows going to the DMV means waiting in lines forever. That&#8217;s exactly what I went through this morning. I got to the herald square office at 9am. Waited for the express elevator to the 8th floor DMV office. As soon as we got there, there was a long line just to get to the [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone knows going to the DMV means waiting in lines forever.  That&#8217;s exactly what I went through this morning.  I got to the herald square office at 9am.  Waited for the express elevator to the 8th floor DMV office.  As soon as we got there, there was a long line just to get to the information booth which filtered all the incoming traffic and guided them to a second line.</p>
<p>The second line had the longest wait.  It snaked across the room in a path outlined by barriers.  I didn&#8217;t get to the end of the line until after 10am.  They took all my forms and checked my identification.  I got my picture taken.  I hope it doesn&#8217;t come out horribly.  At 10:30am, I took a seat and waited for my number, B625 to show up on the board to tell me which window would process my request.  This took half an hour.  I finally got out of the DMV office at around 11am.</p>
<p>I felt so lost without my CA drivers license, or without any license for that matter.  They gave me a temporary license and told me it would take two weeks for the license to arrive in the mail.</p>
<blockquote style="padding-left: 30px;"><p>[12:45] n0taplaya6: ur a new yorker now<br />
[12:45] n0taplaya6: &gt;.&lt;</p></blockquote>
<p><strong>How To: Exchange an out-of-state photo driver license for a NYS driver license</strong><br />
<a href="http://www.nysdmv.com/license.htm#driversmoving">http://www.nysdmv.com/license.htm#driversmoving</a></p>
<ul style="padding-left: 30px;">
<li>Get Social Security Card (if you don&#8217;t already have one):
<ul>
<li>Fill out application <a href="http://www.socialsecurity.gov/online/ss-5.html">SS-5</a>.</li>
<li>Send application by mail or go to <a href="http://ssa-custhelp.ssa.gov/cgi-bin/ssa.cfg/php/enduser/std_adp.php?p_faqid=1412">Social Security Office</a>.</li>
<li>Wait two weeks to receive card in mail.</li>
</ul>
</li>
<li>Schedule eye exam with optometrist to fill out Form MV-619 (not required).</li>
<li>Get NY License:
<ul>
<li>Fill out application <a href="http://www.nysdmv.com/forms/mv44.pdf">Form MV-44</a>.</li>
<li>Go to <a href="http://www.nydmv.state.ny.us/ethrum.htm">DMV Office</a> between 8:30am and 4pm with <strong>Out-of-state photo driver license, US passport, Social Security Card, Form MV-44 Drivers License Application, Form MV-619 (or pass vision test), and $42.50</strong> and process application.  Expect a two hour wait.</li>
<li>Wait two weeks to receive card in mail.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/07/10/exchanging-out-of-state-license-to-ny-license-at-dmv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Birthday Freebies</title>
		<link>http://calbearmnm.com/mnm/journal/2009/07/09/birthday-freebies/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/07/09/birthday-freebies/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 20:43:38 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[freebies]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1748</guid>
		<description><![CDATA[Birthday Freebies Worth Noting: Baskin-Robbins Birthday Club &#8211; free ice cream! Cold Stone Birthday Club &#8211; free creation! Sephora &#8211; free gift (after signing up with Beauty Insider) Oh on the downside, I learned today that Subway nixed their $5 subway deal. =[]]></description>
			<content:encoded><![CDATA[<p>Birthday Freebies Worth Noting:</p>
<ul>
<li> <a href="https://www.baskinrobbins.com/bdayclub/RegisterInfo1.aspx">Baskin-Robbins Birthday Club</a> &#8211; free ice cream!</li>
<li> <a href="http://www.coldstonecreamery.com/mycs/myCS_pub_home.aspx?ReturnUrl=%2fmycs%2fmyCS_my_bday_acct.aspx">Cold Stone Birthday Club</a> &#8211; free creation!</li>
<li> <a href="http://sephora.com/auth_secure/user/my_profile.jhtml">Sephora</a> &#8211; free gift (after signing up with Beauty Insider)</li>
</ul>
<p>Oh on the downside, I learned today that Subway nixed their $5 subway deal. =[</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/07/09/birthday-freebies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Radio Suggestions</title>
		<link>http://calbearmnm.com/mnm/journal/2009/07/09/online-radio-suggestions/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/07/09/online-radio-suggestions/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 13:34:31 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[online radio]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1745</guid>
		<description><![CDATA[From Facebook Status: Pandora is limiting the amount of music I get to listen to. Anyone have other good alternatives? slacker.com imeem.com what.cd &#8211; blocked at work last.fm playlist.com]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://www.facebook.com/home.php?ref=home#/posted.php?id=517940618&#038;share_id=124595964166&#038;comments=1&#038;ref=mf#s124595964166">Facebook Status: Pandora is limiting the amount of music I get to listen to. Anyone have other good alternatives?</a></p>
<p><a href="http://slacker.com">slacker.com</a><br />
<a href="http://imeem.com">imeem.com</a><br />
<a href="http://what.cd">what.cd</a> &#8211; blocked at work<br />
<a href="http://last.fm">last.fm</a><br />
<a href="http://playlist.com">playlist.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/07/09/online-radio-suggestions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Basics Review c/o AdobeTV &#8211; Tweens</title>
		<link>http://calbearmnm.com/mnm/journal/2009/07/08/flash-basics-review-co-adobetv-tweens/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/07/08/flash-basics-review-co-adobetv-tweens/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 18:41:15 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Web Dev and Tech]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobetv]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[motion]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tween]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1736</guid>
		<description><![CDATA[Shape Tween: http://tv.adobe.com/#vi+f1590v1816 Start with shape or drawing object. Select frame to be end of tween. F6 to create new keyframe that is copy of last keyframe. TWEEN: Right click on frames in between and select &#8220;Create Shape Tween&#8221;. MODIFY: Go to starting key frame and change shape of object. Motion Tweens: http://tv.adobe.com/#vi+f1590v1815 Have symbol [...]]]></description>
			<content:encoded><![CDATA[<p>Shape Tween: <a href="http://tv.adobe.com/#vi+f1590v1816">http://tv.adobe.com/#vi+f1590v1816</a></p>
<ul>
<li> Start with shape or drawing object.</li>
<li> Select frame to be end of tween.</li>
<li> F6 to create new keyframe that is copy of last keyframe.</li>
<li> TWEEN: Right click on frames in between and select &#8220;Create Shape Tween&#8221;.</li>
<li> MODIFY: Go to starting key frame and change shape of object.</li>
</ul>
<p>Motion Tweens: <a href="http://tv.adobe.com/#vi+f1590v1815">http://tv.adobe.com/#vi+f1590v1815</a></p>
<ul>
<li> Have symbol to add motion tween to. Best if movie clip.</li>
<li> Have empty frames between beginning and end within timeline.</li>
<li> Right click on frame between beginning and end.</li>
<li> TWEEN: Select Create Motion Tween.</li>
<li> MODIFY: At frame where you want motion to occur.  Click and drag/move/modify symbol.</li>
</ul>
<p>Using Motion Editor: <a href="http://tv.adobe.com/#vi+f1590v1812">http://tv.adobe.com/#vi+f1590v1812</a></p>
<ul>
<li> Start with motion tween.</li>
<li> Select tween in timeline.</li>
<li> Window -> Motion Editor.</li>
<li> Scrub values.</li>
</ul>
<p>Working with Motion Presets: <a href="http://tv.adobe.com/#vi+f1590v1813">http://tv.adobe.com/#vi+f1590v1813</a></p>
<ul>
<li> Select tween.</li>
<li> Right click -> Save as Motion Preset</li>
<li> Window -> Motion Presets</li>
<li> Apply to other movie clip symbol</li>
<li> Shift click motion preset to have current keyframe be end position of motion</li>
</ul>
<p>Animating Bones: <a href="http://tv.adobe.com/#vi+f1590v1811">http://tv.adobe.com/#vi+f1590v1811</a></p>
<ul>
<li> Start with movie clips.</li>
<li> Use bone tool in toolbar clicking from hinge of one movie clip hinge to another movie clip hinge.</li>
<li> Test how bone system hinges by clicking and dragging elements.</li>
<li> Bone system elements go into the Armature layer.  Can delete emptied out frames.</li>
<li> F5 to add frames and extend timeline for both Armature and background.</li>
<li> Move to any frame and move bone system by clicking and dragging while on Armature layer.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/07/08/flash-basics-review-co-adobetv-tweens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinese Class Cheat Sheet 2</title>
		<link>http://calbearmnm.com/mnm/journal/2009/06/29/chinese-class-cheat-sheet-2/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/06/29/chinese-class-cheat-sheet-2/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 18:49:46 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Chinese]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[language]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=9</guid>
		<description><![CDATA[Words To Memorize (Organized according to accent): 第二級 - 第二课： 我的学校 一 ： 黑 街 一 - 一 ： 公司 开车 一 - 四 ： 方便 车站 一 - 二 - 一 - 一 ： 新泽西州 一 - 二 - 二 - 一 ： 公共汽车 二 ： 骑 黄 二 - 一 ： 邻居 二 [...]]]></description>
			<content:encoded><![CDATA[<p>Words To Memorize (Organized according to accent):<span style="font-size: xx-small;"></p>
<pre>第二級 - 第二课： 我的学校

一		：	黑	街
一 - 一		：	公司	开车
一 - 四		：	方便	车站
一 - 二 - 一 - 一	：	新泽西州
一 - 二 - 二 - 一	：	公共汽车		

二		：	骑	黄
二 - 一		：	邻居
二 - 四		：	颜色
二 - 一 - 一	：	摩托车
二 - 四 - 三	：	和...一起		

三		：	得	给
三 - 一		：	火车	紧张	小心	纽约
三 - 二		：	怎么
三 - 三		：	可以
三 - 四		：	走路		

四		：	辆	坐	送	像	快	慢
四 - 一		：	汽车	校车	上班
四 - 三		：	地铁	厕所
四 - 四		：	住在
四 - 二 - 一	：	自行车
四 - 四 - 二 - 四	：	就像...依样</pre>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/06/29/chinese-class-cheat-sheet-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinese Class Cheat Sheet</title>
		<link>http://calbearmnm.com/mnm/journal/2009/06/22/chinese-class-cheat-sheet-3/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/06/22/chinese-class-cheat-sheet-3/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Chinese]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[language]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2009/06/22/chinese-class-cheat-sheet-3/</guid>
		<description><![CDATA[Words To Memorize (Organized according to accent): &#31532;&#20108;&#32026; - &#31532;&#19968;&#35838;&#65306; &#25105;&#30340;&#23398;&#26657; &#19968; &#65306; &#29677; &#124; &#24352; &#124; &#21315; &#124; &#29983; &#124; &#21021; &#124; &#22810; &#19968; - &#19968; &#65306; &#39640;&#20013; &#124; &#21021;&#20013; &#19968; - &#22235; &#65306; &#20132;&#25442; &#124; &#24076;&#26395; &#124; &#30495;&#26834; &#20108; &#65306; &#23398; &#124; &#31163; &#124; &#20174; &#124; &#26469; &#20108; - &#20108; &#65306; &#20160;&#20040; &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>Words To Memorize (Organized according to accent):<br />
<font size="+1">
<pre>&#31532;&#20108;&#32026; - &#31532;&#19968;&#35838;&#65306; &#25105;&#30340;&#23398;&#26657;

&#19968;      &#65306;  &#29677;     | &#24352;     | &#21315;     |  &#29983;     |   &#21021;   |  &#22810;
&#19968; - &#19968; &#65306;  &#39640;&#20013; | &#21021;&#20013;
&#19968; - &#22235; &#65306;  &#20132;&#25442; | &#24076;&#26395; | &#30495;&#26834;

&#20108;      &#65306;  &#23398;     | &#31163;     |  &#20174;    |  &#26469;
&#20108; - &#20108; &#65306;  &#20160;&#20040; | &#30707;&#26725;
&#20108; - &#22235; &#65306;  &#19968;&#20849;

&#19977;      &#65306;  &#36828;     | &#30334;     | &#23569;
&#19977; - &#20108; &#65306;  &#26377;&#21517;
&#19977; - &#19977; &#65306;  &#21738;&#37324;

&#22235;      &#65306;  &#36817;     | &#22312;     | &#19978;    |  &#24102;
&#22235; - &#19968; &#65306;  &#22320;&#26041; | &#24565;&#20070; | &#31532;&#19968;
&#22235; - &#20108; &#65306;  &#22320;&#22270; | &#19978;&#23398;
&#22235; - &#19977; &#65306;  &#36825;&#37324; | &#37027;&#37324;
&#22235;-&#19977;-&#19968; &#65306;  &#19968;&#30334;&#22810;</pre>
<p></font><br />
<a href="http://en.wikipedia.org/wiki/List_of_Kangxi_radicals">List of Kangxi Radicals</a><br />
<a href="http://www.archchinese.com/arch_chinese_radicals.html">Chinese Radicals Table with Meanings on Rollover</a><br />
<a href="http://www.archchinese.com/arch_stroke_order_rules.html">Stroke Order Rules</a</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/06/22/chinese-class-cheat-sheet-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Update</title>
		<link>http://calbearmnm.com/mnm/journal/2009/05/20/website-update-2/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/05/20/website-update-2/#comments</comments>
		<pubDate>Thu, 21 May 2009 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Chinese]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[zhongwen]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2009/05/20/website-update-2/</guid>
		<description><![CDATA[As I was practicing my Chinese, Alex introduced me to this wonderful website &#8211; zhongwen.com which helped me learn the meaning behind the characters. It&#8217;s pretty awesome in terms of getting to know the Chinese writing system. I feel like I&#8217;m learning how to read pictographs. They have a nifty feature which I could add [...]]]></description>
			<content:encoded><![CDATA[<p>As I was practicing my Chinese, Alex introduced me to this wonderful website &#8211; <a href="http://zhongwen.com/">zhongwen.com</a> which helped me learn the meaning behind the characters.  It&#8217;s pretty awesome in terms of getting to know the Chinese writing system.  I feel like I&#8217;m learning how to read pictographs.  They have a nifty feature which I could add to my website which generates new words (my only problem with it is even if I learn what the character means, I don&#8217;t know how to say it).  I wanted to add this to my site so I created a space for it on the front page.  I got into the mood of redecorating my home so I went ahead and created splash page images which rotate similarly to how I did the MTV Movie Awards International websites.  I have yet to figure out how else to fill in the newly created space.  Hopefully the new layout will make the first page look/feel more professional.  Design inspiration comes over time.</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/05/20/website-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinese Class</title>
		<link>http://calbearmnm.com/mnm/journal/2009/05/18/chinese-class/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/05/18/chinese-class/#comments</comments>
		<pubDate>Tue, 19 May 2009 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Chinese]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2009/05/18/chinese-class/</guid>
		<description><![CDATA[I am going for another round of 12 weeks of chinese class. I&#8217;ve gone through a few classes now and my classmates keep switching up. I have the spanish guy and older lady with me now. I like how the teacher focuses a lot on pronunciation so I get a lot of practice with tones. [...]]]></description>
			<content:encoded><![CDATA[<p>I am going for another round of 12 weeks of chinese class.  I&#8217;ve gone through a few classes now and my classmates keep switching up.  I have the spanish guy and older lady with me now.  I like how the teacher focuses a lot on pronunciation so I get a lot of practice with tones.  However, I feel behind in vocabulary.  Its harder to learn when I hear words mentioned once and then forgotten and not used often enough to stick in memory.  I guess I will need to learn these words on my own.</p>
<p>Oh another cool thing is we started learning how to write characters.  I&#8217;ve been doing it a bit before c/o My Chinese Coach on DS but my teacher taught the right way to use the pen and hold it as well as going through which strokes go in which order.  Its pretty cool.  I&#8217;m going slow learning but I&#8217;m trying to learn each word as thoroughly as possible &#8211; the meaning, the sound, the pinyin, the reading and writing of characters, and the utterance with the right tone.  I hope I am improving!  My teacher says I write characters well and speak it (after her) well.  ^_^</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/05/18/chinese-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinese Class</title>
		<link>http://calbearmnm.com/mnm/journal/2009/05/06/chinese-class-2/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/05/06/chinese-class-2/#comments</comments>
		<pubDate>Thu, 07 May 2009 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Chinese]]></category>
		<category><![CDATA[abc language]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[geos]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2009/05/06/chinese-class-2/</guid>
		<description><![CDATA[*04/20/09, Monday &#8211; I started taking Mandarin classes again at ABC Language/GEOS! I&#8217;m now taking Mandarin Beginner 2 with Wendy on Monday nights 6:30pm-8:30pm. I signed up for another 12 week course. This time the class was at the Empire State Building. I thought it was a bit too advanced for me as they started [...]]]></description>
			<content:encoded><![CDATA[<p>*04/20/09, Monday &#8211; I started taking Mandarin classes again at ABC Language/GEOS!  I&#8217;m now taking Mandarin Beginner 2 with Wendy on Monday nights 6:30pm-8:30pm.  I signed up for another 12 week course. This time the class was at the Empire State Building.  I thought it was a bit too advanced for me as they started at chapter 7 of their book and I didn&#8217;t know a lot of the words.  It did overlap a bit with stuff I learned before though.  I looked at the book later on and found that I actually started at a good spot as I learned stuff from previous chapters before.</p>
<p>*04/27/09, Monday &#8211; We were locked out that day so we went to another GEOS/ABC location and had class there.  Wendy was teaching us some stuff along the way.  Since the other student was leaving for China soon, she tried to focus on more important sentences and words that might be important for him to know.</p>
<p align="center"><img src="/mnm/images/journal/1223_chinese.jpg"></p>
<p>
*05/04/09, Monday &#8211; New student joined our class so we have three now.  This guy&#8217;s name is Xavier and he&#8217;s from Spain.  We have quite a diversity of people.  My teacher&#8217;s Chinese.  The other guy is Brit I think or Aussie.  We wrapped up the Far East Chinese for Youth book with reading and translating some paragraphs.  It was hard but doable.  The teacher was happy with our level of understanding and said we would be learning more characters and learning how to converse and ask questions more.</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/05/06/chinese-class-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Chinese New Year!</title>
		<link>http://calbearmnm.com/mnm/journal/2009/01/25/happy-chinese-new-year/</link>
		<comments>http://calbearmnm.com/mnm/journal/2009/01/25/happy-chinese-new-year/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Chinese]]></category>
		<category><![CDATA[Lee Family]]></category>
		<category><![CDATA[Special Occasion]]></category>
		<category><![CDATA[chinese new year]]></category>
		<category><![CDATA[Henry]]></category>
		<category><![CDATA[long island]]></category>
		<category><![CDATA[pigs]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2009/01/25/happy-chinese-new-year/</guid>
		<description><![CDATA[新年快乐!恭喜发财! *01/24/09, Saturday &#8211; Henry and I celebrated Chinese New Year with his family at Gobo. It was a joint celebration with Henry&#8217;s mom&#8217;s birthday as well. It was a vegetarian restaurant so I ended up eating mostly starch o.O;;. I managed to get myself full though. We got Henry&#8217;s mom some pig figures that [...]]]></description>
			<content:encoded><![CDATA[<p>新年快乐!恭喜发财!</p>
<p>*01/24/09, Saturday &#8211; Henry and I celebrated Chinese New Year with his family at Gobo.  It was a joint celebration with Henry&#8217;s mom&#8217;s birthday as well.  It was a vegetarian restaurant so I ended up eating mostly starch o.O;;.  I managed to get myself full though.  We got Henry&#8217;s mom some pig figures that represented different sayings for New Year (my favorite and easiest to remember being &#8220;Da Ji Da Li&#8221;).  Ed got one from Taiwan on his trip there so we thought it would be a good gift for Henry&#8217;s mom as well.  Allen and May were nice enough to bring it back from Taiwan for us.</p>
<p>*01/25/09, Sunday &#8211; Henry and I also celebrated Chinese New Year with Remnant Westside people over at Jen&#8217;s apartment.  It was also Bryan C&#8217;s birthday so it was a dual celebration.  Good food, great fun.  Henry and I brought Ling Ling potstickers.  We played some pool after.  Chatted and hung out.  Good times.</p>
<p>By the way &#8211; update on my chinese:  I can now write (by hand) 你好吗？yay go me.  I&#8217;m working on 我 and 他 next o.O;;  I&#8217;m waiting until after February when things calm down a bit more before I take up Chinese classes again.  For now I&#8217;ll have to just rely on my DS.</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2009/01/25/happy-chinese-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phone Research</title>
		<link>http://calbearmnm.com/mnm/journal/2008/06/30/phone-research/</link>
		<comments>http://calbearmnm.com/mnm/journal/2008/06/30/phone-research/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2008/06/30/phone-research/</guid>
		<description><![CDATA[My previous post made me start wondering about what my next phone would be. The top things I look for are: compact size and great reception. I need a basic phone with very little features. Text messaging at most. I did a lil bit of research and found that I should go for an LG. [...]]]></description>
			<content:encoded><![CDATA[<p>My previous post made me start wondering about what my next phone would be.  The top things I look for are: compact size and great reception.  I need a basic phone with very little features.  Text messaging at most.  I did a lil bit of research and found that I should go for an LG.  Among the LGs that were available to me via my Verizon plan, these were the results I was content with: LG VX5400 (3.54H x 1.87W x 0.89D) $219.99 no contract; LG VX8350 (3.73H x 1.97W x 0.87D) $249.99 No Contract; LG enV in Black (4.0H x 2.13W x 0.65D) $319.99 No Contract.  Among these, it seems the LG VX5400 is the most appealing.  I&#8217;ll keep this in mind within the next 27 days while I consider pros and cons of available phones.</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2008/06/30/phone-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Credit Report</title>
		<link>http://calbearmnm.com/mnm/journal/2008/06/29/free-credit-report/</link>
		<comments>http://calbearmnm.com/mnm/journal/2008/06/29/free-credit-report/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[credit report]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2008/06/29/free-credit-report/</guid>
		<description><![CDATA[*06/30/08, Monday &#8211; Thanks to Anton for taking my eyes off work and getting me into more internet research =P. This time, I&#8217;m interested in my credit report. I resist the urge to look into this without any research because I know checking credit report if you don&#8217;t know what you&#8217;re doing can result in [...]]]></description>
			<content:encoded><![CDATA[<p>*06/30/08, Monday &#8211; Thanks to Anton for taking my eyes off work and getting me into more internet research =P.  This time, I&#8217;m interested in my credit report.  I resist the urge to look into this without any research because I know checking credit report if you don&#8217;t know what you&#8217;re doing can result in 1) your credit score getting affected, 2) the site charging extra fees, 3) getting a report that isn&#8217;t complete.  Well, I finally looked it up today and here&#8217;s what trusted information I got:</p>
<p>From Federal Trade Commission (FTC) Consumer Information:<br />
(<a href="http://www.ftc.gov/bcp/menus/consumer/credit/rights.shtm" target="_blank">http://www.ftc.gov/bcp/menus/consumer/credit/rights.shtm</a>)</p>
<p>&#8220;The Fair Credit Reporting Act (FCRA) requires each of the nationwide consumer reporting companies &#8211; Equifax, Experian, and TransUnion &#8211; to provide you with a free copy of your credit report, at your request, once every 12 months. The Federal Trade Commission (FTC), the nation&#8217;s consumer protection agency, has prepared a brochure, <a href="http://www.ftc.gov/bcp/edu/pubs/consumer/credit/cre34.shtm" target="_blank">Your Access to Free Credit Reports</a>, explaining your rights under the FCRA and how to order a free annual credit report.</p>
<p>A credit report includes information on where you live, how you pay your bills, and whether you&#8217;ve been sued, arrested, or filed for bankruptcy. Nationwide consumer reporting companies sell the information in your report to creditors, insurers, employers, and other businesses that use it to evaluate your applications for credit, insurance, employment, or renting a home.<br />
How do I order my free report?</p>
<p>You can order your free annual credit report online at <a href="http://www.annualcreditreport.com/" target="_blank">annualcreditreport.com</a>, by calling 1-877-322-8228, or by completing the <a href="http://www.ftc.gov/bcp/conline/include/requestformfinal.pdf" target="_blank">Annual Credit Report Request Form</a> and mailing it to: Annual Credit Report Request Service, P.O. Box 105281, Atlanta, GA 30348-5281.</p>
<p>When you order, you need to provide your name, address, Social Security number, and date of birth. To verify your identity, you may need to provide some information that only you would know, like the amount of your monthly mortgage payment.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2008/06/29/free-credit-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doctor</title>
		<link>http://calbearmnm.com/mnm/journal/2008/06/26/doctor/</link>
		<comments>http://calbearmnm.com/mnm/journal/2008/06/26/doctor/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Nutrition and Health]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[doctor]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[valerie lyon]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2008/06/26/doctor/</guid>
		<description><![CDATA[*06/26/08, Thursday &#8211; Keeping up the productivity momentum I&#8217;ve got going, I spent much of the day researching physicians in hopes of finding myself the most ideal one I could get. After searching for a while (I&#8217;ve been looking on and off), I ended up creating a list of what I look for in a [...]]]></description>
			<content:encoded><![CDATA[<p>*06/26/08, Thursday &#8211; Keeping up the productivity momentum I&#8217;ve got going, I spent much of the day researching physicians in hopes of finding myself the most ideal one I could get.  After searching for a while (I&#8217;ve been looking on and off), I ended up creating a list of what I look for in a doctor:</p>
<p>- Will take United Health Care Choice Plus Insurance<br />
- UnitedHealth Premium® Physician<br />
- Female<br />
- In Manhattan, Theater District or nearby.  Accessible via subway.<br />
- At least 10 years out of grad school experience<br />
- Specialty: General Practice, Internal Medicine, Family Practice, Ob/Gyn, Dermatology, Women&#8217;s Health (I need a general practice doctor who can give pap tests but knowledge in the other areas mentioned is a plus).<br />
- Detail oriented and thorough. Not in a hurry.  Will make sure there is nothing wrong with me.  Willing to listen to my concerns and take it seriously. Will give me complete test results and every possible detail about myself that they can obtain from a physical.<br />
- Knowledgeable.  Good schooling, preferably US graduate.<br />
- English speaker.  No foreign accent. Easy to understand.<br />
- Nice, friendly, people person.<br />
- Reliable. Efficient. Responsible.<br />
- Recommended by others.<br />
- Extended office hours.  Saturday/Sunday hours and/or office hours past 6pm.<br />
- Good Hospital.  Lenox Hill Hospital seems to be highly recommended among the hospitals closest to me.  According to http://nymag.com/health/besthospitals/24095/index4.html, New York-Presbyterian Hospital and Mount Sinai Medical Center are good too but they are farther away.</p>
<p>A few days ago, I thought I found the perfect doctor who was highly recommended but she wasn&#8217;t accepting any patients T_T.  Today, again, I came across only one person as a result of a different search method to weed out the best.  Valerie K Lyon, MD &#8211; she was highly recommended on <a href="http://www.vitals.com/v/index.php?v=doctors/7514564428/Valerie+K+Lyon%2C+MD#expanded=1" target="_blank">vitals.com</a> and she&#8217;s affiliated with Lenox Hill Hospital, which came out on top when I did some research on finding the best nearby hospital in Manhattan.  I called her office not expecting much but lo and behold, she was accepting patients!  I got her earliest date (two weeks from now) and got myself on her list of patients.  I felt quite proud of myself.  I feel like I did well with both my optometrist and my physician.  My research served me well when it came to my optometrist.  I hope it does me well when it comes to my physician as well.  Two down, one to go.  The next hunt is for my dentist =).</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2008/06/26/doctor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinese Language Class</title>
		<link>http://calbearmnm.com/mnm/journal/2008/06/24/chinese-language-class/</link>
		<comments>http://calbearmnm.com/mnm/journal/2008/06/24/chinese-language-class/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Chinese]]></category>
		<category><![CDATA[abc language]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2008/06/24/chinese-language-class/</guid>
		<description><![CDATA[*06/10/08, Tuesday &#8211; I signed up for the &#8220;Total Beginner Mandarin Chinese Group Classes&#8221; through ABC Language Exchange, a class that Henry found for me online. Funny thing is that I had bookmarked the same website a while back, I just never looked at it again since I kept putting this class off. The class [...]]]></description>
			<content:encoded><![CDATA[<p>*06/10/08, Tuesday &#8211; I signed up for the <a href="http://www.abclang.com/mandarin.htm" target="_blank">&#8220;Total Beginner Mandarin Chinese Group Classes&#8221;</a> through ABC Language Exchange, a class that Henry found for me online.  Funny thing is that I had bookmarked the same website a while back, I just never looked at it again since I kept putting this class off.  The class is every Thursday, 7pm-9pm, starting 7/24/08.  It is a 12 week class so it ends on 10/9/08.  I may continue it if I think it is worth it but it&#8217;s probably not a good idea to continue it through the holiday months.  </p>
<p>*06/25,08, Wednesday &#8211; The awesome thing is, I had applied and turned in my application yesterday to MTV for them to cover the cost of tuition and it got approved today so I get that much needed $450 back!  I&#8217;m so tight on money nowadays that every little bit helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2008/06/24/chinese-language-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Credit Card</title>
		<link>http://calbearmnm.com/mnm/journal/2008/06/24/credit-card-2/</link>
		<comments>http://calbearmnm.com/mnm/journal/2008/06/24/credit-card-2/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[cashback reward]]></category>
		<category><![CDATA[chase]]></category>
		<category><![CDATA[credit card]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2008/06/24/credit-card-2/</guid>
		<description><![CDATA[*06/24/08, Tuesday &#8211; There are many times in life when work takes over and I leave my life alone for so long that it gets chaotic and I strive to bring order to it again. Well, I decided to spend some me time being productive with my life and taking on tasks from my ongoing [...]]]></description>
			<content:encoded><![CDATA[<p>*06/24/08, Tuesday &#8211; There are many times in life when work takes over and I leave my life alone for so long that it gets chaotic and I strive to bring order to it again.  Well, I decided to spend some me time being productive with my life and taking on tasks from my ongoing to-do list and crossing some things off.  I spent most of the day researching credit cards.  I needed one badly because 1) I wanted it to help my credit score, 2) I wanted a backup card other than my current BofA Visa, 3) I wanted a rewards card that I could profit from.  I chose to get a Mastercard since it is accepted worldwide and its the second most popular and used card out there.  I also decided on getting a cash back card since cash is the one thing I will be needing throughout my entire life.  I was doubting how much I would use a miles card.  Even if I travel a lot at this point in my life, that may dwindle later on.  I knew I wasn&#8217;t going to get another credit card anytime soon.  I&#8217;d stick to two cards if I can, max out at 3 if I must.</p>
<p>I did a ton of research online and I ended up choosing between the <a href="http://www.firstusa.com/cgi-bin/webcgi/webserve.cgi?partner_dir_name=cac_chase_freedom_cash_mc&amp;page=index" target="_blank">Chase Freedom World MasterCard</a> and the <a href="http://creditcards.citicards.com/usc/cash/cashreturns/default.htm" target="_blank">Citi CashReturns MasterCard</a>.  Chase seemed to have better options and better rewards but I didn&#8217;t like how if you couldn&#8217;t get approved for that card, you automatically get &#8216;considered&#8217; for a Platinum card.  It looked like the Citi card was more well liked in terms of credit card site ratings, perhaps because of the lower APR rate (although this isn&#8217;t really true after APR 3).  I saw a lot of complaints about customer service for Citibank but Chase wasn&#8217;t completely spared of this either.  I was also leaning towards Citibank because I was looking to open a Citibank account and I was hoping that the card would tie in somehow although later I realized this wouldn&#8217;t really work considering I wanted to open a Euro account.  I talked to a bunch of my friends, two had a Citi card, two had the Chase card.  I was still pretty much on the fence but Chase did seem to give back more money.</p>
<p>I decided to punch numbers in using my current accounting on my spending as a guide and Chase came out on top.  I crossed my fingers and filled out the application and lo and behold I was instantly approved.  The message said that I would be getting my card in two weeks.  I was surprised at how easy that process was and I&#8217;m pretty psyched to get the card so I can start racking up on my account (only necessary costs of course =P).  I&#8217;m mostly looking forward to using this card on things that I will get paid back for like my expenses for MYM. =)</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2008/06/24/credit-card-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Euro Bank Account</title>
		<link>http://calbearmnm.com/mnm/journal/2008/06/24/euro-bank-account-3/</link>
		<comments>http://calbearmnm.com/mnm/journal/2008/06/24/euro-bank-account-3/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[bank]]></category>
		<category><![CDATA[citibank]]></category>
		<category><![CDATA[euro]]></category>
		<category><![CDATA[hsbc]]></category>
		<category><![CDATA[mym]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2008/06/24/euro-bank-account-3/</guid>
		<description><![CDATA[*06/18/08, Wednesday &#8211; I confirmed again with Ari and Mark from MYM that I am on board working for MYM. One of my terms was that I would get paid in Euro and that is why I had this pending task to open a Euro bank account, especially since Ari had asked me for my [...]]]></description>
			<content:encoded><![CDATA[<p>*06/18/08, Wednesday &#8211; I confirmed again with Ari and Mark from MYM that I am on board working for MYM.  One of my terms was that I would get paid in Euro and that is why I had this pending task to open a Euro bank account, especially since Ari had asked me for my bank details so they can set up the transfers.</p>
<p>*06/25/08, Wednesday &#8211; After asking around and finding out which banks are available in Europe, I narrowed it down to either going with HSBC or Citibank.  Henry had already helped me check out HSBC and it turns out I needed a ridiculous amount of money if I were to go that route.  As much as I wanted to go for HSBC, I couldn&#8217;t force money I didn&#8217;t have out of me.  Citibank proved to be a lot more affordable.  I found that I had to go through their UK site to find what I needed.  I was on the Citibank UK website for half the day doing my research on opening up a Euro bank account.</p>
<p>I was sad that I needed to drop $4K USD into the account to prevent the $20 monthly service charge but at least I could afford that.  I opened up a <a href="http://www.citibank.co.uk/personal/banking/international/eurocurrent.htm" target="_blank">Euro Current Account</a> and decided to open up a Foreign Euro Savings account alongside that just so I can have an interest bearing account in that currency.  The application process is more complicated and applying online seems to be just half of the work.  I will be getting application materials in the mail to fill out and return and I need to send a certified copy of my passport, <a href="https://www.citibank.co.uk/personals/app_k2/chatfaq.htm" target="_blank">etc</a>.  It&#8217;ll take a while, which sucks since I start with MYM officially on July 1st (they&#8217;re actually getting me to start doing work earlier even).  They better approve me is all I say!</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2008/06/24/euro-bank-account-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LEARNING CHINESE</title>
		<link>http://calbearmnm.com/mnm/journal/2008/03/19/learning-chinese/</link>
		<comments>http://calbearmnm.com/mnm/journal/2008/03/19/learning-chinese/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 00:00:00 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Chinese]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/2008/03/19/learning-chinese/</guid>
		<description><![CDATA[I have been watching this show Ni Hao Kai Lan from Nickelodeon. It&#8217;s a kids show that teaches mandarin. Henry&#8217;s been helping me with translating some words and getting my accent right. My coworker from Taiwan is encouraging my chinese training and today I finally learned how to type lunch (wu(3) tsai(1) &#8211; &#21320;&#39184;) with [...]]]></description>
			<content:encoded><![CDATA[<p>I have been watching this show Ni Hao Kai Lan from Nickelodeon.  It&#8217;s a kids show that teaches mandarin.  Henry&#8217;s been helping me with translating some words and getting my accent right.  My coworker from Taiwan is encouraging my chinese training and today I finally learned how to type lunch (wu(3) tsai(1) &#8211; &#21320;&#39184;) with help from this site he linked me to: <a href="http://www.iq-t.com/SYSCOM/pingying2.asp" target="_blank">http://www.iq-t.com/SYSCOM/pingying2.asp</a>.  I have been using random words I&#8217;ve learned but I do want to start taking notes and not rely on just my memory.  I hope to at least get to some conversational chinese.  ^_^</p>
<p>I&#8217;m also still trying to train my korean.  I just learned &#49373;&#51068; &#52629;&#54616;&#54633;&#45768;&#45796; &#8211; sang il chuk hwa hamnida &#8211; happy birthday.  Thanks, Sung!</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2008/03/19/learning-chinese/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
