<?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 richardrauser.com</title>
	<atom:link href="http://www.richardrauser.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardrauser.com</link>
	<description></description>
	<pubDate>Wed, 08 Sep 2010 03:32:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PHP vs Java for Webapps- Quality &#038; Maintainability of Code by ganesh</title>
		<link>http://www.richardrauser.com/index.php/2010/01/18/php-vs-java-for-webapps-quality-maintanability-of-code/comment-page-1/#comment-2158</link>
		<dc:creator>ganesh</dc:creator>
		<pubDate>Wed, 25 Aug 2010 17:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardrauser.com/?p=164#comment-2158</guid>
		<description>hi spunken, i agree with you, if you dont mind can you mail me your company website at ganesh[dot]guwahati[at]gmail.com. I had to write email id like this as i think richardrauser.com dont like or publish email.</description>
		<content:encoded><![CDATA[<p>hi spunken, i agree with you, if you dont mind can you mail me your company website at ganesh[dot]guwahati[at]gmail.com. I had to write email id like this as i think richardrauser.com dont like or publish email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective-C: Frustrations of a Java Programmer by Tony Hillerson</title>
		<link>http://www.richardrauser.com/index.php/2010/07/07/objective-c-frustrations-of-a-java-programmer/comment-page-1/#comment-1621</link>
		<dc:creator>Tony Hillerson</dc:creator>
		<pubDate>Wed, 07 Jul 2010 17:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardrauser.com/?p=327#comment-1621</guid>
		<description>You can actually do "private" methods like so -

In the .m file start a new interface with a different category above the implementation. The name of the category doesn't matter, but people often use "private" or "Private" or something:

@interface FooClass(Private)
- (void) privateBarMethod;
@end

@implementation FooClass {
...

It's a bit hackish, but at least you can specify the methods out of the main interface and still deal with the method as normal. Of course there's nothing special about this "private" interface, it's just a category, and any object could still send a message with performSelector: etc.</description>
		<content:encoded><![CDATA[<p>You can actually do &#8220;private&#8221; methods like so -</p>
<p>In the .m file start a new interface with a different category above the implementation. The name of the category doesn&#8217;t matter, but people often use &#8220;private&#8221; or &#8220;Private&#8221; or something:</p>
<p>@interface FooClass(Private)<br />
- (void) privateBarMethod;<br />
@end</p>
<p>@implementation FooClass {<br />
&#8230;</p>
<p>It&#8217;s a bit hackish, but at least you can specify the methods out of the main interface and still deal with the method as normal. Of course there&#8217;s nothing special about this &#8220;private&#8221; interface, it&#8217;s just a category, and any object could still send a message with performSelector: etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP vs Java for Webapps- Quality &#038; Maintainability of Code by spunken</title>
		<link>http://www.richardrauser.com/index.php/2010/01/18/php-vs-java-for-webapps-quality-maintanability-of-code/comment-page-1/#comment-1619</link>
		<dc:creator>spunken</dc:creator>
		<pubDate>Wed, 07 Jul 2010 16:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardrauser.com/?p=164#comment-1619</guid>
		<description>Yeah Karthik! I can see that your website is great *sigh*. And what kind of "XML languages" do you use then? The XML language language?
And how yould you use PHP on an iPhone? I guess you mean the website's output for mobile devices. Well... Whatever...

I also agree with richard: Java is a cool language. The coolest feature is the . operator. I do not like -&#62; ! And the object-orientation-stacked-on-top-of-a-procedural-architecture is in my opinion the biggest problem for PHP. Rewrite it... and then remarket it, thats my advise for ZEND.

Well... here at my company I am forced to use PHP for everything. But I don't. I started to mix bash with python for systems engineering purposes. And then I was told that Python was gay and PHP was much better. I was like: ... the fukk?! Now imagine my supervisor's reaction when he found out that I wrote services in Java to keep our servers interconnected in case of a system failure. He was not amused! But on the other hand: he cant code!

Peace</description>
		<content:encoded><![CDATA[<p>Yeah Karthik! I can see that your website is great *sigh*. And what kind of &#8220;XML languages&#8221; do you use then? The XML language language?<br />
And how yould you use PHP on an iPhone? I guess you mean the website&#8217;s output for mobile devices. Well&#8230; Whatever&#8230;</p>
<p>I also agree with richard: Java is a cool language. The coolest feature is the . operator. I do not like -&gt; ! And the object-orientation-stacked-on-top-of-a-procedural-architecture is in my opinion the biggest problem for PHP. Rewrite it&#8230; and then remarket it, thats my advise for ZEND.</p>
<p>Well&#8230; here at my company I am forced to use PHP for everything. But I don&#8217;t. I started to mix bash with python for systems engineering purposes. And then I was told that Python was gay and PHP was much better. I was like: &#8230; the fukk?! Now imagine my supervisor&#8217;s reaction when he found out that I wrote services in Java to keep our servers interconnected in case of a system failure. He was not amused! But on the other hand: he cant code!</p>
<p>Peace</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP vs Java for Webapps- Quality &#038; Maintainability of Code by Mohammad Alqersh</title>
		<link>http://www.richardrauser.com/index.php/2010/01/18/php-vs-java-for-webapps-quality-maintanability-of-code/comment-page-1/#comment-1601</link>
		<dc:creator>Mohammad Alqersh</dc:creator>
		<pubDate>Mon, 05 Jul 2010 06:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardrauser.com/?p=164#comment-1601</guid>
		<description>We have the namespaces support in PHP some time now

Also About the file including you can use PHP Auto Load to load your classes with out including the files.

In the end there is no or bad programming language. It is all on the developer</description>
		<content:encoded><![CDATA[<p>We have the namespaces support in PHP some time now</p>
<p>Also About the file including you can use PHP Auto Load to load your classes with out including the files.</p>
<p>In the end there is no or bad programming language. It is all on the developer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP vs Java for Webapps- Quality &#038; Maintainability of Code by Karthik</title>
		<link>http://www.richardrauser.com/index.php/2010/01/18/php-vs-java-for-webapps-quality-maintanability-of-code/comment-page-1/#comment-1255</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Mon, 10 May 2010 06:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardrauser.com/?p=164#comment-1255</guid>
		<description>You guys are absolutely wrong!

PHP/Java Quality is depends upon their uses in our apps.

Now-a-days PHP is high growthing language that can runs even iPhone apps too. 

So both are having them own individual quality. 

But in Maintenance concern, Java is preferable for large scale apps.
but PHP can also do it with classes and extending..

We are doing Web Development using .net, PHP, Java, XML languages. Among them
PHP is best of us.

Our Company Website :www.webdesign001.net</description>
		<content:encoded><![CDATA[<p>You guys are absolutely wrong!</p>
<p>PHP/Java Quality is depends upon their uses in our apps.</p>
<p>Now-a-days PHP is high growthing language that can runs even iPhone apps too. </p>
<p>So both are having them own individual quality. </p>
<p>But in Maintenance concern, Java is preferable for large scale apps.<br />
but PHP can also do it with classes and extending..</p>
<p>We are doing Web Development using .net, PHP, Java, XML languages. Among them<br />
PHP is best of us.</p>
<p>Our Company Website :www.webdesign001.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Google wins even when its search fails by Sara	Foster</title>
		<link>http://www.richardrauser.com/index.php/2010/02/03/why-google-wins-even-when-its-search-fails/comment-page-1/#comment-1246</link>
		<dc:creator>Sara	Foster</dc:creator>
		<pubDate>Thu, 06 May 2010 17:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardrauser.com/?p=242#comment-1246</guid>
		<description>It is interesting to compare the performance of  Bing and Google search but i haven't seen any difference at all in their performance.               ,</description>
		<content:encoded><![CDATA[<p>It is interesting to compare the performance of  Bing and Google search but i haven&#8217;t seen any difference at all in their performance.               ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Google wins even when its search fails by Nathan	Rodriguez</title>
		<link>http://www.richardrauser.com/index.php/2010/02/03/why-google-wins-even-when-its-search-fails/comment-page-1/#comment-1219</link>
		<dc:creator>Nathan	Rodriguez</dc:creator>
		<pubDate>Wed, 28 Apr 2010 18:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardrauser.com/?p=242#comment-1219</guid>
		<description>I use Bing and Google whenever i want to find something on the internet. I think that both search engines are very good.    '</description>
		<content:encoded><![CDATA[<p>I use Bing and Google whenever i want to find something on the internet. I think that both search engines are very good.    &#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone 3G Disappoints by Why Google wins even when its search fails &#124; richardrauser.com</title>
		<link>http://www.richardrauser.com/index.php/2008/05/07/iphone-3g-disappoints/comment-page-1/#comment-1034</link>
		<dc:creator>Why Google wins even when its search fails &#124; richardrauser.com</dc:creator>
		<pubDate>Wed, 03 Feb 2010 15:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/index.php/2009/01/27/iphone-3g-disappoints/#comment-1034</guid>
		<description>[...] is the emergence of Android. I have avoided adopting an Android handset for the same reason that I have shunned the iPhone: poor feature set. But this is set to change this year. Android will finally see handsets with good quality cameras, [...]</description>
		<content:encoded><![CDATA[<p>[...] is the emergence of Android. I have avoided adopting an Android handset for the same reason that I have shunned the iPhone: poor feature set. But this is set to change this year. Android will finally see handsets with good quality cameras, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP vs Java for Webapps- Quality &#038; Maintainability of Code by Mike</title>
		<link>http://www.richardrauser.com/index.php/2010/01/18/php-vs-java-for-webapps-quality-maintanability-of-code/comment-page-1/#comment-1028</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardrauser.com/?p=164#comment-1028</guid>
		<description>You've summed my thoughts up exactly! :)

I've been "forced" to program in php for 2 years now, and I've hardly ever run into code that isn't a global loving procedural mess! PHP developers write bad code, and it's because PHP is too loose...

I'm now trying to work on some Google engine apps in my spare time and retrain myself into using java! PHP is horrible.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve summed my thoughts up exactly! <img src='http://www.richardrauser.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve been &#8220;forced&#8221; to program in php for 2 years now, and I&#8217;ve hardly ever run into code that isn&#8217;t a global loving procedural mess! PHP developers write bad code, and it&#8217;s because PHP is too loose&#8230;</p>
<p>I&#8217;m now trying to work on some Google engine apps in my spare time and retrain myself into using java! PHP is horrible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vodafone&#8217;s Novarra WTE System Is Problematic for Mobile Dev by Simon Mullenger</title>
		<link>http://www.richardrauser.com/index.php/2009/01/16/vodafone-wte-mangles-http-requests-and-responses/comment-page-1/#comment-867</link>
		<dc:creator>Simon Mullenger</dc:creator>
		<pubDate>Thu, 20 Aug 2009 07:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/index.php/2009/01/26/vodafone-wte-mangles-http-requests-and-responses/#comment-867</guid>
		<description>Hi,
I wonder to whom one whould speak about the white list - where did you find the contact information?
Also, for the same problem, how did you get Vodafone to start looking at this, did you use a helpdesk contact or something?
Is there any way to change the data service tied to the subscriber's account? Can we choose from GPRS with / without transcoding?
Best reagrds
Simon</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I wonder to whom one whould speak about the white list - where did you find the contact information?<br />
Also, for the same problem, how did you get Vodafone to start looking at this, did you use a helpdesk contact or something?<br />
Is there any way to change the data service tied to the subscriber&#8217;s account? Can we choose from GPRS with / without transcoding?<br />
Best reagrds<br />
Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
