<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Cyntech&#039;s Tech Blog</title>
	<atom:link href="http://cyntech.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyntech.wordpress.com</link>
	<description>Technical tidbits; coding and I.T.</description>
	<lastBuildDate>Tue, 14 Feb 2012 21:15:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cyntech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Cyntech&#039;s Tech Blog</title>
		<link>http://cyntech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cyntech.wordpress.com/osd.xml" title="Cyntech&#039;s Tech Blog" />
	<atom:link rel='hub' href='http://cyntech.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Titanium &#8211; Changing the application&#8217;s display name</title>
		<link>http://cyntech.wordpress.com/2011/12/02/titanium-changing-the-applications-display-name/</link>
		<comments>http://cyntech.wordpress.com/2011/12/02/titanium-changing-the-applications-display-name/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 04:43:33 +0000</pubDate>
		<dc:creator>Cyntech</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Titanium]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[plist]]></category>
		<category><![CDATA[problem solving]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://cyntech.wordpress.com/?p=133</guid>
		<description><![CDATA[If you are developing an application in Appcelerator&#8217;s Titanium and you find yourself needing to have a different name displayed in the device springboard (or home menu) to the project name, this is how you do it (after much reading and trial and error). At the time of writing, I am using Titanium Mobile 1.7.5. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=133&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are developing an application in Appcelerator&#8217;s Titanium and you find yourself needing to have a different name displayed in the device springboard (or home menu) to the project name, this is how you do it (after much reading and trial and error). At the time of writing, I am using Titanium Mobile 1.7.5.</p>
<p>For iOS applications, you need to copy the Info.plist file that is generated by Titanium Studio into the root directory of your project (where your tiapp.xml file lives). In this file you need to edit the &#8216;CFBundleDisplayName&#8217; element.</p>
<p>For example:</p>
<pre>&lt;key&gt;CFBundleDisplayName&lt;/key&gt;
&lt;string&gt;My App Name&lt;/string&gt;</pre>
<p>For Android, it&#8217;s a little different and took me a lot longer to figure out (which seems to becoming a common theme with Titanium).</p>
<p>View the tiapp.xml file as xml (not the overview editor) and find (towards the bottom of the file):</p>
<pre>&lt;android xmlns:android="http://schemas.android.com/apk/res/android"/&gt;</pre>
<p>Replace it with this:</p>
<pre>&lt;android xmlns:android="http://schemas.android.com/apk/res/android"&gt;
    &lt;manifest&gt;
        &lt;application android:debuggable="false" android:icon="@drawable/appicon" android:label="My App Name"&gt;
        &lt;/application&gt;  
    &lt;/manifest&gt;
&lt;/android&gt;</pre>
<p>You also need to change the Application&#8217;s name in the tiapp.xml. Find:</p>
<pre>&lt;id&gt;com.my.id&lt;/id&gt;
&lt;name&gt;App Name&lt;/name&gt;
&lt;version&gt;1.0&lt;/version&gt;</pre>
<p>And edit the &#8216;name&#8217; element to the same as you added into the android:label parameter above.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cyntech.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cyntech.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cyntech.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cyntech.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cyntech.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cyntech.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cyntech.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cyntech.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cyntech.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cyntech.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cyntech.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cyntech.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cyntech.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cyntech.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=133&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cyntech.wordpress.com/2011/12/02/titanium-changing-the-applications-display-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d6b693af6af8de0dd470f49934900a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cyntech</media:title>
		</media:content>
	</item>
		<item>
		<title>Toolbars and other views in Titanium for Android</title>
		<link>http://cyntech.wordpress.com/2011/10/20/image-views-in-titanium-for-android/</link>
		<comments>http://cyntech.wordpress.com/2011/10/20/image-views-in-titanium-for-android/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 04:11:21 +0000</pubDate>
		<dc:creator>Cyntech</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Titanium]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[custom toolbar]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[image view]]></category>
		<category><![CDATA[problem solving]]></category>
		<category><![CDATA[root window]]></category>
		<category><![CDATA[screen image]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[titanium]]></category>
		<category><![CDATA[uiview]]></category>

		<guid isPermaLink="false">http://cyntech.wordpress.com/?p=122</guid>
		<description><![CDATA[While doing some investigation for my own Titanium project, I came across someone who was having trouble putting a custom toolbar (because Ti.UI.Toolbar isn&#8217;t supported in Android) when using a full screen image view as a backdrop for their app. This was the code that they posted (you can put this simply in your app.js): [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=122&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While doing some investigation for my own Titanium project, I came across someone who was having trouble putting a custom toolbar (because Ti.UI.Toolbar isn&#8217;t supported in Android) when using a full screen image view as a backdrop for their app.</p>
<p>This was the code that they posted (you can put this simply in your app.js):</p>
<pre>Titanium.UI.setBackgroundColor('#000');

var win1 = Titanium.UI.createWindow({
    title:'Tool Bar From Scratch',
    backgroundColor:'#fff'
});

var toolBarView = Titanium.UI.createView({
    bottom:0,
    height:'40',
    width:'320',
    backgroundColor:'#777'
})

var aButton = Ti.UI.createButton({
    title:'My Sounds',
    height:'30',
    width:'100',
    top:'5',
    left:'20'
});

var bButton = Ti.UI.createButton({
    title:'Soundscape Sounds',
    height:'30',
    width:'170',
    top:'5',
    right:'20',
});

aButton.addEventListener("click", function(e){
    alert(e.source + "Was Clicked");
});

bButton.addEventListener("click", function(e){
    alert(e.source + "Was Clicked");
});

toolBarView.add(aButton);
toolBarView.add(bButton);

var imageView = Titanium.UI.createImageView({
    image:"/Images/SoundscapeImage320x460.png"
});
imageView.add(toolBarView);

win1.add(imageView);
win1.open;</pre>
<p>As it was very close to something I was trying to achieve (I&#8217;m still new-ish to Titanium), I had a crack at solving it.  At first look, it seems that when deployed to Android, nothing will appear on top of an ImageView. Not even a Label.  So, my natural response was to reduce the ImageView size by the size of the toolbar and add the toolbar to the window instead, which was a success:</p>
<pre>// this sets the background color of the master UIView (when there are no windows/tab groups on it)
Titanium.UI.setBackgroundColor('#000');

//
// create base UI tab and root window
//
var win1 = Titanium.UI.createWindow({
    title:'Tab 1',
    backgroundColor:'#fff'
});

// Does not appear on top of the ImageView!
var label1 = Titanium.UI.createLabel({
    color:'#999',
    text:'I am Window 1',
    font:{fontSize:20,fontFamily:'Helvetica Neue'},
    textAlign:'center',
    width:'auto'
});

var imageView = Ti.UI.createImageView({
    image: '/images/TestImage320x460.png',
    height: 460,
    width: 320
});

var toolBarView = Titanium.UI.createView({
    bottom:0,
    height:40,
    width:320,
    backgroundColor:'#777'
});

var aButton = Ti.UI.createButton({
    title:'My Sounds',
    height:30,
    width:100,
    top:5,
    left:20
});

// Add the button to the toolbar view
toolBarView.add(aButton);

// Adding the label to the image view - note that it doesn't appear
imageView.add(label1);

// Add the image view and toolbar view to the window
win1.add(imageView);
win1.add(toolBarView);

// open the window
win1.open();</pre>
<p>Note: this is with Titanium SDK 1.7.3.</p>
<p><a href="http://cyntech.files.wordpress.com/2011/10/screen-shot-2011-10-20-at-3-03-07-pm.png"><img class="aligncenter size-medium wp-image-126" title="A custom Titanium toolbar in the Android emulator" src="http://cyntech.files.wordpress.com/2011/10/screen-shot-2011-10-20-at-3-03-07-pm.png?w=300&#038;h=210" alt="A custom Titanium toolbar in the Android emulator" width="300" height="210" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cyntech.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cyntech.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cyntech.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cyntech.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cyntech.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cyntech.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cyntech.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cyntech.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cyntech.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cyntech.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cyntech.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cyntech.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cyntech.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cyntech.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=122&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cyntech.wordpress.com/2011/10/20/image-views-in-titanium-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d6b693af6af8de0dd470f49934900a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cyntech</media:title>
		</media:content>

		<media:content url="http://cyntech.files.wordpress.com/2011/10/screen-shot-2011-10-20-at-3-03-07-pm.png?w=300" medium="image">
			<media:title type="html">A custom Titanium toolbar in the Android emulator</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Windows via Parallels and Can&#8217;t Send Control+Alt+Delete?</title>
		<link>http://cyntech.wordpress.com/2011/08/04/using-windows-via-parallels-and-cant-send-controlaltdelete/</link>
		<comments>http://cyntech.wordpress.com/2011/08/04/using-windows-via-parallels-and-cant-send-controlaltdelete/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 01:26:19 +0000</pubDate>
		<dc:creator>Cyntech</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Day job]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://cyntech.wordpress.com/?p=119</guid>
		<description><![CDATA[After getting rid of my dogs-body windows machine which complimented my Macbook Pro at work, I started using Parallels 6 for all my Windows needs.  However, I was a bit confused that I couldn&#8217;t press Control+Alt (Option)+Delete on my Apple keyboard to send the Control+Alt+Delete signal to Windows to log in. Going via the menus [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=119&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After getting rid of my dogs-body windows machine which complimented my Macbook Pro at work, I started using Parallels 6 for all my Windows needs.  However, I was a bit confused that I couldn&#8217;t press Control+Alt (Option)+Delete on my Apple keyboard to send the Control+Alt+Delete signal to Windows to log in. Going via the menus &#8211; Devices -&gt; Keyboard -&gt; Ctrl+Alt+Delete &#8211; got very old, very fast.</p>
<p>After a bit of search and buried deep in a forum archive, I found that the following key combination will send the correct signal to Windows: Control+Option(Alt)+Command+Function(Fn)+Delete. Granted, it&#8217;s like mashing both palms on the keyboard at the same time, but it does the job.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cyntech.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cyntech.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cyntech.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cyntech.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cyntech.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cyntech.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cyntech.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cyntech.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cyntech.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cyntech.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cyntech.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cyntech.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cyntech.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cyntech.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=119&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cyntech.wordpress.com/2011/08/04/using-windows-via-parallels-and-cant-send-controlaltdelete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d6b693af6af8de0dd470f49934900a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cyntech</media:title>
		</media:content>
	</item>
		<item>
		<title>OAuth-Signpost and Request Token 411 errors</title>
		<link>http://cyntech.wordpress.com/2011/04/11/oauth-signpost-and-request-token-411-errors/</link>
		<comments>http://cyntech.wordpress.com/2011/04/11/oauth-signpost-and-request-token-411-errors/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 12:59:08 +0000</pubDate>
		<dc:creator>Cyntech</dc:creator>
				<category><![CDATA[Hattrick]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[problem solving]]></category>

		<guid isPermaLink="false">http://cyntech.wordpress.com/?p=109</guid>
		<description><![CDATA[If you come across problems with using OAuth-Signpost and HTTP 411 errors, then you may want to check whether your service provider allows requests via POST. As I found out with writing my Hattrick application, the latest version of OAuth-Signpost is hardcoded to use POST with the DefaultOAuthProvider despite having the javadoc saying it defaults [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=109&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you come across problems with using <a title="OAuth-Signpost" href="http://code.google.com/p/oauth-signpost/" target="_blank">OAuth-Signpost</a> and HTTP 411 errors, then you may want to check whether your service provider allows requests via POST. As I found out with writing my Hattrick application, the latest version of OAuth-Signpost is hardcoded to use POST with the DefaultOAuthProvider despite having the javadoc saying it defaults to GET.</p>
<p>As Hattrick only allows GET requests, I had to modify the DefaultOAuthProvider code to default to GET but I also added a method to change the request type:</p>
<pre>private String requestMethod = "GET";

protected HttpRequest createRequest(String endpointUrl) throws MalformedURLException,
 IOException {
  HttpURLConnection connection = (HttpURLConnection) new URL(endpointUrl).openConnection();
  connection.setRequestMethod(<strong>requestMethod</strong>);
  connection.setAllowUserInteraction(false);
  connection.setRequestProperty("Content-Length", "0");
  return new HttpURLConnectionRequestAdapter(connection);
}

public void setRequestMethod(String requestMethod) {
  if (requestMethod != null &amp;&amp; !"".equals(requestMethod)) {
    this.requestMethod = requestMethod;
  }
}</pre>
<p>This solved my 411 errors and haven&#8217;t looked back since.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cyntech.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cyntech.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cyntech.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cyntech.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cyntech.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cyntech.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cyntech.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cyntech.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cyntech.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cyntech.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cyntech.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cyntech.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cyntech.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cyntech.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=109&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cyntech.wordpress.com/2011/04/11/oauth-signpost-and-request-token-411-errors/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d6b693af6af8de0dd470f49934900a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cyntech</media:title>
		</media:content>
	</item>
		<item>
		<title>Hattrick: Experience Required for a Coach</title>
		<link>http://cyntech.wordpress.com/2011/04/09/experience-required-for-coach/</link>
		<comments>http://cyntech.wordpress.com/2011/04/09/experience-required-for-coach/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 04:04:40 +0000</pubDate>
		<dc:creator>Cyntech</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Hattrick]]></category>
		<category><![CDATA[coach]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[hattrick]]></category>
		<category><![CDATA[sub level]]></category>

		<guid isPermaLink="false">http://cyntech.wordpress.com/?p=103</guid>
		<description><![CDATA[There used to be an online resource for the online Soccer Management game Hattrick to determine how far away your player was from leveling up in experience. This was a very useful resource when looking at converting a player into a coach. That resource has since disappeared (host no longer active), but I managed to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=103&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There used to be an online resource for the online Soccer Management game <a href="http://www.hattrick.org" target="_blank">Hattrick</a> to determine how far away your player was from leveling up in experience. This was a very useful resource when looking at converting a player into a coach.</p>
<p>That resource has since disappeared (host no longer active), but I managed to obtain a cached copy from Google and I&#8217;ll reproduce it here (with some minor updates).</p>
<h2><span id="more-103"></span>Experience</h2>
<p>Experience is the attribute that improves a players abilities during a match. It is also taken into effect for penalty shootouts and selecting which player should be captain of your team.  However, determining when a player will increase their experience is not easy to figure out.</p>
<p>After some research (by many people), it&#8217;s been ascertained that a player requires 28 &#8216;points&#8217; to increase a level of experience and the player will increase their experience by the following amounts:</p>
<table>
<tbody>
<tr>
<th>Match type</th>
<th>Points</th>
</tr>
<tr>
<td>Friendly match</td>
<td>0.1</td>
</tr>
<tr>
<td>International friendly match</td>
<td>0.2</td>
</tr>
<tr>
<td>League match</td>
<td>1</td>
</tr>
<tr>
<td>Cup match</td>
<td>2</td>
</tr>
<tr>
<td>National team match (World Cup Tournament)</td>
<td>10<sup>*</sup></td>
</tr>
<tr>
<td>National team match (Friendly)</td>
<td>4<sup>*</sup></td>
</tr>
</tbody>
</table>
<p><sup>*</sup> In National team matches, all players are awarded the experience increase. The &#8216;formula&#8217; for National team tournament matches has been tested thoroughly and should be correct.</p>
<p>With the implementation of substitutions and minute based training, the increase of experience a player receives is also minute based (time spend on the pitch). For example, if a player plays 45 minutes in a cup match, he will receive an increase of 1 point.</p>
<h2>Estimating a Player&#8217;s experience sub level</h2>
<p>This method is only possible with players who have been in your team for at least 16 weeks, as it involves checking their coach conversion cost.</p>
<p>To determine a player&#8217;s experience sub level, do the following:</p>
<ol>
<li>In Hattrick, navigate to the Training page.</li>
<li>Select &#8216;Change Coach&#8217; and then &#8216;Use existing player&#8217;.</li>
<li>Select the player in question and click OK.</li>
<li>The trainer type does not matter for this purpose, so ignore this. Make a note of the cost to convert the player into an <span style="text-decoration:underline;"><strong>inadequate</strong></span> coach (For the process of estimating the sub level, we only look at the cost for an inadequate coach, no matter what the player&#8217;s experience level).</li>
<li>Match the cost against the table below to work out the player&#8217;s sub level.</li>
</ol>
<table>
<tbody>
<tr>
<th>Points</th>
<th>Inadequate</th>
<th>Passable</th>
<th>Solid</th>
<th>Excellent</th>
<th>Formidable</th>
<th>Outstanding</th>
<th>Brillant</th>
<th>Magnificent</th>
</tr>
<tr>
<td>0</td>
<td>43800</td>
<td>35200</td>
<td>29400</td>
<td>25200</td>
<td>21900</td>
<td>19500</td>
<td>17400</td>
<td>15900</td>
</tr>
<tr>
<td>1</td>
<td>43100</td>
<td>34700</td>
<td>29000</td>
<td>25000</td>
<td>21700</td>
<td>19300</td>
<td>17300</td>
<td>15800</td>
</tr>
<tr>
<td>3</td>
<td>42300</td>
<td>34200</td>
<td>28700</td>
<td>24700</td>
<td>21500</td>
<td>19200</td>
<td>17200</td>
<td>15700</td>
</tr>
<tr>
<td>5</td>
<td>41600</td>
<td>33700</td>
<td>28400</td>
<td>24500</td>
<td>21300</td>
<td>19000</td>
<td>17100</td>
<td>15600</td>
</tr>
<tr>
<td>7</td>
<td>40900</td>
<td>33300</td>
<td>28000</td>
<td>24200</td>
<td>21100</td>
<td>18900</td>
<td>17000</td>
<td>15500</td>
</tr>
<tr>
<td>9</td>
<td>40300</td>
<td>32800</td>
<td>27800</td>
<td>24000</td>
<td>21000</td>
<td>18700</td>
<td>16800</td>
<td>15400</td>
</tr>
<tr>
<td>11</td>
<td>39600</td>
<td>32400</td>
<td>27500</td>
<td>23700</td>
<td>20800</td>
<td>18600</td>
<td>16700</td>
<td>15300</td>
</tr>
<tr>
<td>13</td>
<td>39000</td>
<td>32000</td>
<td>27200</td>
<td>23400</td>
<td>20600</td>
<td>18500</td>
<td>16600</td>
<td>15200</td>
</tr>
<tr>
<td>15</td>
<td>38400</td>
<td>31600</td>
<td>26900</td>
<td>23100</td>
<td>20400</td>
<td>18300</td>
<td>16500</td>
<td>15100</td>
</tr>
<tr>
<td>17</td>
<td>37800</td>
<td>31200</td>
<td>26600</td>
<td>22900</td>
<td>20300</td>
<td>18100</td>
<td>16400</td>
<td>15000</td>
</tr>
<tr>
<td>19</td>
<td>37300</td>
<td>30800</td>
<td>26300</td>
<td>22700</td>
<td>20100</td>
<td>17900</td>
<td>16300</td>
<td>14900</td>
</tr>
<tr>
<td>21</td>
<td>36700</td>
<td>30400</td>
<td>26000</td>
<td>22500</td>
<td>20000</td>
<td>17800</td>
<td>16200</td>
<td>14800</td>
</tr>
<tr>
<td>23</td>
<td>36200</td>
<td>30100</td>
<td>25700</td>
<td>22300</td>
<td>19800</td>
<td>17700</td>
<td>16100</td>
<td>14700</td>
</tr>
<tr>
<td>25</td>
<td>35700</td>
<td>29700</td>
<td>25500</td>
<td>22100</td>
<td>19600</td>
<td>17600</td>
<td>16000</td>
<td>14600</td>
</tr>
<tr>
<td>27</td>
<td>35200</td>
<td>29400</td>
<td>25200</td>
<td>21900</td>
<td>19500</td>
<td>17400</td>
<td>15900</td>
<td>14500</td>
</tr>
</tbody>
</table>
<p>Example: If a player&#8217;s conversion cost is US$40300 and the player has inadequate experience, the player has between 9.0 and 10.9 experience points (for that level).</p>
<p>The original author of this article did not complete the table for higher experience levels.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cyntech.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cyntech.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cyntech.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cyntech.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cyntech.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cyntech.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cyntech.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cyntech.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cyntech.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cyntech.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cyntech.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cyntech.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cyntech.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cyntech.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=103&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cyntech.wordpress.com/2011/04/09/experience-required-for-coach/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d6b693af6af8de0dd470f49934900a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cyntech</media:title>
		</media:content>
	</item>
		<item>
		<title>A Visual Explanation of SQL Joins</title>
		<link>http://cyntech.wordpress.com/2011/04/06/a-visual-explanation-of-sql-joins/</link>
		<comments>http://cyntech.wordpress.com/2011/04/06/a-visual-explanation-of-sql-joins/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 14:25:04 +0000</pubDate>
		<dc:creator>Cyntech</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[joins]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://cyntech.wordpress.com/?p=98</guid>
		<description><![CDATA[If there&#8217;s one thing about databases that I&#8217;ve always struggled to get my head around, it&#8217;s complex joins. The syntax and arrangement of tables for inner/outer joins have done my head in for so long until I found this article by Jeff Atwood &#8211; A Visual Explanation of SQL Joins. Although, he does respond to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=98&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If there&#8217;s one thing about databases that I&#8217;ve always struggled to get my head around, it&#8217;s complex joins. The syntax and arrangement of tables for inner/outer joins have done my head in for so long until I found this article by <a title="Coding Horror" href="http://www.codinghorror.com/blog/" target="_blank">Jeff Atwood</a> &#8211; <a title="A Visual Explanation of SQL Joins" href="http://www.codinghorror.com/blog/2007/10/a-visual-explanation-of-sql-joins.html" target="_blank">A Visual Explanation of SQL Joins</a>.</p>
<p>Although, he does respond to comments on his article with regards to accuracy:</p>
<p style="padding-left:30px;">&#8220;The commenters pointing out that the diagrams break down in case of  multiple and or duplicate results, are absolutely right. I was actually  thinking of joins along the primary key, which tends to be unique by  definition, although the examples are not expressed that way.</p>
<p style="padding-left:30px;">Like the cartesian or cross product, anything that results in more  rows than you originally started with does absolutely breaks the whole  venn diagram concept. So keep that in mind.&#8221;</p>
<p>It uses an easy to understand graphical method of explaining what parts of a table are found when using the various types of joins and, once and for all, I think I may have finally properly learned each join.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cyntech.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cyntech.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cyntech.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cyntech.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cyntech.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cyntech.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cyntech.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cyntech.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cyntech.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cyntech.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cyntech.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cyntech.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cyntech.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cyntech.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=98&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cyntech.wordpress.com/2011/04/06/a-visual-explanation-of-sql-joins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d6b693af6af8de0dd470f49934900a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cyntech</media:title>
		</media:content>
	</item>
		<item>
		<title>Maven 2: NoClassDefFoundError: org/codehaus/plexus/classworlds/launcher/Launcher</title>
		<link>http://cyntech.wordpress.com/2011/03/09/maven-2-error/</link>
		<comments>http://cyntech.wordpress.com/2011/03/09/maven-2-error/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 04:44:31 +0000</pubDate>
		<dc:creator>Cyntech</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[problem solving]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://cyntech.wordpress.com/?p=94</guid>
		<description><![CDATA[If you were like me and have just installed Apple&#8217;s latest Java 6 update and found that Maven 2 doesn&#8217;t work, then this might be of some help. After installing the latest Java update this morning, I returned to what I was working on. I&#8217;m working on a community source project at the moment on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=94&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you were like me and have just installed Apple&#8217;s latest Java 6 update and found that Maven 2 doesn&#8217;t work, then this might be of some help.</p>
<p>After installing the latest Java update this morning, I returned to what I was working on. I&#8217;m working on a community source project at the moment on Github so I usually update and rebuild before continuing my work but I was horrified to get the following error when I tried to run Maven 2:</p>
<pre>$ mvn clean install
Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/plexus/classworlds/launcher/Launcher</pre>
<p>I immediately checked my java version and first discovered that the Apple update had deleted my Java 1.5 install (I require 1.5 for another project I&#8217;m on), so that put me in a bad mood to begin with.</p>
<p>Once I&#8217;d fixed the java issue, I tried again but nothing had changed. I googled and read newsgroup site after forum site of people getting this problem but the main consistency was that it was an incompatibility between Maven 2 and 3 and the M2_HOME environment variable. I didn&#8217;t think this was my problem as I had not installed Maven 3.</p>
<p>Thanks to a good friend of mine, <a href="http://steveswinsburg.wordpress.com/" target="_blank">Steve</a>, he directed me to where my MBP thought maven was being run from by using the &#8216;which&#8217; command.</p>
<pre>$ which mvn
/usr/bin/mvn
</pre>
<p>When I investigated this, it revealed something very interesting&#8230;</p>
<pre>$ ls -la /usr/bin/mvn
lrwxr-xr-x  1 root  wheel  24  9 Mar 12:09 /usr/bin/mvn -&gt; /usr/share/maven/bin/mvn
$ cd /usr/share/
$ ls -la maven
lrwxr-xr-x    1 root   wheel    16  9 Mar 12:09 maven -&gt; java/<strong>maven-3.0.2
</strong></pre>
<p>It looks like that included with the OSX Java update, it installed maven 3.  Now, this is all fine and dandy, but the projects I&#8217;m working on don&#8217;t run on Maven 3 just yet, so I need to switch this back to my actual Maven 2 install.</p>
<pre>$ sudo mv maven maven.temp
$ sudo ln -s /opt/apache-maven-2.2.1/ maven
$ mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-07 05:16:01+1000)
Java version: 1.5.0_26
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.6.6" arch: "i386" Family: "unix"</pre>
<p>Working!</p>
<p>Once again, thanks to <a href="http://steveswinsburg.wordpress.com/" target="_blank">Steve Swinsburg</a> for his assistance. Make sure you check out his blog for cool development posts.</p>
<p><strong><br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cyntech.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cyntech.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cyntech.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cyntech.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cyntech.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cyntech.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cyntech.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cyntech.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cyntech.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cyntech.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cyntech.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cyntech.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cyntech.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cyntech.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=94&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cyntech.wordpress.com/2011/03/09/maven-2-error/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d6b693af6af8de0dd470f49934900a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cyntech</media:title>
		</media:content>
	</item>
		<item>
		<title>Crosspost your blogger updates to LiveJournal</title>
		<link>http://cyntech.wordpress.com/2010/12/20/crosspost-your-blogger-updates-to-livejournal/</link>
		<comments>http://cyntech.wordpress.com/2010/12/20/crosspost-your-blogger-updates-to-livejournal/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 04:31:26 +0000</pubDate>
		<dc:creator>Cyntech</dc:creator>
				<category><![CDATA[www]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://cyntech.thelan.net.au/?p=86</guid>
		<description><![CDATA[After I&#8217;d switched to Blogger from LiveJournal recently, I found myself looking for a way to import the new posts from Blogger into LiveJournal.  The reason for this is that I have a permanent account on LiveJournal and a few friends who use it, so in order to make things all nice and streamlined, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=88&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After I&#8217;d switched to Blogger from LiveJournal recently, I found myself looking for a way to import the new posts from Blogger into LiveJournal.  The reason for this is that I have a permanent account on LiveJournal and a few friends who use it, so in order to make things all nice and streamlined, I thought it&#8217;d be good to have my posts still appear there.</p>
<p>After finding LiveJournal won&#8217;t provide an RSS import into an existing account feature, I trawled around with a slightly different search to see if anyone had come up with a way to export into LiveJournal instead.</p>
<p>I <a href="http://www.lexislounge.net/2007/09/publish-your-blogger-blog-to.html" target="_blank">found this</a>. Absolute Godsend. And it&#8217;s bloody simple too.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cyntech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cyntech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cyntech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cyntech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cyntech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cyntech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cyntech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cyntech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cyntech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cyntech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cyntech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cyntech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cyntech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cyntech.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=88&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cyntech.wordpress.com/2010/12/20/crosspost-your-blogger-updates-to-livejournal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d6b693af6af8de0dd470f49934900a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cyntech</media:title>
		</media:content>
	</item>
		<item>
		<title>How to open a Finder window from Terminal in OSX</title>
		<link>http://cyntech.wordpress.com/2009/10/19/how-to-open-a-finder-window-from-terminal-in-osx/</link>
		<comments>http://cyntech.wordpress.com/2009/10/19/how-to-open-a-finder-window-from-terminal-in-osx/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 22:27:10 +0000</pubDate>
		<dc:creator>Cyntech</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://cyntech.thelan.net.au/?p=80</guid>
		<description><![CDATA[Here&#8217;s a neat little trick I just learned.  If you&#8217;re in Terminal and need a Finder window of the folder you&#8217;re in, just type the following: $&#62; open . Very handy if you need to use some Finder functions and you&#8217;re deep in a folder tree (like a java package).<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=80&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a neat little trick I just learned.  If you&#8217;re in Terminal and need a Finder window of the folder you&#8217;re in, just type the following:</p>
<pre>$&gt; open .</pre>
<p>Very handy if you need to use some Finder functions and you&#8217;re deep in a folder tree (like a java package).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cyntech.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cyntech.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cyntech.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cyntech.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cyntech.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cyntech.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cyntech.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cyntech.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cyntech.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cyntech.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cyntech.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cyntech.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cyntech.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cyntech.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=80&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cyntech.wordpress.com/2009/10/19/how-to-open-a-finder-window-from-terminal-in-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d6b693af6af8de0dd470f49934900a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cyntech</media:title>
		</media:content>
	</item>
		<item>
		<title>Knee Jerk Reaction Much?</title>
		<link>http://cyntech.wordpress.com/2009/09/25/knee-jerk-reaction-much/</link>
		<comments>http://cyntech.wordpress.com/2009/09/25/knee-jerk-reaction-much/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 02:11:17 +0000</pubDate>
		<dc:creator>Cyntech</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[pc tech]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://cyntech.thelan.net.au/?p=75</guid>
		<description><![CDATA[A colleague told me today that her son was suspended from school for &#8216;hacking&#8217; the school computers.  It turns out that he had managed to bypass the Department of Education&#8217;s firewall by guessing the password to the local system and was browsing game websites that were blocked by said firewall. I understand that he did [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=75&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A colleague told me today that her son was suspended from school for &#8216;hacking&#8217; the school computers.  It turns out that he had managed to bypass the Department of Education&#8217;s firewall by guessing the password to the local system and was browsing game websites that were blocked by said firewall.</p>
<p>I understand that he did something that was wrong, but I believe the suspension was a complete knee jerk and not appropriate for what had been committed.  Firstly, the network administrator at the school had a password which was a name, a cat&#8217;s name to be specific.  This breaks probably the simplest, if not the most important rule on passwords; Do NOT use names/single word for passwords!  Secondly, he was only browsing websites.  It&#8217;s not like he had broken into a database or was performing some malicious action against the school or another organisation.  Punishment was necessary/required for breaking the rules, but suspension? Come on, he only highlighted the fact that the brain-dead administrator was stupid enough not to secure his network/systems properly.</p>
<p>It also tells me that not much has changed since I was at high school, when the staff tasked with the school&#8217;s network administration or even teaching of computer studies courses knew little about IT or computers in general.  I don&#8217;t know if this is a funding issue or the fact that there just isn&#8217;t anyone with the required skillsets interested in working for schools, but something needs to change there.</p>
<p>Update: It turns out the passwords are a little more secure than I first understood.  It turns out that another student discovered the staff member&#8217;s username then through a process of asking said staff member questions in general discussion worked out the answers to the three security questions required to access a &#8216;forgotten password&#8217;.  This student then logged in as the staff member for my colleague&#8217;s son to use (an accessory after the fact as it were). This is a little more sinister, but still doesn&#8217;t change the fact that it was possible for a student to obtain the staff member&#8217;s password.  More stringent precautions need to be in place for retrieving passwords (email confirmation etc).</p>
<p>The fact that the son in question was suspended when they weren&#8217;t the one who obtained the information is even more so a glaring insight into how much the school has got it wrong.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cyntech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cyntech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cyntech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cyntech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cyntech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cyntech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cyntech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cyntech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cyntech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cyntech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cyntech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cyntech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cyntech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cyntech.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cyntech.wordpress.com&amp;blog=20957729&amp;post=75&amp;subd=cyntech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cyntech.wordpress.com/2009/09/25/knee-jerk-reaction-much/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d6b693af6af8de0dd470f49934900a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cyntech</media:title>
		</media:content>
	</item>
	</channel>
</rss>
