<?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 MyHowTo.org</title>
	<atom:link href="http://myhowto.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://myhowto.org</link>
	<description>All about software engineering</description>
	<pubDate>Fri, 30 Jul 2010 17:53:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Dynamic runtime evaluation of the PL/SQL expressions by Naeem</title>
		<link>http://myhowto.org/databases/48-dynamic-runtime-evaluation-of-the-plsql-expressions/comment-page-1/#comment-152</link>
		<dc:creator>Naeem</dc:creator>
		<pubDate>Wed, 21 Apr 2010 18:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://myhowto.org/databases/48-dynamic-runtime-evaluation-of-the-plsql-expressions/#comment-152</guid>
		<description>Thanks to you for posting this. It helped me to resolve my issue by creating a function where I can pass the expression and values and function uses above logic and returns 1 or 0 based on expression evaluation.</description>
		<content:encoded><![CDATA[<p>Thanks to you for posting this. It helped me to resolve my issue by creating a function where I can pass the expression and values and function uses above logic and returns 1 or 0 based on expression evaluation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling Spotlight in OS X Leopard for the removable drives by gaetano</title>
		<link>http://myhowto.org/mac-os-x/52-disabling-spotlight-in-os-x-leopard-for-the-removable-drives/comment-page-1/#comment-150</link>
		<dc:creator>gaetano</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://myhowto.org/mac-os-x/52-disabling-spotlight-in-os-x-leopard-for-the-removable-drives/#comment-150</guid>
		<description>at wringley, instead of

for i in /Volumes/*;
do if [ "$i" != "/Volumes/Macintosh HD" ];
then shut_spotlight_for_volume “$i”;
fi;done;

I believe the following is safer
find /Volumes -user $USERNAME -maxdepth 1 -exec mdutil -E -i off '{}' \;
where USERNAME= your user name</description>
		<content:encoded><![CDATA[<p>at wringley, instead of</p>
<p>for i in /Volumes/*;<br />
do if [ "$i" != "/Volumes/Macintosh HD" ];<br />
then shut_spotlight_for_volume “$i”;<br />
fi;done;</p>
<p>I believe the following is safer<br />
find /Volumes -user $USERNAME -maxdepth 1 -exec mdutil -E -i off &#8216;{}&#8217; \;<br />
where USERNAME= your user name</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending and receiving GSM SMS on Blackberry using RIM APIs by Sudhakar Chavali</title>
		<link>http://myhowto.org/java/j2me/22-sending-and-receiving-gsm-sms-on-blackberry-using-rim-apis/comment-page-1/#comment-149</link>
		<dc:creator>Sudhakar Chavali</dc:creator>
		<pubDate>Mon, 18 Jan 2010 05:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://myhowto.org/java/j2me/22-sending-and-receiving-gsm-sms-on-blackberry-using-rim-apis/#comment-149</guid>
		<description>Hi

Thanks for sharing nice article

I have few questions that need clarification. Can you help me on this?
1. Do I need to mention port explicitly while creating connection object?  I was reading a discussion in verizon developers forum where it was mentioned that I need to append port 0 to url. 
Source: http://developer.verizon.com/forum/posts/list/645.page;jsessionid=B03609F47724D7EA6EFC3A54814EAE18#2109

2. what is the difference in sms://18001234567:9876 Vs sms://18001234567

3. (Sending SMS using RIM API) -- Will this work both for CDMA and GSM devices?

4. When shall I use WMA way? Because Event Blackberry supports this API.

Thanks
Sudhakar Chavali</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for sharing nice article</p>
<p>I have few questions that need clarification. Can you help me on this?<br />
1. Do I need to mention port explicitly while creating connection object?  I was reading a discussion in verizon developers forum where it was mentioned that I need to append port 0 to url.<br />
Source: <a href="http://developer.verizon.com/forum/posts/list/645.page;jsessionid=B03609F47724D7EA6EFC3A54814EAE18#2109" rel="nofollow">http://developer.verizon.com/forum/posts/list/645.page;jsessionid=B03609F47724D7EA6EFC3A54814EAE18#2109</a></p>
<p>2. what is the difference in sms://18001234567:9876 Vs sms://18001234567</p>
<p>3. (Sending SMS using RIM API) &#8212; Will this work both for CDMA and GSM devices?</p>
<p>4. When shall I use WMA way? Because Event Blackberry supports this API.</p>
<p>Thanks<br />
Sudhakar Chavali</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling Spotlight in OS X Leopard for the removable drives by Dick Guertin</title>
		<link>http://myhowto.org/mac-os-x/52-disabling-spotlight-in-os-x-leopard-for-the-removable-drives/comment-page-1/#comment-148</link>
		<dc:creator>Dick Guertin</dc:creator>
		<pubDate>Mon, 11 Jan 2010 00:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://myhowto.org/mac-os-x/52-disabling-spotlight-in-os-x-leopard-for-the-removable-drives/#comment-148</guid>
		<description>I have an external disk drive partitioned into multiple volumes.  Some are for backup use on Tiger, and some are for Leopard.  Therefore, this drive is mounted to BOTH Tiger and Leopard systems, but "mdutil" on Tiger is expecting to find .Spotlight-V100/_IndexPolicy.plist, and Leopard is expecting .Spotlight-V100/Store-V1/VolumeConfig.plist, so you need to disable using each mdutil that comes with each system.  Alternatively, as mentioned by "mozami", you can:

cd /Volumes/your\ target\ volume
sudo touch .metadata_never_index

The existence of his file seems to be recognized by Spotlight on both Tiger and Leopard.   But it doesn't stop indexing in progress, and you can't unmount while indexing is happening.  So you need to stop indexing first with mdutil, and then add the .metadata_never_index file.  At least then you can unmount the volumes (entire disk drive), and safely mount them of EITHER Tiger or Leopard.  Also, you need to be concerned about your backup software.  If you are making a "clone", then .Spotlight-V100 on your boot volume will be copied to your backup, and you'll undo the "disable Spotlight" work you did to prevent your backup from being indexed.  Some backup software allows you to exclude certain directories (like .Spotlight-V100), yet retains what's already on backup.

I've written a wrapper script that creates .metadata_never_index on my boot volume, does the clone backup, and then removes that file from my boot volume.  That way, the backup software always copies .metadata_never_index to the backup volume, and prevents indexing the next time the backup volume is mounted.</description>
		<content:encoded><![CDATA[<p>I have an external disk drive partitioned into multiple volumes.  Some are for backup use on Tiger, and some are for Leopard.  Therefore, this drive is mounted to BOTH Tiger and Leopard systems, but &#8220;mdutil&#8221; on Tiger is expecting to find .Spotlight-V100/_IndexPolicy.plist, and Leopard is expecting .Spotlight-V100/Store-V1/VolumeConfig.plist, so you need to disable using each mdutil that comes with each system.  Alternatively, as mentioned by &#8220;mozami&#8221;, you can:</p>
<p>cd /Volumes/your\ target\ volume<br />
sudo touch .metadata_never_index</p>
<p>The existence of his file seems to be recognized by Spotlight on both Tiger and Leopard.   But it doesn&#8217;t stop indexing in progress, and you can&#8217;t unmount while indexing is happening.  So you need to stop indexing first with mdutil, and then add the .metadata_never_index file.  At least then you can unmount the volumes (entire disk drive), and safely mount them of EITHER Tiger or Leopard.  Also, you need to be concerned about your backup software.  If you are making a &#8220;clone&#8221;, then .Spotlight-V100 on your boot volume will be copied to your backup, and you&#8217;ll undo the &#8220;disable Spotlight&#8221; work you did to prevent your backup from being indexed.  Some backup software allows you to exclude certain directories (like .Spotlight-V100), yet retains what&#8217;s already on backup.</p>
<p>I&#8217;ve written a wrapper script that creates .metadata_never_index on my boot volume, does the clone backup, and then removes that file from my boot volume.  That way, the backup software always copies .metadata_never_index to the backup volume, and prevents indexing the next time the backup volume is mounted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using HTTP-Over-Socket and HTTP Proxy in J2ME Applications by Nick</title>
		<link>http://myhowto.org/java/j2me/20-using-http-over-socket-and-http-proxy-in-j2me-applications/comment-page-1/#comment-147</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 09 Jan 2010 15:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://myhowto.org/java/j2me/20-using-http-over-socket-and-http-proxy-in-j2me-applications/#comment-147</guid>
		<description>Alex32,

Depending on the phone and settings, most likely your Java apps go though WAP gateway when you use HTTP/HTTPS.

You should be very careful with socket connections if your data plan allows only unlimited browsing. The operator will charge you for internet access separately and it may be costly.

Opera mini is smart enough to figure out the best way to access Internet. However, if you really want to mess with the code, you can use JAD or another java decompiler to get the code from the class files. However, be prepared to deal with the code that has been obfuscated  - i.e. it may be hard (or very hard ;) ) to read and you may even have troubles compiling it back as is.</description>
		<content:encoded><![CDATA[<p>Alex32,</p>
<p>Depending on the phone and settings, most likely your Java apps go though WAP gateway when you use HTTP/HTTPS.</p>
<p>You should be very careful with socket connections if your data plan allows only unlimited browsing. The operator will charge you for internet access separately and it may be costly.</p>
<p>Opera mini is smart enough to figure out the best way to access Internet. However, if you really want to mess with the code, you can use JAD or another java decompiler to get the code from the class files. However, be prepared to deal with the code that has been obfuscated  - i.e. it may be hard (or very hard <img src='http://myhowto.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) to read and you may even have troubles compiling it back as is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using HTTP-Over-Socket and HTTP Proxy in J2ME Applications by Alex32</title>
		<link>http://myhowto.org/java/j2me/20-using-http-over-socket-and-http-proxy-in-j2me-applications/comment-page-1/#comment-146</link>
		<dc:creator>Alex32</dc:creator>
		<pubDate>Fri, 08 Jan 2010 05:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://myhowto.org/java/j2me/20-using-http-over-socket-and-http-proxy-in-j2me-applications/#comment-146</guid>
		<description>Hi! It seems very interesting and I have a question: I have an unlimited wap data plan from my carrier and I need to use a specific port and proxy to connect to the internet. And when I use java apps it always use the http protocol to connect. Socket protocol won't work. Will opera mini connect through a proxy using socket protocol if I modify opera mini to implement this code.. If yes is there any doc where i can't learn to know how to modify a .jar socket class? Thank you</description>
		<content:encoded><![CDATA[<p>Hi! It seems very interesting and I have a question: I have an unlimited wap data plan from my carrier and I need to use a specific port and proxy to connect to the internet. And when I use java apps it always use the http protocol to connect. Socket protocol won&#8217;t work. Will opera mini connect through a proxy using socket protocol if I modify opera mini to implement this code.. If yes is there any doc where i can&#8217;t learn to know how to modify a .jar socket class? Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using XPath for Efficient Parsing of the XML Documents in Java by anon-anon</title>
		<link>http://myhowto.org/java/26-using-xpath-for-efficient-parsing-the-xml-documents-in-java/comment-page-1/#comment-145</link>
		<dc:creator>anon-anon</dc:creator>
		<pubDate>Wed, 25 Nov 2009 22:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://myhowto.org/java/26-using-xpath-for-efficient-parsing-the-xml-documents-in-java/#comment-145</guid>
		<description>you might want to look at vtd-xml for best possible xpath query perfomrance

&lt;a href="http://vtd-xml.sf.net" rel="nofollow"&gt;vtd-xml&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>you might want to look at vtd-xml for best possible xpath query perfomrance</p>
<p><a href="http://vtd-xml.sf.net" rel="nofollow">vtd-xml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using HTTP-Over-Socket and HTTP Proxy in J2ME Applications by Nitin</title>
		<link>http://myhowto.org/java/j2me/20-using-http-over-socket-and-http-proxy-in-j2me-applications/comment-page-1/#comment-143</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Sun, 22 Nov 2009 04:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://myhowto.org/java/j2me/20-using-http-over-socket-and-http-proxy-in-j2me-applications/#comment-143</guid>
		<description>How to run proxy server on mobile phone? (i.e. localhost)</description>
		<content:encoded><![CDATA[<p>How to run proxy server on mobile phone? (i.e. localhost)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using HTTP-Over-Socket and HTTP Proxy in J2ME Applications by heid</title>
		<link>http://myhowto.org/java/j2me/20-using-http-over-socket-and-http-proxy-in-j2me-applications/comment-page-1/#comment-142</link>
		<dc:creator>heid</dc:creator>
		<pubDate>Wed, 18 Nov 2009 11:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://myhowto.org/java/j2me/20-using-http-over-socket-and-http-proxy-in-j2me-applications/#comment-142</guid>
		<description>Well done, was helpful, thanks.</description>
		<content:encoded><![CDATA[<p>Well done, was helpful, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling Spotlight in OS X Leopard for the removable drives by wrigley</title>
		<link>http://myhowto.org/mac-os-x/52-disabling-spotlight-in-os-x-leopard-for-the-removable-drives/comment-page-1/#comment-140</link>
		<dc:creator>wrigley</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://myhowto.org/mac-os-x/52-disabling-spotlight-in-os-x-leopard-for-the-removable-drives/#comment-140</guid>
		<description>If the only harddisk you want indexed is your main/internal harddisk, and that is called "Macintosh HD" you could disable indexing for all other harddisks replacing the last 3 lines in your script with

for i in /Volumes/*;
do if [ "$i" != "/Volumes/Macintosh HD" ];
then shut_spotlight_for_volume "$i";
fi;done;

That way you don't have to add the name of every friends usb pendrive when they quickly need something, etc.

/wrigley</description>
		<content:encoded><![CDATA[<p>If the only harddisk you want indexed is your main/internal harddisk, and that is called &#8220;Macintosh HD&#8221; you could disable indexing for all other harddisks replacing the last 3 lines in your script with</p>
<p>for i in /Volumes/*;<br />
do if [ "$i" != "/Volumes/Macintosh HD" ];<br />
then shut_spotlight_for_volume &#8220;$i&#8221;;<br />
fi;done;</p>
<p>That way you don&#8217;t have to add the name of every friends usb pendrive when they quickly need something, etc.</p>
<p>/wrigley</p>
]]></content:encoded>
	</item>
</channel>
</rss>
