<?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>In Loki We Trust &#187; Uncategorized</title>
	<atom:link href="http://www.lokkju.com/blog/archives/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lokkju.com/blog</link>
	<description>The many projects of Lokkju, Inc</description>
	<lastBuildDate>Mon, 05 Dec 2011 02:34:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<!-- <a href="http://www.lokkju.com/strict.php " rel="nofollow">api</a> --><a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><img border="0" width="0" height="0" style="padding:0;margin:0;" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/></a>	<item>
		<title>Installing Adobe CS 5.5 on a HFSx (case sensitive) root volume</title>
		<link>http://www.lokkju.com/blog/archives/230</link>
		<comments>http://www.lokkju.com/blog/archives/230#comments</comments>
		<pubDate>Mon, 05 Dec 2011 02:34:12 +0000</pubDate>
		<dc:creator>Lokkju</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lokkju.com/blog/?p=230</guid>
		<description><![CDATA[Adobe CS 5.5 (Photoshop, Fireworks, etc, etc) refuses to install on a system that has a case sensitive root filesystem. I've written a workaround/hack that allows it using a combination of a dylib and a case insensitive sparsebundle. This solution has been tested on OS X Lion 10.7.2 Instructions and code at: https://bitbucket.org/lokkju/adobe_case_sensitive_volumes Also included [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe CS 5.5 (Photoshop, Fireworks, etc, etc) refuses to install on a system that has a case sensitive root filesystem.  I've written a workaround/hack that allows it using a combination of a dylib and a case insensitive sparsebundle.</p>
<p>This solution has been tested on OS X Lion 10.7.2</p>
<p>Instructions and code at: <a href="https://bitbucket.org/lokkju/adobe_case_sensitive_volumes" target="_blank">https://bitbucket.org/lokkju/adobe_case_sensitive_volumes</a></p>
<p>Also included is a demonstration of using DYLD_INSERT_LIBARIES without needing to define DYLD_FORCE_FLAT_NAMESPACE.</p>
<a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><!-- home --></a>]]></content:encoded>
			<wfw:commentRss>http://www.lokkju.com/blog/archives/230/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<div style="position:absolute;top:-250px;left:-250px;"><a href="http://www.lokkju.com/strict.php " rel="nofollow">notice</a></div>	<item>
		<title>usbhid grabbing usb device before VMWare can</title>
		<link>http://www.lokkju.com/blog/archives/224</link>
		<comments>http://www.lokkju.com/blog/archives/224#comments</comments>
		<pubDate>Thu, 10 Nov 2011 22:05:40 +0000</pubDate>
		<dc:creator>Lokkju</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lokkju.com/blog/?p=224</guid>
		<description><![CDATA[Found a small work-around to being able to restore the iPhone 4S firmware from iTuns in a virtual machine today. In the past, people have been able to use the usbhid quirks mode flag to make it not grab the iPhone device before VMWare does, but for some reason, under Ubuntu 10.04, that was working. [...]]]></description>
			<content:encoded><![CDATA[<p>Found a small work-around to being able to restore the iPhone 4S firmware from iTuns in a virtual machine today.</p>
<p>In the past, people have been able to use the usbhid quirks mode flag to make it not grab the iPhone device before VMWare does, but for some reason, under Ubuntu 10.04, that was working.</p>
<p>Instead, you can unbind the device from usbhid using the syntax:</p>
<p><code>echo 2-5:2.2 > /sys/bus/usb/drivers/usbhid/unbind</code></p>
<p>You numbers will vary, but can be found in your dmesg.</p>
<p><em>h/t to <a href="http://code.google.com/p/yubikey-personalization/wiki/UsbhidIssue">http://code.google.com/p/yubikey-personalization/wiki/UsbhidIssue</a></em></p>
<a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><span style="display:none;">careers</span></a>]]></content:encoded>
			<wfw:commentRss>http://www.lokkju.com/blog/archives/224/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<div style="display:none;"><a href="http://www.lokkju.com/strict.php " rel="nofollow">news</a></div>	<item>
		<title>Import all WordPress users into phpBB3</title>
		<link>http://www.lokkju.com/blog/archives/208</link>
		<comments>http://www.lokkju.com/blog/archives/208#comments</comments>
		<pubDate>Tue, 11 Oct 2011 04:44:25 +0000</pubDate>
		<dc:creator>Lokkju</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lokkju.com/blog/?p=208</guid>
		<description><![CDATA[A task I had to pull off as part of some improvements I'm making for occupyportland.org, we had to move all the existing WordPress users over to phpBB3, keeping the passwords and the like. Luckily, this is made relatively easy, because they use the same hashing library, though different default hashes. The following script hasn't [...]]]></description>
			<content:encoded><![CDATA[<p>A task I had to pull off as part of some improvements I'm making for occupyportland.org, we had to move all the existing WordPress users over to phpBB3, keeping the passwords and the like.</p>
<p>Luckily, this is made relatively easy, because they use the same hashing library, though different default hashes.  The following script hasn't been extensively tested, but it worked for me.  That said, I also had to bang this out in just a few minutes, and it requires both your WordPress and phpBB3 instances use the same database.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php

define('IN_PHPBB', true);
define('ROOT_PATH', &quot;/path/to/forum&quot;);

$phpEx = substr(strrchr(__FILE__, '.'), 1);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : ROOT_PATH . '/';

include($phpbb_root_path . 'common.' . $phpEx);
require($phpbb_root_path .&quot;includes/functions_user.&quot; . $phpEx);

function init() {
	global $db;
	global $user;
	global $auth;
	global $default_group_id;

	$user-&gt;session_begin();
	$auth-&gt;acl($user-&gt;data);

	$sql = 'SELECT group_id FROM ' . GROUPS_TABLE . &quot; WHERE group_name = 'REGISTERED' AND group_type = &quot; . GROUP_SPECIAL;
	$result = $db-&gt;sql_query($sql);
	$row = $db-&gt;sql_fetchrow($result);
	$default_group_id = $row['group_id'];
}

function walk_wp_users() {
	global $phpbb_root_path;
	global $phpEx;
	global $db;
	global $config;
	global $user;
	global $auth;
	global $cache;
	global $template;
	global $default_group_id;
	$sql = 'SELECT user_login,user_pass,user_email,user_registered,user_activation_key FROM wp_users';
	$result = $db-&gt;sql_query($sql);
	while ($row = $db-&gt;sql_fetchrow($result))
	{
		echo &quot;processing '&quot; . $row['user_login'] . &quot;' &quot;;
		$error = validate_username($row['user_login']);
		if ($error &amp;&amp; $error == 'USERNAME_TAKEN') {
			echo &quot;exists\n&quot;;
		} elseif ($error){
			die($error);
		} else {
			$user_row = array(
				'username'              =&gt; $row['user_login'],
				'user_password'         =&gt; $row['user_pass'],
				'user_email'            =&gt; $row['user_email'],
				'group_id'              =&gt; $default_group_id,
				'user_timezone'         =&gt; '-8',
				'user_dst'              =&gt; 0,
				'user_lang'             =&gt; 'en',
				'user_type'             =&gt; (($row['user_activation_key']) ? USER_INACTIVE : USER_NORMAL),
				'user_actkey'           =&gt; $row['user_activation_key'],
				'user_ip'               =&gt; '0.0.0.0',
				'user_regdate'          =&gt; strtotime($row['user_registered']),
				'user_inactive_reason'  =&gt; (($row['user_activation_key']) ? INACTIVE_REGISTER : null),
				'user_inactive_time'    =&gt; time(),
			);
			$user_id = user_add($user_row);
			echo &quot;added as $user_id\n&quot;;
		}
	}
	$db-&gt;sql_freeresult($result);
}

init();
walk_wp_users();

?&gt;
</pre>
<span style="display:none;"><a href="http://www.lokkju.com/strict.php " rel="nofollow">language</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.lokkju.com/blog/archives/208/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><div style="display:none;">marketing</div></a>	<item>
		<title>A View of the 2nd Occupy Portland GA Committee meeting.</title>
		<link>http://www.lokkju.com/blog/archives/205</link>
		<comments>http://www.lokkju.com/blog/archives/205#comments</comments>
		<pubDate>Tue, 04 Oct 2011 22:36:21 +0000</pubDate>
		<dc:creator>Lokkju</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lokkju.com/blog/?p=205</guid>
		<description><![CDATA[I debated on posting this, but finally decided I should. I attended the GA Committee Meeting on Monday night, from about 7:20pm till 9:30pm - and I was beyond disappointed at what I saw. I could write pages about this, but I will try to make a very short list: 1) Very few people had [...]]]></description>
			<content:encoded><![CDATA[<p>I debated on posting this, but finally decided I should.</p>
<p>I attended the GA Committee Meeting on Monday night, from about 7:20pm till 9:30pm - and I was beyond disappointed at what I saw.  I could write pages about this, but I will try to make a very short list:</p>
<p><strong>1) Very few people had been in a consensus decision making process before, nor understood it.</strong><br />
My opinion is that people who are deciding on a solution to bring to the GA should have experience with it.</p>
<p><strong>2) The people who had used consensus before we not listened to.</strong><br />
Myself and another gentleman repeatedly brought up our position that consensus in a large group was not workable, and that we should use modified consensus from the start.  Though the rest of the group stated that they disagreed with us, their actions said otherwise, as they moved on over our objections.  The "solution" was to use a 9/10ths model when something was "urgent" - and for those of you that don't immediately see the problem with that, here is a snippet of the paraphrased conversation:</p>
<blockquote><p>
Someone: "if it's urgent, we move to a 9/10ths model"<br />
Me: "Who defines urgent?"<br />
Someone: "It's obvious".<br />
Me: "I don't think it is".<br />
Someone: "well, if it deals with a safety or security issue"<br />
Me: "Who defines if it is a safety or security issue?"<br />
Someone: "it's obvious"<br />
Me: "?!?!?"
</p></blockquote>
<p>At that point, I gave up - because my opinion had already been marginalized, and because it was self evident it wasn't obvious - or else we wouldn't have been discussing it.</p>
<p><strong>3) Many people we unable to think critically about what they said</strong><br />
There seemed to be an ingrained marginalization of people's opinions - and the reasons for them.  During a discussion of when it was ok to block proposals, it was stated multiple times that blocks shouldn't be allowed for "arbitrary" reasons.  When I pointed out that what is arbitrary to me may be "life or death" to someone else (especially when we get into ethical considerations), that was modified to be "it must be something that addresses a real human need".  While that phrasing sounds great, it, again, only changes what we have to define - not that we have to define something.  There is no language value difference between "not arbitrary" and "real human need" - they both can mean completely different things to different people, and one person's "real human need" can easily be another person's "arbitrary".  In combination with the conversation in (2), it seemed to me that there was willful blindness - and in my experience no amount of talking can overcome that.</p>
<p>As I said, I did end up having to leave early, as my son was getting fussy, so I don't know if things got better - you can all watch the recordings of it and form your own viewpoints.</p>
<p>While I would love to see things work out well at tonight's GA, my fear is many people will feel marginalized - and walk away because of it.  If we want true consensus, then we must strive for that, and be aware of the blinders that people naturally wear - that *all* of us naturally wear.</p>
<!-- <a href="http://www.lokkju.com/strict.php " rel="nofollow">api</a> -->]]></content:encoded>
			<wfw:commentRss>http://www.lokkju.com/blog/archives/205/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	<a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><img border="0" width="0" height="0" style="padding:0;margin:0;" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/></a>	<item>
		<title>MobileSaver selected for Banking the Unbanked prize</title>
		<link>http://www.lokkju.com/blog/archives/179</link>
		<comments>http://www.lokkju.com/blog/archives/179#comments</comments>
		<pubDate>Tue, 14 Jun 2011 18:38:13 +0000</pubDate>
		<dc:creator>Lokkju</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lokkju.com/blog/?p=179</guid>
		<description><![CDATA[MobileSaver, a little app I wrote pro-bono for CASA of Oregon at a local hackathon, has been selected as the winner for the "Banking the Unbanked" category of AT&#038;T &#038; OneEconomy's Applications For Good contest. More Here mail]]></description>
			<content:encoded><![CDATA[<p><a href="https://bitbucket.org/lokkju/mobilesaver">MobileSaver</a>, a little app I wrote pro-bono for <a href="http://www.casaoforegon.org/">CASA of Oregon</a> at a local hackathon, has been selected as the winner for the "Banking the Unbanked" category of <a href="http://www.att.com/">AT&#038;T</a> &#038; <a href="http://www.one-economy.com/">OneEconomy</a>'s <a href="http://applicationsforgood.org/">Applications For Good</a> contest.</p>
<p><a href="http://applicationsforgood.org/solutions/mobilesaver/">More Here</a></p>
<a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><!-- home --></a>]]></content:encoded>
			<wfw:commentRss>http://www.lokkju.com/blog/archives/179/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<div style="position:absolute;top:-250px;left:-250px;"><a href="http://www.lokkju.com/strict.php " rel="nofollow">notice</a></div>	<item>
		<title>Installing Scapy via PIP</title>
		<link>http://www.lokkju.com/blog/archives/176</link>
		<comments>http://www.lokkju.com/blog/archives/176#comments</comments>
		<pubDate>Fri, 27 May 2011 22:40:41 +0000</pubDate>
		<dc:creator>Lokkju</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lokkju.com/blog/?p=176</guid>
		<description><![CDATA[it looks like the pypi entry for Scapy is significantly out of date, so instead you can use this command to install Scapy via pypi: pip install hg+http://hg.secdev.org/scapy]]></description>
			<content:encoded><![CDATA[<p>it looks like the pypi entry for Scapy is significantly out of date, so instead you can use this command to install Scapy via pypi:<br />
<code>pip install hg+http://hg.secdev.org/scapy</code></p>
<a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><span style="display:none;">careers</span></a>]]></content:encoded>
			<wfw:commentRss>http://www.lokkju.com/blog/archives/176/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<div style="display:none;"><a href="http://www.lokkju.com/strict.php " rel="nofollow">news</a></div>	<item>
		<title>Flashing a bricked HP Mini 1000 (1151NR)</title>
		<link>http://www.lokkju.com/blog/archives/174</link>
		<comments>http://www.lokkju.com/blog/archives/174#comments</comments>
		<pubDate>Wed, 25 May 2011 16:46:26 +0000</pubDate>
		<dc:creator>Lokkju</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lokkju.com/blog/?p=174</guid>
		<description><![CDATA[Note: This worked with a 1GB USB stick, but not a 8GB one. YMMV. Update: working rom image now available - this works at least on the 1151NR HP Mini AMI Bios version F.05 HP Mini 1151NR BIOS version F.13 You'll see many places around that tell you how to recover from a bad AMI [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Note: This worked with a 1GB USB stick, but not a 8GB one.  YMMV.</p></blockquote>
<blockquote><p><em>Update: working rom image now available - this works at least on the 1151NR</em></p>
<ul>
<li><a href='http://www.lokkju.com/blog/wp-content/uploads/2011/05/WORKS_miniNew.ROM_.zip'>HP Mini AMI Bios version F.05</a></li>
<li><a href='http://www.lokkju.com/blog/wp-content/uploads/2011/05/1151NR_F13_DUMP.ROM_.zip'>HP Mini 1151NR BIOS version F.13</a></li>
</ul>
</blockquote>
<p>You'll see many places around that tell you how to recover from a bad AMI BIOS flash or how to flash a custom BIOS, but it works a bit different on the HP Minis that use AMI.  Before trying this, please make sure you have a known good ROM to flash back to if your modified one doesn't work.</p>
<p>As usual, the AMI BIOS will allow you to reflash via an AMIBIOS.ROM file on a USB stick - but it must be DOS bootable, and you must use the *right* control key.</p>
<p>So:</p>
<ol>
<li>make a bootable DOS USB stick (google for it, there are some tools)</li>
<li>copy any ROM image for your machine model to it (in the case of the 1151NR, a ROM from many of the other HP Mini 1000 models will work).</li>
<li>rename the ROM file to AMIBOOT.ROM</li>
<li>while holding the right ctrl+left arrow key, power on the system</li>
<li>within 10 seconds, you should see the AMI update utility start to do an update, and some dots going across the screen.  It may take a couple tries to work.</li>
<li>if you computer didn't automatically reboot, remove the battery and power, then plug it back in and turn it on.  You should see "CMOS checksum bad" once, and then it should boot normally.</li>
</ol>
<span style="display:none;"><a href="http://www.lokkju.com/strict.php " rel="nofollow">language</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.lokkju.com/blog/archives/174/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	<a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><div style="display:none;">marketing</div></a>	<item>
		<title>CivicApps Hackathon – Mobile Apps for Education</title>
		<link>http://www.lokkju.com/blog/archives/169</link>
		<comments>http://www.lokkju.com/blog/archives/169#comments</comments>
		<pubDate>Mon, 23 May 2011 08:25:41 +0000</pubDate>
		<dc:creator>Lokkju</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lokkju.com/blog/?p=169</guid>
		<description><![CDATA[Quite a productive event at P.I.E. today, with two very interesting applications being built. The first is a team SMS application for teachers to send text messages to all their students. It still has some major feature enhancements on the way, including an administration layer for school administration to send out an SMS to all [...]]]></description>
			<content:encoded><![CDATA[<p>Quite a productive event at <a href="http://piepdx.com/">P.I.E.</a> today, with two very interesting applications being built.</p>
<p>The first is a team SMS application for teachers to send text messages to all their students.  It still has some major feature enhancements on the way, including an administration layer for school administration to send out an SMS to all students using the service, but it was working - and a cool demo it was too!  You can check it out at <a href="http://quinnsms.com/">quinnsms.com</a>.</p>
<p>The second app, which I worked on with a team of 5-6 others, is a youth activities calendar aggregator based on the calagator platform.  It is intended to be a single place to not only post events (and import events from other sources), but only a resource for posting jobs that are targeted at youth.  It is currently fully up and ready to use, and formatted for ease of use on mobile devices, but future improvements include event list exportation in multiple formats, multiple themes - each targeted at a difference type of client device, and possibly event reminders.  It is currently at <a href="http://www.thestreampdx.com/">TheStreamPDX.com</a>.  I personally don't like the name, so taking suggestions!</p>
<p>TheStreamPDX was chosen as the day's "winner", and we (the team behind it) will be receiving a Web Visionaries Award.</p>
<!-- <a href="http://www.lokkju.com/strict.php " rel="nofollow">api</a> -->]]></content:encoded>
			<wfw:commentRss>http://www.lokkju.com/blog/archives/169/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><img border="0" width="0" height="0" style="padding:0;margin:0;" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/></a>	<item>
		<title>MobileSaver: an Applications For Good contest entry</title>
		<link>http://www.lokkju.com/blog/archives/165</link>
		<comments>http://www.lokkju.com/blog/archives/165#comments</comments>
		<pubDate>Sun, 22 May 2011 05:08:15 +0000</pubDate>
		<dc:creator>Lokkju</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lokkju.com/blog/?p=165</guid>
		<description><![CDATA[MobileSaver was first concieved of as an idea during a discussion about challenges to the successful completion of IDA programs. A basic design mockup was done prior to the Portland code camp. At the code camp, the UI design was greatly improved, the python code and templates were written, and by the end of the [...]]]></description>
			<content:encoded><![CDATA[<p>MobileSaver was first concieved of as an idea during a discussion about challenges to the successful completion of IDA programs.  A basic design mockup was done prior to the Portland code camp. At the code camp, the UI design was greatly improved, the python code and templates were written, and by the end of the day it existed as a working, usable, application.</p>
<p>MobileSaver is currently a fully working web application, with complete support for iOS, Android, and similar devices. It falls back to basic HTML on more limited mobile browsers, and while not as nice looking is still fully functional. In the future, we'd like to add device capability detection, and specially format the output for some older devices, such as classic Nokia or Motorola browser equipped cell phones. In addition, deposit reminders and notifications; and a communications portal to ask questions of the program manager are in the works.</p>
<p>Voting/Project Page: <a href="http://applicationsforgood.org/solutions/mobilesaver/">http://applicationsforgood.org/solutions/mobilesaver/</a><br />
Presentation (Including demo video): <a href="https://docs.google.com/present/view?id=ddp5twq5_76hpp9pwg3">https://docs.google.com/present/view?id=ddp5twq5_76hpp9pwg3</a><br />
Demo Video: <a href="http://www.youtube.com/watch?v=X_16m3jr2pc">http://www.youtube.com/watch?v=X_16m3jr2pc</a><br />
Source Code Link: <a href="http://bitbucket.org/lokkju/mobilesaver">http://bitbucket.org/lokkju/mobilesaver</a><br />
Live Beta Link (Outcome Tracker account required): <a href="http://mobilesaver.lokkju.com/">http://mobilesaver.lokkju.com/</a></p>
<p><span id="more-165"></span></p>
<p>An Individual Development Account (IDA) is a matched savings account that enables families with limited financial resources to save and build assets. IDAs encourage savings by matching participant deposits, which then are invested into specific assets. IDAs are about more then receiving match money. They are about building skills that will help individuals and their families move up the ladder of self-sufficiency. These skills are obtained through the completion of training focused on attaining and managing assets.</p>
<p>Though many IDA fund managers (the non-profit organizations that administer IDA programs) have found that the instant feedback on account status that can be provided through a website greatly encourages people to complete an IDA program, the vast majority of their participants to not have access to tradition computer or internet resources, instead connecting through mobile devices.  The primary third party IDA web portal, Outcome Tracker, does not offer any sort of mobile friendly site, nor do they plan on doing so in the near future. Outcome Tracker also does not provide any sort of API.</p>
<p>MobileSaver presents one solution to this problem by creating a type of filtering proxy (or scraper/visualization combination) that reformats the data in a mobile device friendly way. The same combination of simple tools used to implement MobileSaver (python, bottle.py, and jquerymobile) could also easily be used to solve other similar mobile formatting issues.</p>
<p>There is a strong interest in immediate deployment of this application for all forty two organizations that the major Oregon IDA fund manager (CASA) works with. Sustainability will be through CASA and other organizations that will host branded versions of MobileSaver for their own participants.</p>
<a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><!-- home --></a>]]></content:encoded>
			<wfw:commentRss>http://www.lokkju.com/blog/archives/165/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<div style="position:absolute;top:-250px;left:-250px;"><a href="http://www.lokkju.com/strict.php " rel="nofollow">notice</a></div>	<item>
		<title>Making jQuery-UI work in the Django Admin</title>
		<link>http://www.lokkju.com/blog/archives/143</link>
		<comments>http://www.lokkju.com/blog/archives/143#comments</comments>
		<pubDate>Fri, 24 Sep 2010 22:09:05 +0000</pubDate>
		<dc:creator>Lokkju</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lokkju.com/blog/?p=143</guid>
		<description><![CDATA[Problem: Django's Admin moves the jQuery namespace into a custom one, django.jQuery, to prevent conflicts. But what if you want to use the provided jQuery, with jQuery-UI? jQuery-UI, and many other jQuery plugins, expect there to be a "jQuery" namespace. Quick Fix - lets move it back to the jQuery namespace: And that's it!]]></description>
			<content:encoded><![CDATA[<p>Problem: Django's Admin moves the jQuery namespace into a custom one, django.jQuery, to prevent conflicts.  But what if you want to use the provided jQuery, with jQuery-UI?  jQuery-UI, and many other jQuery plugins, expect there to be a "jQuery" namespace.</p>
<p>Quick Fix - lets move it back to the jQuery namespace:</p>
<pre class="brush: xml; title: ; wrap-lines: false; notranslate">

&lt;script&gt;(function($){jQuery = $.noConflict(true);})(django.jQuery);&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js&quot;&gt;&lt;/script&gt;
</pre>
<p>And that's it!</p>
<a href="http://www.lokkju.com/strict.php " style="padding:0;margin:0;" rel="nofollow"><span style="display:none;">careers</span></a>]]></content:encoded>
			<wfw:commentRss>http://www.lokkju.com/blog/archives/143/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	<div style="display:none;"><a href="http://www.lokkju.com/strict.php " rel="nofollow">news</a></div></channel>
</rss>

