<?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>Web Media Network</title>
	<atom:link href="http://www.webmedianetwork.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmedianetwork.com.au</link>
	<description>Digital Publications and Communities</description>
	<lastBuildDate>Wed, 11 Jan 2012 08:57:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Increase Mouse Sensitivity on a Mac</title>
		<link>http://www.webmedianetwork.com.au/blog/technology/increase-mouse-sensitivity-on-a-mac/</link>
		<comments>http://www.webmedianetwork.com.au/blog/technology/increase-mouse-sensitivity-on-a-mac/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 08:57:13 +0000</pubDate>
		<dc:creator>Web Media Network</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.webmedianetwork.com.au/?p=2808</guid>
		<description><![CDATA[Have you maxed our your mouse tracking speed on your Mac but it&#8217;s still not fast enough for you? It can be annoying if you have bought a new mouse but you still can&#8217;t get the speed just right. Well there is a way to increase the speed manually to suit your needs. 1. Open [...]]]></description>
			<content:encoded><![CDATA[<p>Have you maxed our your mouse tracking speed on your Mac but it&#8217;s still not fast enough for you? It can be annoying if you have bought a new mouse but you still can&#8217;t get the speed just right. Well there is a way to increase the speed manually to suit your needs.<span id="more-2808"></span></p>
<p><strong>1.</strong> Open up a Terminal window. This can be found under Applications &gt; Utilities</p>
<p><strong>2.</strong> Enter the following commands to see what your current mouse scaling speed is set to. For me, with the tracking bar maxed out in &#8216;System Preferences &gt; Mouse&#8217; the value returned was 3.0</p>
<p>[php]defaults read -g com.apple.mouse.scaling[/php]</p>
<p><strong>3.</strong> To increase the tracking speed you just need to increase the number of the scaling setting. This can be done with the following code</p>
<p>[php]defaults write -g com.apple.mouse.scaling [mouse speed][/php]</p>
<p><strong>4.</strong> Just replace mouse speed with the number you would like to set the speed at. I set my to 5.0 and it was perfect. See example below.</p>
<p>[php]defaults write -g com.apple.mouse.scaling 5.0[/php]</p>
<p><strong>5.</strong> Once you have done this you may need to restart your Mac for the changes to take effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmedianetwork.com.au/blog/technology/increase-mouse-sensitivity-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activating GD Library with WHM</title>
		<link>http://www.webmedianetwork.com.au/blog/hosting/activating-gd-library-with-whm/</link>
		<comments>http://www.webmedianetwork.com.au/blog/hosting/activating-gd-library-with-whm/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 13:47:04 +0000</pubDate>
		<dc:creator>Web Media Network</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.webmedianetwork.com.au/?p=2803</guid>
		<description><![CDATA[You may know that PHP assists with modifying HTML code but it can also create and manipulate image files including GIF, PNG, JPEG, WBMP, and XPM. For scripts to be able to do this you need to have GD Library installed on your server and fortunately this comes bundled with the latest versions of PHP. If [...]]]></description>
			<content:encoded><![CDATA[<p>You may know that PHP assists with modifying HTML code but it can also create and manipulate image files including GIF, PNG, JPEG, WBMP, and XPM. For scripts to be able to do this you need to have GD Library installed on your server and fortunately this comes bundled with the latest versions of PHP. If you have recently installed a version of cPanel/WHM on your server you may need to activate GD Library to allow your image manipulation scripts to run.<span id="more-2803"></span></p>
<p>If you are logged into have WHM and have root access you should be able to navigate to <strong>Software &gt; EasyApache (Apache Update)</strong></p>
<p><img class="alignnone size-full wp-image-2804" title="Screen Shot 2011-11-30 at 12.33.21 AM" src="http://www.webmedianetwork.com.au/wp-content/uploads/2011/11/Screen-Shot-2011-11-30-at-12.33.21-AM.png" alt="" width="200" height="159" /></p>
<p>From here you can follow a fairly simple process to install GD Library.</p>
<p><strong>Step 1.</strong> Click on the <strong>&#8216;Start Customizing based on profile&#8217;</strong> button.<br /><strong>Step 2.</strong> Click <strong>next</strong> when selecting your Apache version.<br /><strong>Step 3.</strong> Click <strong>next</strong> when selecting your PHP version. <br /><strong>Step 4.</strong> Click <strong>next</strong> when selecting you PHP minor version<br /><strong>Step 5.</strong> Click on the <strong>&#8216;Exhaustive Options List&#8217;</strong> button<br /><strong>Step 6.</strong> This will bring up a long list of options. All you need to do here is select <strong>&#8216;GD&#8217;</strong> as well as <strong>&#8216;TTF (FreeType)&#8217;</strong></p>
<p><img class="alignnone size-full wp-image-2805" title="Screen Shot 2011-11-30 at 12.39.53 AM" src="http://www.webmedianetwork.com.au/wp-content/uploads/2011/11/Screen-Shot-2011-11-30-at-12.39.53-AM.png" alt="" width="147" height="29" /></p>
<p> <img class="alignnone size-full wp-image-2806" title="Screen Shot 2011-11-30 at 12.42.11 AM" src="http://www.webmedianetwork.com.au/wp-content/uploads/2011/11/Screen-Shot-2011-11-30-at-12.42.11-AM.png" alt="" width="198" height="24" /></p>
<p>Once you are done just click the <strong>&#8216;Save and Build&#8217;</strong> button at the bottom.</p>
<p>Your server will then re-compile Apache and PHP which will take a bit of time and can cause your server to go down momentarily.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmedianetwork.com.au/blog/hosting/activating-gd-library-with-whm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping your website up to date for Google</title>
		<link>http://www.webmedianetwork.com.au/blog/seo/keeping-your-website-up-to-date-for-google/</link>
		<comments>http://www.webmedianetwork.com.au/blog/seo/keeping-your-website-up-to-date-for-google/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 08:31:29 +0000</pubDate>
		<dc:creator>Web Media Network</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webmedianetwork.com.au/?p=2791</guid>
		<description><![CDATA[Google loves new content on your website and likes to see your website being kept up to date. One thing that Google will notice is dates on your website in determining relevant content, so its a good idea make sure you are always updating and adding new content. If your website is static and never [...]]]></description>
			<content:encoded><![CDATA[<p>Google loves new content on your website and likes to see your website being kept up to date. One thing that Google will notice is dates on your website in determining relevant content, so its a good idea make sure you are always updating and adding new content.<span id="more-2791"></span></p>
<p>If your website is static and never changes then Google and other search engines aren&#8217;t going check you site very often or rate your content as up to date, affecting your ranking. A good start is to have a blog on your website. This will allow you to post news and information about your business/topic.</p>
<p>Another date that Google may notice is your copyright.  Most websites will have a line at the bottom of page like the following</p>
<p>Copyright © 2011 Web Media Network</p>
<p>If you don&#8217;t keep the year in this up to date Google may twig to the fact that you haven&#8217;t updated the content on your website for some time. A handy way to get around this is with some PHP which will dynamically place in the current year.</p>
<p>[php]Copyright © &lt;?php echo date(&#8216;Y&#8217;); ?&gt; Web Media Network[/php]</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmedianetwork.com.au/blog/seo/keeping-your-website-up-to-date-for-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing cPanel / WHM on a VPS</title>
		<link>http://www.webmedianetwork.com.au/blog/hosting/installing-cpanel-whm-on-vps/</link>
		<comments>http://www.webmedianetwork.com.au/blog/hosting/installing-cpanel-whm-on-vps/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 07:16:47 +0000</pubDate>
		<dc:creator>Web Media Network</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.webmedianetwork.com.au/?p=2757</guid>
		<description><![CDATA[Recently we purchased a CentOS Linux VPS (Virtual Private Server) and installed a copy of WHM/cPanel onto it using SSH (Secure Shell). SSH is a interface that provides a secure connection to the server and allows you to execute commands. On a Mac you can connect to the server via SSH using the Terminal utility, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we purchased a CentOS Linux VPS (Virtual Private Server) and installed a copy of WHM/cPanel onto it using SSH (Secure Shell). SSH is a interface that provides a secure connection to the server and allows you to execute commands.<span id="more-2757"></span></p>
<p>On a Mac you can connect to the server via SSH using the Terminal utility, however if you have a Windows machine we recommend you download and install <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">Putty.</a> Putty will allow you to connect by putting in your servers IP address. </p>
<p>If you aren&#8217;t using Putty and depending on your access to the server you can connect to the server using root and IP address.</p>
<p><code> ssh root@123.123.1.2 </code></p>
<p>The server should then ask you for a password. </p>
<p><code>root@123.123.1.2's password:</code></p>
<p>Once you&#8217;ve logged in you should get a root prompt with a # at the end.</p>
<p><code>-bash-4.1#</code></p>
<p>If you don&#8217;t get the above try typing</p>
<p><code>$sudo -i</code></p>
<p>The first thing we did was allow the use of disk quotas. This lets you view how much disk space each account is using from within WHM/cPanel. If you don&#8217;t do this they will show 0MB and if you try to run the Quota Setup you may make your server unbootable.</p>
<p><code>yum install nano ; nano /etc/fstab</code></p>
<p>Once you execute the above command, it will eventually bring up a file for you to edit. To enabled disk quotas, you will need to put add &#8216;usrquota&#8217; (without the quotes) into one of the lines.</p>
<p><code>/dev/xvda2 / ext3 noatime,nodiratime,errors=remount-ro 0 1</code></p>
<p>Change the above line to:</p>
<p><code>/dev /xvda2 /ext3 notime,nodiratime,errors=remount-ro, usrquote 0 1</code></p>
<p>Once you have made the changes you can press Ctrl + X to save the changes and exit the file.<br /> You will then need to reboot your VPS for the changes to take effect.</p>
<p>With that done you can now install cPanel. Firstly change to the home directory by using the following command</p>
<p><code>cd /home</code></p>
<p>Then you can download the latest cPanel installer direct from their servers.</p>
<p><code>wget -N http://layer1.cpanel.net/latest</code></p>
<p>When that is complete you can run the installer</p>
<p><code>sh latest</code></p>
<p>This can take a fair time to install, around 75 minutes for me, but the good thing is you don&#8217;t have to do anything during that time.</p>
<p>After cPanel has finished installing you will need to activate your licence. If you haven&#8217;t purchased a licence yet you will need to go the <a href="http://www.cpanel.net/products/cpanelwhm/pricing.html">cPanel website</a> otherwise you will only receive a 72 full functioning trial before you will have activate it.</p>
<p>If the licence has been attributed to your server you can activate it using</p>
<p><code>/usr/local/cpanel/cpkeyclt</code></p>
<p>Your cPanel/WHM should now be ready to go. To access WHM and complete the installation type your servers IP address into your browser followed by :2087</p>
<p><code>https://123.123.1.2:2087</code></p>
<p>This should bring up a login screen and you can login with your root username and password. You will then be promoted to complete a straight forward web-based setup process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmedianetwork.com.au/blog/hosting/installing-cpanel-whm-on-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WMN server testing</title>
		<link>http://www.webmedianetwork.com.au/blog/network/wmn-server-testing/</link>
		<comments>http://www.webmedianetwork.com.au/blog/network/wmn-server-testing/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 12:37:57 +0000</pubDate>
		<dc:creator>Web Media Network</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.webmedianetwork.com.au/?p=2750</guid>
		<description><![CDATA[With the growth of network and some potential additions, WMN is currently testing a new VPS (Virtual Private Server) to house it&#8217;s websites and clients. The VPS will keep the hosting in Australia to provide the fastest speeds for the networks primary audience. With Australian football currently in the off season, it is a perfect [...]]]></description>
			<content:encoded><![CDATA[<p>With the growth of network and some potential additions, WMN is currently testing a new VPS (Virtual Private Server) to house it&#8217;s websites and clients. The VPS will keep the hosting in Australia to provide the fastest speeds for the networks primary audience. With Australian football currently in the off season, it is a perfect time to do some extensive testing and relocate the websites in time for the new year. We will keep you posted on any scheduled down time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmedianetwork.com.au/blog/network/wmn-server-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s ever changing algorithm and SEO</title>
		<link>http://www.webmedianetwork.com.au/blog/seo/googles-ever-changing-algorithm-and-seo/</link>
		<comments>http://www.webmedianetwork.com.au/blog/seo/googles-ever-changing-algorithm-and-seo/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 14:13:28 +0000</pubDate>
		<dc:creator>Web Media Network</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webmedianetwork.com.au/?p=2738</guid>
		<description><![CDATA[Webmasters and business owners are unaware of that search engine optimisation is an ongoing process and that you can&#8217;t just make it to the top of the first page overnight. Google, who gains around 80% of all web searches, uses a complicated search algorithm to rank pages across the internet. This algorithm is constantly changing [...]]]></description>
			<content:encoded><![CDATA[<p>Webmasters and business owners are unaware of that search engine optimisation is an ongoing process and that you can&#8217;t just make it to the top of the first page overnight.</p>
<p>Google, who gains around 80% of all web searches, uses a complicated search algorithm to rank pages across the internet. This algorithm is constantly changing to get up in the rankings and stay there is a never ending process. Just like KFC&#8217;s &#8216;seven herbs and spices&#8217; and Coca Cola&#8217;s secret ingredients, Google isn&#8217;t exactly open to spilling their secrets on just what is in that makes up their formula.<span id="more-2738"></span></p>
<p>Luckily for us it&#8217;s not all doom and gloom as some of Google&#8217;s senior employees have revealed a number of aspects (there could be up to hundreds or thousands) that will help us build better ranking websites. Below are some things that we do know.</p>
<h2>Does my domain name affect SEO?</h2>
<p>It has always been believe that having a domain name containing keywords relating to your product or service will help you ranking. It may a little but not as much as you think. According to Google employee Matt Cutts, it will have even less importance in your ranking now. Something that is taken into account is the age of the domain. This means that if you have had your domain name registered for a number of years you have a slight advantage than a new website that has just been created. </p>
<h2>What can I put on my site to help my rankings?</h2>
<p>Creating a website that Google will love is and essential part of search engine optimization and not all of it is up to your <a href="http://www.digitaldevelopments.com.au/blog/seo-tips/">web designer.</a> Assuming you are able to update and change the content on your site yourself, creating quality content is as important as the code structure of the page.</p>
<p>A website should not be a &#8216;set and forget&#8217; tool. It is imperative that you are always changing and improving the site and attempting to create a point of interest for your users. Creating something like a blog will allow you to constantly add content and keep your website fresh and up to date. Google will certainly notice this and getting users engaged will help gain reputation for your site.</p>
<p>Here are some do&#8217;s and dont&#8217;s when creating content for your site:</p>
<h3>Do</h3>
<ul>
<li><strong>Make sure you use your heading tags.</strong> If you are using a content management system (CMS) you should be able to place heading tags in your content to help structure your sections and paragraphs. Obviously &#8216;Heading 1&#8242; or h1 is the most important one so this should describe what the page is about.</li>
<li><strong>Your content <span style="text-decoration: underline;">must</span> be unique.</strong> Google is not stupid and it will know if you have copied your content from another website. It is important that you write content yourself that is exclusive and relevant to your site.</li>
<li><strong>Create content that is for humans.</strong> Writing content for users will actually benefit you more than trying to write for what you want the search engine to see.</li>
<li><strong>Use a relavent page title.</strong> The page title is what you see in the top bar of your web browser (or in some cases in the page tab). This is a very important piece of text that needs to brief and straight to the point about what the page is about. Make sure your web designer/developer allows you to change this for every page.</li>
</ul>
<h3>Don&#8217;t</h3>
<div>
<ul>
<li><strong>Try to trick the search engines.</strong> Google&#8217;s algorithm is smart so don&#8217;t try to pull the wool over it&#8217;s eyes with hidden content.</li>
<li><strong>Duplicate your content.</strong> As mentioned above you must use unique content so don&#8217;t make copies of your website or text as Google will penalise you.</li>
<li><strong>Overload the page with keywords.</strong> Packing your pages with keywords is not going to boost your rankings.</li>
<li><strong>Place any of your text in images or Flash.</strong> Search engine won&#8217;t be able to read text with these. It is also not a good idea to have your navigation generated by client side scriptings such as Javascript. Make sure you mention this to your web guy.</li>
</ul>
<div>Stay tuned for more handy information about search engine optimisation and how you can help raise your rankings on Google.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.webmedianetwork.com.au/blog/seo/googles-ever-changing-algorithm-and-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Window Previews for Mac</title>
		<link>http://www.webmedianetwork.com.au/blog/technology/window-previews-for-mac/</link>
		<comments>http://www.webmedianetwork.com.au/blog/technology/window-previews-for-mac/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 09:35:08 +0000</pubDate>
		<dc:creator>Web Media Network</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.webmedianetwork.com.au/?p=2732</guid>
		<description><![CDATA[If you have read our previous blog post you would have seen a handy application for Mac that mimics some of the good features of Windows 7. Another useful feature is being able to easily preview all of the windows you have open of a certain program. Windows 7 (and I think it may have [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-2733 alignleft" title="HyperDock for Mac" src="http://www.webmedianetwork.com.au/wp-content/uploads/2011/09/window_previews.png" alt="" width="297" height="166" />If you have read our previous blog post you would have seen a handy application for Mac that mimics some of the good features of Windows 7. Another useful feature is being able to easily preview all of the windows you have open of a certain program.<span id="more-2732"></span></p>
<p>Windows 7 (and I think it may have also been a feature in Vista) started grouping windows from the same program in the taskbar and allowed you to preview all the open windows simply by hovering over it.</p>
<p>The &#8216;HyperDock&#8217; app for OSX now lets you have this same feature on your Mac, allow with a few other handy things. It can be downloaded from the App Store however if you buy it straight from the developers site you receive a few extra features.</p>
<p>For more information visit the<a href="http://hyperdock.bahoom.com/"> HyperDock website.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmedianetwork.com.au/blog/technology/window-previews-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Snap for Mac</title>
		<link>http://www.webmedianetwork.com.au/blog/technology/windows-7-snap-for-mac/</link>
		<comments>http://www.webmedianetwork.com.au/blog/technology/windows-7-snap-for-mac/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 06:18:37 +0000</pubDate>
		<dc:creator>Web Media Network</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.webmedianetwork.com.au/?p=2710</guid>
		<description><![CDATA[If you have recently converted from Windows to OSX, you would have found that the only thing missing on a Mac is the handy snap feature that was new on Windows 7. The snap feature allowed you to very quickly resize any program windows simply by dragging them to the edge of the screen. This [...]]]></description>
			<content:encoded><![CDATA[<p>If you have recently converted from Windows to OSX, you would have found that the only thing missing on a Mac is the handy snap feature that was new on Windows 7.</p>
<p>The snap feature allowed you to very quickly resize any program windows simply by dragging them to the edge of the screen. This was very useful feature for those who multi-task and need to see multiple windows at the same time.<span id="more-2710"></span></p>
<p>Dragging a window to the top edge of the screen would snap the window to full size, where as dragging it to either side of the screen would snap it to take up exactly half of the screen. If you have a OSX there is application that will do the same thing on your beloved Mac. The application is called Cinch and can be downloaded from the App Store for just $7.49. Now arranging your windows is a cinch! Another great thing is that it takes your dock into consideration, which is handy if you have it showing all the time.</p>
<p>The only problem I found was that it doesn’t seem to work with Photoshop windows but maybe that can be incorporated in the future.</p>
<p>For more information, visit their website at <a href="http://irradiatedsoftware.com/cinch/">Irradiated Software</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmedianetwork.com.au/blog/technology/windows-7-snap-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Media Network launches website</title>
		<link>http://www.webmedianetwork.com.au/blog/network/web-media-network-launches-website/</link>
		<comments>http://www.webmedianetwork.com.au/blog/network/web-media-network-launches-website/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 03:56:37 +0000</pubDate>
		<dc:creator>Web Media Network</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.webmedianetwork.com.au/?p=2695</guid>
		<description><![CDATA[It has been a long time coming but the new Web Media Network website is now live. Here at WMN we strive to produce popular web communities that will capture the publics interest and provide a central point for lovers of anything from sport to video gaming. Stay tuned for more exciting sites joining the [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a long time coming but the new Web Media Network website is now live. Here at WMN we strive to produce popular web communities that will capture the publics interest and provide a central point for lovers of anything from sport to video gaming. Stay tuned for more exciting sites joining the network!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmedianetwork.com.au/blog/network/web-media-network-launches-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

