<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-97177745144378627</id><updated>2012-02-28T01:54:26.884-05:00</updated><category term='arts and animation'/><category term='container classes'/><category term='trunk'/><category term='logic problem'/><category term='tabVspace'/><category term='MMCR'/><category term='sysadmin'/><category term='javascript'/><category term='Seneca'/><category term='dba625'/><category term='game club'/><category term='insertmode'/><category term='Visual'/><category term='fadeto'/><category term='github'/><category term='firefox enterprise'/><category term='abort'/><category term='open source'/><category term='api'/><category term='processing.js'/><category term='Oracle'/><category term='compile'/><category term='firefox'/><category term='jquery'/><category term='editor'/><category term='game programming'/><category term='sudo'/><category term='communacation'/><category term='twitter'/><category term='bespokeio'/><category term='mac'/><category term='OOP344'/><category term='closure'/><category term='distribution.ini'/><category term='group work'/><category term='fadein'/><category term='mozilla'/><category term='professors'/><category term='thunderbird'/><category term='SVN'/><category term='cdot'/><category term='c++'/><category term='Borland'/><category term='fsoss'/><category term='c3dl'/><category term='json'/><title type='text'>How to program without losing too much hair</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-8890494650158483534</id><published>2011-10-18T17:12:00.016-04:00</published><updated>2011-10-26T18:23:49.491-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='open source'/><category scheme='http://www.blogger.com/atom/ns#' term='thunderbird'/><category scheme='http://www.blogger.com/atom/ns#' term='distribution.ini'/><category scheme='http://www.blogger.com/atom/ns#' term='mozilla'/><title type='text'>Getting Thunderbird to work with distribution.ini</title><content type='html'>The bug I'm working on is the &lt;span id="summary_alias_container"&gt;&lt;span id="short_desc_nonedit_display"&gt;&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=458454"&gt;ability to customize vanilla Thunderbird with a group of settings (through distribution.ini)&lt;/a&gt;. For those who do not know, Thunderbird is Mozilla's open source mail client. (Mozilla = makers of Firefox). I'm far from done. This entry is a culmination of what I have learned so far.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Checkout the repo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I am working with Fedora, so I use yum. I followed the build and configure instructions from &lt;a href="https://developer.mozilla.org/en/Build_Documentation"&gt;here&lt;/a&gt;. In a nutshell, here are the steps to cloning the comm-central &lt;/span&gt;&lt;/span&gt;&lt;span id="summary_alias_container"&gt;&lt;span id="short_desc_nonedit_display"&gt;(Thunderbird)&lt;/span&gt;&lt;/span&gt;&lt;span id="summary_alias_container"&gt;&lt;span id="short_desc_nonedit_display"&gt; repo:&lt;br /&gt;&lt;br /&gt;1)&lt;span style="font-weight: bold;font-family:lucida grande;" &gt; &lt;/span&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;yum install mercurial&lt;/span&gt; - to get Mercurial, a version control tool.&lt;br /&gt;&lt;br /&gt;2) Create a file called ".hgrc" in your home directory and put these in it:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;[ui]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;username=&lt;/span&gt;&lt;span style="font-style: italic;font-family:courier new;" &gt;Firstname Lastname &lt;/span&gt;&lt;my.email@address.com&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;merge=internal:merge&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;[diff]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;git=1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;showfunc=1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;unified=8&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;[defaults]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;commit=-v&lt;/span&gt;&lt;br /&gt;&lt;span id="summary_alias_container"&gt;&lt;span id="short_desc_nonedit_display"&gt;&lt;br /&gt;Note: Obviously, replace Firstname, Lastname, and my.email... with your information.&lt;br /&gt;&lt;br /&gt;3) Make sure you're in the directory that you want to put the repo in (for example, your home dir) then checkout the repo&lt;span style="font-family:lucida grande;"&gt;:&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;hg clone&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-family:lucida grande;" &gt; http://hg.mozilla.org/comm-central/ src-thunderbird&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:lucida grande;"&gt;So now you should have a "src-thunderbird" folder in your current directory.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Building Thunderbird&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1) Go to your src-thunderbird directory (&lt;span style="font-weight: bold;"&gt;cd src-thunderbird&lt;/span&gt;).&lt;br /&gt;&lt;br /&gt;2) Create a .mozconfig file. (I use vi, so &lt;span style="font-weight: bold;"&gt;vi .mozconfig&lt;/span&gt;). This file will contain your build configurations for Thunderbird. The contents of mine are:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-tbdebug&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;ac_add_options --enable-application=mail&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;ac_add_options --enable-debug &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;ac_add_options --disable-optimize&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;"obj-tbdebug" is the directory where all my object files will end up (you can change what you call yours). I will refer to this as &lt;span style="font-weight: bold;"&gt;objdir&lt;/span&gt;, from now on. The second line says, build me Thunderbird. The third line is because I need debugging printouts. The fourth line I just threw in for good measure. You can read more about configuration options &lt;a href="https://developer.mozilla.org/en/Configuring_Build_Options"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;3) Build Thunderbird! "&lt;span style="font-weight: bold;"&gt;make -f client.mk build&lt;/span&gt;" (while still in src-thunderbird). This step will take a while (more than a half hour in my case).&lt;br /&gt;&lt;br /&gt;4) Once the build is done, run Thunderbird with &lt;span style="font-weight: bold;"&gt;./objdir/mozilla/dist/bin/thunderbird&lt;/span&gt;. Since we configured this build with the debug option, you will see a lot of printouts at your terminal.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Updating the repository &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Make sure you're in the src-thunderbird directory. On the terminal, execute &lt;span style="font-weight: bold;"&gt;python client.py checkout&lt;/span&gt;. Re-build again.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;Modifying the source files&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;The source files are everything outside your src-thunderbird file. Everything in it are your object files. When you modify your source files, you need to re-create your object files. You can run &lt;span style="font-weight: bold;"&gt;make -f client.mk build &lt;/span&gt;again (in your src-thunderbird dir), and it won't take as long as the first time.&lt;br /&gt;&lt;br /&gt;If you &lt;span style="font-style: italic;"&gt;changed files in only one directory&lt;/span&gt;, you can re-make only that directory. For example, if you changed files only in ~/src-thunderbird/mail/components, run &lt;span style="font-weight: bold;"&gt;make -C objdir/mail/components&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Getting distribution.ini working&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1) This is a &lt;a href="https://bug458454.bugzilla.mozilla.org/attachment.cgi?id=341685"&gt;sample distribution.ini&lt;/a&gt;. This file must be placed in objdir/mozilla/dist/bin/distribution.&lt;br /&gt;&lt;br /&gt;2) Add "distribution.js \" to the EXTRA_JS_MODULES section of Makefile.in (which resides in ~/src-thunderbird/mail/base/modules).&lt;br /&gt;&lt;br /&gt;3) distribution.js should be in ~/src-thunderbird/mail/base/modules. I copied and modified the &lt;a href="http://mxr.mozilla.org/mozilla-central/source/browser/components/distribution.js"&gt;Firefox version&lt;/a&gt;. (Code referring to bookmarks and livemarks were ripped out.) I also changed the name of the object it exported to something like TBDistCustomizer.&lt;br /&gt;&lt;br /&gt;(Note: JS modules have EXPORTED_SYMBOLS at the start of the file. This is as opposed to components files (which are also JS), which do not.)&lt;br /&gt;&lt;br /&gt;4) &lt;/span&gt;&lt;/my.email@address.com&gt;&lt;span style="font-family:lucida grande;"&gt;cd to objdir/mail/base/modules and type "&lt;span style="font-weight: bold;"&gt;make&lt;/span&gt;".&lt;/span&gt;&lt;my.email@address.com&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;br /&gt;&lt;br /&gt;5) Modify mailGlue.js (in ~/src-thunderbird/mail/components) so that:&lt;br /&gt;&lt;br /&gt;(a) It would import distribution.js (&lt;span style="font-weight: bold;"&gt;Components.utils.import("resource:///modules/distribution.js");&lt;/span&gt;); and&lt;br /&gt;&lt;br /&gt;(b) it would create an instance of TBDistCustomizer. This intance can now be used to call the code in distribution.js that actually changes prefs (applyPrefDefaults).&lt;br /&gt;&lt;br /&gt;&lt;strike&gt;&lt;span style="font-weight: bold;"&gt;Hitting the brick wall&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;So now I've come to the point where preferences set in distribution.ini &lt;span style="font-style: italic;"&gt;are &lt;/span&gt;being set in Thunderbird, but there is a catch: some prefs are set properly, while others are duplicated. For example, mail.phishing.detection.enabled is set correctly, but something like network.cookie.lifetimePolicy instead becomes duplicated, with one version having the default and the other having the value that was set in distribution.ini.&lt;br /&gt;&lt;br /&gt;I am still trying to figure out why this is so...&lt;/strike&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Climbing the brick wall&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The problem was that distribution.ini doesn't like spaces around the "=" sign. &lt;span style="font-family:courier new;"&gt;network.cookie.lifetimePolicy = 1 &lt;/span&gt;should be &lt;span style="font-family:courier new;"&gt;network.cookie.lifetimePolicy=1&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/my.email@address.com&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;span style="font-weight: bold;"&gt;Thanks to...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The MailDev team at Mozilla! In particular Standard8 and sid0 for helping me get started.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-8890494650158483534?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/8890494650158483534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2011/10/getting-thunderbird-to-work-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/8890494650158483534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/8890494650158483534'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2011/10/getting-thunderbird-to-work-with.html' title='Getting Thunderbird to work with distribution.ini'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-1362367985474812020</id><published>2011-06-15T12:57:00.002-04:00</published><updated>2011-06-15T13:00:27.594-04:00</updated><title type='text'>Mozilla XPCom</title><content type='html'>Here is the link to a list of &lt;span style="font-weight: bold;"&gt;ALL&lt;/span&gt; the XPCOM contract ID's/components and interfaces are: http://www.oxymoronical.com/experiments/xpcomref/&lt;br /&gt;&lt;br /&gt;I am currently working on creating an addon that will always take settings from Internet Explorer and set the same prefs for Firefox. Still in the research stages, tho.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-1362367985474812020?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/1362367985474812020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2011/06/mozilla-xpcom.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/1362367985474812020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/1362367985474812020'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2011/06/mozilla-xpcom.html' title='Mozilla XPCom'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-4869934663158498395</id><published>2011-05-24T21:19:00.002-04:00</published><updated>2011-05-24T21:24:34.840-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='abort'/><category scheme='http://www.blogger.com/atom/ns#' term='sysadmin'/><category scheme='http://www.blogger.com/atom/ns#' term='dba625'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>SHUTDOWN ABORT</title><content type='html'>I feel powerful executing the above command as a sysadmin 3=) While practicing on my own database for DBA625, I happened to close a session after thinking that zenit has once again frozen. As it turns out, closing session doesn't necessarily end all processes in my database. When I tried logging on again, I got this:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;SQL&amp;gt; connect sys as sysdba&lt;br /&gt;Enter password:&lt;br /&gt;Connected to an idle instance.&lt;br /&gt;SQL&amp;gt; startup&lt;br /&gt;ORA-01012: not logged on&lt;br /&gt;SQL&amp;gt; startup mount;&lt;br /&gt;ORA-01012: not logged on&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;After some googling and deciding that I do not want to mess with resetting memory sizes, I came across "SHUTDOWN ABORT;" and it fixed all my problems.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;SQL&amp;gt; SHUTDOWN ABORT&lt;br /&gt;ORACLE instance shut down.&lt;br /&gt;SQL&amp;gt; STARTUP&lt;br /&gt;ORACLE instance started.&lt;br /&gt;&lt;br /&gt;Total System Global Area  631914496 bytes&lt;br /&gt;Fixed Size                  1338364 bytes&lt;br /&gt;Variable Size             440402948 bytes&lt;br /&gt;Database Buffers          184549376 bytes&lt;br /&gt;Redo Buffers                5623808 bytes&lt;br /&gt;Database mounted.&lt;br /&gt;Database opened.&lt;br /&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-4869934663158498395?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/4869934663158498395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2011/05/shutdown-abort.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/4869934663158498395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/4869934663158498395'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2011/05/shutdown-abort.html' title='SHUTDOWN ABORT'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-5963570072823722441</id><published>2011-04-07T17:04:00.009-04:00</published><updated>2011-04-08T14:30:25.378-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox enterprise'/><category scheme='http://www.blogger.com/atom/ns#' term='bespokeio'/><category scheme='http://www.blogger.com/atom/ns#' term='cdot'/><title type='text'>Lessons in creating Firefox Enterprise</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Firefox Enterprise&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For the past 6 months, I have been at &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/Main_Page"&gt;CDOT&lt;/a&gt; as Mike Hoye's cronie, and along with &lt;a href="http://scottdowne.wordpress.com/"&gt;scott&lt;/a&gt; and &lt;a href="http://annasob.wordpress.com/"&gt;annasob&lt;/a&gt;, I have been working towards creating an enterprise version of Mozilla's Firefox. &lt;a href="http://bespokeio.com/"&gt;Bespoke IO&lt;/a&gt;, mhoye's company, will be selling the software that lets administrators customize Firefox and produces the MSI that makes deployment across a network easier. It will also be offering Sync services. If you are not familiar with that, &lt;a href="http://www.mozilla.com/en-US/mobile/sync/"&gt;Sync&lt;/a&gt; lets you store your browsing history in a server--your own or Mozilla's--so that you can you can access your browsing history, passwords, and bookmarks across several different devices. &lt;a href="http://exple.tive.org/blarg/?p=2621"&gt;I will leave the elevator pitch for the boss.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;As far as I know, an enterprise version of Firefox conflicts with Mozilla's philosophies about freedom on the web. (To illustrate what "freedom on the web" means, an example: if a user wants to watch a video on YouTube, s/he should just be able to click on a link and the video will play instead of being told that s/he needs a plugin.) That is why Mozilla has not produced the product themselves, and an opportunity for my co-op position was available.&lt;a href="http://exple.tive.org/blarg/?p=2621"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Since Mozilla is open source, it was a matter of taking the existing &lt;a href="http://byob.mozilla.com/en-US"&gt;Build Your Own Browser&lt;/a&gt; code and customizing it (with a lot of guidance from kev and lorchard!). The first screenshot is what our BYOB was near the beginning of the project. The first thing I added was the Homepage tab. The second screenshot is what the latest version looks like. The administrator can now choose to lock some things, like the homepage, proxy settings, and which updates are allowed.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/-DsflK6xGz0A/TZ9Qrh6VdBI/AAAAAAAAACk/aV62X5kcHrs/s1600/beginning.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 348px;" src="http://1.bp.blogspot.com/-DsflK6xGz0A/TZ9Qrh6VdBI/AAAAAAAAACk/aV62X5kcHrs/s400/beginning.jpg" alt="" id="BLOGGER_PHOTO_ID_5593277970985088018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/-VK6qWI5PYo4/TZ9QwFwWCJI/AAAAAAAAACs/KC9-JrJzQ2M/s1600/later.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 240px;" src="http://4.bp.blogspot.com/-VK6qWI5PYo4/TZ9QwFwWCJI/AAAAAAAAACs/KC9-JrJzQ2M/s400/later.jpg" alt="" id="BLOGGER_PHOTO_ID_5593278049326336146" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Wading through code&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It was a mess :s As mhoye put it, he threw me under a bus. Although the framework BYOB was built on was documented (&lt;a href="http://kohanaframework.org/"&gt;Kohana&lt;/a&gt;), for me, there was no way to actually understand what was happening in BYOB unless I did a million printouts and walkthroughs. I realized only much later that the code was exactly what they taught Seneca students in the SYS courses. You have your views, controllers, and models, and then the database.&lt;br /&gt;&lt;br /&gt;mhoye had me started on letting an admin choose what the homepage was. &lt;span style="font-style: italic;"&gt;Where do I begin? &lt;/span&gt;My coding bff since then has been the Multi-file Search option in Textwrangler. I searched for all instances of General, then Locales, then Collections in the hopes that I could trace what happened whenever these words popped up. The problem was that General was useless and Locales was coded differently from little prefs like homepage and proxy settings.&lt;br /&gt;&lt;br /&gt;Luckily, kev and lorchard were kind enough to point me in the right direction. But then, it was like giving me a clue as opposed to telling me exactly what to do, which was better in the end. Teach a man how to fish and all that.&lt;br /&gt;&lt;br /&gt;Since then, I have gotten to know BYOB really well, but I still learn something everyday, whether it's coding in PHP or bits of Firefox itself. (I dabble in Python every other month, too, but I avoid that part of the code as much as possible.) So far, I can lock down the homepage, proxy settings, and updates. End users cannot change them. Administrators can also add certificates and specify what server they want to use with Sync (if they want it to be used at all).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Challenges&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Mozilla's goal is to give the user the best web experience possible; mine is to cramp the user's style &lt;span style="font-style: italic;"&gt;just a little bit&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;The last great roadblock I had was both a coding problem and a Firefox issue: how do I get BYOB to upload certificates and then add them to the list of certificates in Firefox right from the beginning?&lt;br /&gt;&lt;br /&gt;The frustrating thing about coding with Kohana was that I didn't grasp the idea of routes right away. There is a special file in the framework that says, if your url is like this: http://myapp.com/fnName/randomText/moreRandom/, then you should be accessing the first file with function fnName in it (there could be more than one!), and pass it the "*[Rr]andom*" arguments.&lt;br /&gt;&lt;br /&gt;I also came up with what I believe to be a rather inelegant solution to adding certificates to Firefox... only to find out that unless I find a way to make the certificate window read-only/disappear, a user can delete any certificate in it. That's problem # 2.&lt;br /&gt;&lt;br /&gt;Problem # 1 is bookmarks. Adding bookmarks to a Firefox build was something that Moz's BYOB already did, but how do I lock those bookmarks so that users can't delete them? I know of &lt;a href="http://kb.mozillazine.org/Places.sqlite"&gt;places.sqlite&lt;/a&gt;, &lt;a href="http://kb.mozillazine.org/Bookmarks.html"&gt;bookmarks.html&lt;/a&gt;,and the &lt;a href="http://kb.mozillazine.org/Bookmarkbackups_folder"&gt;bookmarkbackups folder&lt;/a&gt;... But how do I fiddle with those three so that my bookmarks can't be deleted? Right now, I can create a file with json-formatted bookmarks data in it and name it so that Firefox will always load those bookmarks when the browser starts. But that prevents any bookmarks the user will add from loading. Not very user-friendly.&lt;br /&gt;&lt;br /&gt;Problem # 3 is preventing the user from deleting addons. Right now, addons are locked so that a user can disable them, but not delete them. From the reading I've done, there is a file called userChrome.css that I can write myself; it prevents the addon manager from appearing at all. I could insert that file into the depths of the Firefox application directory. Is there a better way?&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;What's next?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Sometime in the summer semester, I believe mhoye is looking for beta testers, so a deadline is tentatively set. My goal for the next week is to leave some good documentation (so that I don't curse myself when I come back from the semester break) and get the bookmarks locked. Still not sure what to do... If you have any answers, please share :D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-5963570072823722441?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/5963570072823722441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2011/04/lessons-in-creating-firefox-enterprise.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/5963570072823722441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/5963570072823722441'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2011/04/lessons-in-creating-firefox-enterprise.html' title='Lessons in creating Firefox Enterprise'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-DsflK6xGz0A/TZ9Qrh6VdBI/AAAAAAAAACk/aV62X5kcHrs/s72-c/beginning.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-3282376692630721646</id><published>2010-10-07T15:32:00.011-04:00</published><updated>2010-10-07T17:41:22.097-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='open source'/><category scheme='http://www.blogger.com/atom/ns#' term='game programming'/><category scheme='http://www.blogger.com/atom/ns#' term='processing.js'/><category scheme='http://www.blogger.com/atom/ns#' term='c3dl'/><category scheme='http://www.blogger.com/atom/ns#' term='Seneca'/><category scheme='http://www.blogger.com/atom/ns#' term='fsoss'/><title type='text'>Game programming with open source tools</title><content type='html'>Remember trying to create games with Flash? No? Neither do I. I couldn't be bothered to pay for the tools I needed. But that's okay because it's now possible to code games for the web using free tools like &lt;a href="http://processingjs.org/"&gt;Processing.js&lt;/a&gt; and &lt;a href="http://www.c3dl.org/"&gt;C3DL&lt;/a&gt;. You don't have to pay $$$ to be the game programmer you want to be. You just need a bit of patience and dedication.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://zenit.senecac.on.ca/wiki/index.php/Level_Up:_An_OpenWeb_Game_Jam"&gt;Level Up: An OpenWeb Game Jam&lt;/a&gt; is a tutorial/hack session happening right before the &lt;a href="http://fsoss.senecac.on.ca/2010/"&gt;Free Software and Open Source Symposium (FSOSS)&lt;/a&gt; 2010 on October 27 at the Seneca@York. Think of it as a one-day sprint of learning new languages. In the morning, you attend the tutorials and the in the afternoon you get to try out what you've learned. Yes, you get to code your own game!&lt;br /&gt;&lt;br /&gt;When you really think about it, why learn a new language by yourself when you can have fun, socialize (network, maybe?), and learn with others?&lt;br /&gt;&lt;br /&gt;* * *&lt;br /&gt;Some html5 games that you can while away time with:&lt;br /&gt;&lt;a href="http://yvoschaap.com/chainrxnadvanced/"&gt;Chain Reaction - Advanced - http://yvoschaap.com/chainrxnadvanced/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://html5games.com/"&gt;HTML5 Games - http://html5games.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-3282376692630721646?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/3282376692630721646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2010/10/game-programming-with-open-source-tools.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/3282376692630721646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/3282376692630721646'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2010/10/game-programming-with-open-source-tools.html' title='Game programming with open source tools'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-3596559348596088860</id><published>2010-09-28T18:29:00.035-04:00</published><updated>2010-10-06T12:43:07.939-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='fadeto'/><category scheme='http://www.blogger.com/atom/ns#' term='fadein'/><category scheme='http://www.blogger.com/atom/ns#' term='arts and animation'/><category scheme='http://www.blogger.com/atom/ns#' term='api'/><category scheme='http://www.blogger.com/atom/ns#' term='closure'/><category scheme='http://www.blogger.com/atom/ns#' term='jquery'/><category scheme='http://www.blogger.com/atom/ns#' term='json'/><category scheme='http://www.blogger.com/atom/ns#' term='twitter'/><category scheme='http://www.blogger.com/atom/ns#' term='cdot'/><title type='text'>Getting tweets to fade onto the screen</title><content type='html'>Over the past two weeks, I got to know &lt;a href="http://www.json.org/"&gt;JSON&lt;/a&gt; and the &lt;a href="http://apiwiki.twitter.com/"&gt;Twitter API&lt;/a&gt; well enough to write a &lt;a href="http://matrix.senecac.on.ca/%7Edaoberes/fadeTweets/fadeTweets4.html"&gt;fun little function&lt;/a&gt; that lets tweets fade into the screen. It is my contribution to the demo that Scott and Anna are presenting at the Open Video Conference. (It was modified in the final version.)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Things to get out of the way:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1) "Closure" in Javascript. According to two explanations (&lt;a href="http://www.hunlock.com/blogs/Closing_The_Book_On_Javascript_Closures"&gt;Patrick Hunlock&lt;/a&gt; and &lt;a href="http://www.javascriptkit.com/javatutors/closures.shtml"&gt;Javascript Kit&lt;/a&gt;), a closure is a variable that continues to exist outside of the function that created it.&lt;br /&gt;&lt;br /&gt;2) You can assign a function to a variable! Eg.&lt;br /&gt;&lt;pre&gt;var doSomething = function() {&lt;br /&gt;alert("You are perusing Donna's blog");&lt;br /&gt;/* And whatever else you want to do in this function */&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;What it is useful for, as explained in &lt;a href="http://www.permadi.com/tutorial/jsFunc/index.html"&gt;permadi.com&lt;/a&gt;, is adding functions as a property of an object (see Example D2A in the webpage).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;JSON&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To get started, I had to look up what a JSON object is and how to get a JSON object from websites like Twitter. JSON is javascript object notation. All it does is contain data. At its most basic form, a JSON object has a key-value pair (like ({"name" : "donna oberes"}) ); other times, it can be an array of key-value pairs, like this:&lt;br /&gt;("students" : {("name" : "donna oberes", "program" : "cpa"), ("name" : "john doe", "program" : "cns")}). .&lt;br /&gt;&lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class="" style="display: block;" id="formatbar_CreateLink" title="Link"&gt;&lt;img src="http://www.blogger.com/img/blank.gif" alt="Link" class="gl_link" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Twitter API&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A &lt;a href="http://dev.twitter.com/doc/get/search"&gt;part of the Twitter API&lt;/a&gt; describes the link that will bring up a JSON object containing tweets and other information related to it. For example, http://twitter.com/status/user_timeline/daoberes.json?count=15&amp;callback=? will bring up a JSON object containing all the tweets that a person has made and all related information, like the date and the tweet ID. Something like &lt;a href="http://search.twitter.com/search.json?q=%23happy&amp;amp;callback=?"&gt;http://search.twitter.com/search.json?q=%23happy&amp;amp;callback=?&lt;/a&gt; will bring up all the tweets with the hashtag "#happy" and other info such as the tweeter's ID, the tweet itself, the date, the user's avatar, etc. If you click on the last link (Google Chrome displays the data on the browser), you'll notice that the object has a key called "results" and that its value is an array of objects and other key-value pairs (look at the bottom!). To get it formatted, go to &lt;a href="http://www.jsbeautifier.org/"&gt;jsbeautifier.org&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;jQuery&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;How did I put all of this together? Through good ol' Javascript and &lt;a href="http://jquery.com/"&gt;jQuery&lt;/a&gt;. According to the website, "jQuery is a fast and concise JavaScript Library that simplifies HTML  document traversing, event handling, animating, and Ajax interactions  for rapid web development." It &lt;span style="font-style: italic;"&gt;did&lt;/span&gt; make my life a lot easier.&lt;br /&gt;&lt;br /&gt;The functions that I used from the library are&lt;a href="http://docs.jquery.com/GetJSON"&gt; .getJSON ()&lt;/a&gt;, &lt;a href="http://api.jquery.com/css/"&gt;.css&lt;/a&gt; (the 2nd overloaded function), &lt;a href="http://api.jquery.com/fadeIn/"&gt;$.fadeIn()&lt;/a&gt;, and &lt;a href="http://api.jquery.com/fadeTo/"&gt;.fadeTo&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;.getJSON returns the results of the query in JSON format and then lets you specify exactly what you want done with the returned data with the optional callback parameter. This is what I did:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;$.getJSON('http://search.twitter.com/search.json?q=%23' + searchTerm + '&amp;amp;callback=?',&lt;br /&gt;null, function(data) {&lt;br /&gt;datalength = 4;&lt;br /&gt;&lt;br /&gt;/* Store tweets and twitter user images in a JSON object */&lt;br /&gt;tweets = []; //declare array of tweets;&lt;br /&gt;&lt;br /&gt;//Declare a JSON object&lt;br /&gt;jsonTweets = [];&lt;br /&gt;&lt;br /&gt;//Iterate through JSON object and push Twitter pictures and tweets&lt;br /&gt;// onto another JSON object&lt;br /&gt;  for (i = 0; i &lt; datalength; i++) {&lt;br /&gt;    if (data.results[i].text) {&lt;br /&gt;      jsonTweets.push({ "tweetPic" : data.results[i].profile_image_url,&lt;br /&gt;                        "tweet" : data.results[i].text,&lt;br /&gt;                        "twitterId" : data.results[i].from_user,&lt;br /&gt;                        "id" : data.results[i].id });&lt;br /&gt;    }&lt;br /&gt;  }&lt;br /&gt;  nextTweetOrNone();&lt;br /&gt;});&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How the function worked&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After asking the user to enter a hashtag they would like to print to the screen, the function calls the .getJSON function ( $.getJSON('http://search.twitter.com/search.json?q=%23' + tag + '&amp;amp;callback=?', null, function(data) { ... }); ) and processes the JSON object as a whole and takes out of it anything I would need later on.&lt;br /&gt;&lt;br /&gt;nextTweetOrNone() is going to check if the array I just created still has any elements in it. I am going to start popping elements out of it in the next function, and then I will call nextTweetOrNone() again to keep checking if there are still elements I can print out.&lt;br /&gt;&lt;br /&gt;I used the&lt;a href="http://www.w3schools.com/js/js_timing.asp"&gt; setTimeout()&lt;/a&gt; function so that all my tweets would not fade into the screen all at once. setTimeOut() calls printTweet.&lt;br /&gt;&lt;br /&gt;printTweet first pops an element from the end of the array. Then it creates a span element that will contain two inner span elements, one for the twitter user's picture and one for the tweet. Later in the function, I use &lt;a href="http://www.w3schools.com/DOM/met_element_appendchild.asp"&gt;.appendChild()&lt;/a&gt; to actually make the outer span tag contain the two inner span tags.&lt;br /&gt;&lt;br /&gt;The tweets are to appear in random colours, depending on the mood typed in. The "sad" tag will appear in mostly blue colours, "angry" in red, and "happy" in all ranges. I specified the 10 colours that each of the tags will appear in and used the Math.random() function to get a random number between 1 and 10.&lt;br /&gt;&lt;br /&gt;I then used the .css function to specify the appearance of the span tags that I created. (This is where the random font colour of the text is set, amongst other things.)&lt;br /&gt;&lt;br /&gt;And then the fun part! I used .fadeIn to specify how long the tweets should take to appear on the page. And then I used .fadeTo to reduce the tweet's opacity!&lt;br /&gt;&lt;br /&gt;Try it out! Happy coding!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-3596559348596088860?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/3596559348596088860/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2010/09/over-past-two-weeks-i-got-to-know-json.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/3596559348596088860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/3596559348596088860'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2010/09/over-past-two-weeks-i-got-to-know-json.html' title='Getting tweets to fade onto the screen'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-4185067323338754541</id><published>2010-09-10T15:18:00.001-04:00</published><updated>2010-09-10T15:24:41.283-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='open source'/><category scheme='http://www.blogger.com/atom/ns#' term='sudo'/><category scheme='http://www.blogger.com/atom/ns#' term='Seneca'/><category scheme='http://www.blogger.com/atom/ns#' term='github'/><category scheme='http://www.blogger.com/atom/ns#' term='mac'/><category scheme='http://www.blogger.com/atom/ns#' term='SVN'/><category scheme='http://www.blogger.com/atom/ns#' term='cdot'/><title type='text'>Started @ CDOT</title><content type='html'>This fall, I am a "Student Research Assistant" at &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/Main_Page"&gt;CDOT&lt;/a&gt;. It's a wikkid title because it sounds like it belongs to a university student. However, as one of the administrators explained it, we are not researching for the sake of knowledge--we are researching for the sake of a final product.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The first thing I did was set up my workstation. Sounds easy enough, but when you throw in a MAC OS (which I'd never worked with before), it's new*2.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Some things I learned:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span"&gt;sudo su&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;1) I should've set up my account on this computer under the admin account in the first place.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;2) I utilized the &lt;span class="Apple-style-span"&gt;sudo su&lt;/span&gt; command while setting up my &lt;a href="http://github.com/"&gt;github&lt;/a&gt; account (as outlined in &lt;a href="http://annasob.wordpress.com/2010/05/13/installing-git-on-max-os/"&gt;Anna's blog&lt;/a&gt;). (github is a version control system.) &lt;a href="http://www.sudo.ws/sudo/sudo.man.html"&gt;&lt;span class="Apple-style-span"&gt;sudo&lt;/span&gt;&lt;/a&gt; is a command that lets you execute commands as a super user.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Since everything was done at the command line, as user donna, I was prompted for a password every now and then and then inevitably told that "donna is not a sudoer" (or something like that). The fix was to beat the cl to the punch and just type in &lt;span class="Apple-style-span"&gt;sudo su&lt;/span&gt; and then type in the admin password, and off I went.&lt;br /&gt;&lt;br /&gt;(Must mention that even while under Admin account, I had to &lt;span class="Apple-style-span"&gt;sudo su&lt;/span&gt; in order to access other user's accounts).&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;github&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;As I already said, github is a version control system. In one of my classes, &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/OOP344"&gt;OOP344&lt;/a&gt;, I used Tortoise SVN, and that was fine because it had GUI. Since Anna's instructions were on the command line, that's how I worked, too. It was frustrating =\&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;After cloning the repos that I was going to be working with, I created a local and a remote branch (again, instructions are in &lt;a href="http://annasob.wordpress.com/2009/10/18/adding-new-code-to-your-github-repository/"&gt;Anna's blog&lt;/a&gt;), but I stumbled a bit. Things I learned:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1) When branching, make sure you are in the directory that contains the cloned repo. So when you clone popcorn (one of the repos I will be working with) like this:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: 'courier new'; "&gt;git clone git://github.com/mozilla/popcorn-js.git popcornDonna&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;follow with &lt;span style="font-family: 'courier new'; "&gt;cd popcornDonna&lt;/span&gt;, then create the branch (&lt;span style="font-family: 'courier new'; "&gt;git branch firstBranch&lt;/span&gt;).&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;2) As Anna says in her blog, some errors that result in creating a remote branch (using the &lt;span class="Apple-style-span"&gt;git push&lt;/span&gt; command) are fixable by editing the config file. She is referring to the .git/config file.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;How to find the file: make sure you are in the folder that contains the repo you cloned (in my example, the folder is popcornDonna). Then type &lt;span class="Apple-style-span"&gt;ls -a&lt;/span&gt; . One of the results should be .git. Change directory to .git (&lt;span class="Apple-style-span"&gt;cd .git&lt;/span&gt;). Type &lt;span class="Apple-style-span"&gt;ls &lt;/span&gt;&lt;span class="Apple-style-span"&gt;and&lt;/span&gt; you should see the config file. Edit it.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So far so good, tho. Just going to be reading up on Popcorn and learning some JS for the time being.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-4185067323338754541?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/4185067323338754541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2010/09/started-cdot.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/4185067323338754541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/4185067323338754541'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2010/09/started-cdot.html' title='Started @ CDOT'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-6666966864874770232</id><published>2010-07-18T17:06:00.003-04:00</published><updated>2010-07-18T17:18:26.405-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='professors'/><category scheme='http://www.blogger.com/atom/ns#' term='arts and animation'/><category scheme='http://www.blogger.com/atom/ns#' term='game club'/><category scheme='http://www.blogger.com/atom/ns#' term='Seneca'/><title type='text'>Game development club at Seneca</title><content type='html'>Did you know there's a game programming club at Seneca? Check out the &lt;a href="http://gamedev.dkxy.net/"&gt;unofficial website&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Actually, the club is in its neonatal stages. The founding students still have not found a faculty advisor and, from what I can gather, they are trying to get the Arts and Animation faculty in on it too. Sounds like a big project! However, if they can get enough students to join, the ball might actually start rolling and things will be organized in time for the fall semester (less than two months away!).&lt;br /&gt;&lt;br /&gt;Hope to see some of you there!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-6666966864874770232?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/6666966864874770232/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2010/07/game-development-club-at-seneca.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/6666966864874770232'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/6666966864874770232'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2010/07/game-development-club-at-seneca.html' title='Game development club at Seneca'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-2999355911079304052</id><published>2010-03-15T08:21:00.003-04:00</published><updated>2010-03-15T08:53:21.952-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c++'/><category scheme='http://www.blogger.com/atom/ns#' term='professors'/><category scheme='http://www.blogger.com/atom/ns#' term='OOP344'/><category scheme='http://www.blogger.com/atom/ns#' term='group work'/><category scheme='http://www.blogger.com/atom/ns#' term='container classes'/><title type='text'>Container Classes</title><content type='html'>IRC meetings have become so slow that &lt;a href="http://seneblog.fardad.com/"&gt;Fardad Soleimanloo&lt;/a&gt; has now decided to try using voice conferences through Skype! Though OOP344 is not an open source course (like &lt;a href="https://scs.senecac.on.ca/course/osd600"&gt;OSD600&lt;/a&gt;), the &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/Project_20101_OOP344"&gt;project&lt;/a&gt; for it sure is starting to look and work like one. (Just this morning I had to chuckle at &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/Team_Mighty_Morphin_Coding_Rangers_-_OOP344"&gt;my team&lt;/a&gt;--scheduling a meeting that works with everyone's schedules is a nightmare.) I find the course incredible because in all my years of studying, I've never seen a teacher put so much time into a course or students asked to put so much into it either. In university for Economics, I mastered the art of cramming for every midterm and test (those were all you were getting marked on, after all). I studied strategically and aced &lt;span style="font-style: italic;"&gt;most&lt;/span&gt; of them, but I didn't retain much info in the end. I'm finding that in college, with weekly due dates for each course, you have to keep at it or fall behind if you let things slide even by a week.&lt;br /&gt;&lt;br /&gt;Anyway, the real point of this post was to share a couple of nifty little webpages about container classes. In our last IRC meeting, my group had a bouncy, yellow question mark over our collective heads because we just didn't grasp the idea of them soon enough. But the fact is, container classes really are how Fardad described: they are an array (another kind of container) for objects. &lt;a href="http://www.learncpp.com/cpp-tutorial/104-container-classes/"&gt;Here&lt;/a&gt; is the webpage, complete with a sample class, from &lt;a href="http://www.learncpp.com/"&gt;learncpp.com&lt;/a&gt;. I haven't read &lt;a href="http://www.parashift.com/c++-faq-lite/containers.html"&gt;this one&lt;/a&gt; from &lt;a href="http://www.parashift.com/c++-faq-lite/"&gt;parashift.com&lt;/a&gt; yet, but the writing seemed pretty funny, especially after learning the basics of a container class.&lt;br /&gt;&lt;br /&gt;I haven't read the textbook section for stacks and queues yet (and yes, that means I haven't coded how a queue works yet, either), but the above webpages really helped me understand the basic idea for them. I hope they help someone else, too.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-2999355911079304052?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/2999355911079304052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2010/03/container-classes.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/2999355911079304052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/2999355911079304052'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2010/03/container-classes.html' title='Container Classes'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-3508170394204108045</id><published>2010-03-03T11:00:00.000-05:00</published><updated>2010-03-03T10:59:59.909-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='logic problem'/><category scheme='http://www.blogger.com/atom/ns#' term='MMCR'/><category scheme='http://www.blogger.com/atom/ns#' term='editor'/><category scheme='http://www.blogger.com/atom/ns#' term='OOP344'/><category scheme='http://www.blogger.com/atom/ns#' term='insertmode'/><category scheme='http://www.blogger.com/atom/ns#' term='group work'/><title type='text'>OOP344: Logic problem</title><content type='html'>Part of my contribution to this first programming project was to code the section of the function that would actually let the user insert characters into a line. (Project specs &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/BIOF_20101_%28AS1%29_-_OOP344"&gt;here&lt;/a&gt;. The function I'm working on with everyone is &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/BIOF_20101_%28AS1%29_-_OOP344#Line_Editor:_int_bio_edit.28.........29"&gt;bio_edit()&lt;/a&gt;). On and off during the week of the due date, I had successes, but the last hurdle stumped me. At some point in time, everything was working perfectly--it's simple logic--and then I just had to re-do someone else's code, and everything with regards to insertMode stopped working.&lt;br /&gt;&lt;br /&gt;Someone suggested using &lt;a href="http://www.cplusplus.com/reference/clibrary/cstring/memmove/"&gt;memmove&lt;/a&gt; when shifting the string, but since I was (and still am) afraid to use a function I hadn't used before, I decided to stick to a for-loop. It didn't work as well as I thought. I coded it so that when inserting characters, everything from the end of the string to the current cursor position was shifted to the right, and the character typed would be inserted in the current cursor position (*curpos). However, the characters being shifted included those beyond *curpos, and any letters I typed were basically overwritten by whatever was to the left of the cursor.&lt;br /&gt;&lt;br /&gt;I isolated this section still got the same results. My code looked like this:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_7JEKfeQ84Yk/S4581diq1kI/AAAAAAAAAAk/PpokoOiC72g/s1600-h/insertmode.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 483px; height: 166px;" src="http://4.bp.blogspot.com/_7JEKfeQ84Yk/S4581diq1kI/AAAAAAAAAAk/PpokoOiC72g/s400/insertmode.jpg" alt="" id="BLOGGER_PHOTO_ID_5444426257442461250" border="0" /&gt;&lt;/a&gt;Then I got it fixed with this:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_7JEKfeQ84Yk/S46DfuJShnI/AAAAAAAAABU/f8G2hcJyFd4/s1600-h/insertmodeFixed.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 468px; height: 128px;" src="http://1.bp.blogspot.com/_7JEKfeQ84Yk/S46DfuJShnI/AAAAAAAAABU/f8G2hcJyFd4/s400/insertmodeFixed.jpg" alt="" id="BLOGGER_PHOTO_ID_5444433580523685490" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Line 645 now takes into account *offset where it didn't use to (line 508 in the first screenshot). The really bad part about trying to debug this was programmer failure--I kept forgetting the fact that *curpos is related only to length of the editing field and not the str being edited. *offset + *curpos is the index of any character in str. Whenever I tried doing a walkthrough, everything made sense. At some point, I stared at my long enough to realize it. &lt;span style="font-style: italic;"&gt;Massive failure.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Though the project has been submitted, I'm still going to attempt using memmove to reduce the number of lines. (That is, if playing &lt;span style="font-style: italic;"&gt;Prototype&lt;/span&gt; doesn't get in the way, haha.)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-3508170394204108045?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/3508170394204108045/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2010/02/oop344-logic-problem.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/3508170394204108045'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/3508170394204108045'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2010/02/oop344-logic-problem.html' title='OOP344: Logic problem'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_7JEKfeQ84Yk/S4581diq1kI/AAAAAAAAAAk/PpokoOiC72g/s72-c/insertmode.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-5260101415417429107</id><published>2010-02-17T13:27:00.006-05:00</published><updated>2010-02-17T13:48:32.228-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='editor'/><category scheme='http://www.blogger.com/atom/ns#' term='OOP344'/><category scheme='http://www.blogger.com/atom/ns#' term='Visual'/><category scheme='http://www.blogger.com/atom/ns#' term='trunk'/><category scheme='http://www.blogger.com/atom/ns#' term='compile'/><category scheme='http://www.blogger.com/atom/ns#' term='Borland'/><category scheme='http://www.blogger.com/atom/ns#' term='group work'/><category scheme='http://www.blogger.com/atom/ns#' term='SVN'/><title type='text'>OOP344: Creating an editor</title><content type='html'>Before things get any more hectic with this &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/Project_20101_OOP344"&gt;OOP344 project&lt;/a&gt; (in which we're to create a programming editor, a la vi), a few things:&lt;br /&gt;&lt;br /&gt;1) Compiling can be a pain in the butt&lt;br /&gt;&lt;br /&gt;I have never compiled anywhere besides linux (on Seneca's matrix server) before, so learning to compile on Visual and Borland was a frustrating experience. More than anything else, it was being told that the library I was trying to #include did not exist.&lt;br /&gt;&lt;br /&gt;To compile on Borland, I first had to create a batch file that would add to $path the path-file to my Borland compiler. I still have not figured out a way to set this permanently, so for now I must run it everytime I need to use Borland. It's a simple .bat file with one line:&lt;br /&gt;&lt;br /&gt;set path=%path%;C:\Borland\BCC55\Bin&lt;br /&gt;&lt;br /&gt;I had to create a bcc32.cfg file in the Bin. All it contains is:&lt;br /&gt;&lt;br /&gt;-I"c:\Borland\Bcc55\include"&lt;br /&gt;-L"c:\Borland\Bcc55\lib" &lt;br /&gt;&lt;br /&gt;It cuts down the typing I have to do when compiling because it automatically includes the libraries I need to run my program.&lt;br /&gt;&lt;br /&gt;Visual and Linux were easier, though with Linux, I forgot to "-lncurses" at first.&lt;br /&gt;&lt;br /&gt;2) I'd been accidentally committing to trunk all along&lt;br /&gt;&lt;br /&gt;What I'd done was copy and paste the PRJ file (which contains the .c's and .h's for the project) from trunk to my workspace. I thought that because it was in my workspace, committing any changes I made was ok. I was under the impression that anytime people committed to trunk, everyone's version of similarly named files in trunk would be updated, too. After all, how else is everyone going to get synched?&lt;br /&gt;&lt;br /&gt;This issue has been fixed now. I've done a fresh checkout, and after all the editing I've done to my code, I'm going to be ready to merge my code with the trunk code soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-5260101415417429107?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/5260101415417429107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2010/02/oop344-creating-editor.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/5260101415417429107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/5260101415417429107'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2010/02/oop344-creating-editor.html' title='OOP344: Creating an editor'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-6382004181788645623</id><published>2010-01-22T21:56:00.003-05:00</published><updated>2010-01-22T22:49:57.345-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='professors'/><category scheme='http://www.blogger.com/atom/ns#' term='communacation'/><category scheme='http://www.blogger.com/atom/ns#' term='MMCR'/><category scheme='http://www.blogger.com/atom/ns#' term='tabVspace'/><category scheme='http://www.blogger.com/atom/ns#' term='group work'/><title type='text'>Mystery solved</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Mystery at the HQ Solved!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Two of the three new &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/OOP344_Teams"&gt;Coding Rangers&lt;/a&gt; have been identified in class. From first impression, one looked a lot friendlier than the other, but yours truly is trying not to be judgmental because the wind blew the wrong way on her face when she was pouting. Could've happened the same to the other dude.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Coding Styles&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Coding Rangers had their first (informal) meeting last Thursday to decide on the most basic &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/OOP344_-_Mighty_Morphin_Coding_Rangers"&gt;coding styles&lt;/a&gt;. We agreed on most topics without trouble, like tabbing instead of spacing and placing the opening curly bracket on the same line as the condition or function that opened it. (I like &lt;a href="https://cs.senecac.on.ca/%7Ecindy.laurin/"&gt;Cindy Laurin&lt;/a&gt;'s style of placing the opening moustache on the next line by itself. I think it looks neater, but I was defeated in this discussion.)&lt;br /&gt;&lt;br /&gt;My professors have tried to sell students on their preferences. &lt;a href="https://cs.senecac.on.ca/%7Eaaustin/"&gt;&lt;/a&gt;Last semester, a classmate&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt; lost marks in an assignment for using spacing. &lt;a href="https://cs.senecac.on.ca/%7Emfernand/"&gt;Mark Fernandes&lt;/a&gt; told her to use tabs. Now &lt;a href="https://cs.senecac.on.ca/%7Efardad.soleimanloo/"&gt;Fardad Soleimanloo&lt;/a&gt; is telling us to use spacing. (I think his argument is that the length of tabs differ between editors.) &lt;a href="https://cs.senecac.on.ca/%7Eaaustin/"&gt;Anthony Austin&lt;/a&gt; wants everyone to use vi and ssh. Use ftp or telnet and you're going to find "YOU R OWN3D" in your home directory. (He's pretty darn serious. He spent 10 minutes on the topic.)&lt;br /&gt;&lt;br /&gt;I've personally made up my mind to use vi and do 2-space tabs for  programs and spaces for html.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-6382004181788645623?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/6382004181788645623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2010/01/mystery-solved.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/6382004181788645623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/6382004181788645623'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2010/01/mystery-solved.html' title='Mystery solved'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-97177745144378627.post-7498709303118788419</id><published>2010-01-20T16:19:00.000-05:00</published><updated>2010-01-20T17:35:32.385-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='communacation'/><category scheme='http://www.blogger.com/atom/ns#' term='MMCR'/><category scheme='http://www.blogger.com/atom/ns#' term='group work'/><title type='text'>Mighty Morphin' Coding Rangers</title><content type='html'>Trouble at the Coding Rangers HQ!!!&lt;br /&gt;&lt;br /&gt;The Coding Rangers, formed on the first day of class and baptized two  days later (thanks to &lt;a href="http://rocketpants.blog.ca/"&gt;Chris&lt;/a&gt;), announced that they are still  looking for 2-3 members to join them.&lt;br /&gt;&lt;br /&gt;And now 2-3 members have! The problem: yours truly have NO IDEA who  these 2-3 members are. She suspects &lt;span style="font-style: italic;"&gt;someone&lt;/span&gt; does, but no one  is speaking up--YET.&lt;br /&gt;&lt;br /&gt;The Coding Rangers are a group of OOP344 students who will be working together (OPEN SOURCE!) on a yet-to-be-determined project. They are an amalgamation of two pre-existing groups: Annie, Chris, and yours truly, and Dachuan and Shengwei. Strangers to each other still, they have yet to really &lt;span style="font-style: italic;"&gt;communicate&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Stay tuned! See how this level 1 Communication Failure will be resolved (or not resolved--uh-oh!).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/97177745144378627-7498709303118788419?l=donna-oberes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://donna-oberes.blogspot.com/feeds/7498709303118788419/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://donna-oberes.blogspot.com/2010/01/mighty-morphin-coding-rangers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/7498709303118788419'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/97177745144378627/posts/default/7498709303118788419'/><link rel='alternate' type='text/html' href='http://donna-oberes.blogspot.com/2010/01/mighty-morphin-coding-rangers.html' title='Mighty Morphin&apos; Coding Rangers'/><author><name>Donna_Oberes</name><uri>http://www.blogger.com/profile/00305404482714602892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/-yzWnHE6OFh4/T0x5vZDdeBI/AAAAAAAAAE4/C8uaovfssLA/s220/amused.jpg'/></author><thr:total>0</thr:total></entry></feed>
