<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>markomedia Blog Feed tagged HOWTO</title>
		<description>markomedia Blog Feed tagged HOWTO</description>
		<link>http://www.markomedia.com.au</link>
		<lastBuildDate>Tue, 07 Sep 2010 10:46:32 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Customise Red5 applications and broadcast messages to Flex HOWTO</title>
			<link>http://www.markomedia.com.au/blog/customise-red5-applications-and-broadcast-messages-to-flex-howto.html</link>
			<description>In one of my earlier posts Flex and Red5 simple demo, I demonstrated how to broadcast messages from Red5 server to all subscribed Flash clients and vice versa. This feature of Red5 open source Flash streaming server continues to impress me and I think everyone with a bit of AS3 and Java knowledge should take advantage of this fantastic piece of technology.&lt;br /&gt;&lt;br /&gt;In this post I&amp;rsquo;d like to explain the code that&amp;rsquo;s required to exchange messages between Red5 and Flash/Flex client. &amp;nbRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Thu, 19 Aug 2010 14:23:52 +0100</pubDate>
		<category>Red5</category>
 <category>java</category>
 <category>HOWTO</category>
 <category>Flex</category>
 <category>AS3</category>
		</item>
		<item>
			<title>Couple of useful OS X Tricks</title>
			<link>http://www.markomedia.com.au/blog/couple-of-useful-os-x-tricks.html</link>
			<description>&lt;p&gt;I just stumbled upon 30 Fantastic Geeky Tricks To Get The Most From Your Mac&amp;nbsp;and I thought I'd write down a couple of tricks I found useful.&lt;/p&gt;&lt;br/&gt;Recent Items Stack&lt;br/&gt;&lt;p&gt;Type this in terminal window to show a stack of your 'recent applications'.{xtypo_code}defaults write com.apple.dock persistent-others -array-add '{ &quot;tile-data&quot; = { &quot;list-type&quot; = 1; }; &quot;tile-type&quot; = &quot;recents-tile&quot;; }'{/xtypo_code}&lt;/p&gt;&lt;br/&gt;Show Hidden Files&lt;br/&gt;&lt;p&gt;The following command will show all hidden files in your Finder.{xtypRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Thu, 22 Jul 2010 04:31:58 +0100</pubDate>
		<category>OS X</category>
 <category>HOWTO</category>
		</item>
		<item>
			<title>Removing default icons from Flex Tree control</title>
			<link>http://www.markomedia.com.au/blog/removing-default-icons-from-flex-tree-control.html</link>
			<description>&lt;p&gt;What's so cool about Flex framework is the fact that it's very extensible, which allows me to do almost anything I want with it.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;For example, to remove folder/arrow icons from Flex Tree control, which prevents nodes from collapsing and also creates more space for labels, you can add the following in your stylesheet:{xtypo_code}defaultLeafIcon: ClassReference(null);&amp;nbsp;&lt;br /&gt;folderClosedIcon: ClassReference(null);&lt;br /&gt;folderOpenIcon: ClassReference(null);&lt;br /&gt;disclosureClosedIcon: CRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Wed, 16 Jun 2010 21:30:26 +0100</pubDate>
		<category>HOWTO</category>
 <category>Flex</category>
 <category>AS3</category>
		</item>
		<item>
			<title>Startup Script for Apache Tomcat on Snow Leopard HOWTO</title>
			<link>http://www.markomedia.com.au/blog/startup-script-for-apache-tomcat-on-snow-leopard-howto.html</link>
			<description>&lt;p&gt;I have just set up Apache Tomcat startup script on Snow Leopard and I thought I'd blog about it while it's still fresh in my head.&amp;nbsp; Assuming you have installed Tomcat in /usr/local/tomcat directory, you can do the following to start Tomcat on system startup.1. Create your startup script:{xtypo_code}sudo nano /usr/local/tomcat/bin/tomcat{/xtypo_code}{xtypo_code}#!/bin/sh&lt;br/&gt;# Tomcat Startup Script&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&lt;br/&gt;&lt;br/&gt;CATALINA_HOME=/usr/local/tomcat; export CATALINA_HOME&lt;br/&gt;&lt;br/&gt;JAVA_HOME=/Library/Read More...</description>
			<author>Marko Tomic</author>
			<pubDate>Thu, 20 May 2010 17:01:44 +0100</pubDate>
		<category>Tomcat</category>
 <category>Railo</category>
 <category>OS X</category>
 <category>HOWTO</category>
 <category>Apache</category>
		</item>
		<item>
			<title>MySQL startup script on Mac OS X Snow Leopard</title>
			<link>http://www.markomedia.com.au/blog/mysql-startup-script-on-mac-os-x-snow-leopard.html</link>
			<description>&lt;p&gt;I've had problems starting up MySQL database server on startup on Snow Leopard. &amp;nbsp;MySQL preference pane seems to be flaky and it often fails to start MySQL server.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;I created this startup script myself and it seems to work nicely.&lt;/p&gt;&lt;br/&gt;{xtypo_code}sudo nano /System/Library/LaunchDaemons/org.mysql.mysqld.plist{/xtypo_code}{xtypo_code}&lt;br/&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Wed, 19 May 2010 17:26:48 +0100</pubDate>
		<category>OS X</category>
 <category>MySQL</category>
 <category>HOWTO</category>
		</item>
		<item>
			<title>Zen Cart Friendly URLs</title>
			<link>http://www.markomedia.com.au/blog/zen-cart-friendly-urls.html</link>
			<description>&lt;p&gt;I've been exploring Zen Cart shopping cart for a long time and one thing  that, I thought, needed improvement was the support for friendly URLs. Ultimate SEO URLs break my site  and I needed another solution. I found this little beauty called Simple SEO URL and it works  beautifully.&amp;nbsp; It's a little tricky to set up, but it's worth the  effort.&amp;nbsp; Installation process will take you about 15-20 minutes.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;{xtypo_warning}I  use Zen Cart 1.3.8a and SSU 3.8.3. If you have different veRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Mon, 19 Apr 2010 05:35:56 +0100</pubDate>
		<category>Zen Cart</category>
 <category>PHP</category>
 <category>HOWTO</category>
 <category>Apache</category>
		</item>
		<item>
			<title>HOWTO convert and shrink your DVD into a web-playable format</title>
			<link>http://www.markomedia.com.au/blog/howto-convert-and-shrink-your-dvd-into-a-web-playable-format.html</link>
			<description>&lt;p&gt;HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;It is my tool of choice when it comes to backing up my DVDs. It allows me to shrink DVDs to a relatively small size and convert them to a web-playable format, such as mp4.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;I use the Command Line version of HandBrake simply because it is more efficient and I love typing geeky commands in my terminal window. &amp;nbsp;So here it is, the simplest command tRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Sat, 06 Feb 2010 07:48:02 +0100</pubDate>
		<category>HOWTO</category>
 <category>HandBrake</category>
 <category>DVD</category>
 <category>command</category>
		</item>
		<item>
			<title>Generate Self-Signed SSL Certificate - HOWTO</title>
			<link>http://www.markomedia.com.au/blog/generate-self-signed-ssl-certificate-howto.html</link>
			<description>&lt;p&gt;This is another one for my reference.  I've had to generate a self-signed SSL certificate quite a few times and I'm sure I'll do it again in future.  First of all, self-signed SSL certificates provide the same level of security as any other commercial ones, such as Verisign certs.  The 2 main differences are:&lt;/p&gt;&lt;br/&gt;&lt;p&gt;1. Self-signed certificates are free&lt;br /&gt; 2. Self-signed certificates are not recognised by web browsers by default.  They need to be installed in browsers manually in order to Read More...</description>
			<author>Marko Tomic</author>
			<pubDate>Thu, 12 Nov 2009 21:12:45 +0100</pubDate>
		<category>SSL</category>
 <category>HOWTO</category>
		</item>
	</channel>
</rss>
