<?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"
	>
<channel>
	<title>Comments on: Nexty Updates</title>
	<atom:link href="http://www.bin-co.com/blog/2007/08/nexty-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bin-co.com/blog/2007/08/nexty-updates/</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<pubDate>Fri, 25 Jul 2008 00:48:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Binny V A</title>
		<link>http://www.bin-co.com/blog/2007/08/nexty-updates/#comment-161</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Mon, 08 Oct 2007 17:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/08/nexty-updates/#comment-161</guid>
		<description>This is what you have to do...

Open up the folder where nexty is kept.
Open the file 'templates/settings/index.php' in your favorite editor
Find line # 26
        if(strpos(strtolower($_SERVER["HTTP_USER_AGENT"]), 'linux') !== false) { //If
        the user is on a Linux system, give him the chance to create a script
Change that to

//If user is on a Linux/Unix system, give him the option to create the script
$user_agent = strtolower($_SERVER["HTTP_USER_AGENT"]);
if((strpos($user_agent, 'linux') !== false) or 
(strpos($user_agent, 'macintosh') !== false)) { 

I really hope you know a bit of PHP - that will make this very easy.

Also, expect this feature from the next version</description>
		<content:encoded><![CDATA[<p>This is what you have to do&#8230;</p>
<p>Open up the folder where nexty is kept.<br />
Open the file &#8216;templates/settings/index.php&#8217; in your favorite editor<br />
Find line # 26<br />
        if(strpos(strtolower($_SERVER["HTTP_USER_AGENT"]), &#8216;linux&#8217;) !== false) { //If<br />
        the user is on a Linux system, give him the chance to create a script<br />
Change that to</p>
<p>//If user is on a Linux/Unix system, give him the option to create the script<br />
$user_agent = strtolower($_SERVER["HTTP_USER_AGENT"]);<br />
if((strpos($user_agent, &#8216;linux&#8217;) !== false) or<br />
(strpos($user_agent, &#8216;macintosh&#8217;) !== false)) { </p>
<p>I really hope you know a bit of PHP - that will make this very easy.</p>
<p>Also, expect this feature from the next version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bugugly</title>
		<link>http://www.bin-co.com/blog/2007/08/nexty-updates/#comment-160</link>
		<dc:creator>bugugly</dc:creator>
		<pubDate>Mon, 08 Oct 2007 17:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/08/nexty-updates/#comment-160</guid>
		<description>HTTP_USER_AGENT 	Opera/9.23 (Macintosh; Intel Mac OS X; U; en)

Darwin isn't in the string.  My bad!  

Your script works when it checks for "macintosh" as well as "linux", forget the "darwin".</description>
		<content:encoded><![CDATA[<p>HTTP_USER_AGENT 	Opera/9.23 (Macintosh; Intel Mac OS X; U; en)</p>
<p>Darwin isn&#8217;t in the string.  My bad!  </p>
<p>Your script works when it checks for &#8220;macintosh&#8221; as well as &#8220;linux&#8221;, forget the &#8220;darwin&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bugugly</title>
		<link>http://www.bin-co.com/blog/2007/08/nexty-updates/#comment-159</link>
		<dc:creator>bugugly</dc:creator>
		<pubDate>Mon, 08 Oct 2007 12:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/08/nexty-updates/#comment-159</guid>
		<description>Love your cli for twitter.  How cool can you get!  I did kind of the same thing a few years back for my employer.  Built a www based fax server with just a few lines of code using an old cli efax app and os X server.  It worked great but I guess was just too simple!

I do have a point.  OS X is a viable unix platform that uses mostly freeBSD underpinnings.  A powerbook is my tool of choice, and provides the MAMP stack, similar to your LAMP stack.

In Nexty, could you give some consideration to unix users as well as linux?  I specifically am interested in your cli for nexty, settings page does not show me a link to the script, I am guessing it checks for "Linux" in the user-agent or something.  Could it check for "Darwin" as well and pop me a link for cli tools?

You are the man!  Glad to help if you need concepts tested on OS X.</description>
		<content:encoded><![CDATA[<p>Love your cli for twitter.  How cool can you get!  I did kind of the same thing a few years back for my employer.  Built a www based fax server with just a few lines of code using an old cli efax app and os X server.  It worked great but I guess was just too simple!</p>
<p>I do have a point.  OS X is a viable unix platform that uses mostly freeBSD underpinnings.  A powerbook is my tool of choice, and provides the MAMP stack, similar to your LAMP stack.</p>
<p>In Nexty, could you give some consideration to unix users as well as linux?  I specifically am interested in your cli for nexty, settings page does not show me a link to the script, I am guessing it checks for &#8220;Linux&#8221; in the user-agent or something.  Could it check for &#8220;Darwin&#8221; as well and pop me a link for cli tools?</p>
<p>You are the man!  Glad to help if you need concepts tested on OS X.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
