<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for ozblog</title>
	<atom:link href="http://ozblog.com.au/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ozblog.com.au</link>
	<description>If your vocation is your vacation you&#039;ll never work a day in your life</description>
	<lastBuildDate>Sun, 20 May 2012 15:40:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on WordPress Terms Of Use Plugin by Robert Mann</title>
		<link>http://ozblog.com.au/2008/09/20/wordpress-terms-of-use-plugin/#comment-33769</link>
		<dc:creator>Robert Mann</dc:creator>
		<pubDate>Sun, 20 May 2012 15:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.mmow.biz/?p=21#comment-33769</guid>
		<description>Same issue as Fabio. Someone registering as Subscriber gets message they do not have permissions to view T&amp;C page. Had to deactivate. Please help. Thanks.</description>
		<content:encoded><![CDATA[<p>Same issue as Fabio. Someone registering as Subscriber gets message they do not have permissions to view T&amp;C page. Had to deactivate. Please help. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to web applications by Levi Putna</title>
		<link>http://ozblog.com.au/2011/07/07/welcome-to-web-applications/#comment-33682</link>
		<dc:creator>Levi Putna</dc:creator>
		<pubDate>Sat, 12 May 2012 02:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.com.au/?p=449#comment-33682</guid>
		<description>There are a few tricks I use to keep Interface Components hidden when clicking links is a web app.

The simplest option is using jQuery to preform the link action for you. This keeps the application in the same window and keeps the navigation nar hitten.

&lt;pre&gt;$(&quot;body&quot;).delegate(&quot;a&quot;, &quot;click&quot;, function() {
    var newLocation = $(this).attr(&quot;href&quot;);
    if(newLocation){
        window.location = newLocation;
    }
    return false;
});
&lt;/pre&gt;

When I get time ill write a fill post outlining the different options.</description>
		<content:encoded><![CDATA[<p>There are a few tricks I use to keep Interface Components hidden when clicking links is a web app.</p>
<p>The simplest option is using jQuery to preform the link action for you. This keeps the application in the same window and keeps the navigation nar hitten.</p>
<pre>$("body").delegate("a", "click", function() {
    var newLocation = $(this).attr("href");
    if(newLocation){
        window.location = newLocation;
    }
    return false;
});
</pre>
<p>When I get time ill write a fill post outlining the different options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to web applications by Jake</title>
		<link>http://ozblog.com.au/2011/07/07/welcome-to-web-applications/#comment-33670</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 10 May 2012 21:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.com.au/?p=449#comment-33670</guid>
		<description>Any solution to not having to add target=&quot;webapp&quot; to every link? Would be great if the bars would be hidden for every link, and not just the initial load of the site, from the home screen. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Any solution to not having to add target=&#8221;webapp&#8221; to every link? Would be great if the bars would be hidden for every link, and not just the initial load of the site, from the home screen. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Terms Of Use Plugin by Fabio</title>
		<link>http://ozblog.com.au/2008/09/20/wordpress-terms-of-use-plugin/#comment-33522</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Mon, 23 Apr 2012 04:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.mmow.biz/?p=21#comment-33522</guid>
		<description>Hi Mark Godding. To change the file permission is very simple. when you change the permissions you are simply writing in the file who can change it. ex, most of the webpages you see you can only read so you only have the permissions to read, if you want to make a change on the page as a visitor someone will have to give you that permission. so this is all those codes do. Let the host know who can change the file.  You can do it in your host control panel, but the procedure will change from host to host.Or you can do it through a FTP client. It is a program that access your files for you. I use FETCH so i will explain as i deal with it. You have to access the file using the FTP client , than you just click on the icon (i) Get info and you will see an window with the name of the file and the permissions, May permissions were 755 so i just have to replace it with 664. Hope this comment was helpful. All the best from Brazil!</description>
		<content:encoded><![CDATA[<p>Hi Mark Godding. To change the file permission is very simple. when you change the permissions you are simply writing in the file who can change it. ex, most of the webpages you see you can only read so you only have the permissions to read, if you want to make a change on the page as a visitor someone will have to give you that permission. so this is all those codes do. Let the host know who can change the file.  You can do it in your host control panel, but the procedure will change from host to host.Or you can do it through a FTP client. It is a program that access your files for you. I use FETCH so i will explain as i deal with it. You have to access the file using the FTP client , than you just click on the icon (i) Get info and you will see an window with the name of the file and the permissions, May permissions were 755 so i just have to replace it with 664. Hope this comment was helpful. All the best from Brazil!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Terms Of Use Plugin by Fabio</title>
		<link>http://ozblog.com.au/2008/09/20/wordpress-terms-of-use-plugin/#comment-33521</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Mon, 23 Apr 2012 04:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.mmow.biz/?p=21#comment-33521</guid>
		<description>Hi there! I have uploaded  the Terms &amp; Conditions
2.0.1 on My Wordpress. Everythinh worked well until i discover that any user that is not an admin or editor  get the message that they do not have enough permissions to access  that page. Does anybody have any idea what could be causing this and what is the solution?</description>
		<content:encoded><![CDATA[<p>Hi there! I have uploaded  the Terms &amp; Conditions<br />
2.0.1 on My WordPress. Everythinh worked well until i discover that any user that is not an admin or editor  get the message that they do not have enough permissions to access  that page. Does anybody have any idea what could be causing this and what is the solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to web applications by Guy Lepage</title>
		<link>http://ozblog.com.au/2011/07/07/welcome-to-web-applications/#comment-33355</link>
		<dc:creator>Guy Lepage</dc:creator>
		<pubDate>Thu, 05 Apr 2012 21:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.com.au/?p=449#comment-33355</guid>
		<description>Hide Safari User Interface Components. This can be accomplished on all other sites other than Wordpress by applying;

target = &quot;webapp&quot;

to all links on the website.

I&#039;m also looking for a solution to be able to apply this technique to my Wordpress site to hide the safari user interface components.</description>
		<content:encoded><![CDATA[<p>Hide Safari User Interface Components. This can be accomplished on all other sites other than WordPress by applying;</p>
<p>target = &#8220;webapp&#8221;</p>
<p>to all links on the website.</p>
<p>I&#8217;m also looking for a solution to be able to apply this technique to my WordPress site to hide the safari user interface components.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Terms Of Use Plugin by Mark Godding</title>
		<link>http://ozblog.com.au/2008/09/20/wordpress-terms-of-use-plugin/#comment-33159</link>
		<dc:creator>Mark Godding</dc:creator>
		<pubDate>Thu, 22 Mar 2012 04:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.mmow.biz/?p=21#comment-33159</guid>
		<description>Hello Levi:
I understand that you are incredibly busy--I hope you can take a second to reply.  Okay, here it is: I am a neophyte and am starting my first blog!  Using BlueHost and Word Press.  I have downloaded the Terms and Conditions plugin and it now appears in my Settings.  However, as I&#039;ve tried to install this plugin, I&#039;ve gotten to Item 4 in your Word Press Installation instructions, then get stuck there because it says that to change it to &quot;writeable&quot; I must do the following: chmod terms-of-use.txt to 0664 (make them writable).  What does this mean and where do I do it?  Also, once I&#039;ve done this, where on my blog will, or should, this Terms and Conditions copy appear?  How do I get it there?  If you can&#039;t help me, could you please direct me to the right page(s) to get the answers.  Many thanks, in advance.
Mark Godding</description>
		<content:encoded><![CDATA[<p>Hello Levi:<br />
I understand that you are incredibly busy&#8211;I hope you can take a second to reply.  Okay, here it is: I am a neophyte and am starting my first blog!  Using BlueHost and Word Press.  I have downloaded the Terms and Conditions plugin and it now appears in my Settings.  However, as I&#8217;ve tried to install this plugin, I&#8217;ve gotten to Item 4 in your Word Press Installation instructions, then get stuck there because it says that to change it to &#8220;writeable&#8221; I must do the following: chmod terms-of-use.txt to 0664 (make them writable).  What does this mean and where do I do it?  Also, once I&#8217;ve done this, where on my blog will, or should, this Terms and Conditions copy appear?  How do I get it there?  If you can&#8217;t help me, could you please direct me to the right page(s) to get the answers.  Many thanks, in advance.<br />
Mark Godding</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE6 why wont you die by buy xbox games</title>
		<link>http://ozblog.com.au/2010/11/08/ie6-why-wont-you-die/#comment-33069</link>
		<dc:creator>buy xbox games</dc:creator>
		<pubDate>Fri, 16 Mar 2012 19:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.com.au/?p=359#comment-33069</guid>
		<description>&lt;strong&gt;all xbox 360 games...&lt;/strong&gt;

Why is it that we sleep? Because we need to come out from texting. Use a nice dream while texting....</description>
		<content:encoded><![CDATA[<p><strong>all xbox 360 games&#8230;</strong></p>
<p>Why is it that we sleep? Because we need to come out from texting. Use a nice dream while texting&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Terms Of Use Plugin by baljit</title>
		<link>http://ozblog.com.au/2008/09/20/wordpress-terms-of-use-plugin/#comment-32613</link>
		<dc:creator>baljit</dc:creator>
		<pubDate>Tue, 21 Feb 2012 07:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.mmow.biz/?p=21#comment-32613</guid>
		<description>hi dear
  your plagin useful for me but problem is that pls provide shortcode i use the code in popup window
thanks</description>
		<content:encoded><![CDATA[<p>hi dear<br />
  your plagin useful for me but problem is that pls provide shortcode i use the code in popup window<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Terms Of Use Plugin by Len Inkster</title>
		<link>http://ozblog.com.au/2008/09/20/wordpress-terms-of-use-plugin/#comment-32279</link>
		<dc:creator>Len Inkster</dc:creator>
		<pubDate>Wed, 01 Feb 2012 18:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.mmow.biz/?p=21#comment-32279</guid>
		<description>Installed in a WP3.3.1 subfolder multisite.  

On applying &quot;Network Activate&quot; I received the infamous &quot;You do not have sufficient permissions to access this page&quot;.

It wouldn&#039;t deactivate, so I had to delete the plugin manually from the server, and then clean the database out.  

It did this on a vanilla instal of WP and your plugin.</description>
		<content:encoded><![CDATA[<p>Installed in a WP3.3.1 subfolder multisite.  </p>
<p>On applying &#8220;Network Activate&#8221; I received the infamous &#8220;You do not have sufficient permissions to access this page&#8221;.</p>
<p>It wouldn&#8217;t deactivate, so I had to delete the plugin manually from the server, and then clean the database out.  </p>
<p>It did this on a vanilla instal of WP and your plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

