<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Codedrop™ Weblog &#187; General</title>
	<atom:link href="http://www.codedrop.ca/blog/archives/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codedrop.ca/blog</link>
	<description>Drop'n some code and other tech tidbits...</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:45:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting &#8216;YYYYMMDDhhmmss&#8217; date format in a MS Windows script&#8230; yuck!</title>
		<link>http://www.codedrop.ca/blog/archives/216</link>
		<comments>http://www.codedrop.ca/blog/archives/216#comments</comments>
		<pubDate>Fri, 05 Mar 2010 00:21:22 +0000</pubDate>
		<dc:creator>groll</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/?p=216</guid>
		<description><![CDATA[I had the painful experience of recently having to update some windows .bat scripts with some new functionality&#8230;. I&#8217;ve pleasantly re-affirmed why I DON&#8217;T WORK ON A WINDOWS PLATFORM!&#8230; 
In any event, for any of you poor suckers that do and need access to datetime components within a batch, here&#8217;s an ugly solution&#8230; If you [...]]]></description>
			<content:encoded><![CDATA[<p>I had the painful experience of recently having to update some windows .bat scripts with some new functionality&#8230;. I&#8217;ve pleasantly re-affirmed why I DON&#8217;T WORK ON A WINDOWS PLATFORM!&#8230; </p>
<p>In any event, for any of you poor suckers that do and need access to datetime components within a batch, here&#8217;s an ugly solution&#8230; If you know of a better way.. I&#8217;m all ears!</p>
<p><code>echo %DATE% %TIME% > datefile.txt<br />
REM parse Datefile (format mon MM-DD-YYYY (US date and time setting default))<br />
For /F "tokens=2,3,4 delims=/ " %%a in (datefile.txt) do (set CurrentMonth=%%a&#038;&#038; set currentDate=%%b&#038;&#038; set /A currentYear=%%c)<br />
For /F "tokens=3,4,5 delims=: " %%a in (datefile.txt) do (set CurrentHour=%%a&#038;&#038; set currentMinute=%%b&#038;&#038; set currentSecond=%%c)<br />
echo Timstamp is: %CurrentYear%%CurrentMonth%%CurrentDate%%CurrentHour%%CurrentMinute%%CurrentSecond%<br />
</code></p>
<p>God help us all thats fugly!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Getting+%E2%80%98YYYYMMDDhhmmss%E2%80%99+date+format+in+a+MS+Windows+script%E2%80%A6+yuck%21+http://cfs29.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Getting+%E2%80%98YYYYMMDDhhmmss%E2%80%99+date+format+in+a+MS+Windows+script%E2%80%A6+yuck%21+http://cfs29.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/216/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql, Rmagick on Snow Leopard, Homebrew to the rescue!</title>
		<link>http://www.codedrop.ca/blog/archives/214</link>
		<comments>http://www.codedrop.ca/blog/archives/214#comments</comments>
		<pubDate>Sun, 28 Feb 2010 06:30:00 +0000</pubDate>
		<dc:creator>groll</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacPorts]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/?p=214</guid>
		<description><![CDATA[Well after sitting on my install disks for a few months I finally figured I better upgrade my primary MacBook Pro.  As expected, my rails projects and several other things did not function&#8230;. Rmagick and MySql were borked as well..  
After spending several nights reinstalling Xcode, updating my macports, trying to compile from [...]]]></description>
			<content:encoded><![CDATA[<p>Well after sitting on my install disks for a few months I finally figured I better upgrade my primary MacBook Pro.  As expected, my rails projects and several other things did not function&#8230;. Rmagick and MySql were borked as well..  </p>
<p>After spending several nights reinstalling Xcode, updating my macports, trying to compile from src to no avail I had someone recommend Homebrew to me.  At first I figured.. meh.. another package manager that won&#8217;t work&#8230; suprisingly.. it did!.. Macports is garbage in comparison.. so to get to the good stuff.. here&#8217;s the steps to take if you find yourself in this situation!</p>
<p>1) Best to start clean.. first thing was to wipe the macports installs.</p>
<p><code><br />
sudo port -f uninstall installed</p>
<p>sudo rm -rf /opt/local \<br />
/Applications/MacPorts \<br />
/Applications/DarwinPorts \<br />
/Library/Tcl/macports1.0 \<br />
/Library/Tcl/darwinports1.0 \<br />
/Library/LaunchDaemons/org.macports.* \<br />
/Library/StartupItems/DarwinPortsStartup \<br />
/Library/Receipts/MacPorts*.pkg \<br />
/Library/Receipts/DarwinPorts*.pkg \<br />
~/.macports<br />
</code></p>
<p>2) Download and install the latest XCode development tools..  your DVD is probably out of date.  Ensure that the optional components for command line development are installed (&#8220;Unix Development&#8221; in the Xcode 3.x installer). Also include the X11 items.</p>
<p>3) Rebooted and hold down &#8216;6&#8242; and &#8216;4&#8242; keys to switch to 64 bit mode&#8230; (by default snow leopard boots in 32 bit mode.. you can check this in the System Profiler).</p>
<p>4) Install homebrew<br />
sudo chown -R `whoami` /usr/local<br />
curl -L http://github.com/mxcl/homebrew/tarball/master | tar xz &#8211;strip 1 -C /usr/local<br />
brew install git</p>
<p>5) Install mysql<br />
brew install mysql<br />
export ARCHFLAGS=&#8221;-arch i386 -arch x86_64&#8243;<br />
gem install mysql &#8212; &#8211;with-mysql-dir=/usr/local \<br />
&#8211;with-mysql-config=/usr/local/bin/mysql_config</p>
<p>6) Install imagemagick<br />
brew install imagemagick</p>
<p>and finally:</p>
<p>7) sudo gem install rmagick</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Mysql%2C+Rmagick+on+Snow+Leopard%2C+Homebrew+to+the+rescue%21+http://ogqwc.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Mysql%2C+Rmagick+on+Snow+Leopard%2C+Homebrew+to+the+rescue%21+http://ogqwc.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/214/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using GMail with Trac on Dreamhost</title>
		<link>http://www.codedrop.ca/blog/archives/180</link>
		<comments>http://www.codedrop.ca/blog/archives/180#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:15:27 +0000</pubDate>
		<dc:creator>groll</dc:creator>
				<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Trac]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/archives/180</guid>
		<description><![CDATA[Setting up trac on dreamhost isn&#8217;t a very well documented process.&#160; The one-click install does setup a project, but your left with bare bones install and no help on getting the initial admin account created.&#160; I found the dreamy-trac installation script worked well.&#160; Beyond this and the basic config changes you have to do I [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up trac on dreamhost isn&#8217;t a very well documented process.&nbsp; The one-click install does setup a project, but your left with bare bones install and no help on getting the initial admin account created.&nbsp; I found the dreamy-trac installation script worked well.&nbsp; Beyond this and the basic config changes you have to do I found the following settings are required in your trac.ini file in order to get your email notifications working on Dreamhost when you use GMail as your mail provider.</p>
<p><code>[notification]<br />
smtp_enabled = true<br />
use_tls = true<br />
mime_encoding = base64<br />
smtp_server = smtp.gmail.com<br />
smtp_port = 587<br />
smtp_user = user<br />
smtp_password = password</code></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Using+GMail+with+Trac+on+Dreamhost+http://pt6xs.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Using+GMail+with+Trac+on+Dreamhost+http://pt6xs.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/180/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recursively find specific files in certain directories.</title>
		<link>http://www.codedrop.ca/blog/archives/154</link>
		<comments>http://www.codedrop.ca/blog/archives/154#comments</comments>
		<pubDate>Wed, 28 Oct 2009 17:04:37 +0000</pubDate>
		<dc:creator>groll</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/archives/154</guid>
		<description><![CDATA[Here&#8217;s a nice use of linux find to locate all ssl certificate files on a filesystem stored in directories name /certificates that excludes pesky .svn results:

find . -path "*/certificates/*" -not \( -name .svn -prune \)
I recently used this technique for pulling all certificates that were scatterred throughout a svn repository.  Taking this output you [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nice use of linux find to locate all ssl certificate files on a filesystem stored in directories name /certificates that excludes pesky .svn results:</p>
<p><code><br />
find . -path "*/certificates/*" -not \( -name .svn -prune \)</code></p>
<p>I recently used this technique for pulling all certificates that were scatterred throughout a svn repository.  Taking this output you can then easily copy them to another location (say for production deployment)</p>
<p><code>find . -path "*/certificates/*" -not \( -name .svn -prune \) -exec cp '{}' ./deploy/dist/certificates ';'</code></p>
<p>To go one step further integrating this into an ANT build proved to be a pain in the butt.  The ant exec task was causing me alot of grief so ended up using antcontrib tasks like this:</p>
<p><code><br />
&lt;target name="distCerts"<br />
description="Prepare folder with all certificates required for deployment."&gt;<br />
&lt;delete  dir="${projectRoot}/deploy/dist/certificates"/&gt;<br />
&lt;mkdir dir="${projectRoot}/deploy/dist/certificates"/&gt;<br />
&lt;shellscript shell="sh" dir="${projectRoot}"&gt;<br />
find ./servicegroup -path "*/certificates/*" -not \( -name .svn -prune \) -exec cp '{}' ./deploy/dist/certificates ';'<br />
find ./deploy/certificates -path "*" -not \( -name .svn -prune \) -exec cp '{}' ./deploy/dist/certificates ';'<br />
&lt;/shellscript&gt;<br />
&lt;/target&gt;<br />
</code></p>
<p>&#8230; much easier!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Recursively+find+specific+files+in+certain+directories.+http://qz2wz.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Recursively+find+specific+files+in+certain+directories.+http://qz2wz.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/154/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIBCO Administrator error on .ear upload</title>
		<link>http://www.codedrop.ca/blog/archives/139</link>
		<comments>http://www.codedrop.ca/blog/archives/139#comments</comments>
		<pubDate>Wed, 07 Oct 2009 16:47:08 +0000</pubDate>
		<dc:creator>groll</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Tibco]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/archives/139</guid>
		<description><![CDATA[Running the TIBCO stack on a RHEL 4.7 environment I recently hit a problem where uploading a new .ear file through the Adminstrator console would error and render a blank page.&#160; Some digging into the logs yielded an error when trying to write to a temporary folder that was under /tmp.&#160; Restarting the entire system [...]]]></description>
			<content:encoded><![CDATA[<p>Running the TIBCO stack on a RHEL 4.7 environment I recently hit a problem where uploading a new .ear file through the Adminstrator console would error and render a blank page.&nbsp; Some digging into the logs yielded an error when trying to write to a temporary folder that was under /tmp.&nbsp; Restarting the entire system would re-create the new directory under /tmp but after a few days it dissappeared (o/s cleaned it up) and the error re-occurred.</p>
<p>Setting the <i><b>java.property.java.io.tmpdir</b></i> environment variable acts as a permanent fix for this as you can specify a custom directory that will not be purged automatically.</p>
<p>Modify these config files:</p>
<p><b>&lt;tibco_home&gt;/administrator/domain/&lt;domain_name&gt;/bin/tibcoadmin_&lt;domain_name&gt;.tra<br />&lt;tibco_home&gt;/tra/domain/&lt;domain_name&gt;/hawkagent_&lt;domain_name&gt;.tra</b><b><tibco_home><domain_name><domain_name><tibco_home><domain_name><domain_name><br /></domain_name></domain_name></tibco_home></domain_name></domain_name></tibco_home></b><br />To add the following:</p>
<p><b># CUSTOM &#8211; Specify the location of the temporary files for upload.&nbsp; System default of <br /># </b><b>/tmp will error </b><b>after a few days as the dirs get cleaned out.<br />java.property.java.io.tmpdir=&lt;path&gt; </p>
<p></b>ie. java.property.java.io.tmpdir=/opt/tibcotmp </p>
<p>** NOTE: Using a custom token in your comment (ie: CUSTOM) will allow easy identification of all config files that you modified you add a custom property that is outside the normal configuration.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=e2ded0e2-b54f-8b4d-9923-836c7ff04ba8" /></div>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=TIBCO+Administrator+error+on+.ear+upload+http://6tw9g.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=TIBCO+Administrator+error+on+.ear+upload+http://6tw9g.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/139/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOAP UI &#8211; Useful tool to festing SOAP Web Services</title>
		<link>http://www.codedrop.ca/blog/archives/90</link>
		<comments>http://www.codedrop.ca/blog/archives/90#comments</comments>
		<pubDate>Fri, 05 Jun 2009 20:22:40 +0000</pubDate>
		<dc:creator>groll</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SOAP WebService]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/archives/90</guid>
		<description><![CDATA[Looking for a good tool for testing SOAP web services?&#8230;soapUI to the rescue!
What exactly is soapUI?soapUI is the leading desktop application for inspecting, invoking,
monitoring, simulating/mocking and
functional/load/compliance/surveillance testing of REST/WADL and
SOAP/WSDL-based Web Services over HTTP.
There are plugins Eclipse, IntelliJ, NetBeans and Maven.&#160;&#160; I&#8217;ve tried the plugin using IntelliJ 8.1.1 and it works like a charm!&#160; This [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for a good tool for testing SOAP web services?&#8230;soapUI to the rescue!</p>
<p>What exactly is soapUI?<br /><a href="http://www.soapui.org/">soapUI</a> is the leading desktop application for inspecting, invoking,<br />
monitoring, simulating/mocking and<br />
functional/load/compliance/surveillance testing of REST/WADL and<br />
SOAP/WSDL-based Web Services over HTTP.</p>
<p>There are plugins Eclipse, IntelliJ, NetBeans and Maven.&nbsp;&nbsp; I&#8217;ve tried the plugin using IntelliJ 8.1.1 and it works like a charm!&nbsp; This is an invaluable tool if your actively developing SOAP apis!</p>
<p><img style="max-width: 400px;" src="http://www.soapui.org/intellij/images/idea1.gif" /></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=SOAP+UI+%E2%80%93+Useful+tool+to+festing+SOAP+Web+Services+http://hqmxg.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=SOAP+UI+%E2%80%93+Useful+tool+to+festing+SOAP+Web+Services+http://hqmxg.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to playback .mt2s (Blueray / AVCHD) files on Mac / Linux</title>
		<link>http://www.codedrop.ca/blog/archives/81</link>
		<comments>http://www.codedrop.ca/blog/archives/81#comments</comments>
		<pubDate>Fri, 13 Mar 2009 04:38:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[video sony m2ts vlc]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/archives/81</guid>
		<description><![CDATA[After recently purchasing a new Sony Hybrid Plus (HDR-UX10/UX20) video camera I found myself spending alot of time trying to figure out how to pull the video files off the camera and play them back on my Mac or Linux computers.
M2TS files are used primarily with Sony hardware. Camcorders make use of M2TS in the [...]]]></description>
			<content:encoded><![CDATA[<p>After recently purchasing a new Sony Hybrid Plus (HDR-UX10/UX20) video camera I found myself spending alot of time trying to figure out how to pull the video files off the camera and play them back on my Mac or Linux computers.</p>
<p>M2TS files are used primarily with Sony hardware. Camcorders make use of M2TS in the form of AVCHD, a recording format made specifically for camcorders. Some camcorder models from <strong>Canon</strong> also use M2TS files. These files are also present on Blu-ray disc compilations, therefore they are capable of storing quite a large amount of information and data tracks. Software called the <em>&#8220;Picture Motion Browser&#8221; </em>is distributed with Sony camcorders and can play these kind of files, but in the event you don&#8217;t have this software what other options are there?</p>
<p>So far, the best option I&#8217;ve found has been the VLC software that is available for mac,linux and windows.&nbsp; Although I was able to yum install vlc on my linux fedora 8 install without a hitch, I found the hardware requirements were more then my meager p4 could bear and I ended up with sound, but a frozen video frame.&nbsp;&nbsp; Turning to my much more powerful mac book pro I once again installed a mac version of VLC and was able to playback the video.&nbsp; Although somewhat &#8216;clippy&#8217; it still played.&nbsp; At present the software available for playback of these files is quite limited so if I find a better option I&#8217;ll be sure to post it.</p>
<p>My next task is to figure out how to convert these files to something that can be viewed through a standard web video player so that I can post them on my blog or share them on the internet.&nbsp; If you have any insight into how to do this, I&#8217;d love to hear from you&#8230;.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=f84a6561-4f08-4b5d-bc05-4b6e0c981b81" /></div>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=How+to+playback+.mt2s+%28Blueray+%2F+AVCHD%29+files+on+Mac+%2F+Linux+http://kzce6.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=How+to+playback+.mt2s+%28Blueray+%2F+AVCHD%29+files+on+Mac+%2F+Linux+http://kzce6.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync your Google Calendar to ICal and to Blackberry Device!</title>
		<link>http://www.codedrop.ca/blog/archives/41</link>
		<comments>http://www.codedrop.ca/blog/archives/41#comments</comments>
		<pubDate>Fri, 01 Feb 2008 03:49:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/?p=41</guid>
		<description><![CDATA[I recently purchased a blackberry and was looking for a good way to syncronize my google calendar to both my macbook pro&#8217;s ICAL app as well as my blackberry.&#160; The first app I found called Spanning Sync seems very promising. Although its not free a never ending license only costs $65 bucks so it might [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased a blackberry and was looking for a good way to syncronize my google calendar to both my macbook pro&#8217;s ICAL app as well as my blackberry.&nbsp; The first app I found called <a href="http://www.spanningsync.com">Spanning Sync</a> seems very promising. Although its not free a never ending license only costs $65 bucks so it might be worth it.&nbsp; You get a 15 day trial to start so I&#8217;m going to test drive it to see how it functions.&nbsp; So far so good.&nbsp; Neat thing about this app is it works both ways so I can push/pull changes from either calendar.</p>
<p>After syncing up ICAL I proceeded to look for a way to keep myself up to date while on the go.&nbsp; Another handy application allows me to sync google calendar to my blackberry pearl 8130.&nbsp;&nbsp; Using <a href="http://www.gcalsync.com">gcalsync</a> I can sync the google calendar to my mobile phone&#8217;s calendar application.&nbsp; This is good as I don&#8217;t want to have to login to google mobile calendar everytime you want to check it and consume expensive bandwidth!</p>
<p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Sync+your+Google+Calendar+to+ICal+and+to+Blackberry+Device%21+http://3gqyx.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Sync+your+Google+Calendar+to+ICal+and+to+Blackberry+Device%21+http://3gqyx.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/41/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practical Product Management Training</title>
		<link>http://www.codedrop.ca/blog/archives/40</link>
		<comments>http://www.codedrop.ca/blog/archives/40#comments</comments>
		<pubDate>Tue, 18 Dec 2007 00:50:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/?p=40</guid>
		<description><![CDATA[Well its been a long lull since I&#8217;ve blogged.. so time to get back to business!
I&#8217;m currently attending a course about &#8220;Practical Product Management&#8221; put on by the Pragmatic Marketing folks.  So far I&#8217;ve been very impressed with the content and delivery.  Its definately a course geared towards product managers however there is [...]]]></description>
			<content:encoded><![CDATA[<p>Well its been a long lull since I&#8217;ve blogged.. so time to get back to business!</p>
<p>I&#8217;m currently attending a course about &#8220;Practical Product Management&#8221; put on by the <a href="http://www.pragmaticmarketing.com/">Pragmatic Marketing</a> folks.  So far I&#8217;ve been very impressed with the content and delivery.  Its definately a course geared towards product managers however there is a benefit to be had having various cross functional member attend to help guide the process.  A series of templates is available <a href="http://www.pragmaticmarketing.com/seminars/files/ppm">here</a> if you&#8217;re interested in making use of some of the techniques.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Practical+Product+Management+Training+http://kfa63.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Practical+Product+Management+Training+http://kfa63.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shaw Mail Connection Problems</title>
		<link>http://www.codedrop.ca/blog/archives/38</link>
		<comments>http://www.codedrop.ca/blog/archives/38#comments</comments>
		<pubDate>Sat, 24 Nov 2007 04:43:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/?p=38</guid>
		<description><![CDATA[A few months ago I ran into a situation where my new MacBook Pro would no longer allow me to pull my mail from the shaw servers using Apple&#8217;s mail application.  Turns out that this was a simple DNS issue.
Error reported was &#8216;The server &#8220;shawmail&#8221; cannot be contacted on port 110.&#8217;.   
From [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I ran into a situation where my new MacBook Pro would no longer allow me to pull my mail from the shaw servers using Apple&#8217;s mail application.  Turns out that this was a simple DNS issue.</p>
<p>Error reported was <font size="-1">&#8216;The server &#8220;<strong>shawmail</strong>&#8221; <strong>cannot be contacted on port</strong> 110.&#8217;.   </font></p>
<p>From a terminal window, typing &#8216;host shawmail&#8217; yielded an unknown host error.  This got me on the right track.</p>
<p>The shaw setup pages all tell you to use &#8220;shawmail&#8221; as the incoming/outgoing smtp server.  This doesn&#8217;t seem to work in all cases.  I changed the smtp servers to be &#8220;shawmail.cg.shawcable.net&#8221; and also set the server port to be 9590 and then had some success.</p>
<p>Hope it helps someone else out there!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Shaw+Mail+Connection+Problems+http://8ygnh.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Shaw+Mail+Connection+Problems+http://8ygnh.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/38/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
