<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Software on Personal Site of Tim Child</title>
    <link>/categories/software/</link>
    <description>Recent content in Software on Personal Site of Tim Child</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 15 Apr 2011 12:35:11 +0000</lastBuildDate>
    
	<atom:link href="/categories/software/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>My Jenkins nginx proxy script</title>
      <link>/2011/04/15/my-jenkins-nginx-proxy-script/</link>
      <pubDate>Fri, 15 Apr 2011 12:35:11 +0000</pubDate>
      
      <guid>/2011/04/15/my-jenkins-nginx-proxy-script/</guid>
      <description>Here is a very simple configuration for nginx to proxy Jenkins (the new name for the un-Oracle&amp;#8217;d Hudson)
[cc lang=&amp;ldquo;bash&amp;rdquo;]
server {
listen 80 default;
server_name bld-master localhost;
root /var/lib/jenkins;
access_log /var/log/nginx/jenkins.access.log;
location / {
proxy_pass http://127.0.0.1:8080/;
proxy_redirect off;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
[/cc]</description>
    </item>
    
    <item>
      <title>NetGrowl</title>
      <link>/2010/10/02/netgrowl/</link>
      <pubDate>Sat, 02 Oct 2010 09:43:24 +0000</pubDate>
      
      <guid>/2010/10/02/netgrowl/</guid>
      <description>I needed to test sending growl messages to machines running Growl, using just Python.
There was a problem trying to find scripts, old websites were not responding, and there was a distinct lack of being able to get anything off the group easily but I chanced upon a script that worked. Fearing that the site it is hosted on might also end up biting dust, I made my changes to the script and have uploaded it to GitHub:</description>
    </item>
    
    <item>
      <title>Python plugin systems</title>
      <link>/2010/04/22/python-plugin-systems/</link>
      <pubDate>Thu, 22 Apr 2010 11:01:17 +0000</pubDate>
      
      <guid>/2010/04/22/python-plugin-systems/</guid>
      <description>There is a lot of interesting information about creating plugin architectures using Python all over the web, but its in fairly disparate places. This is an overview of the documentation that I found as of April 2010.
Firstly Dr André Roberge has some very interesting posts, as well as a talk at PyCon 2009 on Blip.tv entitled Plugins and monkeypatching: increasing flexibility, dealing with inflexibility. He is also the author of Crunchy which uses a plugin system.</description>
    </item>
    
    <item>
      <title>Using Hudson to build Sphinx documentation</title>
      <link>/2010/03/21/using-hudson-to-build-sphinx-documentation/</link>
      <pubDate>Sun, 21 Mar 2010 16:47:32 +0000</pubDate>
      
      <guid>/2010/03/21/using-hudson-to-build-sphinx-documentation/</guid>
      <description>I have become quite the fan of both Hudson and Sphinx. At Cantemo we are using Hudson for Continuous Integration testing, and its a large improvement over buildbot which I was trying before.
For documentation at the moment I am using Sphinx, a python based documentation generator. We require the documentation to be updated at the same time as the development and tests are built so it is becoming second nature to build documents soon after development is done.</description>
    </item>
    
    <item>
      <title>Postfix and Gmail</title>
      <link>/2010/03/20/postfix-and-gmail/</link>
      <pubDate>Sat, 20 Mar 2010 12:07:03 +0000</pubDate>
      
      <guid>/2010/03/20/postfix-and-gmail/</guid>
      <description>I have been using Hudson as a continuous integration server for a short while now and I am super impressed. I have it running on Debian and is really quite feature-full.
One thing that I did have a problem with was with the standard Debian 5 Java environment there was a problem using TLS for mail it seemed, and I didn&amp;#8217;t just want to send stuff to gmail&amp;#8217;s SMTP server all the time so I configured a local Postfix SMTP relay on another server.</description>
    </item>
    
    <item>
      <title>NewNewsWire</title>
      <link>/2009/10/09/newnewswire/</link>
      <pubDate>Fri, 09 Oct 2009 07:58:32 +0000</pubDate>
      
      <guid>/2009/10/09/newnewswire/</guid>
      <description>I have posted about NetNewsWire many times on here before. Its been my favourite news reading application for a couple of years now (if not more) but recent development has severally hampered the usability of the software.
It seemed to be when they changed it to support sync to Google Reader &amp;#8211; not a bad idea by any means, but releasing the software before it was full tested and working was a huge mistake.</description>
    </item>
    
    <item>
      <title>Google chrome OS</title>
      <link>/2009/07/08/google-chrome-os/</link>
      <pubDate>Wed, 08 Jul 2009 08:02:11 +0000</pubDate>
      
      <guid>/2009/07/08/google-chrome-os/</guid>
      <description>Wow, Google have announced the release of the Google OS. Although it wasn&amp;#8217;t entirely a shock its nice to see that they are promoting something from the ground up.
http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html
Looking forward to trying it out even if I don&amp;#8217;t have a netbook.</description>
    </item>
    
    <item>
      <title>Hilarious look at Adobe’s UI</title>
      <link>/2009/01/29/hilarious-look-at-adobes-ui/</link>
      <pubDate>Thu, 29 Jan 2009 11:58:46 +0000</pubDate>
      
      <guid>/2009/01/29/hilarious-look-at-adobes-ui/</guid>
      <description>So what&amp;#8217;s wrong with Adobe&amp;#8217;s UI: Well this is a very funny tumbl log of plenty of comments of things that could be done better:
[http://adobegripes.tumblr.com/
]1
Things that particularly standout are issues with there cross-platform UI. Although praised by many as a good example, it just shows that some of the finer details are missed.
Via UIEye.</description>
    </item>
    
    <item>
      <title>UI design in the open</title>
      <link>/2009/01/19/ui-design-in-the-open/</link>
      <pubDate>Mon, 19 Jan 2009 11:42:00 +0000</pubDate>
      
      <guid>/2009/01/19/ui-design-in-the-open/</guid>
      <description>This is just great:
http://www.avc.com/a_vc/2009/01/redesigning-a-u.html
A summary of the post that basically Bug Labs has hired IDEO to redesign their hardware user interface for BUGbase and to do it in the open.
Updates on the design process can be sees at: Bug Blog, Bug Community, and the IDEO blog.</description>
    </item>
    
    <item>
      <title>Working with SVN on OS X</title>
      <link>/2009/01/10/working-with-svn-on-os-x/</link>
      <pubDate>Sat, 10 Jan 2009 12:24:25 +0000</pubDate>
      
      <guid>/2009/01/10/working-with-svn-on-os-x/</guid>
      <description>I use SVN (subversion) quite a bit, even at home to manage my own files, but recently I have been running the beta version for Versions by Sofa and Pico.
It turned into an excellent way of using SVN, being very visual and supporting everything that I needed, but alas the Beta period ran out and they released Versions 1.
Now I was all for buying this application, but the purchase price of 39 Euros totally puts my of.</description>
    </item>
    
    <item>
      <title>2008 Applications of the year</title>
      <link>/2009/01/09/2008-applications-of-the-year/</link>
      <pubDate>Fri, 09 Jan 2009 11:17:52 +0000</pubDate>
      
      <guid>/2009/01/09/2008-applications-of-the-year/</guid>
      <description>So here are my most used OS X applications of the year, in no particular order:
 Spotify. This is just an excellent music application, the speed with which the streams start is simply amazing and I don&amp;#8217;t find that I get that many adverts in the way of the vast array of songs on offer.
 Textmate. I probably use this more than any other application on the Mac, for me hands down the best text editor that I have ever used and I find more and more features in it everyday.</description>
    </item>
    
    <item>
      <title>This is awesome – Papervision</title>
      <link>/2008/12/16/this-is-awesome-papervision/</link>
      <pubDate>Tue, 16 Dec 2008 10:34:58 +0000</pubDate>
      
      <guid>/2008/12/16/this-is-awesome-papervision/</guid>
      <description>This is really really awesome, and you have to really check it out for your self.
Its a little flash application that uses a webcam or other camera attached to your computer to project a little &amp;#8216;Proto&amp;#8217; guy on top of a printed piece of paper. They have even got some code released for it.
Check it out here with some images and video, but it really works better to try it yourselves:</description>
    </item>
    
    <item>
      <title>Creating workflow diagrams</title>
      <link>/2008/08/04/creating-workflow-diagrams/</link>
      <pubDate>Mon, 04 Aug 2008 17:22:01 +0000</pubDate>
      
      <guid>/2008/08/04/creating-workflow-diagrams/</guid>
      <description>I haven&amp;#8217;t seen any good examples recently of workflow diagrams, at least not more technical ones based around software, services and workflow.
Creating a diagram like this its always nice to see other examples of how people have approached the problem but in this scenario I have yet to see anything. Even Edward Tufte came short on this, though the diagrams and illustrations he provides examples for are excellent.
So this is what I came up with to illustrate a workflow with our software in a newsroom environment.</description>
    </item>
    
    <item>
      <title>My top ten OS X applications</title>
      <link>/2008/07/21/my-top-ten-os-x-applications/</link>
      <pubDate>Mon, 21 Jul 2008 17:38:57 +0000</pubDate>
      
      <guid>/2008/07/21/my-top-ten-os-x-applications/</guid>
      <description>Its been a year with this Mac Book Pro that I am using so I thought that I would round up with my top ten Mac software &amp;#8211; the software that I would install first of all after a crash.
 Quicksilver. This is a must have on the Mac. I find out something new about it every week if not everyday and it makes using OS X even easier and more streamlined.</description>
    </item>
    
    <item>
      <title>django one form, two models</title>
      <link>/2008/06/21/django-one-form-two-models/</link>
      <pubDate>Sat, 21 Jun 2008 10:25:04 +0000</pubDate>
      
      <guid>/2008/06/21/django-one-form-two-models/</guid>
      <description>This post is a work in progress is now working I am glad to say. I have been working on a django site which needs two models updated for one post. It is actually using models very close to that on django-forums and I have created a forms.py file:
&amp;lt;br /&amp;gt; class ThreadForm(forms.ModelForm):&amp;lt;br /&amp;gt; class Meta:&amp;lt;br /&amp;gt; model = Thread&amp;lt;br /&amp;gt; exclude = (&amp;lsquo;forum&amp;rsquo;, &amp;lsquo;sticky&amp;rsquo;, &amp;lsquo;closed&amp;rsquo;, &amp;lsquo;posts&amp;rsquo;, &amp;lsquo;views&amp;rsquo;, &amp;lsquo;latest_post_time&amp;rsquo;)&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt; def clean_title(self):&amp;lt;br /&amp;gt; title = self.</description>
    </item>
    
    <item>
      <title>Looks like Django is really taking off</title>
      <link>/2008/04/18/looks-like-django-is-really-taking-off/</link>
      <pubDate>Fri, 18 Apr 2008 09:42:56 +0000</pubDate>
      
      <guid>/2008/04/18/looks-like-django-is-really-taking-off/</guid>
      <description>Since the introduction of Google&amp;#8217;s appengine which includes support for some of Django&amp;#8217;s code, and the template system there has been an incredible amount of press for Django.
At the moment there is no backend support for AppEngine in Django (and DB2 support is still lacking &amp;#8211; there was a blog post about a year ago but nothing seems to have happened since, and I would love to be proved wrong on that one) but it must only be a matter of time before this happens so for the moment you have to disable the ORM support.</description>
    </item>
    
    <item>
      <title>Microsofts WorldWide Telescope</title>
      <link>/2008/02/28/microsofts-worldwide-telescope/</link>
      <pubDate>Thu, 28 Feb 2008 11:12:54 +0000</pubDate>
      
      <guid>/2008/02/28/microsofts-worldwide-telescope/</guid>
      <description>This looks really awesome, Microsoft research have combined the feeds from satellites and telescopes all over to create a window into the universe. The Ted video will show more:
There is more information on their website http://wwtelescope.com/ and release should be in spring time sometime.</description>
    </item>
    
    <item>
      <title>MacHeist</title>
      <link>/2008/01/18/macheist/</link>
      <pubDate>Fri, 18 Jan 2008 17:50:34 +0000</pubDate>
      
      <guid>/2008/01/18/macheist/</guid>
      <description>Today I purchased the MacHeist bundle of OS X software. This will be available for the next 5 days and includes quite a few applications and gives a major saving on buying them alone for the amazingly cheap price of $49. On top of this it also gives money to charity. The included applications are:
  1password &amp;#8211; a password manager. I currently use KeepassX because its cross platform CoverSutra &amp;#8211; a iTunes player Cha-Ching &amp;#8211; A personal money organiser.</description>
    </item>
    
    <item>
      <title>Sun aquires MySQL</title>
      <link>/2008/01/17/sun-aquires-mysql/</link>
      <pubDate>Thu, 17 Jan 2008 14:02:45 +0000</pubDate>
      
      <guid>/2008/01/17/sun-aquires-mysql/</guid>
      <description>News just in, Sun acquires MySQL. MySQL makes one of the most popular opensource database in the world and they have just acquired it for $1billion.
More about it here: http://www.sun.com/aboutsun/pr/2008-01/sunflash.20080116.1.xml</description>
    </item>
    
    <item>
      <title>NetNewsWire now free</title>
      <link>/2008/01/16/netnewswire-now-free/</link>
      <pubDate>Wed, 16 Jan 2008 08:50:04 +0000</pubDate>
      
      <guid>/2008/01/16/netnewswire-now-free/</guid>
      <description>One of my favourite applications and one of my most used applications on the Mac is NetNewsWire from Newsgator and it has been since I started using it. I have found it to be the best way to deal with Newsfeeds for me, the integration of browser, the ease of use and probably the way it syncs with its online counterpart has kept me away from other solutions.
 My first thoughts when I found out that it was now free was &amp;#8220;I paid for that!</description>
    </item>
    
    <item>
      <title>Fixing the screen backspace and delete key</title>
      <link>/2008/01/02/fixing-the-screen-backspace-and-delete-key/</link>
      <pubDate>Wed, 02 Jan 2008 13:58:15 +0000</pubDate>
      
      <guid>/2008/01/02/fixing-the-screen-backspace-and-delete-key/</guid>
      <description>When running screen sometimes there is a problem using the backspace or delete key and you get the dreaded &amp;#8220;Wuff Wuff&amp;#8221; message.
Try editing
~/.bashrc And adding:
alias screen=&#39;TERM=screen screen&#39; </description>
    </item>
    
    <item>
      <title>Django and OSX</title>
      <link>/2007/07/09/django-and-osx/</link>
      <pubDate>Mon, 09 Jul 2007 21:56:23 +0000</pubDate>
      
      <guid>/2007/07/09/django-and-osx/</guid>
      <description>Those who have been here before know that I am a big fan of the Django python webframework, and also a big fan of OS X. So I thought that I would install Django on my MacBook Pro.
I did have it all installed on my G4 laptop, but I am going to be using it with at least two different databases on this machine. I am not going to give a complete, what I typed style install, just an overview because it is fairly easy.</description>
    </item>
    
    <item>
      <title>WPF and MDI</title>
      <link>/2007/07/05/wpf-and-mdi/</link>
      <pubDate>Thu, 05 Jul 2007 20:46:07 +0000</pubDate>
      
      <guid>/2007/07/05/wpf-and-mdi/</guid>
      <description>Just been using Windows Presentation Foundation ( WPF ) to prototype an application that I am working on and althought Microsoft Expression Blend is a fantastic tool I am finding some frustrating limitations with WPF already. Chiefly amoung these is support for Multiple Document Interfaces or MDI.
I was hoping to create an interface where I could open and close windows within an application ala Photoshop, After Effects, Director or any application in the last 10 years to do with media creation but Microsoft have decided, in their infinite wisdom, that MDI is a no no.</description>
    </item>
    
    <item>
      <title>Zussaweb now with Newzbin IDs</title>
      <link>/2006/11/08/zussaweb-now-with-newzbin-ids/</link>
      <pubDate>Wed, 08 Nov 2006 16:57:28 +0000</pubDate>
      
      <guid>/2006/11/08/zussaweb-now-with-newzbin-ids/</guid>
      <description>The modification I made to zussaweb the PHP frontend to HellaNZB is now available in sourceforge for downloaded as a 0.3 release.
They tidied it up abit, but I am glad it made it in after all the requests and emails that I got for this feature.
Now perhaps I should integrate a Newzbin RSS feed!!</description>
    </item>
    
    <item>
      <title>Firefox 2 is released</title>
      <link>/2006/10/25/firefox-2-is-released/</link>
      <pubDate>Wed, 25 Oct 2006 15:11:17 +0000</pubDate>
      
      <guid>/2006/10/25/firefox-2-is-released/</guid>
      <description>So firefox 2 the latest release from Mozilla is out to the public today, and so I am typing this to you from it. I think its looking good, though I am not sure what it is doing to the padding on the backend of WordPress.
I am really liking the built in spell checker. Its a nice feature particularly when you spend a lot of time typing into websites.</description>
    </item>
    
    <item>
      <title>django with apache2</title>
      <link>/2006/07/26/django-with-apache2/</link>
      <pubDate>Wed, 26 Jul 2006 18:31:40 +0000</pubDate>
      
      <guid>/2006/07/26/django-with-apache2/</guid>
      <description>One thing that I feel is harder than it should be with django is getting it working with Apache2. Sure the built in webserver is nice for development, but there comes a time when you need to step up and use a webserver for development that you can also deploy the site upon.
I have used Apache a lot in the past, but recently I have decided to move over to installing everything the Debian way, and this will reflect that.</description>
    </item>
    
    <item>
      <title>hellahella on Apache 2</title>
      <link>/2006/07/16/hellahella-on-apache-2/</link>
      <pubDate>Sun, 16 Jul 2006 17:00:46 +0000</pubDate>
      
      <guid>/2006/07/16/hellahella-on-apache-2/</guid>
      <description>I have been using hellahella using paster serve and I must say the performance was terrible. I don&amp;#8217;t think that it is mean&amp;#8217;t to be run for any length of time which is at odds with hellahella, the web interface to hellanzb, which is.
I have documented before that I am using hellanzb to manage my nzb files, and hellahella makes it even easier and with integration with http://www.newzbin.com it is even better (how about one click downloads, unrar, par, and ready to view &amp;#8211; yes I have it!</description>
    </item>
    
    <item>
      <title>Interesting Django video</title>
      <link>/2006/06/15/interesting-django-video/</link>
      <pubDate>Thu, 15 Jun 2006 07:35:42 +0000</pubDate>
      
      <guid>/2006/06/15/interesting-django-video/</guid>
      <description>Nice hour long video on Django, from a google presentation here:
http://video.google.com/videoplay?docid=-70449010942275062
Worth watching if you are thinking about getting in to the Django framework.</description>
    </item>
    
    <item>
      <title>django and python</title>
      <link>/2006/05/29/django-and-python/</link>
      <pubDate>Mon, 29 May 2006 20:12:07 +0000</pubDate>
      
      <guid>/2006/05/29/django-and-python/</guid>
      <description>At Vizrt there is alot of python, and although I wish I could have jumped on the bandwagon and started messing around more with Ruby, I am enjoying working with python where the scripts are properly authored.
So I was looking for a nice framework that would give me Rails style speed of prototyping web applications whilst using Python and after looking at the usual suspects (Turbogears, pylons, zope &amp;amp; plone) I am again playing around with Django again.</description>
    </item>
    
    <item>
      <title>pop3 server for osx</title>
      <link>/2006/02/24/pop3-server-for-osx/</link>
      <pubDate>Thu, 23 Feb 2006 23:17:52 +0000</pubDate>
      
      <guid>/2006/02/24/pop3-server-for-osx/</guid>
      <description>I need a pop3 server for osx for testing an application that I am thinking of building. I would like it small as in lightweight, osx switch on/switch offable and with little dependancies. Anyone know of one?</description>
    </item>
    
    <item>
      <title>VMWare free version</title>
      <link>/2006/02/03/vmware-free-version/</link>
      <pubDate>Fri, 03 Feb 2006 08:20:42 +0000</pubDate>
      
      <guid>/2006/02/03/vmware-free-version/</guid>
      <description>Just read on the register that VMWare is going to offer a free version of its server product. There is no mention of this on their site yet unless they are talking about the VMWare Player which can be used to host VMware / Microsoft and Symantic virtual PC sessions.
I am really interested to see where they go with this. For instance at home it would make for a really good test system and its a good competitor to Xen running on Linux.</description>
    </item>
    
    <item>
      <title>Joomla</title>
      <link>/2006/01/10/joomla/</link>
      <pubDate>Tue, 10 Jan 2006 19:29:46 +0000</pubDate>
      
      <guid>/2006/01/10/joomla/</guid>
      <description>Been messing around with Joomla, and so far I am really impressed. I must admit one of the features that I am looking forward to implementing is WordPress in Joomla &amp;#8211; best of both worlds perhaps? I am not sure, as I haven&amp;#8217;t installed it yet, but one of the resources I found interesting seems to have disappeared: a tutorial on setting up a Joomla template, luckily I have managed to rescue it out of googles cache.</description>
    </item>
    
    <item>
      <title>WordPress 2</title>
      <link>/2006/01/07/wordpress-2/</link>
      <pubDate>Sat, 07 Jan 2006 00:31:55 +0000</pubDate>
      
      <guid>/2006/01/07/wordpress-2/</guid>
      <description>Yes, its finally here, WordPress 2. I am currently using WordPress 1.5 on this blog and 2 other sites I have developed so I am not going to upgrade for a while on those 2 sites because they are working very well, but I might test with this blog &amp;#8211; well perhaps after just doing some upgrades that I have been planning for a while.
Here are some of the new features:</description>
    </item>
    
    <item>
      <title>Ruby</title>
      <link>/2006/01/04/ruby/</link>
      <pubDate>Wed, 04 Jan 2006 08:54:43 +0000</pubDate>
      
      <guid>/2006/01/04/ruby/</guid>
      <description>Ruby and Ruby on Rails is the language of the moment it seems, getting good press from all those that try it and even converting .net users.
I admire the evanglism for a small budget, nowhere near that of .net for example Ruby and Rails have produced videos showing the ease in producing a blog in 15 minutes, a wiki, shown some high profile applications, made the most hyped web technology (AJAX) of 2005 easier and much more &amp;#8211; for 2005&amp;frasl;2006 very uptodate ways of marketing rails and ruby have been produced and got quite a lot of developers interested in the technology.</description>
    </item>
    
    <item>
      <title>Camino</title>
      <link>/2005/12/06/camino/</link>
      <pubDate>Tue, 06 Dec 2005 14:52:56 +0000</pubDate>
      
      <guid>/2005/12/06/camino/</guid>
      <description>Well I have used Firefox for ages now, and although it is my preferred browser on Linux and Windows, for Mac it is less than ideal. As I have previously noted Mac users are used to their usual way of working, and although somethings could be improved, such as adding decent package management (the fink project goes someways to rectifying the situation &amp;#8211; but one has to ask why this wasn&amp;#8217;t included as standard) others are quite well thought out.</description>
    </item>
    
    <item>
      <title>New Firefox</title>
      <link>/2005/11/29/new-firefox/</link>
      <pubDate>Tue, 29 Nov 2005 17:20:09 +0000</pubDate>
      
      <guid>/2005/11/29/new-firefox/</guid>
      <description>The new Firefox browser is almost with us, and I have signed up as a last minute Beta tester. As soon as the browser is out, and it should be followed by a new video marketing compaign, which I can&amp;#8217;t wait to see &amp;#8211; I am sure there will be main opensourced versions of it to come.

As soon as it is up I will post again.</description>
    </item>
    
    <item>
      <title>Thunderbird Junk Filter</title>
      <link>/2005/10/04/thunderbird-junk-filter/</link>
      <pubDate>Tue, 04 Oct 2005 20:39:34 +0000</pubDate>
      
      <guid>/2005/10/04/thunderbird-junk-filter/</guid>
      <description>I&amp;#8217;ve been using Thunderbird for a year or perhaps more now, and although I like it I have always been thinking that the Junk filter wasn&amp;#8217;t working properly. Well it seems I over trained it.
Everytime I got Junk email I pressed it, apparently this is not the way, and since clearing it out its been a lot better. Trouble is it is not perfect still. I am using AVG to filter for virus and trojans but now I am going to try POPfile.</description>
    </item>
    
    <item>
      <title>Ex IE developer talks</title>
      <link>/2005/10/01/ex-ie-developer-talks/</link>
      <pubDate>Sat, 01 Oct 2005 22:32:24 +0000</pubDate>
      
      <guid>/2005/10/01/ex-ie-developer-talks/</guid>
      <description>Very interesting post on the blog of Ex-Internet Explorer UI Developer Scott Burkin about why he switched to Firefox.
I don&amp;#8217;t understand why people are still using IE at all anymore, but I guess there are just people that think its ok &amp;#8211; the truth is it has had some security bugs, but they are fixed quickly, and they haven&amp;#8217;t led anywhere yet. IEs integration into the OS worries me when using it aswell.</description>
    </item>
    
    <item>
      <title>Adobe and Macromedia</title>
      <link>/2005/04/18/adobe-and-macromedia/</link>
      <pubDate>Mon, 18 Apr 2005 13:24:37 +0000</pubDate>
      
      <guid>/2005/04/18/adobe-and-macromedia/</guid>
      <description>Adobe and Macromedia jointly announced today that Adobe is to acquire all Macromedia stocks for approx $3.4 billion. This will make them in effect a huge creative monopoly with Adobe getting all the nice frontend developer tools that they found so hard to make themselves. Apparently though, this merger will not happen until approved by the stock holders and government regulators for obvious reasons.
For more information I recommend reading the Adobe FAQ:</description>
    </item>
    
    <item>
      <title>Cool Colorization technique</title>
      <link>/2005/03/16/cool-colorization-technique/</link>
      <pubDate>Wed, 16 Mar 2005 13:05:51 +0000</pubDate>
      
      <guid>/2005/03/16/cool-colorization-technique/</guid>
      <description>This is very cool, putting borders of colour on to a black and white image or piece of motion footage this method can then colourise (english spelling?!) the image and it looks like it works really well.
http://www.cs.huji.ac.il/~yweiss/Colorization/</description>
    </item>
    
    <item>
      <title>Putty update</title>
      <link>/2005/03/02/putty-update/</link>
      <pubDate>Wed, 02 Mar 2005 12:39:53 +0000</pubDate>
      
      <guid>/2005/03/02/putty-update/</guid>
      <description>There is a new update to the best SSH tools on Windows, Putty, available to download now. This fixes a security hole and if you need a ssh client or you are already using it you are advised to upgrade.
Download here:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Also glad to hear they are now using subversion for version control now.</description>
    </item>
    
    <item>
      <title>Skype on PocketPC</title>
      <link>/2005/03/01/skype-on-pocketpc/</link>
      <pubDate>Tue, 01 Mar 2005 13:19:26 +0000</pubDate>
      
      <guid>/2005/03/01/skype-on-pocketpc/</guid>
      <description>I have recently been using Skype around the house, to make calls to friends on mobiles in the UK, to offices in the US and the only problems I got was trying to use it to call Norway, but I am sure this will get resolved at some point in time. I have a cheap headset bought from Ebuyer which is plugged into the motherboards built in sound card, leaving my other high quality cards plugged in for other duties.</description>
    </item>
    
    <item>
      <title>New Google product</title>
      <link>/2005/02/09/new-google-product/</link>
      <pubDate>Wed, 09 Feb 2005 18:16:23 +0000</pubDate>
      
      <guid>/2005/02/09/new-google-product/</guid>
      <description>Yes, they don&amp;#8217;t site around for long. Google maps is the latest and very nice it is too. Of course it is nothing mind blowing but then they have been working and buying some interesting things recently so hopefully it will be a case of more than its sum of parts.
http://maps.google.com</description>
    </item>
    
    <item>
      <title>Photoshop scripting support</title>
      <link>/2005/02/02/photoshop-scripting-support/</link>
      <pubDate>Wed, 02 Feb 2005 18:03:00 +0000</pubDate>
      
      <guid>/2005/02/02/photoshop-scripting-support/</guid>
      <description>I have been a long time user ofAdobe Photoshop scripting support. Firstly with using Javascript, and VBScript and then going on to build programs that interact with Microsoft SQL Databases using Visual Basic.
I was starting a new project and I am now using Photoshop CS which has the scripting built in now. A very welcome feature. I haven&amp;#8217;t yet tested the backwards compatibility but I will be doing so soon.</description>
    </item>
    
    <item>
      <title>Giganews</title>
      <link>/2005/01/14/giganews/</link>
      <pubDate>Fri, 14 Jan 2005 22:02:21 +0000</pubDate>
      
      <guid>/2005/01/14/giganews/</guid>
      <description>Just got a Giganews account, and its very good indeed. I am impressed with the transfer speed which always manages to successfully max out my broadband connection. I like the fact that you can get a full searchable list of groups and that the retention is up to 50 days.
I am using the great newsreactor news reader after trying newsbin, agent, outlook express and several others this was very simple and fast to use and has most of the features that I am looking for.</description>
    </item>
    
    <item>
      <title>Make Firefox faster</title>
      <link>/2004/12/22/make-firefox-faster/</link>
      <pubDate>Wed, 22 Dec 2004 18:33:40 +0000</pubDate>
      
      <guid>/2004/12/22/make-firefox-faster/</guid>
      <description>This can make a great difference on Firefox if you have broadband or faster
http://devnulled.com/archives/2004/12/how_to_make_firefox_faster.php</description>
    </item>
    
    <item>
      <title>FireFox 1.0.1 Is out</title>
      <link>/2004/11/28/firefox-101-is-out/</link>
      <pubDate>Sun, 28 Nov 2004 12:42:36 +0000</pubDate>
      
      <guid>/2004/11/28/firefox-101-is-out/</guid>
      <description>New update to Mozilla Firefox is out with various bug fixes. The latest download also fixes some issues that users have been having upgrading so go ahead now if you didn&amp;#8217;t want to be an early adopter!</description>
    </item>
    
    <item>
      <title>FireFox 1.0 Released!!</title>
      <link>/2004/11/09/firefox-10-released/</link>
      <pubDate>Tue, 09 Nov 2004 10:45:00 +0000</pubDate>
      
      <guid>/2004/11/09/firefox-10-released/</guid>
      <description>Yes, the time has come, Mozilla has released Firefox 1.0 for download. The site is still abit slow at the moment but I am glad to see that it lives up to the hype. Now I just need to install it on all my machines and on my linux box.</description>
    </item>
    
    <item>
      <title>Interpolation software</title>
      <link>/2004/10/04/interpolation-software/</link>
      <pubDate>Mon, 04 Oct 2004 08:46:54 +0000</pubDate>
      
      <guid>/2004/10/04/interpolation-software/</guid>
      <description>So what to use to interpolate your photos, well I have been using Genuine Fractals Print Pro for many years now but there are a couple of newcomers on the market, with the surprise being Adobe Photoshop CS. Apparently, and I have yet to test, using &amp;#8220;bicubic smoother&amp;#8221; option when upsizing will give you excellent results within certain ranges. I wouldn&amp;#8217;t use it for downsizing &amp;#8211; &amp;#8220;bicubic sharpening&amp;#8221; being the favoured method still.</description>
    </item>
    
  </channel>
</rss>