<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Justyn Smith | Blog</title>
	
	<link>http://justynsmith.info</link>
	<description>A family man living in a tech land</description>
	<lastBuildDate>Mon, 16 Apr 2012 08:02:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/justyn-smith" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="justyn-smith" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>My Galaxy S2 build.prop tweaks</title>
		<link>http://justynsmith.info/galaxy-s2-buildprop-tweaks</link>
		<comments>http://justynsmith.info/galaxy-s2-buildprop-tweaks#comments</comments>
		<pubDate>Sat, 14 Apr 2012 02:59:47 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[galaxy s2]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1132</guid>
		<description><![CDATA[<p>I&#8217;m currently running <a title="Cyanogenmod" href="http://cyanogenmod.com">Cyanogenmod9</a> on my <a title="Galaxy S2" href="http://www.samsung.com/au/consumer/mobile-phone/mobile-phone/smartphone/GT-I9100LKJXSA/?pid=au_home_mobiledevices_middle_expand_galaxysII_20120214">Galaxy S2</a> on <a title="Telstra" href="http://www.telstra.com.au">Telstra</a>. It runs beautifully and I am loving ICS and all the hard work that the CM devs put into their ROM&#8217;s. What I&#8217;ve done though is created a local.prop file inside /data/ (I...&#160;<a href="http://justynsmith.info/galaxy-s2-buildprop-tweaks">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/samsung-galaxy-s2-modem-test' rel='bookmark' title='Samsung Galaxy S2 modem test'>Samsung Galaxy S2 modem test</a></li>
<li><a href='http://justynsmith.info/calibrate-galaxy-s2-battery' rel='bookmark' title='Calibrate Galaxy S2 Battery'>Calibrate Galaxy S2 Battery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently running <a title="Cyanogenmod" href="http://cyanogenmod.com">Cyanogenmod9</a> on my <a title="Galaxy S2" href="http://www.samsung.com/au/consumer/mobile-phone/mobile-phone/smartphone/GT-I9100LKJXSA/?pid=au_home_mobiledevices_middle_expand_galaxysII_20120214">Galaxy S2</a> on <a title="Telstra" href="http://www.telstra.com.au">Telstra</a>. It runs beautifully and I am loving ICS and all the hard work that the CM devs put into their ROM&#8217;s. What I&#8217;ve done though is created a local.prop file inside /data/ (I know the title says build.prop) but I decided on local.prop since flashing new <a title="XDA-Developers Cyanogenmod 9" href="http://forum.xda-developers.com/showthread.php?t=1419102">nightly builds</a> of CM9 I don&#8217;t lose any of the settings since they&#8217;re in /data/.</p>
<p>I figured I would post it here not only for my future reference but also for anyone else that wanted to copy some of the settings. Once changed, wipe cache and dalvik-cache and reboot. If you do however break your phone, I will not be held responsible. <img src='http://justynsmith.info/wp-content/plugins/smilies-themer/vbmodern/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><code># My SGS2 tweaks<br />
&nbsp;<br />
# system stuff<br />
net.hostname=SGS2_CM9<br />
ro.sf.lcd_density=202<br />
qemu.sf.lcd_density=202<br />
dalvik.vm.heapsize=48m<br />
dalvik.vm.startheapsize=8m #Allows the system to start at a lower heap size and rank up as needed.<br />
dalvik.vm.verify-bytecode=false<br />
dalvik.vm.dexopt-flags=v=n,o=v<br />
&nbsp;<br />
# GUI tweaks<br />
debug.sf.hw=1<br />
debug.performance.tuning=1<br />
debug.composition.type=gpu<br />
video.accelerate.hw=1<br />
windowsmgr.max_events_per_sec=180 #faster scrolling<br />
ro.max.fling_velocity=12000 #faster scrolling<br />
ro.min.fling_velocity=8000 #faster scrolling<br />
ro.camera.sound.forced=0 #disable camera sound<br />
&nbsp;<br />
# wifi &amp; battery tweaks<br />
pm.sleep_mode=1<br />
ro.ril.disable.power.collapse=0<br />
wifi.supplicant_scan_interval=180<br />
&nbsp;<br />
# phone tweaks<br />
ro.lge.proximity.delay=25<br />
mot.proximity.delay=25<br />
ro.telephony.call_ring.delay=1000<br />
&nbsp;<br />
# media tweaks<br />
ro.media.enc.jpeg.quality=100<br />
ro.media.dec.vid.wmv.enabled=1<br />
ro.media.dec.aud.wma.enabled=1<br />
ro.media.dec.aud.flac.enabled=1<br />
ro.media.dec.vid.avi.enabled=1<br />
ro.media.dec.jpeg.memcap=8000000<br />
ro.media.enc.hprof.vid.bps=8000000<br />
media.stagefright.enable-player=true<br />
media.stagefright.enable-meta=true<br />
media.stagefright.enable-scan=true<br />
media.stagefright.enable-http=true<br />
media.stagefright.enable-record=false<br />
&nbsp;<br />
# misc tweaks<br />
persist.adb.notify=0<br />
ro.kernel.android.checkjni=0<br />
ro.kernel.checkjni=0<br />
&nbsp;<br />
# disable sending data and logging<br />
ro.config.nocheckin=1<br />
profiler.force_disable_err_rpt=1<br />
profiler.force_disable_ulog=1<br />
&nbsp;<br />
# net tweaks<br />
net.dns1=8.8.4.4<br />
net.dns2=8.8.8.8<br />
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960<br />
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960<br />
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960<br />
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960<br />
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960<br />
net.ipv4.tcp_ecn=0<br />
net.ipv4.route.flush=1<br />
net.ipv4.tcp_rfc1337=1<br />
net.ipv4.ip_no_pmtu_disc=0<br />
net.ipv4.tcp_sack=1<br />
net.ipv4.tcp_fack=1<br />
net.ipv4.tcp_window_scaling=1<br />
net.ipv4.tcp_timestamps=1<br />
net.ipv4.tcp_rmem=4096 39000 187000<br />
net.ipv4.tcp_wmem=4096 39000 187000<br />
net.ipv4.tcp_mem=187000 187000 187000<br />
net.ipv4.tcp_no_metrics_save=1<br />
net.ipv4.tcp_moderate_rcvbuf=1<br />
&nbsp;<br />
# nextg tweaks<br />
ro.ril.enable.a52=0<br />
ro.ril.enable.a53=1<br />
ro.ril.enable.sdr=1<br />
ro.ril.enable.dtm=1<br />
ro.ril.enable.gea3=1<br />
ro.ril.enable.amr.wideband=1<br />
ro.ril.disable.fd.plmn.prefix=23402,23410,23411<br />
ro.ril.disable.mcc.filter=1<br />
ro.ril.disable.power.collapse=1<br />
ro.ril.hsxpa=2<br />
ro.ril.hsdpa.category=14<br />
ro.ril.hsupa.category=7<br />
ro.ril.gprsclass=12<br />
ro.ril.hep=1<br />
ro.ril.htcmaskw1.bitmask=4294967295<br />
ro.ril.htcmaskw1=268449905<br />
ro.ril.fast.dormancy.rule=0<br />
ro.ril.emc.mode=1<br />
persist.cust.tell.eons=1<br />
</code></p>
<p>If anyone knows of any obsolete settings I don&#8217;t need in here, or something additional to add, please let me know!</p>
<p>Related posts:<ol>
<li><a href='http://justynsmith.info/samsung-galaxy-s2-modem-test' rel='bookmark' title='Samsung Galaxy S2 modem test'>Samsung Galaxy S2 modem test</a></li>
<li><a href='http://justynsmith.info/calibrate-galaxy-s2-battery' rel='bookmark' title='Calibrate Galaxy S2 Battery'>Calibrate Galaxy S2 Battery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/galaxy-s2-buildprop-tweaks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calibrate Galaxy S2 Battery</title>
		<link>http://justynsmith.info/calibrate-galaxy-s2-battery</link>
		<comments>http://justynsmith.info/calibrate-galaxy-s2-battery#comments</comments>
		<pubDate>Fri, 23 Mar 2012 09:47:26 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[galaxy s2]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1129</guid>
		<description><![CDATA[<p>So I&#8217;ve flashed a couple different ROM&#8217;s on my Galaxy S2 and figured I should re-calibrate the battery. I found <a title="Calibrating S2 Battery" href="http://forum.xda-developers.com/showthread.php?t=1312273">this thread</a> over on XDA about calibrating the battery, and thought I would post it here (for personal reference) and also for anyone else interested. All...&#160;<a href="http://justynsmith.info/calibrate-galaxy-s2-battery">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/galaxy-s2-buildprop-tweaks' rel='bookmark' title='My Galaxy S2 build.prop tweaks'>My Galaxy S2 build.prop tweaks</a></li>
<li><a href='http://justynsmith.info/samsung-galaxy-s2-modem-test' rel='bookmark' title='Samsung Galaxy S2 modem test'>Samsung Galaxy S2 modem test</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve flashed a couple different ROM&#8217;s on my Galaxy S2 and figured I should re-calibrate the battery. I found <a title="Calibrating S2 Battery" href="http://forum.xda-developers.com/showthread.php?t=1312273">this thread</a> over on XDA about calibrating the battery, and thought I would post it here (for personal reference) and also for anyone else interested. All props go to ram3n at XDA.</p>
<blockquote><p>Unlike HTC devices, battery calibration doesn&#8217;t apply to our devices. Google MAX17040 for more info &#8211; while our fuel gauge chip (MAX17042) does have advanced features that would require calibration if used, those features are not yet enabled and it basically behaves identically to a 17040. Maxim specifically designs their fuel gauge chips to not require special calibration procedures.</p></blockquote>
<p>So, here are the steps to calibrating the battery for the Galaxy S2.</p>
<p>1. Turn off your phone.<br />
2. Fully Charge.<br />
3. When getting 100% signal, unplug.<br />
4. Pull out the battery.<br />
5. Wait for 3 &#8211; 5 minutes (take this opportunity to clean internals).<br />
6. Put the battery back in.<br />
7. Turn on the phone.</p>
<p>Once you have completed this, do a full cycle (let battery run down to roughly 5% then fully charge).</p>
<p>Related posts:<ol>
<li><a href='http://justynsmith.info/galaxy-s2-buildprop-tweaks' rel='bookmark' title='My Galaxy S2 build.prop tweaks'>My Galaxy S2 build.prop tweaks</a></li>
<li><a href='http://justynsmith.info/samsung-galaxy-s2-modem-test' rel='bookmark' title='Samsung Galaxy S2 modem test'>Samsung Galaxy S2 modem test</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/calibrate-galaxy-s2-battery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Galaxy S2 modem test</title>
		<link>http://justynsmith.info/samsung-galaxy-s2-modem-test</link>
		<comments>http://justynsmith.info/samsung-galaxy-s2-modem-test#comments</comments>
		<pubDate>Sat, 03 Mar 2012 01:28:47 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[galaxy s2]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1126</guid>
		<description><![CDATA[<p>I have a Samsung Galaxy S2 (GT-I9100T), which is <a title="how to root galaxy s2" href="http://technoxone.com/mobile/android/how-to-root-samsung-galaxy-s2-i9100-easy-steps">rooted</a> and running <a title="CyanogenMod" href="http://www.cyanogenmod.com/">CyanogenMod</a> 7 nightly. It&#8217;s a Telstra branded modem so it shipped with the DVKF2 modem. Since it is rooted, it is easy to test different modems by flashing them through <a ...&#160;<a href="http://justynsmith.info/samsung-galaxy-s2-modem-test">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/webkit-gets-100100-acid3-test' rel='bookmark' title='WebKit gets 100/100 Acid3 test'>WebKit gets 100/100 Acid3 test</a></li>
<li><a href='http://justynsmith.info/3g-speed-test' rel='bookmark' title='3G Speed Test'>3G Speed Test</a></li>
<li><a href='http://justynsmith.info/galaxy-s2-buildprop-tweaks' rel='bookmark' title='My Galaxy S2 build.prop tweaks'>My Galaxy S2 build.prop tweaks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have a Samsung Galaxy S2 (GT-I9100T), which is <a title="how to root galaxy s2" href="http://technoxone.com/mobile/android/how-to-root-samsung-galaxy-s2-i9100-easy-steps">rooted</a> and running <a title="CyanogenMod" href="http://www.cyanogenmod.com/">CyanogenMod</a> 7 nightly. It&#8217;s a Telstra branded modem so it shipped with the DVKF2 modem. Since it is rooted, it is easy to test different modems by flashing them through <a title="ClockWorkMod" href="http://clockworkmod.com/">ClockWorkMod</a>.</p>
<p>I decided to test a couple of the different modems using the SpeedTest application on the Brisbane server. I did 3 tests with each of the different modems and then made an average of the results. Each test was a minute apart. I thought I might post the results here for personal reference. I found out that the modem that wasn&#8217;t made for the Telstra network performed worse.</p>
<p>The following results are all averages of the 3 tests. If you like I can update the post with results of each of the 3 tests but figured it may be irrelevant.</p>
<p>XXKE4: Ping: 183ms | Down: 3.81Mbps | Up: 1.31Mbps<br />
XXKI3: Ping: 264ms | Down: 2.21Mbps | Up: 0.57Mbps<br />
XXKI4: Ping: 357ms | Down: 0.95Mbps | Up: 0.30Mbps<br />
XXKG2: Ping: 213ms | Down: 2.21Mbps | Up: 0.48Mbps<br />
XXKL1: Ping: 230ms | Down: 1.99Mbps | Up: 0.33Mbps<br />
XXLPH: Ping: 224ms | Down: 1.60Mbps | Up: 0.17Mbps<br />
DVKF2: Ping: 168ms | Down: 1.66Mbps | Up: 0.42Mbps (Telstra)</p>
<p>As you can see from the results, XXKI3 had faster download and upload, with a little bit higher ping than XXKG2, so I opted to use that modem. So far it&#8217;s been working fine and have had no issues. If you&#8217;ve found another modem that you&#8217;ve tested, and is flashable via CWM please comment a link to the modem so I can test it and add it to my <a title="Galaxy S2 modems" href="http://db.tt/WyzAv8tz">Dropbox</a> folder.</p>
<p>I&#8217;ve placed a copy of all the modems on my <a title="Galaxy S2 modems" href="http://db.tt/WyzAv8tz">Dropbox</a> for you to download and test, they are all flashable via CWM. If you destroy your Galaxy S2 though, I will not be held responsible. You have been warned. <img src='http://justynsmith.info/wp-content/plugins/smilies-themer/vbmodern/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://justynsmith.info/webkit-gets-100100-acid3-test' rel='bookmark' title='WebKit gets 100/100 Acid3 test'>WebKit gets 100/100 Acid3 test</a></li>
<li><a href='http://justynsmith.info/3g-speed-test' rel='bookmark' title='3G Speed Test'>3G Speed Test</a></li>
<li><a href='http://justynsmith.info/galaxy-s2-buildprop-tweaks' rel='bookmark' title='My Galaxy S2 build.prop tweaks'>My Galaxy S2 build.prop tweaks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/samsung-galaxy-s2-modem-test/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Google Contacts to iCloud easily</title>
		<link>http://justynsmith.info/import-google-contacts-icloud-easily</link>
		<comments>http://justynsmith.info/import-google-contacts-icloud-easily#comments</comments>
		<pubDate>Sat, 19 Nov 2011 22:43:58 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1124</guid>
		<description><![CDATA[<p>Since updating to iOS 5 I figured I would give the whole iCould thing a go for my contacts, calendar and mail. The only problem here was that exporting my Google Contacts and importing the into iCloud was that everything I read said I need to use iCal / Address...&#160;<a href="http://justynsmith.info/import-google-contacts-icloud-easily">Read More &#187;</a></p>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Since updating to iOS 5 I figured I would give the whole iCould thing a go for my contacts, calendar and mail. The only problem here was that exporting my Google Contacts and importing the into iCloud was that everything I read said I need to use iCal / Address Book to get them across. I ended up using <a title="Mozilla Sunbird" href="http://www.mozilla.org/projects/calendar/sunbird/">Sunbird</a> to transfer the Calendar across, and came across these simple instructions in <a title="MacRumors" href="http://forums.macrumors.com/showthread.php?t=1253546">MacRumors</a> forum.</p>
<p>Requirements are Gmail Account and a valid iCloud account (Apple ID)</p>
<p>1. Go to your <a title="Google Contacts" href="http://www.google.com/contacts">Google Contacts</a></p>
<p>2. Click the <strong>More</strong> &gt; <strong>Export</strong></p>
<p>3. Choose the group or all of your contacts you wish to export, whichever you prefer.</p>
<p>4. Choose <strong>vCard</strong> format and click the <strong>Export</strong> button.</p>
<p>5. You will now have a contacts.vcf which has been downloaded to your computer. Put it on your desktop if you prefer.</p>
<p>6. <strong>Rename</strong> contacts.vcf to yournamehere.vcf (example:  justyn.vcf)</p>
<p>7. Log in to<a title="iCloud" href="http://www.icloud.com"> iCloud</a>.</p>
<p>8. Click <strong>Contacts</strong><br />
<span style="text-decoration: underline;">Important Note:</span> Make sure there are no contacts listed here before importing or this may not work. The page needs to be blank.</p>
<p>9. Drag the .vcf file into the window under All Contacts.<br />
The page will highlight with a blue rectangle when you drag the .vcf onto it. Wait a little bit. (It took about 8 seconds for mine to import. I only have 136 contacts though.)</p>
<p>On your iPhone, go to Settings &gt; iCloud and make sure Contacts is listed as ON.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/import-google-contacts-icloud-easily/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Firefox addons</title>
		<link>http://justynsmith.info/firefox-addons</link>
		<comments>http://justynsmith.info/firefox-addons#comments</comments>
		<pubDate>Sun, 01 May 2011 06:50:43 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1120</guid>
		<description><![CDATA[<p>My web browser of choice is <a title="Firefox" href="http://www.mozilla.com/en-US/firefox/new/">Firefox</a>. I have been using it for years and since the upgrade to 4.0 losing the status bar, I thought I might create a post with my Firefox Addons.</p>

<strong>Adblock Plus</strong> &#8211; <a title="Adblock Plus Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/">Homepage</a>
This addon is self explanatory. It allows...&#160;<a href="http://justynsmith.info/firefox-addons">Read More &#187;</a>
Related posts:<ol>
<li><a href='http://justynsmith.info/firefox-3-is-here' rel='bookmark' title='Firefox 3 is here'>Firefox 3 is here</a></li>
<li><a href='http://justynsmith.info/firefox-30-rc3-released' rel='bookmark' title='Firefox 3.0 RC3 Released'>Firefox 3.0 RC3 Released</a></li>
<li><a href='http://justynsmith.info/firefox-3-excessive-hdd-usage' rel='bookmark' title='Firefox 3, excessive HDD usage'>Firefox 3, excessive HDD usage</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>My web browser of choice is <a title="Firefox" href="http://www.mozilla.com/en-US/firefox/new/">Firefox</a>. I have been using it for years and since the upgrade to 4.0 losing the status bar, I thought I might create a post with my Firefox Addons.</p>
<ol>
<li><strong>Adblock Plus</strong> &#8211; <a title="Adblock Plus Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/">Homepage</a><br />
This addon is self explanatory. It allows you to block ads based on filters that you can subscribe to.</li>
<li><strong>Status-4-Evar</strong> &#8211; <a title="Status-4-Evar Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/status-4-evar/">Homepage</a><br />
Since Firefox 4, the status bar has been hidden. This addon enables the statusbar that we&#8217;ve all grown to love.</li>
<li><strong>Download Statusbar</strong> &#8211; <a title="Download Statusbar Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/download-statusbar/">Homepage</a><br />
This will allow your downloads to show on the statusbar instead of opening a new window.</li>
<li><strong>IE Tab 2</strong> &#8211; <a title="IE Tab 2 Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/ie-tab-2-ff-36/">Homepage</a><br />
Allows you to have pages load in an IE tab, rendering them in IE7, IE8 or IE9 compatability.</li>
<li><strong>StumbleUpon</strong> &#8211; <a title="StumbleUpon Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/stumbleupon/">Homepage</a><br />
Addon bar for StumbleUpon users.</li>
<li><strong>Greasemonkey</strong> &#8211; <a title="Greasemonkey Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/">Homepage</a><br />
Allows you to change webpages via bits of Javascript, can get scripts from <a title="UserScripts" href="http://userscripts.org/">UserScripts</a>.</li>
<li><strong>Image Zoom</strong> &#8211; <a title="Image Zoom Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/image-zoom/">Homepage</a><br />
Allows zoom and rotation of images.</li>
</ol>
<p>Related posts:<ol>
<li><a href='http://justynsmith.info/firefox-3-is-here' rel='bookmark' title='Firefox 3 is here'>Firefox 3 is here</a></li>
<li><a href='http://justynsmith.info/firefox-30-rc3-released' rel='bookmark' title='Firefox 3.0 RC3 Released'>Firefox 3.0 RC3 Released</a></li>
<li><a href='http://justynsmith.info/firefox-3-excessive-hdd-usage' rel='bookmark' title='Firefox 3, excessive HDD usage'>Firefox 3, excessive HDD usage</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/firefox-addons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Holstee Manifesto</title>
		<link>http://justynsmith.info/holstee-manifesto</link>
		<comments>http://justynsmith.info/holstee-manifesto#comments</comments>
		<pubDate>Sun, 03 Apr 2011 07:51:37 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1118</guid>
		<description><![CDATA[<p>I came across this manifesto from <a title="Holstee" href="http://shop.holstee.com/">Holstee</a> who create sustainable designs such as recycled t-shirts, wallets and more. I thought this manifesto was worth the read. Enjoy.</p>
<p>Related posts:
<a href='http://justynsmith.info/twitter-hacked-by-acai-berry-spammers' rel='bookmark' title='Twitter hacked by Acai Berry spammers'>Twitter hacked by Acai Berry spammers</a>
<a href='http://justynsmith.info/cheap-cool-gadgets-and-stuff' rel='bookmark' title='Cheap cool gadgets and stuff'>Cheap...&#160;</a><a href="http://justynsmith.info/holstee-manifesto">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/twitter-hacked-by-acai-berry-spammers' rel='bookmark' title='Twitter hacked by Acai Berry spammers'>Twitter hacked by Acai Berry spammers</a></li>
<li><a href='http://justynsmith.info/cheap-cool-gadgets-and-stuff' rel='bookmark' title='Cheap cool gadgets and stuff'>Cheap cool gadgets and stuff</a></li>
<li><a href='http://justynsmith.info/internodes-bigpond-parody-you-do-the-math' rel='bookmark' title='Internode&#8217;s BigPond parody, you do the math'>Internode&#8217;s BigPond parody, you do the math</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I came across this manifesto from <a title="Holstee" href="http://shop.holstee.com/">Holstee</a> who create sustainable designs such as recycled t-shirts, wallets and more. I thought this manifesto was worth the read. Enjoy.</p>
<div id="attachment_1119" class="wp-caption aligncenter" style="width: 234px"><a href="http://justynsmith.info/wp-content/uploads/2011/04/The-Holstee-Manifesto.jpg"><img class="size-medium wp-image-1119" title="The Holstee Manifesto" src="http://justynsmith.info/wp-content/uploads/2011/04/The-Holstee-Manifesto-224x300.jpg" alt="" width="224" height="300" /></a><p class="wp-caption-text">The Holstee Manifesto</p></div>
<p>Related posts:<ol>
<li><a href='http://justynsmith.info/twitter-hacked-by-acai-berry-spammers' rel='bookmark' title='Twitter hacked by Acai Berry spammers'>Twitter hacked by Acai Berry spammers</a></li>
<li><a href='http://justynsmith.info/cheap-cool-gadgets-and-stuff' rel='bookmark' title='Cheap cool gadgets and stuff'>Cheap cool gadgets and stuff</a></li>
<li><a href='http://justynsmith.info/internodes-bigpond-parody-you-do-the-math' rel='bookmark' title='Internode&#8217;s BigPond parody, you do the math'>Internode&#8217;s BigPond parody, you do the math</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/holstee-manifesto/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unusual (and fun) date ideas</title>
		<link>http://justynsmith.info/unusual-and-fun-date-ideas</link>
		<comments>http://justynsmith.info/unusual-and-fun-date-ideas#comments</comments>
		<pubDate>Thu, 31 Mar 2011 09:53:35 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[dating]]></category>

		<guid isPermaLink="false">http://justynsmith.info/unusual-and-fun-date-ideas</guid>
		<description><![CDATA[<p>Hey guys and girls. I was stumbling around the internet the other day and happen to come across this which I thought was quite good. I hope you enjoy it.</p>

Go on a search for as many good climbing trees as possible, climb as high as you both can in all...&#160;<a href="http://justynsmith.info/unusual-and-fun-date-ideas">Read More &#187;</a>
Related posts:<ol>
<li><a href='http://justynsmith.info/official-date' rel='bookmark' title='Official date'>Official date</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hey guys and girls. I was stumbling around the internet the other day and happen to come across this which I thought was quite good. I hope you enjoy it.</p>
<ol>
<li>Go on a search for as many good climbing trees as possible, climb as high as you both can in all of them. Compile photo evidence.</li>
<li>Go to a major chain bookstore and leave notes to future readers in copies of your favourite books.</li>
<li>Have her dressed up as a ghost and you dress up as Pacman. Walk around downtown holding hands. Whenever anyone sees you two pretend to be embarrassed and run off screaming “wocka wocka wocka”.</li>
<li>Create photo evidence suggesting that you went on an adventure that didn’t really happen.</li>
<li>Dress up as superheroes and stop at least one petty crime. i.e. jaywalking or littering e.t.c.</li>
<li>Build forts out of furniture and blankets then wage war with paper airplanes.</li>
<li>Try and visit as many people as you can in one night. Turn as many things inside their apartment upside down as you can, without them noticing.</li>
<li>Go to the airport and get the cheapest, soonest departing flight anywhere. When you show up stay there for a weekend.</li>
<li>Write a piece of fiction together, outside at a café. Ask strangers for help when you get stuck.</li>
<li>Dress to the nines, pretend to be married and test drive very expensive vehicles at an auto dealership.</li>
<li>Do the lamest tourist thing in your area that you have both secretly wanted to do forever. Have an unabashed good time!</li>
<li>In the middle of the night drive to the beach so you arrive just as the sun is rising. Have a breakfast picnic, then fall asleep together. Bring a sun umbrella.</li>
<li>Drive somewhere unknown and have dinner in a city you’ve never been to, with fake names.</li>
<li>Go to a minor league baseball game under the stars. Tell each other stories about how bad you are at athletics. Randomly cheer for both teams. Eat lots of Cracker Jacks.</li>
<li>Go around the city with sidewalk chalk and draw hearts with equations inside on random things.</li>
<li>Walk around a city and perform short silent plays in front of security cameras.</li>
<li>With a camera and a pair of boots, make a photolog of a day in the life of the invisible man.</li>
<li>Walk around the city all night and find a place to eat breakfast at dawn.</li>
<li>Go to a restaurant and convince the cook to create something completely new for you.</li>
<li>Rent a movie you’ve never seen before. Set it on mute and improvise the dialogue.</li>
</ol>
<p>Related posts:<ol>
<li><a href='http://justynsmith.info/official-date' rel='bookmark' title='Official date'>Official date</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/unusual-and-fun-date-ideas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 deadly words used by a woman</title>
		<link>http://justynsmith.info/9-deadly-words-woman</link>
		<comments>http://justynsmith.info/9-deadly-words-woman#comments</comments>
		<pubDate>Sat, 19 Mar 2011 00:07:14 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[advice]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1116</guid>
		<description><![CDATA[<p>I stumbled across this little gem today, and thought it was a good read. Maybe this will help all of us guys out there a bit. I hope you enjoy it. <img src='http://justynsmith.info/wp-content/plugins/smilies-themer/vbmodern/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<strong>Fine</strong>
This is the word women use to end an argument when they are right...&#160;<a href="http://justynsmith.info/9-deadly-words-woman">Read More &#187;</a>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I stumbled across this little gem today, and thought it was a good read. Maybe this will help all of us guys out there a bit. I hope you enjoy it. <img src='http://justynsmith.info/wp-content/plugins/smilies-themer/vbmodern/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<ol>
<li><strong>Fine</strong><br />
This is the word women use to end an argument when they are right and you need to shut up.</li>
<li><strong>Five Minutes</strong><br />
If she is getting dressed, this means a half hour. Five minutes is only five minutes if you have just been given five more minutes to watch the game before helping around the house.</li>
<li><strong>Nothing</strong><br />
This is the calm before the storm. This means something, and you should be on your toes. Arguments that begin with nothing usually end fine.</li>
<li><strong>Go Ahead</strong><br />
This is a dare, not permission. Don&#8217;t do it!</li>
<li><strong>Loud Sigh</strong><br />
This is actually a word, but is a non-verbal statement often misunderstood by men. A loud sigh means she thinks you are an idiot and wonders why she is wasting her time standing here and arguing with you about nothing. (Refer back to #3 for the meaning of nothing).</li>
<li><strong>That&#8217;s Okay</strong><br />
This is one of the most dangerous statements a woman can make to a man. That&#8217;s okay means she wants to think long and hard before deciding how and when you will pay for your mistake.</li>
<li><strong>Thanks</strong><br />
A woman is thanking you, do not question, or faint. Just say you&#8217;re welcome. (I want to add in a clause here; This is true, unless she says &#8220;Thanks a lot&#8221;, which is PURE sarcasm and she is not thanking you at all. DO NOT say &#8220;You&#8217;re welcome&#8221;. That will bring on a &#8220;Whatever&#8221;).</li>
<li><strong>Whatever</strong><br />
Is a woman&#8217;s way of saying &#8220;F*** YOU!&#8221;</li>
<li><strong>Don&#8217;t worry about it, I got it</strong><br />
Another dangerous statement, meaning this is something that a woman has told a man to do several times, but is now doing it herself. This will later result in a man asking &#8220;What&#8217;s wrong?&#8221;. For the woman&#8217;s response refer to #3.</li>
</ol>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/9-deadly-words-woman/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft launches IE6 Countdown</title>
		<link>http://justynsmith.info/microsoft-launches-ie6-countdown</link>
		<comments>http://justynsmith.info/microsoft-launches-ie6-countdown#comments</comments>
		<pubDate>Fri, 04 Mar 2011 22:18:17 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1114</guid>
		<description><![CDATA[<p>Microsoft is monitoring the worlds usage of Internet Explorer 6 by launching a website, <a title="IE6 Countdown" href="http://www.ie6countdown.com">IE6 Countdown</a>. Their aim is to try and get the global usage under 1% so more websites can drop Internet Explorer 6 support which will save web developers a lot of work trying...&#160;<a href="http://justynsmith.info/microsoft-launches-ie6-countdown">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/internet-explorer-6-blocker' rel='bookmark' title='Internet Explorer 6 Blocker'>Internet Explorer 6 Blocker</a></li>
<li><a href='http://justynsmith.info/internet-explorer-6-lives-until-2014' rel='bookmark' title='Internet Explorer 6 lives until 2014'>Internet Explorer 6 lives until 2014</a></li>
<li><a href='http://justynsmith.info/internet-explorer-8-beta-2' rel='bookmark' title='Internet Explorer 8 Beta 2'>Internet Explorer 8 Beta 2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Microsoft is monitoring the worlds usage of Internet Explorer 6 by launching a website, <a title="IE6 Countdown" href="http://www.ie6countdown.com">IE6 Countdown</a>. Their aim is to try and get the global usage under 1% so more websites can drop Internet Explorer 6 support which will save web developers a lot of work trying to support a web browser that is 10 years old.</p>
<p>At this point in time 12% of the world is using IE6 which is down 9% from last year. China has the highest users of IE6 coming in at 34.5% where Norway and Finland come it at just 0.7%. Australia is only at 3.2% while the US comes in just under at 2.9%.</p>
<p>If you have a website and would like to <a href="http://ie6countdown.com/join-us.html">join the cause</a> you can add a banner to your website asking the user to <a title="Upgrade Internet Explorer" href="http://www.microsoft.com/windows/internet-explorer/default.aspx">upgrade</a> to a newer version of Internet Explorer.</p>
<p>Related posts:<ol>
<li><a href='http://justynsmith.info/internet-explorer-6-blocker' rel='bookmark' title='Internet Explorer 6 Blocker'>Internet Explorer 6 Blocker</a></li>
<li><a href='http://justynsmith.info/internet-explorer-6-lives-until-2014' rel='bookmark' title='Internet Explorer 6 lives until 2014'>Internet Explorer 6 lives until 2014</a></li>
<li><a href='http://justynsmith.info/internet-explorer-8-beta-2' rel='bookmark' title='Internet Explorer 8 Beta 2'>Internet Explorer 8 Beta 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/microsoft-launches-ie6-countdown/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 things couples do to screw up their marriage</title>
		<link>http://justynsmith.info/10-couples-screw-marriage</link>
		<comments>http://justynsmith.info/10-couples-screw-marriage#comments</comments>
		<pubDate>Tue, 22 Feb 2011 22:03:50 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[marriage]]></category>
		<category><![CDATA[relationship]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1108</guid>
		<description><![CDATA[<p>I&#8217;ve been reading up on relationships and how to deal with them, marriages and break ups. I&#8217;ve been trying to work out what it is that I need to do to change the way I am thinking and acting. I happen to come across this article about <a title="Top 10...&#160;<a href="http://justynsmith.info/10-couples-screw-marriage">Read More &#187;</a></p>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading up on relationships and how to deal with them, marriages and break ups. I&#8217;ve been trying to work out what it is that I need to do to change the way I am thinking and acting. I happen to come across this article about <a title="Top 10 Things Couples Do To Screw Up Their Marriage" href="http://ezinearticles.com/?Relationship-Advice:-Top-10-Things-Couples-Do-To-Screw-Up-Their-Marriage&amp;id=440853">10 things that couples do to screw up their marriage</a> and I am not going to lie, I am guilty of some of them as I&#8217;m sure 99% of the population is too.</p>
<p><strong>That loving feeling</strong><br />
A loving relationship requires attention and nurturing to make it last. Couples often don&#8217;t realise how they are hurting their marriage until significant damage is done. As the Righteous Brothers sang, &#8220;You&#8217;ve lost that lovin&#8217; feeling&#8230;Now it&#8217;s gone&#8230;gone&#8230;gone.&#8221;</p>
<p>Here are the most common things that people do to lose that loving feeling.</p>
<p><span id="more-1108"></span><strong>1. Attack Each Other</strong><br />
Many people don&#8217;t know how to resolve their differences. They often resort to character assassination and yelling when they disagree.</p>
<p><strong>2. Withdraw</strong><br />
On the other hand, some people withdraw from conflict and quit talking. Then the ice storm sets in and communication shuts down.</p>
<p><strong>3. Fight about money</strong><br />
Couples frequently disagree about how to spend their money. Many times people have different interests and priorities. If they are not able to resolve this, it can become a source of strife.</p>
<p><strong>4. Have an affair</strong><br />
An affair, whether emotional or physical, can be one of the most devastating events for a marriage. Recovering from an affair is a process that takes a lot of forgiveness, work, commitment, and time.</p>
<p><strong>5. Quit dating their mate</strong><br />
Early in a relationship, most couples want to spend every waking moment together. They make time to romance each other. The flame burns hot.</p>
<p>However, over time they get caught up with their careers and children. It becomes easy to forget about romance and the flame burns out.</p>
<p><strong>6. Anger and Resentment</strong><br />
Have you ever been hurt by something your spouse said or did? Of course you have! However, if you don&#8217;t forgive your mate, then the hurt can turn into anger and resentment. This creates a wall of division.</p>
<p><strong>7. Ignore the relationship</strong><br />
Many relationships end because couples stop investing themselves in the relationship. Over time, they stop having anything in common and drift apart.</p>
<p><strong>8. Start taking each other for granted</strong><br />
People stop treating each other special and eventually their marriage loses that special quality.</p>
<p><strong>9. Couples don&#8217;t &#8220;leave and cleave&#8221;</strong><br />
A number of couples never break the ties to their families. Therefore, they never learn rely on each other. This becomes evident during difficult times when they tend to run back home instead of to their mate.</p>
<p><strong>10. Manipulation and control</strong><br />
Some people try to manipulate their partner with ultimatums, guilt, and tantrums to get their way. This might be effective short-term, but it erodes the foundation of the relationship and leads to resentment.</p>
<p><strong>Don&#8217;t let the love slip away</strong><br />
A loving relationship is one of the most precious gifts in life. These are 10 things that you can avoid to help protect that bond. &#8220;We had a love&#8230;you don&#8217;t find every day, so don&#8217;t let it slip away.&#8221; (Righteous Brothers)</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/10-couples-screw-marriage/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

