<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>asterisk dhanus blog</title>
	<atom:link href="http://dhanus.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dhanus.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 16 Dec 2008 05:15:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dhanus.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>asterisk dhanus blog</title>
		<link>http://dhanus.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dhanus.wordpress.com/osd.xml" title="asterisk dhanus blog" />
	<atom:link rel='hub' href='http://dhanus.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ANT Script for JAXB Creation</title>
		<link>http://dhanus.wordpress.com/2008/12/16/ant-script-for-jaxb-creation/</link>
		<comments>http://dhanus.wordpress.com/2008/12/16/ant-script-for-jaxb-creation/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 05:07:37 +0000</pubDate>
		<dc:creator>NPR</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://dhanus.wordpress.com/2008/12/16/ant-script-for-jaxb-creation/</guid>
		<description><![CDATA[&#60;project name=&#8221;project&#8221; default=&#8221;BuildJaxb&#8221;&#62;           &#60;target name=&#8221;BuildJaxb&#8221;&#62;                               &#60;property name=&#8221;jboss-lib&#8221; value=&#8221;D:\work\jboss.4.0.2\lib&#8221;/&#62;                                &#60;property name=&#8221;jboss-default-lib&#8221; value=&#8221;D:\work\jboss.4.0.2\server\default\lib&#8221;/&#62;                        [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhanus.wordpress.com&amp;blog=2407396&amp;post=6&amp;subd=dhanus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;project name=&#8221;project&#8221; default=&#8221;BuildJaxb&#8221;&gt;</p>
<p>          &lt;target name=&#8221;BuildJaxb&#8221;&gt;</p>
<p>                              &lt;property name=&#8221;jboss-lib&#8221; value=&#8221;D:\work\jboss.4.0.2\lib&#8221;/&gt;</p>
<p>                               &lt;property name=&#8221;jboss-default-lib&#8221; value=&#8221;D:\work\jboss.4.0.2\server\default\lib&#8221;/&gt;</p>
<p>                               &lt;taskdef name=&#8221;castor-srcgen&#8221;			classname=&#8221;org.castor.anttask.CastorCodeGenTask&#8221;&gt;</p>
<p>                               &lt;classpath&gt;</p>
<p>                                           &lt;fileset dir=&#8221;${basedir}&#8221;&gt; 					&lt;include name=&#8221;*.jar&#8221; /&gt; &lt;/fileset&gt;</p>
<p>                                           &lt;fileset dir=&#8221;${jboss-lib}&#8221;&gt; 					&lt;include name=&#8221;*.jar&#8221; /&gt; 				&lt;/fileset&gt;</p>
<p>                                           &lt;fileset dir=&#8221;${jboss-default-lib}&#8221;&gt; 					&lt;include name=&#8221;*.jar&#8221; /&gt; 				&lt;/fileset&gt;</p>
<p>                             &lt;/classpath&gt;</p>
<p>                &lt;/taskdef&gt;</p>
<p>               &lt;delete failonerror=&#8221;false&#8221;&gt;</p>
<p>                        &lt;fileset dir=&#8221;${basedir}/src/com/test/jaxb&#8221;&gt; 				&lt;include name=&#8221;**/*.java&#8221; /&gt; 			&lt;/fileset&gt;</p>
<p>                &lt;/delete&gt;</p>
<p>              &lt;castor-srcgen file=&#8221;${basedir}/ds.xsd&#8221; 		                   todir=&#8221;${basedir}/src&#8221; 		                   package=&#8221;com.test.jaxb&#8221; 		                   types=&#8221;j2&#8243; 		                   warnings=&#8221;true&#8221; /&gt;</p>
<p>&lt;/target&gt;</p>
<p>&lt;/project&gt;</p>
<p>Required Jar Files</p>
<p>castor-1.1.2.1-anttasks.jar</p>
<p>castor-1.1.2.jar</p>
<p>castor-1.1.2-codegen.jar</p>
<p>commons-logging.jar</p>
<p>xercesImpl.jar</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhanus.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhanus.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhanus.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhanus.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhanus.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhanus.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhanus.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhanus.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhanus.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhanus.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhanus.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhanus.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhanus.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhanus.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhanus.wordpress.com&amp;blog=2407396&amp;post=6&amp;subd=dhanus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhanus.wordpress.com/2008/12/16/ant-script-for-jaxb-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e77eb603bbbca32b96c8984d621383dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">NPR</media:title>
		</media:content>
	</item>
		<item>
		<title>SIP &amp; VOIP Links</title>
		<link>http://dhanus.wordpress.com/2008/06/10/sip-voip-links/</link>
		<comments>http://dhanus.wordpress.com/2008/06/10/sip-voip-links/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 09:20:39 +0000</pubDate>
		<dc:creator>NPR</dc:creator>
				<category><![CDATA[SIP]]></category>
		<category><![CDATA[didx]]></category>
		<category><![CDATA[Free SIP number]]></category>
		<category><![CDATA[sip server]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://dhanus.wordpress.com/?p=4</guid>
		<description><![CDATA[DidX - Whole Sale Number for Internet service provider. DIDX (DIDXchange) is where Internet protocol communications companies buy and sell DID (Direct Inward Dialing) phone numbers.Providers of Internet Telephony Service, Instant Messengers, Wireless Operators, Competitive Local Exchange Carriers, Incumbent Local Exchange Carriers, Social Community Portals, and Communications Entrepreneurs. Membership Fee: 0 DidX AG Projects Multimedia [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhanus.wordpress.com&amp;blog=2407396&amp;post=4&amp;subd=dhanus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="DidX" href="http://www.didx.net/" target="_blank">DidX </a>- Whole Sale Number for Internet service provider.</p>
<p><span style="font-size:8pt;"><span style="color:#333333;font-family:Verdana;">DIDX (DIDXchange) is where Internet protocol communications companies buy and sell DID (Direct Inward Dialing) phone numbers.</span></span><span style="font-size:8pt;color:#333333;font-family:Verdana;">Providers of Internet Telephony Service, Instant Messengers, Wireless Operators, Competitive Local Exchange Carriers, Incumbent Local Exchange Carriers, Social Community Portals, and Communications Entrepreneurs.</span></p>
<p><span style="font-size:8pt;color:#333333;font-family:Verdana;"><strong>Membership Fee: 0<br />
</strong></span></p>
<p><a title="DidX" href="http://www.didx.net/" target="_blank">DidX </a></p>
<p><a title="AG Products" href="http://www.ag-projects.com/" target="_blank"><strong>AG Projects</strong></a></p>
<p>Multimedia Service Platform is a carrier-grade turnkey solution for delivery of SIP services like Voice and Video over IP, Interactive Messaging and Presence to residential and SME markets.</p>
<div>The platform is based on IETF standards and integrates the best-of-breed Open Source software components available on the market. The platform is being used for more than five years in production environments and has an excellent track record. The platform can scale to serve up to 3 million end-points.</div>
<div><a title="SIP2SIP" href="http://www.ag-projects.com/content/view/276/211/" target="_blank">SIP2SIP</a> &#8211; Free SIP No</div>
<div>Sip2 Sip provide a free SIP service in the form of a free SIP account. You may register with our platform a SIP account and make Internet calls using a freely available SIP client.</div>
<p align="left">This free service provides access to features present in Multimedia Service Platform. The SIP accounts is reachable from any open SIP network and you can make calls to SIP addresses or ENUM numbers. NAT traversal is included for both audio and video calls and you use multiple devices located on the public Internet or behind NAT routers.</p>
<p align="left">What is not provided: support of any kind, access to the PSTN and access to emergency services</p>
<p align="left">To register your SIP account go to <a href="http://sip2sip.info/" target="_blank">http://sip2sip.info</a></p>
<h1><a title="Berkeke" href="http://www.brekeke.com/" target="_blank">Brekeke </a></h1>
<p>TCP support is now available for both Brekeke SIP Server and Brekeke PBX. Having <strong>SIP over TCP</strong> support adds compatibility with TCP enabled applications and services, handles larger SIP element messages, and more. <strong>TCP support is now available</strong> in v2.2 BETA. A new <strong>B2BUA mode</strong> was also added.</p>
<p> </p>
<p><a href="http://www.mobile-weblog.com/50226711/yes_it_is_possible_to_call_via_sms.php">http://www.mobile-weblog.com/50226711/yes_it_is_possible_to_call_via_sms.php</a></p>
<p><a href="http://www.onflex.org/ted/2007/12/ribbit-leveraging-flash-player-duhhh.php">http://www.onflex.org/ted/2007/12/ribbit-leveraging-flash-player-duhhh.php</a></p>
<p><a href="http://www.colettas.org/?p=174">http://www.colettas.org/?p=174</a></p>
<p><span class="a"><span style="color:#008000;"><a href="http://www.xo.com/SiteCollectionDocuments/business-services/voip-services/IP_Flex_Quick_Start_Guide.pdf">www.xo.com/SiteCollectionDocuments/business-services/voip-services/IP_<strong>Flex</strong>_Quick_Start_Guide.pdf</a></span></span></p>
<p><span class="a"><span class="a"><span style="color:#008000;"><a href="http://www.goatlastelecom.com/brochures/AtlasFlexChannelBrochure.pdf">www.goatlastelecom.com/brochures/Atlas<strong>Flex</strong>ChannelBrochure.pdf</a></span></span></span></p>
<p><span class="a"><span class="a"><a href="http://groups.google.com/group/flex_india/browse_thread/thread/b6e03228a24dbd08">http://groups.google.com/group/flex_india/browse_thread/thread/b6e03228a24dbd08</a></span></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dhanus.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dhanus.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhanus.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhanus.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhanus.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhanus.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhanus.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhanus.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhanus.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhanus.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhanus.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhanus.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhanus.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhanus.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhanus.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhanus.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhanus.wordpress.com&amp;blog=2407396&amp;post=4&amp;subd=dhanus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhanus.wordpress.com/2008/06/10/sip-voip-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e77eb603bbbca32b96c8984d621383dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">NPR</media:title>
		</media:content>
	</item>
		<item>
		<title>20 Tips For More Efficient Google Searches</title>
		<link>http://dhanus.wordpress.com/2008/02/18/20-tips-for-more-efficient-google-searches/</link>
		<comments>http://dhanus.wordpress.com/2008/02/18/20-tips-for-more-efficient-google-searches/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 06:25:55 +0000</pubDate>
		<dc:creator>NPR</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[GOOGLE TIPS]]></category>

		<guid isPermaLink="false">http://dhanus.wordpress.com/?p=3</guid>
		<description><![CDATA[For millions of people, Google is an indispensable search tool that they use every day, in all facets of their lives. From work or school, research, to looking up movies and celebrities to news and gossip, Google is the go-to search engine. But instead of just typing in a phrase and wading through page after [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhanus.wordpress.com&amp;blog=2407396&amp;post=3&amp;subd=dhanus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:100%;">For millions of people, Google is an indispensable <span class="kLink"><span style="color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;"><span class="kLink" style="border-bottom:1px solid blue;color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;padding-bottom:1px;background-color:transparent;">search </span><span class="kLink" style="border-bottom:1px solid blue;color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;padding-bottom:1px;background-color:transparent;">tool</span></span></span> that they use every day, in all facets of their lives. From work or school, research, to looking up movies and celebrities to news and gossip, Google is the go-to search engine.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">But instead of just typing in a phrase and wading through page after page of results, there are a number of ways to make your searches more efficient.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">Some of these are obvious ones, that you probably know about. But others are lesser-known, and others are known but not often used. Use this guide to learn more about, or be reminded of, some of the best ways to get exactly what you&#8217;re looking for, and quickly.</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">1. Either/or. Google normally searches for pages that contain all the words you type in the search box, but if you want pages that have one term or another (or both), use the OR operator &#8212; or use the &#8220;|&#8221; symbol (pipe symbol) to save you a keystroke. [dumb | little | man]</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">2. Quotes. If you want to search for an exact phrase, use quotes. ["dumb little man"] will only find that exact phrase. [dumb "little man"] will find pages that contain the word dumb and the exact phrase &#8220;little man&#8221;.</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">3. Not. If you don&#8217;t want a term or phrase, use the &#8220;-&#8221; symbol. [-dumb little man] will return pages that contain &#8220;little&#8221; and &#8220;man&#8221; but that don&#8217;t contain &#8220;dumb&#8221;.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">4. Similar terms. Use the &#8220;~&#8221; symbol to return similar terms. [~dumb little man -dumb] will get you pages that contain &#8220;funny little man&#8221; and &#8220;stupid little man&#8221; but not &#8220;dumb little man&#8221;.</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">5. Wildcard. The &#8220;*&#8221; symbol is a wildcard. This is useful if you&#8217;re trying to find the lyrics to a song, but can&#8217;t remember the exact lyrics. [can't * me love lyrics] will return the Beatles song you&#8217;re looking for. It&#8217;s also useful for finding stuff only in certain <a href="http://systemideasforyou.blogspot.com/2007/09/20-tips-for-more-efficient-google.html#" id="KonaLink3" target="_top" class="kLink"><span style="color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;"><span class="kLink" style="color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;">domains</span></span></a>, such as</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">educational information: ["dumb little man" research *.edu].</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">6.   Advanced search. If you can&#8217;t remember any of these operators, you can always use Google&#8217;s <a href="http://www.google.com/advanced_search">advanced search.</a></span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">7. Definitions. Use the &#8220;define:&#8221; operator to get a quick definition. [define:dumb] will give you a whole host of definitions from different sources, with links.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">8. Calculator. One of the handiest uses of Google, type in a quick calculation in the search box and get an answer. It&#8217;s faster than calling up your computer&#8217;s calculator in most cases. Use the +, -, *, / symbols and parentheses to do a simple equation.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">9. Numrange. This little-known feature searches for a range of numbers. For example, ["best books 2002..2007] will return lists of best books for each of the years from 2002 to 2007 (note the two periods between the two numbers).</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">10. Site-specific. Use the &#8220;site:&#8221; operator to search only within a certain website. [site:dumblittleman.com leo] will search for the term &#8220;leo&#8221; only within this blog.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">11. Backlinks. The &#8220;link:&#8221; operator will find pages that link to a specific URL. You can use this not only for a main URL but even to a specific page. Not all links to an URL are listed, however.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">12. Vertical search. Instead of searching for a term across all pages on the web, search within a specialized field. Google has a number of specific searches, allowing you to search within blogs, news, books, and much more:</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://blogsearch.google.com/">Blog Search</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;"><a href="http://books.google.com/">o    Book Search</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://scholar.google.com/">Scholar</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://catalogs.google.com/">Catalogs</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://www.google.com/codesearch">Code Search</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://www.google.com/dirhp">Directory</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://finance.google.com/finance">Finance</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://images.google.com/">Images</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://maps.google.com/maps">Local/Maps</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://news.google.com/">News</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://systemideasforyou.blogspot.com/2007/09/Patent%20Search">Patent Search</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://www.google.com/products">Product Search</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    <a href="http://video.google.com/">Video</a></span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">13. Movies. Use the &#8220;movie:&#8221; operator to search for a movie title along with either a zip code or U.S. city and state to get a list of movie theaters in the area and show times.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">14.               Music. The &#8220;music:&#8221; operator returns content related to music only.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">15. Unit converter. Use Google for a quick conversion, from yards to meters for example, or different currency: [12 meters in yards]</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">16.               Types of numbers: Google algorithms can recognize patterns in numbers you enter, so you can search for:</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    Telephone area codes</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    Vehicle ID number (US only)</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    Federal Communications Commission (FCC) equipment numbers (US only)</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    UPC codes</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    Federal Aviation Administration (FAA) airplane registration number (US only)</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    Patent numbers (US only)</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">o    Even stock quotes (using the stock symbol) or a weather forecast regarding the next five days</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">17. File types. If you just want to search for .PDF files, or Word documents, or <a href="http://systemideasforyou.blogspot.com/2007/09/20-tips-for-more-efficient-google.html#" id="KonaLink4" target="_top" class="kLink"><span style="color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;"><span class="kLink" style="border-bottom:1px solid blue;color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;padding-bottom:1px;background-color:transparent;">Excel </span><span class="kLink" style="border-bottom:1px solid blue;color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;padding-bottom:1px;background-color:transparent;">spreadsheets</span></span></a>, for example, use the &#8220;filetype:&#8221; operator.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">18. Location of term. By default, Google searches for your term throughout a web page. But if you just want it to search certain locations, you can use operators such as &#8220;inurl:&#8221;, &#8220;intitle:&#8221;, &#8220;intext:&#8221;, and &#8220;inanchor:&#8221;. Those search for a term only within the URL, the title,</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">the <a href="http://systemideasforyou.blogspot.com/2007/09/20-tips-for-more-efficient-google.html#" id="KonaLink5" target="_top" class="kLink"><span style="color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;"><span class="kLink" style="color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;">body </span><span class="kLink" style="color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;">text</span></span></a>, and the anchor text (the text used to describe a link).</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">19. Cached pages. Looking for a version of a page the Google stores on its own <a href="http://systemideasforyou.blogspot.com/2007/09/20-tips-for-more-efficient-google.html#" id="KonaLink6" target="_top" class="kLink"><span style="color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;"><span class="kLink" style="color:blue !important;font-family:Verdana,sans-serif;font-weight:400;font-size:13px;position:static;">servers</span></span></a>? This can help with outdated or update pages. Use the &#8220;cached:&#8221; operator.</span><br />
<span style="font-size:100%;"></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">20.               Answer to life, the universe, and everything. Search for that phrase, in lower case, and Google will give you <a href="http://www.google.com/search?hl=en&amp;q=the+answer+to+life%2C+the+universe%2C+and+everything&amp;btnG=Search">the answer.</a></span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">More info:</span><br />
<span style="font-size:100%;"></span><span style="font-size:100%;">For more on Google&#8217;s search syntax, see <a href="http://www.googleguide.com/using_advanced_operators.html">this one.</a></span></p>
<p>Ref :  http://systemideasforyou.blogspot.com/2007/09/20-tips-for-more-efficient-google.html</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dhanus.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dhanus.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhanus.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhanus.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhanus.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhanus.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhanus.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhanus.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhanus.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhanus.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhanus.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhanus.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhanus.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhanus.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhanus.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhanus.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhanus.wordpress.com&amp;blog=2407396&amp;post=3&amp;subd=dhanus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhanus.wordpress.com/2008/02/18/20-tips-for-more-efficient-google-searches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e77eb603bbbca32b96c8984d621383dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">NPR</media:title>
		</media:content>
	</item>
		<item>
		<title>asterisk</title>
		<link>http://dhanus.wordpress.com/2007/12/29/hello-world/</link>
		<comments>http://dhanus.wordpress.com/2007/12/29/hello-world/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 06:44:50 +0000</pubDate>
		<dc:creator>NPR</dc:creator>
				<category><![CDATA[asterisk]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Asterisk=&#62; The Future of Telephony Original Website &#8211; http://www.asterisk.org/ Asterisk is a complete PBX in software. It runs on Linux, BSD, Windows (emulated) and OS X and provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in four protocols, and can interoperate with almost all standards-based [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhanus.wordpress.com&amp;blog=2407396&amp;post=1&amp;subd=dhanus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Asterisk=&gt; The Future of Telephony</p>
<p>Original Website &#8211; <a href="http://www.asterisk.org/" class="external">http://www.asterisk.org/</a></p>
<p><b>Asterisk is a complete PBX in software.</b> It runs on <a href="http://www.voip-info.org/wiki/view/Linux">Linux</a>, <a href="http://www.voip-info.org/wiki/view/BSD">BSD</a>, <a href="http://www.voip-info.org/wiki/view/Windows">Windows</a> (emulated) and <a href="http://www.voip-info.org/wiki/index.php?page=MacOS+X">OS X</a> and provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in four protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware.</p>
<p>Asterisk provides Voicemail services with Directory, Call Conferencing, Interactive Voice Response, Call Queuing. It has support for three-way calling, caller ID services, <a href="http://www.voip-info.org/wiki/view/ADSI">ADSI</a>, <a href="http://www.voip-info.org/wiki/view/IAX">IAX</a>, <a href="http://www.voip-info.org/wiki/view/SIP">SIP</a>, <a href="http://www.voip-info.org/wiki/view/H.323">H.323</a> (as both client and gateway), <a href="http://www.voip-info.org/wiki/view/MGCP">MGCP</a> (call manager only) and <a href="http://www.voip-info.org/wiki/view/SCCP">SCCP</a>/Skinny. Check the Features section for a more complete list.</p>
<p>Asterisk <b>needs no additional hardware for Voice-over-IP</b>, although it does expect a non-standard driver that implements dummy hardware as a non-portable timing mechanism (for certain applications such as conferencing). A single (or multiple) VOIP provider(s) can be used for outgoing and/or incoming calls (outgoing and incoming calls can be handled through entirely different VOIP and/or telco providers)</p>
<p>For interconnection with digital and analog telephony equipment, Asterisk supports a number of hardware devices, most notably all of the hardware manufactured by Asterisk&#8217;s sponsor, <a href="http://www.voip-info.org/wiki/view/Digium">Digium</a>. Digium has single and quad span <a href="http://www.voip-info.org/wiki/view/T1">T1</a> and <a href="http://www.voip-info.org/wiki/view/E1">E1</a> interfaces for interconnection to <a href="http://www.voip-info.org/wiki/view/PRI">PRI</a> lines and <a href="http://www.voip-info.org/wiki/view/channel+banks">channel banks</a>. In addition, single to quad port analog <a href="http://www.voip-info.org/wiki/view/FXO">FXO</a> and <a href="http://www.voip-info.org/wiki/view/FXS">FXS</a> cards are available and are popular for small installations. Other vendors&#8217; cards can be used for <a href="http://www.voip-info.org/wiki/view/BRI">BRI</a> (ISDN2) or quad- and octo- port <a href="http://www.voip-info.org/wiki/view/BRI">BRI</a> based upon CAPI compatible cards or HFC chipset cards.</p>
<p>For interconnection with the cellular network (GSM or CDMA), Asterisk can use the <a href="http://www.voip-info.org/wiki/view/Celliax">Celliax</a> channel driver or chan_mobile that is in the trunk now and there is also a unofficial backported version.</p>
<p>Lastly, standalone devices are available to do a wide range of tasks including providing fxo and fxs ports that simply plug into the LAN and register to Asterisk as an available device.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dhanus.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dhanus.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhanus.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhanus.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhanus.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhanus.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhanus.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhanus.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhanus.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhanus.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhanus.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhanus.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhanus.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhanus.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhanus.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhanus.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhanus.wordpress.com&amp;blog=2407396&amp;post=1&amp;subd=dhanus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhanus.wordpress.com/2007/12/29/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e77eb603bbbca32b96c8984d621383dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">NPR</media:title>
		</media:content>
	</item>
	</channel>
</rss>
