<?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>Revium</title>
	<atom:link href="http://www.revium.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.revium.com.au</link>
	<description>All things web.</description>
	<lastBuildDate>Mon, 08 Mar 2010 23:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cross-domain login in&#160;ASP.NET</title>
		<link>http://www.revium.com.au/articles/sandbox/cross-domain-login-in-asp-net/</link>
		<comments>http://www.revium.com.au/articles/sandbox/cross-domain-login-in-asp-net/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 23:17:39 +0000</pubDate>
		<dc:creator>Evgeny Petrov</dc:creator>
				<category><![CDATA[Revium Sandbox]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.revium.com.au/?p=1643</guid>
		<description><![CDATA[At the moment we are extending a classic asp website and a new ASP.NET CMS (let it be website A) is a main part...


Related posts:<ol><li><a href='http://www.revium.com.au/articles/sandbox/aspnet-button-prevent-double-clicks/' rel='bookmark' title='Permanent Link: ASP.NET Button &#8211; prevent double&nbsp;clicks'>ASP.NET Button &#8211; prevent double&nbsp;clicks</a> <small>Virtually every asp.net developer has met the situation when a...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/is-you-web-site-cross-browser-compatible/' rel='bookmark' title='Permanent Link: Is your web site cross browser&nbsp;compatible?'>Is your web site cross browser&nbsp;compatible?</a> <small>This is a question that every web developer asks themselves...</small></li>
<li><a href='http://www.revium.com.au/news/pacedg-website-launch/' rel='bookmark' title='Permanent Link: PaceDG Website&nbsp;Launch'>PaceDG Website&nbsp;Launch</a> <small>Last week, Revium were proud to launch a new website...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>At the moment we are extending a classic asp website and a new ASP.NET CMS (let it be website A) is a main part of this upgrade. However significant part of that old ASP website (let it be website B) remains intact and that part is going to serve authorised users only. There is a catch with these requirements &#8211; login page to website B should be part of the website A. Ideally website B code should not be changed. These 2 websites ate technically different and belong to different domains.</p>
<p>I&#8217;ve found a nice way (and I think elegant enough) to implement these requirements. It may be clearer if displayed in these steps:</p>
<h3>New <em>form </em>tag</h3>
<p>As ASP.NET pages already contain a default <em>form</em> tag, I&#8217;ve created another one just above the normal ASP.NET . The purpose of this form is to submit (http post) data straight to another website.</p>
<p><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/03/ep1.png"><img class="alignnone size-full wp-image-1702" title="ep1" src="http://www.revium.com.au/cms/wp-content/uploads/2010/03/ep1.png" alt="" width="713" height="252" /></a></p>
<h3>AJAX login validation</h3>
<p>Instead of normal ASP.NET form validation use a javascript based AJAX validation &#8211; when Submit button is pressed, go server side with AJAX and check if user name and password are valid. If not &#8211; display a message as normal, if it is valid &#8211; go to the next step.</p>
<h3>Javascript form submit</h3>
<p>Use javascript/jquery to insert values into <em><strong>loginForm</strong></em> <em>form</em> inputs and then submit <em><strong>loginForm</strong></em> dynamically. The other website would process your http post request as normal and accept your login credentials.</p>
<p><br class="spacer_" /></p>


<p>Related posts:<ol><li><a href='http://www.revium.com.au/articles/sandbox/aspnet-button-prevent-double-clicks/' rel='bookmark' title='Permanent Link: ASP.NET Button &#8211; prevent double&nbsp;clicks'>ASP.NET Button &#8211; prevent double&nbsp;clicks</a> <small>Virtually every asp.net developer has met the situation when a...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/is-you-web-site-cross-browser-compatible/' rel='bookmark' title='Permanent Link: Is your web site cross browser&nbsp;compatible?'>Is your web site cross browser&nbsp;compatible?</a> <small>This is a question that every web developer asks themselves...</small></li>
<li><a href='http://www.revium.com.au/news/pacedg-website-launch/' rel='bookmark' title='Permanent Link: PaceDG Website&nbsp;Launch'>PaceDG Website&nbsp;Launch</a> <small>Last week, Revium were proud to launch a new website...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.revium.com.au/articles/sandbox/cross-domain-login-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revium Introduces New SEO&#160;blog</title>
		<link>http://www.revium.com.au/news/revium-introduces-new-seo-blog/</link>
		<comments>http://www.revium.com.au/news/revium-introduces-new-seo-blog/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 04:16:15 +0000</pubDate>
		<dc:creator>Steven Wade</dc:creator>
				<category><![CDATA[Revium News]]></category>

		<guid isPermaLink="false">http://www.revium.com.au/?p=1694</guid>
		<description><![CDATA[We are proud to introduce our new SEO blog. Our SEO blog will provide up to date SEO information , 
 latest SEO News...


Related posts:<ol><li><a href='http://www.revium.com.au/articles/blog/avoid-blog-burnout/' rel='bookmark' title='Permanent Link: Avoid Blog Burnout&nbsp;&#8230;'>Avoid Blog Burnout&nbsp;&#8230;</a> <small>It’s been a slow week … Just back from holidays...</small></li>
<li><a href='http://www.revium.com.au/news/revium-client-drinks/' rel='bookmark' title='Permanent Link: Revium Client&nbsp;Drinks'>Revium Client&nbsp;Drinks</a> <small>Today we&#8217;ve invited staff, colleagues and friends to join us...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/why-does-revium-use-wordpress/' rel='bookmark' title='Permanent Link: Why does Revium use&nbsp;Wordpress?'>Why does Revium use&nbsp;Wordpress?</a> <small>Wordpress is one of the most widely used CMS&#8217; available...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We are proud to introduce our new <a href="http://seo.revium.com.au/">SEO blog</a>. Our SEO blog will provide up to date SEO information , <br />
 latest SEO News and Tips on Search Engine Optimisation.</p>
<p> Keeping on top of the latest SEO news and the latest SEO techniques is a full time job , this is where the Revium SEO blog comes into its own.<br />
 We will keep you posted with all the latest Tips , tricks and news from the big three Google , Bing and Yahoo.</p>
<p> SEO is a vital part of any online endeavour, it can make or break a business. The art of SEO is exactly that an Art, there is no such thing as a blueprint that will work for every SEO campaign. There is also no such thing as the SEO Silver bullet. SEO should be a constant trail of action. With all this said there are certain techniques that will boost and help your SEO Campaign.</p>
<p> So Be sure to check out our new SEO Blog at <a href="http://seo.revium.com.au/">http://seo.revium.com.au</a> . Where we will offer the latest Tips and trick on SEO.</p>


<p>Related posts:<ol><li><a href='http://www.revium.com.au/articles/blog/avoid-blog-burnout/' rel='bookmark' title='Permanent Link: Avoid Blog Burnout&nbsp;&#8230;'>Avoid Blog Burnout&nbsp;&#8230;</a> <small>It’s been a slow week … Just back from holidays...</small></li>
<li><a href='http://www.revium.com.au/news/revium-client-drinks/' rel='bookmark' title='Permanent Link: Revium Client&nbsp;Drinks'>Revium Client&nbsp;Drinks</a> <small>Today we&#8217;ve invited staff, colleagues and friends to join us...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/why-does-revium-use-wordpress/' rel='bookmark' title='Permanent Link: Why does Revium use&nbsp;Wordpress?'>Why does Revium use&nbsp;Wordpress?</a> <small>Wordpress is one of the most widely used CMS&#8217; available...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.revium.com.au/news/revium-introduces-new-seo-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revium gets another menton on&#160;Smartinvestor.com</title>
		<link>http://www.revium.com.au/news/revium-gets-another-menton-on-smartinvestor-com/</link>
		<comments>http://www.revium.com.au/news/revium-gets-another-menton-on-smartinvestor-com/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 02:38:19 +0000</pubDate>
		<dc:creator>David Mclaughlin</dc:creator>
				<category><![CDATA[Revium News]]></category>
		<category><![CDATA[smartinvestor.com]]></category>

		<guid isPermaLink="false">http://www.revium.com.au/?p=1691</guid>
		<description><![CDATA[Revium has recently been quoted in the Smartinvestor.com online publication regarding the introduction of a turn key website product suite offered by Google aimed...


Related posts:<ol><li><a href='http://www.revium.com.au/news/revium-introduces-new-seo-blog/' rel='bookmark' title='Permanent Link: Revium Introduces New <a href="http://seo.revium.com.au/">SEO&nbsp;blog</a>'>Revium Introduces New <a href="http://seo.revium.com.au/">SEO&nbsp;blog</a></a> <small>We are proud to introduce our new SEO blog. Our...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/going-going-gone-google/' rel='bookmark' title='Permanent Link: Going, Going, Gone&nbsp;Google.'>Going, Going, Gone&nbsp;Google.</a> <small>You might remember that recently we decided to replace our...</small></li>
<li><a href='http://www.revium.com.au/news/revium-smartcompan/' rel='bookmark' title='Permanent Link: Revium gets a mention on&nbsp;Smartcompany.com.au'>Revium gets a mention on&nbsp;Smartcompany.com.au</a> <small>Just found out we got a mention in a recent...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Revium has recently been quoted in the Smartinvestor.com online publication regarding the introduction of a turn key website product suite offered by Google aimed at entry level business customer. Read the full detail <a href="http://www.smartcompany.com.au/information-technology/20100303-google-launches-new-website-development-products-for-smes-small-developers-under-threat.html">here</a>.</p>


<p>Related posts:<ol><li><a href='http://www.revium.com.au/news/revium-introduces-new-seo-blog/' rel='bookmark' title='Permanent Link: Revium Introduces New <a href="http://seo.revium.com.au/">SEO&nbsp;blog</a>'>Revium Introduces New <a href="http://seo.revium.com.au/">SEO&nbsp;blog</a></a> <small>We are proud to introduce our new SEO blog. Our...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/going-going-gone-google/' rel='bookmark' title='Permanent Link: Going, Going, Gone&nbsp;Google.'>Going, Going, Gone&nbsp;Google.</a> <small>You might remember that recently we decided to replace our...</small></li>
<li><a href='http://www.revium.com.au/news/revium-smartcompan/' rel='bookmark' title='Permanent Link: Revium gets a mention on&nbsp;Smartcompany.com.au'>Revium gets a mention on&nbsp;Smartcompany.com.au</a> <small>Just found out we got a mention in a recent...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.revium.com.au/news/revium-gets-another-menton-on-smartinvestor-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media Presentation at DM&#160;Forum</title>
		<link>http://www.revium.com.au/news/social-media-presentation/</link>
		<comments>http://www.revium.com.au/news/social-media-presentation/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 00:13:18 +0000</pubDate>
		<dc:creator>David Mclaughlin</dc:creator>
				<category><![CDATA[Revium News]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.revium.com.au/?p=1687</guid>
		<description><![CDATA[Last night I gave a presentation at a regular Direct Marketing Forum in the city. The topic of my talk was &#8220;Social Media &#8211;...


Related posts:<ol><li><a href='http://www.revium.com.au/news/web-marketing-presentation-at-sothertons-accountants/' rel='bookmark' title='Permanent Link: Web Marketing Presentation at Sothertons&nbsp;Accountants'>Web Marketing Presentation at Sothertons&nbsp;Accountants</a> <small>On Tuesday 19/5, David McLaughlin gave an informative talk at...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/social-networking-hype-or-must/' rel='bookmark' title='Permanent Link: Social Networking, Hype or&nbsp;Must?'>Social Networking, Hype or&nbsp;Must?</a> <small>Last week ICSP (International Customer Service Professionals) hosted Cocktail Networking...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/social-media-networking/' rel='bookmark' title='Permanent Link: Social Media&nbsp;Networking'>Social Media&nbsp;Networking</a> <small>A shout out to all social media marketers! Revium is...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Last night I gave a presentation at a regular Direct Marketing Forum in the city. The topic of my talk was <em>&#8220;Social Media &#8211; Tapping Into The Commuincation Revolution</em>&#8220;.</p>
<p>For those of you that attended and would like a copy of my slides, we have <a href="http://www.slideshare.net/revium/revium-social-media-presentation" target="_blank">posted them on Slideshare.net</a>.</p>
<p>I&#8217;ll be posting a blog entry in the coming day or so, summing up the key concepts covered in my talk &#8211; so stay tuned!</p>
<p style="text-align: center;"><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/03/photo.jpg"><img class="size-medium wp-image-1688 aligncenter" title="dmforum-social-media-photo" src="http://www.revium.com.au/cms/wp-content/uploads/2010/03/photo-300x131.jpg" alt="David presenting at the DM Forum on Social Media" width="354" height="155" /></a></p>
<p><br class="spacer_" /></p>


<p>Related posts:<ol><li><a href='http://www.revium.com.au/news/web-marketing-presentation-at-sothertons-accountants/' rel='bookmark' title='Permanent Link: Web Marketing Presentation at Sothertons&nbsp;Accountants'>Web Marketing Presentation at Sothertons&nbsp;Accountants</a> <small>On Tuesday 19/5, David McLaughlin gave an informative talk at...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/social-networking-hype-or-must/' rel='bookmark' title='Permanent Link: Social Networking, Hype or&nbsp;Must?'>Social Networking, Hype or&nbsp;Must?</a> <small>Last week ICSP (International Customer Service Professionals) hosted Cocktail Networking...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/social-media-networking/' rel='bookmark' title='Permanent Link: Social Media&nbsp;Networking'>Social Media&nbsp;Networking</a> <small>A shout out to all social media marketers! Revium is...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.revium.com.au/news/social-media-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows SharePoint Services Help Search &#8211; SPSearch Starting&#160;Error</title>
		<link>http://www.revium.com.au/articles/sandbox/windows-sharepoint-services-help-search-spsearch-starting-error/</link>
		<comments>http://www.revium.com.au/articles/sandbox/windows-sharepoint-services-help-search-spsearch-starting-error/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 23:22:14 +0000</pubDate>
		<dc:creator>Mark Wiseman</dc:creator>
				<category><![CDATA[Revium Sandbox]]></category>
		<category><![CDATA[central administration]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[wss]]></category>

		<guid isPermaLink="false">http://www.revium.com.au/?p=1652</guid>
		<description><![CDATA[I was installing SharePoint for the thousandth time last week on our new internal server and could not get the Search Server to start...


Related posts:<ol><li><a href='http://www.revium.com.au/articles/sandbox/sharepoint-people-photos/' rel='bookmark' title='Permanent Link: Sharepoint &#8211; Getting Photos from People and&nbsp;Groups'>Sharepoint &#8211; Getting Photos from People and&nbsp;Groups</a> <small>This is another task that seemed to escape me for...</small></li>
<li><a href='http://www.revium.com.au/articles/sandbox/linq-to-sql-select-and-update-oddity/' rel='bookmark' title='Permanent Link: Linq to SQL select and update&nbsp;oddity'>Linq to SQL select and update&nbsp;oddity</a> <small>Today i came across some very odd behaviour using Linq...</small></li>
<li><a href='http://www.revium.com.au/articles/sandbox/sharepoint-web-part-grouping/' rel='bookmark' title='Permanent Link: Sharepoint Web Part&nbsp;Grouping'>Sharepoint Web Part&nbsp;Grouping</a> <small>For the longest time it has frustrated me that every...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was installing SharePoint for the thousandth time last week on our new internal server and could not get the Search Server to start successfully from Central Administration. When i tried to start the service i got an error page with 2 short lines of text:</p>
<p>Error<br />
SPSearch ([search service account])</p>
<p><img class="alignnone size-full wp-image-1653" title="SPSearch-error" src="http://www.revium.com.au/cms/wp-content/uploads/2010/03/SPSearch-error.png" alt="" width="291" height="158" /></p>
<p>After a day of verifying all the users details and permissions it hit me to try to use the domain before the username. This simple change fixed everything but i can&#8217;t remember ever running into it before.</p>
<p><img class="alignnone size-full wp-image-1654" title="SPSearch-settings" src="http://www.revium.com.au/cms/wp-content/uploads/2010/03/SPSearch-settings.png" alt="" width="637" height="222" /></p>


<p>Related posts:<ol><li><a href='http://www.revium.com.au/articles/sandbox/sharepoint-people-photos/' rel='bookmark' title='Permanent Link: Sharepoint &#8211; Getting Photos from People and&nbsp;Groups'>Sharepoint &#8211; Getting Photos from People and&nbsp;Groups</a> <small>This is another task that seemed to escape me for...</small></li>
<li><a href='http://www.revium.com.au/articles/sandbox/linq-to-sql-select-and-update-oddity/' rel='bookmark' title='Permanent Link: Linq to SQL select and update&nbsp;oddity'>Linq to SQL select and update&nbsp;oddity</a> <small>Today i came across some very odd behaviour using Linq...</small></li>
<li><a href='http://www.revium.com.au/articles/sandbox/sharepoint-web-part-grouping/' rel='bookmark' title='Permanent Link: Sharepoint Web Part&nbsp;Grouping'>Sharepoint Web Part&nbsp;Grouping</a> <small>For the longest time it has frustrated me that every...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.revium.com.au/articles/sandbox/windows-sharepoint-services-help-search-spsearch-starting-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team building in 2010 &#8211; Comedy &amp;&#160;Chinese</title>
		<link>http://www.revium.com.au/news/team-building-in-2010-comedy-chinese/</link>
		<comments>http://www.revium.com.au/news/team-building-in-2010-comedy-chinese/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 04:14:05 +0000</pubDate>
		<dc:creator>Andrew Ellett</dc:creator>
				<category><![CDATA[Revium News]]></category>

		<guid isPermaLink="false">http://www.revium.com.au/?p=1625</guid>
		<description><![CDATA[If you need to phone any of the Revium team members on the evening of Friday 19th February, you&#8217;ll need to get us at...


Related posts:<ol><li><a href='http://www.revium.com.au/news/putting-the-rev-in-revium/' rel='bookmark' title='Permanent Link: Puttin&#8217; the &#8216;Rev&#8217; in&nbsp;Revium'>Puttin&#8217; the &#8216;Rev&#8217; in&nbsp;Revium</a> <small> Last week we were lucky enough to score a...</small></li>
<li><a href='http://www.revium.com.au/news/capability-uplift/' rel='bookmark' title='Permanent Link: Team Building &#8211; Shoot &#8216;Em&nbsp;Up'>Team Building &#8211; Shoot &#8216;Em&nbsp;Up</a> <small>Amongst other activities, Revium is planning a paintball challenge &#8211; some...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/new-products-launch-and-redesign-of-simply-energy-website/' rel='bookmark' title='Permanent Link: New Products Launch and Redesign of Simply Energy&nbsp;website'>New Products Launch and Redesign of Simply Energy&nbsp;website</a> <small>Over the last few weeks the team has been busy...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you need to phone any of the Revium team members on the evening of Friday 19th February, you&#8217;ll need to get us at the comedy festival. We&#8217;re off to the Last laugh Comedy Club to remind ourselves that life isn&#8217;t all about work!</p>
<p>If you do ever join the Revium team you&#8217;ll find that we regularly organise company team building events. This time it will be a meal, drinks and then out for some laughs. Last year we had a day at the Flemington races in the Bird Cage, a paintball afternoon and regular meals and drinks.</p>
<p>Whilst consistently performing quality work is really important, at the same time we don&#8217;t take ourselves too seriously. Life isn&#8217;t only about work and finding an appropriate work/play balance is something we encourage everyone to remember. <em>Work hard play hard together </em>is a motto we often use.</p>
<p>On the work front, in the last two weeks we&#8217;ve launched some major appications for Simply Energy, put several websites live in the consturction industries, installed a new development server in the office and arranged a new rack mounted hosting deal with Netspace to upgrade the speed and performance of several high profile client applications.</p>
<p><br class="spacer_" /></p>


<p>Related posts:<ol><li><a href='http://www.revium.com.au/news/putting-the-rev-in-revium/' rel='bookmark' title='Permanent Link: Puttin&#8217; the &#8216;Rev&#8217; in&nbsp;Revium'>Puttin&#8217; the &#8216;Rev&#8217; in&nbsp;Revium</a> <small> Last week we were lucky enough to score a...</small></li>
<li><a href='http://www.revium.com.au/news/capability-uplift/' rel='bookmark' title='Permanent Link: Team Building &#8211; Shoot &#8216;Em&nbsp;Up'>Team Building &#8211; Shoot &#8216;Em&nbsp;Up</a> <small>Amongst other activities, Revium is planning a paintball challenge &#8211; some...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/new-products-launch-and-redesign-of-simply-energy-website/' rel='bookmark' title='Permanent Link: New Products Launch and Redesign of Simply Energy&nbsp;website'>New Products Launch and Redesign of Simply Energy&nbsp;website</a> <small>Over the last few weeks the team has been busy...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.revium.com.au/news/team-building-in-2010-comedy-chinese/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Federal Government to Introduce Compulsory ISP&#160;Filtering</title>
		<link>http://www.revium.com.au/articles/blog/federal-government-to-introduce-compulsory-isp-filtering/</link>
		<comments>http://www.revium.com.au/articles/blog/federal-government-to-introduce-compulsory-isp-filtering/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 02:43:58 +0000</pubDate>
		<dc:creator>Peter Sharp</dc:creator>
				<category><![CDATA[Revium Blog]]></category>

		<guid isPermaLink="false">http://www.revium.com.au/?p=1620</guid>
		<description><![CDATA[ISP Filtering
Senator Conway has recently released an explanatory letter indicating that the Federal Government is determined to introduce legislation requiring all Australian ISPs to...


Related posts:<ol><li><a href='http://www.revium.com.au/articles/blog/how-much-does-the-media-and-government-effect-our-business-confidence/' rel='bookmark' title='Permanent Link: How much does the media and government effect our business&nbsp;confidence?'>How much does the media and government effect our business&nbsp;confidence?</a> <small>Have you noticed the GFC? And I don&#8217;t mean the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>ISP Filtering</h3>
<p>Senator Conway has recently released an explanatory letter indicating that the Federal Government is determined to introduce legislation requiring all Australian ISPs to filter out restricted content (RC). </p>
<p>The release indicates that research including that conducted by Telstra, confirms that filtering is 100% effective on restricted URLs and that the impact on Internet speed is negligible even though some industry sources have said otherwise.</p>
<p>Contrary to some press reports Senator Conway points out that in a number of European countries including United Kingdowm as well as Canada a number of ISPs have voluntarily introduced ISP filtering for RC material.  Germany has passed legislation for its introduction.</p>
<p>He does concede that technical users may be able to usurp the restrictions.</p>
<p>Is this the thin edge of the censorship wedge?</p>


<p>Related posts:<ol><li><a href='http://www.revium.com.au/articles/blog/how-much-does-the-media-and-government-effect-our-business-confidence/' rel='bookmark' title='Permanent Link: How much does the media and government effect our business&nbsp;confidence?'>How much does the media and government effect our business&nbsp;confidence?</a> <small>Have you noticed the GFC? And I don&#8217;t mean the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.revium.com.au/articles/blog/federal-government-to-introduce-compulsory-isp-filtering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of Social&#160;Gaming</title>
		<link>http://www.revium.com.au/articles/blog/the-future-of-social-gaming/</link>
		<comments>http://www.revium.com.au/articles/blog/the-future-of-social-gaming/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 03:06:18 +0000</pubDate>
		<dc:creator>Mark Whitehead</dc:creator>
				<category><![CDATA[Revium Blog]]></category>

		<guid isPermaLink="false">http://www.revium.com.au/?p=1575</guid>
		<description><![CDATA[Social games have only been around for a few years, yet social networks like Facebook and MySpace have had some exponential growth with their...


Related posts:<ol><li><a href='http://www.revium.com.au/articles/blog/businesses-and-social-networking/' rel='bookmark' title='Permanent Link: Businesses and Social&nbsp;networking'>Businesses and Social&nbsp;networking</a> <small>The term ‘Social Networking’ has become a ‘buzz’ word frequently...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/social-media-a-fad-or-here-to-stay/' rel='bookmark' title='Permanent Link: Social Media &#8211; a fad or here to&nbsp;stay?'>Social Media &#8211; a fad or here to&nbsp;stay?</a> <small>Whilst attending International Customer Service Week there were a lot...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/social-media-networking/' rel='bookmark' title='Permanent Link: Social Media&nbsp;Networking'>Social Media&nbsp;Networking</a> <small>A shout out to all social media marketers! Revium is...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Social games have only been around for a few years, yet social networks like Facebook and MySpace have had some exponential growth with their user base in that time.</p>
<p>With over 200 million monthly users playing the top 10 Facebook games, and gaining millions more every month, to say that social games are booming is an understatement.</p>
<p><strong>So what is a social game?</strong></p>
<p class="alignright" style="text-align: center;"><img style="border: 1px solid black;" title="FarmVille" src="http://www.revium.com.au/cms/wp-content/uploads/2010/01/farmville.png" alt="FarmVille" width="180" height="170" /><br />
<strong>FarmVille</strong></p>
<p>Social games do not entirely differ from video games we’ve been playing for years. The term ‘social’ does not necessarily mean ‘multiplayer’ either or that there is a large persistent world to play in, so what does it mean?</p>
<p>Well, the difference with social games is in the platform. Social networks like Facebook are delivering games into a completely new environment. Where normally the <em>user</em> was obliged to find the game themselves, now the <em>game</em> is able to find the user. This new power from social games brings us some exciting creative potential.</p>
<p><strong>Where is social gaming headed?</strong></p>
<p>It’s not hard to see from the trends of the internet over the years that companies and developers are consistently pushing the boundaries of web browsers to do things better &amp; more efficiently; breaking through constraints.</p>
<p>Consider the growth of Ajax and Reverse Ajax application protocols and Flash games over the years. These are becoming the set standard for web sites and browsers these days. Look at what putting a real browser like Safari on the iPhone did for mobile devices. It’s obvious to us that the future of social gaming and networking lies in the web browser.</p>
<p><strong>What’s the next step for browsers?</strong></p>
<p>For the past few months, I’ve been trying out the new 3D technologies for browsers,<br />
 O3D by Google and WebGL by Mozilla and the Khronos Group. These technologies are amazing. O3D is a standalone plugin for the browser (list of supported browsers <a href="http://code.google.com/apis/o3d/docs/gettingstarted.html#systemreq" rel="external">here</a>), whereas WebGL makes use of the HTML5 Canvas element (list of supported browsers <a href="http://www.khronos.org/webgl/">here</a>).</p>
<p class="alignleft" style="text-align: center;margin-right:10px;"><img style="border: 1px solid black;" title="Cathedral" src="http://www.revium.com.au/cms/wp-content/uploads/2010/01/cathedral1.png" alt="Cathedral" width="180" height="170" /><br />
<strong>Virtual Cathedral Tour</strong></p>
<p>These technologies open up huge possibilities to web developers and game developers alike. Utilising tools such as these, it’s not hard to imagine the amazing things we can expect to see over the next few years.</p>
<p>We have yet to see websites or games really take advantage of the web technologies currently at the forefront. Social gaming is getting us closer through technologies such as flash, but we still have a long way to go.</p>
<p class="alignright" style="text-align: center;"><img style="border: 1px solid black;" title="Infinite Journey" src="http://www.revium.com.au/cms/wp-content/uploads/2010/01/infinitejourney1.png" alt="Infinite Journey" width="180" height="170" /><br />
<strong>Infinite Journey</strong></p>
<p>Using 3D technologies and Ajax or Comet driven front-ends with a persistent database backend could provide some amazing environments for social gaming and for social networks as-well.</p>
<p>Will these new technologies pave the way for virtual worlds 2.0, a new platform for massively multiplayer online games, or a new gaming genre or mashup we&#8217;re yet to discover?<br />
We will have to wait and see.</p>
<p><strong>References:</strong></p>
<p><a href="http://code.google.com/apis/o3d/" rel="external">http://code.google.com/apis/o3d/</a><br />
 <a href="http://www.khronos.org/webgl/" rel="external">http://www.khronos.org/webgl/</a><br />
 <a href="http://www.visualpurple.com/" rel="external">http://www.visualpurple.com/</a><br />
<a href="http://code.google.com/apis/o3d/docs/gallery.html">http://code.google.com/apis/o3d/docs/gallery.html</a> &#8211; Virtual Cathedral Tour<br />
 <a href="http://blog.largeanimal.com/demo/" rel="external">http://blog.largeanimal.com/demo/</a> &#8211; Infinite Journey</p>


<p>Related posts:<ol><li><a href='http://www.revium.com.au/articles/blog/businesses-and-social-networking/' rel='bookmark' title='Permanent Link: Businesses and Social&nbsp;networking'>Businesses and Social&nbsp;networking</a> <small>The term ‘Social Networking’ has become a ‘buzz’ word frequently...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/social-media-a-fad-or-here-to-stay/' rel='bookmark' title='Permanent Link: Social Media &#8211; a fad or here to&nbsp;stay?'>Social Media &#8211; a fad or here to&nbsp;stay?</a> <small>Whilst attending International Customer Service Week there were a lot...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/social-media-networking/' rel='bookmark' title='Permanent Link: Social Media&nbsp;Networking'>Social Media&nbsp;Networking</a> <small>A shout out to all social media marketers! Revium is...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.revium.com.au/articles/blog/the-future-of-social-gaming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating deployment packages in&#160;SVN</title>
		<link>http://www.revium.com.au/articles/sandbox/creating-deployment-packages-in-svn/</link>
		<comments>http://www.revium.com.au/articles/sandbox/creating-deployment-packages-in-svn/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 08:01:27 +0000</pubDate>
		<dc:creator>Evgeny Petrov</dc:creator>
				<category><![CDATA[Revium Sandbox]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.revium.com.au/?p=1371</guid>
		<description><![CDATA[In software development (in an ASP.NET web development in particular) there are always repetitive time consuming tasks, which we would like to automate somehow. One of...


Related posts:<ol><li><a href='http://www.revium.com.au/articles/blog/search-engine-marketing-sem/' rel='bookmark' title='Permanent Link: Search engine marketing:&nbsp;SEM'>Search engine marketing:&nbsp;SEM</a> <small>We&#8217;re always getting approached by customers asking us about how...</small></li>
<li><a href='http://www.revium.com.au/articles/sandbox/jquery-image-captions/' rel='bookmark' title='Permanent Link: jQuery image&nbsp;captions'>jQuery image&nbsp;captions</a> <small>After seeing the work Adrian has done with jQuery over...</small></li>
<li><a href='http://www.revium.com.au/articles/sandbox/javascript-window-tiling/' rel='bookmark' title='Permanent Link: Javascript Window&nbsp;Tiling'>Javascript Window&nbsp;Tiling</a> <small>We currently have a customer who needs to track numerous...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In software development (in an ASP.NET web development in particular) there are always repetitive time consuming tasks, which we would like to automate somehow. One of those things is the permanent need to create deployment/update packages with files which were changed since the last deployment. Until a week ago I have been creating this packages manually, simply by collecting changed files from various folders, organising them and deploying  to the web hosting server. Last week I got very annoyed with that and after some research figured out how to utilize SVN/Subversion to do exactly that for you automatically.</p>
<p>Great. Just look at the next few screenshots how easy this is (just a note &#8211; this is demonstrated with the Windows SVN client &#8211; <a href="http://tortoisesvn.tigris.org/" target="_blank">TortoiseSVN</a>).</p>
<h3>Step 1.</h3>
<p>Open Repo-Browser and navigate to your website folder.</p>
<p><br class="spacer_" /></p>
<div id="attachment_1565" class="wp-caption alignnone" style="width: 310px"><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/01/repo.jpg"><img class="size-medium wp-image-1565" title="repo" src="http://www.revium.com.au/cms/wp-content/uploads/2010/01/repo-300x230.jpg" alt="" width="300" height="230" /></a><p class="wp-caption-text">repo-browser in TortoiseSVN</p></div>
<p><br class="spacer_" /></p>
<h3>Step 2.</h3>
<p>Right click -Show Log, then select all revisions from top to bottom which you want to create a deployment package for.</p>
<p><br class="spacer_" /></p>
<div id="attachment_1566" class="wp-caption alignnone" style="width: 263px"><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/01/repo1.jpg"><img class="size-medium wp-image-1566" title="Log screen in TortoiseSVN" src="http://www.revium.com.au/cms/wp-content/uploads/2010/01/repo1-253x300.jpg" alt="" width="253" height="300" /></a><p class="wp-caption-text">Log screen in TortoiseSVN</p></div>
<p><br class="spacer_" /></p>
<h3>Step 3.</h3>
<p>Right click on the selection and select Compare Revisions.</p>
<p><br class="spacer_" /></p>
<div id="attachment_1567" class="wp-caption alignnone" style="width: 310px"><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/01/select.jpg"><img class="size-medium wp-image-1567" title="Compare revisions" src="http://www.revium.com.au/cms/wp-content/uploads/2010/01/select-300x205.jpg" alt="" width="300" height="205" /></a><p class="wp-caption-text">Compare revisions</p></div>
<p><br class="spacer_" /></p>
<h3>Step 4.</h3>
<p>In the Changed Files Screen select all files, right click with your mouse and select Export selection to..</p>
<p><br class="spacer_" /></p>
<div id="attachment_1568" class="wp-caption alignnone" style="width: 294px"><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/01/select1.jpg"><img class="size-medium wp-image-1568" title="Export files" src="http://www.revium.com.au/cms/wp-content/uploads/2010/01/select1-284x300.jpg" alt="" width="284" height="300" /></a><p class="wp-caption-text">Export files</p></div>
<p><br class="spacer_" /></p>
<p>And that is it <img src='http://www.revium.com.au/cms/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Enjoy your just created deployment package &#8211; structure of folders with files which were changed in your selected SVN revisions. Zip it up and deploy!</p>
<p><br class="spacer_" /></p>
<div id="attachment_1569" class="wp-caption alignnone" style="width: 310px"><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/01/package.jpg"><img class="size-medium wp-image-1569" title="deployment package" src="http://www.revium.com.au/cms/wp-content/uploads/2010/01/package-300x194.jpg" alt="" width="300" height="194" /></a><p class="wp-caption-text">deployment package</p></div>
<p><br class="spacer_" /></p>


<p>Related posts:<ol><li><a href='http://www.revium.com.au/articles/blog/search-engine-marketing-sem/' rel='bookmark' title='Permanent Link: Search engine marketing:&nbsp;SEM'>Search engine marketing:&nbsp;SEM</a> <small>We&#8217;re always getting approached by customers asking us about how...</small></li>
<li><a href='http://www.revium.com.au/articles/sandbox/jquery-image-captions/' rel='bookmark' title='Permanent Link: jQuery image&nbsp;captions'>jQuery image&nbsp;captions</a> <small>After seeing the work Adrian has done with jQuery over...</small></li>
<li><a href='http://www.revium.com.au/articles/sandbox/javascript-window-tiling/' rel='bookmark' title='Permanent Link: Javascript Window&nbsp;Tiling'>Javascript Window&nbsp;Tiling</a> <small>We currently have a customer who needs to track numerous...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.revium.com.au/articles/sandbox/creating-deployment-packages-in-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Searching in&#160;Google</title>
		<link>http://www.revium.com.au/articles/blog/advanced-searching-in-google/</link>
		<comments>http://www.revium.com.au/articles/blog/advanced-searching-in-google/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:47:33 +0000</pubDate>
		<dc:creator>Liani Liebenberg</dc:creator>
				<category><![CDATA[Revium Blog]]></category>

		<guid isPermaLink="false">http://www.revium.com.au/?p=1363</guid>
		<description><![CDATA[All of us are familiar with the search functionality in Google and I am sure in today’s day and age nobody needs instructions on...


Related posts:<ol><li><a href='http://www.revium.com.au/articles/blog/going-going-gone-google/' rel='bookmark' title='Permanent Link: Going, Going, Gone&nbsp;Google.'>Going, Going, Gone&nbsp;Google.</a> <small>You might remember that recently we decided to replace our...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/google-sidewiki-another-pr-nightmare/' rel='bookmark' title='Permanent Link: Google Sidewiki &#8211; Another PR&nbsp;nightmare?'>Google Sidewiki &#8211; Another PR&nbsp;nightmare?</a> <small>Introducing Google Sidewiki On the 23rd of September 2009  Google...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/going-google/' rel='bookmark' title='Permanent Link: Going&nbsp;Google&#8230;'>Going&nbsp;Google&#8230;</a> <small>Just before I walked out the door to kick off...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>All of us are familiar with the search functionality in Google and I am sure in today’s day and age nobody needs instructions on how to perform a standard search to find what they are looking for on the internet.  However, Google allows for much more sophisticated and powerful searching than the basic keyword searches we all use in our normal day-to-day and I am unsure of how many of us are actually aware of this.  I have therefore gone through Google’s search help pages at<a title="Basic Search Help" href="http://www.google.com/support/websearch/bin/answer.py?hl=en&amp;answer=134479" target="_blank"> http://www.google.com/support/websearch/bin/answer.py?hl=en&amp;answer=134479</a> and <a title="Advanced Search" href="http://www.google.com/support/websearch/bin/answer.py?answer=136861" target="_blank">http://www.google.com/support/websearch/bin/answer.py?answer=136861</a> to compile this short reference guide to refine your search results by using a more specific query:</p>
<p><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/01/Google-search.jpg"></a></p>
<ul>
<li><strong><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/01/Google-search.jpg"></a><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/01/Google-search.jpg"></a><a href="http://www.revium.com.au/cms/wp-content/uploads/2010/01/Google-search.jpg"><img class="alignright size-medium wp-image-1367" title="Google Search Results Page" src="http://www.revium.com.au/cms/wp-content/uploads/2010/01/Google-search-300x145.jpg" alt="Google Search Results Page" width="300" height="145" /></a>Phrase search(“”)</strong>:  When you place double quotes around a series of words it instructs Google to only return results for which the exact words in that exact order exists on any given webpage. For instance, a search on [web development] returns approximately 171,000,000 results, while the same search on [“web development”] returns approximately 30,100,000 results.</li>
<li><strong>Search within a specific website (site:)</strong>:  You can specify that your search results for your chosen key phrase must come from a specified website e.g. a search for [web development:revium.com.au] will return only results about web development found on revium.com.au.</li>
<li><strong>Exclude unwanted terms (-)</strong>:  You can exclude certain words from the search results by placing a space and a minus sign immediately before the word you wish to exclude. For example, [web development -melbourne] will not return Revium in the search result listing where a search for [web development Melbourne] will return Revium (a Melbourne based web development company) within the first 4 listed results. You can exclude multiple words in this way e.g. [web development -sydney -adelaide -brisbane].</li>
<li><strong>Wildcard search to fill in the blanks (*)</strong>: You can include a * within a query which will instruct Google to treat the * as a placeholder for any unknown term. Google will then try to find the best match, for example: I want to see all pages where the marketing coordinator for Revium has been quoted online, but I am unsure of his name; searching on [* marketing coordinator for * Revium] returns a list of all the pages containing interviews with David McLaughlin.</li>
<li><strong>Search exactly as is (+)</strong>:  This works in the same way as putting double quotes around a single word i.e. placing a space immediately before a word will instruct Google to match the word precisely as you typed it. For example [+web +development] will return only results which match these two words exactly.</li>
<li style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><strong>The OR operator(‘|’ or ‘OR’)</strong>:   By default Google uses the AND operator for all words in your key phrase. You can instruct Google to return results for <em>either </em>one of several words, for example: [Revium 1997 OR 2009] returns results about either 2009 or 2010, and is different from a search on [Revium 1997 2009] which will return pages which include both these years on the same page.</li>
</ul>
<p><strong>References</strong></p>
<p><span style="font-family: Trebuchet MS, sans-serif; font-size: small;">Google. (Unknown Year). <em>Google search basics: More search help.</em> Available: <a title="More Search Help" href="http://www.google.com/support/websearch/bin/answer.py?answer=136861" target="_blank">http://www.google.com/support/websearch/bin/answer.py?answer=136861</a>. Last accessed 20 January 2010.</span></p>


<p>Related posts:<ol><li><a href='http://www.revium.com.au/articles/blog/going-going-gone-google/' rel='bookmark' title='Permanent Link: Going, Going, Gone&nbsp;Google.'>Going, Going, Gone&nbsp;Google.</a> <small>You might remember that recently we decided to replace our...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/google-sidewiki-another-pr-nightmare/' rel='bookmark' title='Permanent Link: Google Sidewiki &#8211; Another PR&nbsp;nightmare?'>Google Sidewiki &#8211; Another PR&nbsp;nightmare?</a> <small>Introducing Google Sidewiki On the 23rd of September 2009  Google...</small></li>
<li><a href='http://www.revium.com.au/articles/blog/going-google/' rel='bookmark' title='Permanent Link: Going&nbsp;Google&#8230;'>Going&nbsp;Google&#8230;</a> <small>Just before I walked out the door to kick off...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.revium.com.au/articles/blog/advanced-searching-in-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
