<?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/"
	>

<channel>
	<title>BlogParadise &#187; Technology</title>
	<atom:link href="http://goelji.com/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://goelji.com</link>
	<description>Professional Blog Network!</description>
	<lastBuildDate>Tue, 03 Mar 2009 04:43:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Removing WPMu (WordPress MU) Post HTML/JavaScript filter</title>
		<link>http://goelji.com/technology/internet/blogging/removing-wpmu-wordpress-mu-post-htmljavascript-filter.html</link>
		<comments>http://goelji.com/technology/internet/blogging/removing-wpmu-wordpress-mu-post-htmljavascript-filter.html#comments</comments>
		<pubDate>Sun, 04 Jan 2009 13:51:25 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[javascripts]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://goelji.com/technology/internet/blogging/removing-wpmu-wordpress-mu-post-htmljavascript-filter.html</guid>
		<description><![CDATA[Today, I spend almost 3 hours to find out a way to remove boring WPMU(Wordpress Multi Users)&#8217;s post html tags filtering. I love the javascripts coz of their functionality and that&#8217;s why I used them many times in my previous WordPress install but since shifting to WordPress multiuser, I have been missing javascripts. 
I searched [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I spend almost 3 hours to find out a way to remove boring WPMU(Wordpress Multi Users)&#8217;s post html tags filtering. I love the javascripts coz of their functionality and that&#8217;s why I used them many times in my previous WordPress install but since shifting to WordPress multiuser, I have been missing javascripts. </p>
<p>I searched a lot on net, only few info was helpful. The official &#8220;<a href="http://codex.wordpress.org/Using_Javascript">how to use Javascript&#8221;</a> suggest to install &#8220;text-control plugin&#8221; and then turn off rich editor, its totally useless in WPMU. I found a lot of people asking help on how to:
<ul>
<li>enable JavaScript for WordPress MU post; </li>
<li>remove WordPress MU HTML filter; or  </li>
<li>enable advanced HTML tags and attributes, like embedded object, flash, video, etc? </li>
</ul>
<p>Finally I got a simple solution from somewhere by hack some code:
<ol>
<li>Go to: wp-include</li>
<li>open kses.php in an editor like notepad.</li>
<li>go to around line 742 and simply do the following commenting out:</li>
</ol>
<blockquote><p>function kses_init_filters() {<br />// Normal filtering.<br />add_filter(’pre_comment_content’, ‘wp_filter_kses’);<br />add_filter(’title_save_pre’, ‘wp_filter_kses’); </p>
<p>&nbsp; </p>
<p>// Post filtering<br />// add_filter(’content_save_pre’, ‘wp_filter_post_kses’);<br />// add_filter(’excerpt_save_pre’, ‘wp_filter_post_kses’);<br />// add_filter(’content_filtered_save_pre’, ‘wp_filter_post_kses’);<br />}</p>
</blockquote>
<p>This solution will allow you to only stop filtering of the POST, but the comments will still get filtered out.</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/internet/blogging/wp-plugin-contextual-related-posts.html" rel="bookmark" class="crp_title">WP Plugin: Contextual Related Posts</a></li><li><a href="http://goelji.com/technology/internet/blogging/how-to-display-author-info-in-wordpress-single-post.html" rel="bookmark" class="crp_title">How to display Author info in Wordpress Single Post</a></li><li><a href="http://goelji.com/technology/internet/blogging/sneak-peak-to-new-upgraded-wordpress-2.5-rc1.html" rel="bookmark" class="crp_title">Sneak Peak to new upgraded Wordpress 2.5 RC1</a></li><li><a href="http://goelji.com/technology/internet/blogging/note-wordpress-seo-using-wp-email-plugin.html" rel="bookmark" class="crp_title">Note on WordPress SEO using the WP-Email Plugin</a></li><li><a href="http://goelji.com/technology/internet/blogging/redirect-from-blogger-to-wordpress.html" rel="bookmark" class="crp_title">Redirect from Blogger to WordPress</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/internet/blogging/removing-wpmu-wordpress-mu-post-htmljavascript-filter.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add Recycle Bin to Folder Options</title>
		<link>http://goelji.com/technology/softwares/tutorials/add-recycle-bin-to-folder-options.html</link>
		<comments>http://goelji.com/technology/softwares/tutorials/add-recycle-bin-to-folder-options.html#comments</comments>
		<pubDate>Sun, 26 Oct 2008 09:48:38 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[registry trick]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[windows hack]]></category>

		<guid isPermaLink="false">http://goelji.com/interesting/add-recycle-bin-to-folder-options.html</guid>
		<description><![CDATA[Now to make it easier to remove or show recycle bin on  desktop of windows XP, let add a graphical user interface to this. The following process will add a option to chose in Folder Options.
1. Using a text editor like Notepad create a text file, now copy the below registry code, and save the [...]]]></description>
			<content:encoded><![CDATA[<p>Now to make it easier to remove or show recycle bin on  desktop of windows XP, let add a graphical user interface to this. The following process will add a option to chose in <strong>Folder Options</strong>.<a href="http://goelji.com/files/2008/10/recyclebin1.png"><img style="margin-left: 0px;margin-right: 0px" src="http://goelji.com/files/2008/10/recyclebin-thumb1.png" alt="recyclebin" width="80" height="77" align="right" /></a></p>
<p>1. Using a text editor like Notepad create a text file, now copy the below registry code, and save the file as <strong>OptionRecycleBin.reg</strong>.</p>
<blockquote>
<pre>REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\RecycleBinOnDesktop]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel"
"Text"="Show Recycle Bin icon on the desktop"
"Type"="checkbox"
"ValueName"="{645FF040-5081-101B-9F08-00AA002F954E}"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001</pre>
</blockquote>
<p>2. Now double-click the file to import this code into the registry.</p>
<p>To hide or show the Recycle Bin icon using Folder Options, follow these steps:</p>
<ol>
<li>In Windows Explorer, Click on the <strong>Tools</strong> menu, then click on the <strong>Folder Options</strong>.</li>
<li>Go to the <strong>View</strong> tab, under <strong>Advanced Settings</strong>, do one of the following:</li>
<li>Check the <strong>Show Recycle Bin icon on the desktop</strong> check box to show the icon on your desktop.</li>
<li>Uncheck the <strong>Show Recycle Bin icon on the desktop</strong> check box to remove the icon from your desktop.</li>
</ol>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/softwares/tutorials/remove-recycle-bin-from-desktop-in-windows-xp.html" rel="bookmark" class="crp_title">Remove Recycle Bin from Desktop in Windows XP</a></li><li><a href="http://goelji.com/technology/internet/download-movies-from-youtube.html" rel="bookmark" class="crp_title">Download Movies from YouTube</a></li><li><a href="http://goelji.com/cinema/hollywood/jessica-keeps-her-mouth-shut-at-her-album-release.html" rel="bookmark" class="crp_title">Jessica Keeps Her Mouth Shut at Her Album Release</a></li><li><a href="http://goelji.com/technology/softwares/tutorials/change-default-searchbox-in-firefox.html" rel="bookmark" class="crp_title">Change Default SearchBox in Firefox</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n85.html" rel="bookmark" class="crp_title">Nokia N85</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/softwares/tutorials/add-recycle-bin-to-folder-options.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Recycle Bin from Desktop in Windows XP</title>
		<link>http://goelji.com/technology/softwares/tutorials/remove-recycle-bin-from-desktop-in-windows-xp.html</link>
		<comments>http://goelji.com/technology/softwares/tutorials/remove-recycle-bin-from-desktop-in-windows-xp.html#comments</comments>
		<pubDate>Sun, 26 Oct 2008 09:31:47 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[registry trick]]></category>

		<guid isPermaLink="false">http://goelji.com/technology/softwares/tutorials/remove-recycle-bin-from-desktop-in-windows-xp.html</guid>
		<description><![CDATA[Does that recycle Bin icon on your desktop makes you go crazy? Then this is step-by-step, how you can remove remove the Recycle Bin Icon from your desktop.   
You can use TweakUI or make the changes manually into the registry.  
Removing the Recycle Bin  
1. Using a text editor like Notepad [...]]]></description>
			<content:encoded><![CDATA[<p>Does that recycle Bin icon on your desktop makes you go crazy? Then this is step-by-step, how you can remove remove the Recycle Bin Icon from your desktop. <a href="http://goelji.com/files/2008/10/recyclebin.png"><img style="margin-left: 0px;margin-right: 0px" height="77" alt="recyclebin" src="http://goelji.com/files/2008/10/recyclebin-thumb.png" width="80" align="right"/></a>  </p>
<p>You can use TweakUI or make the changes manually into the registry.  </p>
<p><strong>Removing the Recycle Bin</strong>  </p>
<p>1. Using a text editor like Notepad create a text file, now copy the below registry code, and save the file as ‘RemoveRecycleBin.reg’.</p>
<blockquote><p>REGEDIT4</p>
<p>&nbsp;</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu] &#8220;{645FF040-5081-101B-9F08-00AA002F954E}&#8221;=dword:00000001</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] &#8220;{645FF040-5081-101B-9F08-00AA002F954E}&#8221;=dword:00000001 </p>
</blockquote>
<p>2. Now double-click the file to import this code into the registry.</p>
<p><strong>Showing Recycle Bin</strong>  </p>
<p>1. Using a text editor like Notepad create a text file, now copy the below registry code, and save the file as ‘ShowRecycleBin.reg’.</p>
<blockquote><p>REGEDIT4 </p>
<p>&nbsp;</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu] &#8220;{645FF040-5081-101B-9F08-00AA002F954E}&#8221;=dword:00000000</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] &#8220;{645FF040-5081-101B-9F08-00AA002F954E}&#8221;=dword:00000000 </p>
</blockquote>
<p>2. Now double-click the file to import this code into the registry.</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/softwares/tutorials/add-recycle-bin-to-folder-options.html" rel="bookmark" class="crp_title">Add Recycle Bin to Folder Options</a></li><li><a href="http://goelji.com/technology/softwares/web-browsers/will-google-dominate-browsers-open-source-chrome.html" rel="bookmark" class="crp_title">Will Google dominate Browsers: Open Source Chrome</a></li><li><a href="http://goelji.com/technology/softwares/downloads/winamp-5541-full.html" rel="bookmark" class="crp_title">WinAMP 5.54.1 Full</a></li><li><a href="http://goelji.com/technology/softwares/downloads/download-real-virtual-network-computing.html" rel="bookmark" class="crp_title">Download Real VNC</a></li><li><a href="http://goelji.com/technology/internet/email/google-creating-gmail-offline-through-google-gears.html" rel="bookmark" class="crp_title">Google creating GMail Offline through Google Gears</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/softwares/tutorials/remove-recycle-bin-from-desktop-in-windows-xp.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nokia N85</title>
		<link>http://goelji.com/technology/gadgets/mobile-phones/nokia-n85.html</link>
		<comments>http://goelji.com/technology/gadgets/mobile-phones/nokia-n85.html#comments</comments>
		<pubDate>Thu, 23 Oct 2008 04:19:20 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[mobile review]]></category>
		<category><![CDATA[N85]]></category>
		<category><![CDATA[Nokia]]></category>

		<guid isPermaLink="false">http://goelji.com/technology/gadgets/mobile-phones/nokia-n85.html</guid>
		<description><![CDATA[After N95 Nokia used same dual slide design in N85. It comes with the biggest OLED display used in a mobile by Nokia in there phone till yet. Replacing the TFT technology screens is a good decision because of OLED&#8217;s clarity and sharpness. N85 is a multimedia phone. It comes with dedicated multimedia keys and [...]]]></description>
			<content:encoded><![CDATA[<p>After N95 Nokia used same dual slide design in N85. It comes with the biggest OLED display used in a mobile by Nokia in there phone till yet. Replacing the TFT technology screens is a good decision because of OLED&#8217;s clarity and sharpness. N85 is a multimedia phone. It comes with dedicated multimedia keys and accelerometer for automatic screen rotation.</p>
<p><strong>Bluetooth</strong>: Stereo<a href="http://goelji.com/files/2008/10/gsmarena-009.jpg"><img style="margin: 0px 10px 0px 0px" height="244" alt="gsmarena_009" src="http://goelji.com/files/2008/10/gsmarena-009-thumb.jpg" width="124" align="right" border="0" /></a></p>
<p><strong>Display</strong>: 2.6-inch 16M color OLED display</p>
<p><strong>Audio</strong>: stereo FM radio with RDS and a FM transmitter, 3.5mm jack</p>
<p>TV-out to get phone display on TV set,</p>
<p><strong>Memory</strong>: 8GB microSD card to store your all multimedia files</p>
<p><strong>Gaming Keys</strong>: multimedia keys act as gaming keys for better N-gage gaming experience.</p>
<p><strong>Camera</strong>: 5 megapixel with autofocus, video recording at up to 30 fps</p>
<p><strong>Flash</strong>: dual-LED, autofocus assist light is mounted at the back of the device looks good</p>
<p><strong>Colors</strong>: black and copper</p>
<p><strong>Price</strong>: Rs. 26,400 approx excluding taxes</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n98.html" rel="bookmark" class="crp_title">Nokia N98 : Review</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-releases-n73-business-card-reader-software.html" rel="bookmark" class="crp_title">Nokia Releases N73 Business Card Reader Software</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/apple-announced-iphone-3g.html" rel="bookmark" class="crp_title">Apple announced iPhone 3G</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-launches-n78-india.html" rel="bookmark" class="crp_title">Nokia Launches N78 in India</a></li><li><a href="http://goelji.com/cinema/hollywood/jessica-keeps-her-mouth-shut-at-her-album-release.html" rel="bookmark" class="crp_title">Jessica Keeps Her Mouth Shut at Her Album Release</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/gadgets/mobile-phones/nokia-n85.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Answer to questions about Meta-Tags</title>
		<link>http://goelji.com/technology/internet/search/answer-to-questions-about-meta-tags.html</link>
		<comments>http://goelji.com/technology/internet/search/answer-to-questions-about-meta-tags.html#comments</comments>
		<pubDate>Tue, 16 Sep 2008 20:44:30 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[meta tags problem]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://goelji.com/technology/internet/search/answer-to-questions-about-meta-tags.html</guid>
		<description><![CDATA[Everyone knows that meta tags does a great affect to the ranking, rating and popularity of the website. Which at last targets to the end pourpose of getting your site a decent traffic.
Getting SEO (search engine optimization) done properly is a blogger&#8217;s or infact every web developer&#8217;s night mare. It does not matter how good [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone knows that meta tags does a great affect to the ranking, rating and popularity of the website. Which at last targets to the end pourpose of getting your site a decent traffic.</p>
<p>Getting SEO (search engine optimization) done properly is a blogger&#8217;s or infact every web developer&#8217;s night mare. It does not matter how good your web design is or how efficiently do you design the structure (content and data) but, every time when you launch a new site or maintain a personal blog, it seems nearly impossible to get desired attention to our content or site in search engines result.</p>
<p><a href="http://googlewebmastercentral.blogspot.com/2007/12/answering-more-popular-picks-meta-tags.html" rel="nofollow">Google&#8217;s official blog</a> for WebMaster Central provides the expert views and insight to the meta tag issue.</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/internet/search/7-things-to-improve-blog-seo.html" rel="bookmark" class="crp_title">7 things you can do to improve your blog SEO</a></li><li><a href="http://goelji.com/technology/internet/search/blog-seo-advantage-speed-of-indexing.html" rel="bookmark" class="crp_title">Blog SEO Advantage &#8211; Speed of Indexing</a></li><li><a href="http://goelji.com/technology/internet/exclusive-pics-of-orkuts-to-be-implemented-new-look.html" rel="bookmark" class="crp_title">Exclusive Pics of Orkut &#8220;To Be Implemented&#8221; New Look!</a></li><li><a href="http://goelji.com/technology/internet/google%e2%80%99s-hidden-payroll-2.html" rel="bookmark" class="crp_title">Google’s Hidden Payroll</a></li><li><a href="http://goelji.com/technology/internet/advertising/turning-traffic-in-to-adsense-traffic.html" rel="bookmark" class="crp_title">Turning Traffic in to Adsense Traffic</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/internet/search/answer-to-questions-about-meta-tags.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WinAMP 5.54.1 Full</title>
		<link>http://goelji.com/technology/softwares/downloads/winamp-5541-full.html</link>
		<comments>http://goelji.com/technology/softwares/downloads/winamp-5541-full.html#comments</comments>
		<pubDate>Fri, 05 Sep 2008 20:44:06 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[WinAMP full]]></category>

		<guid isPermaLink="false">http://goelji.com/technology/softwares/downloads/winamp-5541-full.html</guid>
		<description><![CDATA[ Nullsoft WinAMP does not need any introduction. We all know that its the fastest, most reliable, flexible, high-fidelity music and video player for Windows. WinAMP supports nearly all formats like MP3, CD, WAV and other audio formats, custom appearances called skins, plus audio visualization and audio effect plug-ins. Some of the additional features include [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://goelji.com/files/2008/09/logo-winamp.gif"><img style="margin: 0px 0px 0px 10px" height="30" alt="logo_winamp" src="http://goelji.com/files/2008/09/logo-winamp-thumb.gif" width="130" align="right" border="0" /></a> Nullsoft WinAMP does not need any introduction. We all know that its the fastest, most reliable, flexible, high-fidelity music and video player for Windows. WinAMP supports nearly all formats like MP3, CD, WAV and other audio formats, custom appearances called skins, plus audio visualization and audio effect plug-ins. Some of the additional features include free-form skins, all new decoder, built-in cross fade for non-stop play effect, and a true advance Media Library.</p>
<p>The only thing as far as I still miss in it is the Real File format support.</p>
<table cellspacing="0" cellpadding="0" width="299" border="0">
<tbody>
<tr>
<td valign="top" width="95">File Size:</td>
<td valign="top" width="202">10.9 MB</td>
</tr>
<tr>
<td valign="top" width="95">License:</td>
<td valign="top" width="202">Freeware</td>
</tr>
<tr>
<td valign="top" width="95">Released:</td>
<td valign="top" width="202">Mar 18, 2008</td>
</tr>
<tr>
<td valign="top" width="95">OS Support:</td>
<td valign="top" width="202">Windows 2000/XP/2003/Vista</td>
</tr>
<tr>
<td valign="top" width="95">Plugins:</td>
<td valign="top" width="202">None</td>
</tr>
<tr>
<td valign="top" width="95">Publisher:</td>
<td valign="top" width="202">Nullsoft</td>
</tr>
<tr>
<td valign="top" width="95">Homepage:</td>
<td valign="top" width="202">http://www.winamp.com/</td>
</tr>
</tbody>
</table>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/softwares/downloads/download-real-virtual-network-computing.html" rel="bookmark" class="crp_title">Download Real VNC</a></li><li><a href="http://goelji.com/cinema/hollywood/jessica-keeps-her-mouth-shut-at-her-album-release.html" rel="bookmark" class="crp_title">Jessica Keeps Her Mouth Shut at Her Album Release</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n85.html" rel="bookmark" class="crp_title">Nokia N85</a></li><li><a href="http://goelji.com/technology/internet/google-also-supports-openid.html" rel="bookmark" class="crp_title">Now use Google Account as your OpenID</a></li><li><a href="http://goelji.com/cinema/hollywood/britney-spears-smears-jessica-simpson.html" rel="bookmark" class="crp_title">Britney Spears Smears Jessica Simpson</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/softwares/downloads/winamp-5541-full.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will Google dominate Browsers: Open Source Chrome</title>
		<link>http://goelji.com/technology/softwares/web-browsers/will-google-dominate-browsers-open-source-chrome.html</link>
		<comments>http://goelji.com/technology/softwares/web-browsers/will-google-dominate-browsers-open-source-chrome.html#comments</comments>
		<pubDate>Wed, 03 Sep 2008 09:18:20 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Web Browser]]></category>

		<guid isPermaLink="false">http://goelji.com/technology/softwares/downloads/will-google-dominate-browsers-open-source-chrome.html</guid>
		<description><![CDATA[Online search giant Google has stepped in the browser space. Following the releases by Mozilla (Firefox 3) and Microsoft (IE 8 beta 2), here comes Google (Chrome).
Google vice-president of product management Sindar Pichai and engineering director Linus Upson in a co- authored blog said “We realised that the Web had evolved from mainly simple text [...]]]></description>
			<content:encoded><![CDATA[<p>Online search giant Google has stepped in the browser space. Following the releases by Mozilla (Firefox 3) and Microsoft (IE 8 beta 2), here comes <a title="Google Chrome" rel="nofollow" href="http://www.google.com/chrome">Google (Chrome)</a>.</p>
<p>Google vice-president of product management Sindar Pichai and engineering director Linus Upson in a co- authored blog said “We realised that the Web had evolved from mainly simple text pages to rich, interactive applications and that we needed to completely rethink the browser,”<a href="http://goelji.com/files/2008/09/photo.jpg"><img src="http://goelji.com/files/2008/09/photo-thumb.jpg" border="0" alt="photo" width="213" height="244" align="right" /></a></p>
<p>Google prefers to call it &#8220;a fresh take on the browser&#8221; and claims chrome is designed to handle media-rich and highly complex Web applications, efficiently and faster.</p>
<p>Chrome, is an open-source browser software, it means programmers can edit &amp; add their own features into its code. In such case Chrome poses a great threat to current browsers basically designed to handle text and graphics. Google released Chrome (public beta) for Microsoft Corporation Windows&#8217; users on September 2. Chrome will be available free to net users of over 100 countries via Google&#8217;s official blog. And soon, versions for Apple Macintosh and Linux will arrive.</p>
<p>Till now, Google had openly &amp; actively supported Firefox . Google helped Firefox financially as well as technically for bug reporting system and making Firefox more secure. Advertising partnership with Google helped Firefox spread heavily. Coz of which, as per non-profitable Mozilla Foundation&#8217;s financials for 2006, 85% or around $57 million of company&#8217;s $67 million annual revenues came from Google. Recently Google extended its advertising alliance with Firefox till 2011. Firefox ranks second most popular browser, with market share of more than 10 per cent. Only Firefox has challenged Microsoft’s monopoly over the browser market.</p>
<p>John Lilly, chief executive of Mozilla Corp said in a blog, “It should come as no real surprise that Google has done something here, their business is the Web, and they&#8217;ve got clear opinions on how things should be, and smart people thinking about how to make things better.” John as well as Google have assured that Mozilla and Google would continue to collaborate together and also with others where it made sense for both organisations.</p>
<p>Dean Hachamovitch, General Manager of Internet Explorer at Microsoft said “The browser landscape is highly competitive, but people will choose Internet Explorer 8 for the way it puts the services they want right at their fingertips, respects their personal choices about how they want to browse and, more than any other browsing technology, puts them in control of their personal data online,”</p>
<p>Whom will Chrome strike more, Firefox or Microsoft IE? Get it <a title="Download Google Chrome" rel="nofollow" href="http://www.google.com/chrome">Google (Chrome)</a>.</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/internet/indic-translation.html" rel="bookmark" class="crp_title">Indic Translation</a></li><li><a href="http://goelji.com/technology/internet/email/google-creating-gmail-offline-through-google-gears.html" rel="bookmark" class="crp_title">Google creating GMail Offline through Google Gears</a></li><li><a href="http://goelji.com/technology/softwares/tutorials/change-default-search-engine-in-firefox.html" rel="bookmark" class="crp_title">Change Default Search Engine in Firefox</a></li><li><a href="http://goelji.com/technology/softwares/web-browsers/firefox-2-beta-rc2-download.html" rel="bookmark" class="crp_title">FireFox 2 &#8211; Beta (RC2) Download</a></li><li><a href="http://goelji.com/technology/internet/google-also-supports-openid.html" rel="bookmark" class="crp_title">Now use Google Account as your OpenID</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/softwares/web-browsers/will-google-dominate-browsers-open-source-chrome.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Default SearchBox in Firefox</title>
		<link>http://goelji.com/technology/softwares/tutorials/change-default-searchbox-in-firefox.html</link>
		<comments>http://goelji.com/technology/softwares/tutorials/change-default-searchbox-in-firefox.html#comments</comments>
		<pubDate>Sun, 13 Jul 2008 17:52:50 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[default Search]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://goelji.com/?p=436</guid>
		<description><![CDATA[To change the default search engine box on the top-right corner of FireFox:
This is how you can change it:
in the address bar of FireFox, type: “about:config”
In the box marked filter, type: “browser.search.defaultenginename”
Double click the value field or right click and choose Modify that value, by in the name of the search engine you wish to [...]]]></description>
			<content:encoded><![CDATA[<p>To change the default search engine box on the top-right corner of FireFox:<a href="http://tech.goelji.com/files/2008/07/default-searchbox.jpg"><img class="alignright size-full wp-image-28" src="http://tech.goelji.com/files/2008/07/default-searchbox.jpg" alt="" width="155" height="114" /></a></p>
<p>This is how you can change it:</p>
<p>in the address bar of FireFox, type: “<strong>about:config</strong>”</p>
<p><span>In the box marked</span> filter, type: “<strong>browser.search.defaultenginename</strong>”</p>
<p>Double click the value field or right click and choose Modify that value, by in the name of the search engine you wish to have as the default search engine. It must be one that you already have installed and also make sure you type in the name correctly.</p>
<p>Now if you type in “Yahoo”, restart Firefox and when your browser comes back you will see &#8220;red Yahoo Logo” and Yahoo as your default search engine box.</p>
<p>Then save that by pressing “Ok”.</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/softwares/tutorials/change-default-search-engine-in-firefox.html" rel="bookmark" class="crp_title">Change Default Search Engine in Firefox</a></li><li><a href="http://goelji.com/cinema/hollywood/jessica-keeps-her-mouth-shut-at-her-album-release.html" rel="bookmark" class="crp_title">Jessica Keeps Her Mouth Shut at Her Album Release</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n98.html" rel="bookmark" class="crp_title">Nokia N98 : Review</a></li><li><a href="http://goelji.com/technology/softwares/web-browsers/firefox-2-beta-rc2-download.html" rel="bookmark" class="crp_title">FireFox 2 &#8211; Beta (RC2) Download</a></li><li><a href="http://goelji.com/technology/softwares/web-browsers/will-google-dominate-browsers-open-source-chrome.html" rel="bookmark" class="crp_title">Will Google dominate Browsers: Open Source Chrome</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/softwares/tutorials/change-default-searchbox-in-firefox.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change Default Search Engine in Firefox</title>
		<link>http://goelji.com/technology/softwares/tutorials/change-default-search-engine-in-firefox.html</link>
		<comments>http://goelji.com/technology/softwares/tutorials/change-default-search-engine-in-firefox.html#comments</comments>
		<pubDate>Sat, 12 Jul 2008 17:51:12 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[default Search]]></category>
		<category><![CDATA[FireFox]]></category>

		<guid isPermaLink="false">http://goelji.com/?p=434</guid>
		<description><![CDATA[Every browser like FireFox or IE does searches on a default search engine set some where in its configuration. Changing this default search engine is a little bit tricky, but not anymore. Deepak, my friend, installed a chat software from RediffBol which also changed the default search engine as Rediff Search but he now wants [...]]]></description>
			<content:encoded><![CDATA[<p>Every browser like FireFox or IE does searches on a default search engine set some where in its configuration. Changing this default search engine is a little bit tricky, but not anymore. Deepak, my friend, installed a chat software from RediffBol which also changed the default search engine as Rediff Search but he now wants to change it back to Google [my fav].</p>
<p>This is how you can get it done:</p>
<p>in the address bar of FireFox, type: “<strong>about:config</strong>”</p>
<p><span>In the box marked</span> filter, type: “<strong>keyword.url</strong>”</p>
<p>Double click the value field and modify that value, by pasting:</p>
<p>&#8220;<strong>http://www.google.com/search?ie=UTF-8&amp;oe=UTF-8&amp;sourceid=navclient&amp;gfns=1&amp;q=</strong>&#8221;</p>
<p>Then save that by pressing “Ok”.</p>
<p>Now, you can use your address bar just as google search bar. Go nuts, since now you can search by entering the search terms in the address bar and pressing enter. This way you never need to visit www.google.com again!!!</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/softwares/tutorials/change-default-searchbox-in-firefox.html" rel="bookmark" class="crp_title">Change Default SearchBox in Firefox</a></li><li><a href="http://goelji.com/technology/internet/search/blog-seo-advantage-speed-of-indexing.html" rel="bookmark" class="crp_title">Blog SEO Advantage &#8211; Speed of Indexing</a></li><li><a href="http://goelji.com/technology/internet/search/answer-to-questions-about-meta-tags.html" rel="bookmark" class="crp_title">Answer to questions about Meta-Tags</a></li><li><a href="http://goelji.com/cinema/lyrics/everything-i-do-bryan-adam.html" rel="bookmark" class="crp_title">Everything I Do &#8211; Bryan Adam</a></li><li><a href="http://goelji.com/technology/softwares/web-browsers/will-google-dominate-browsers-open-source-chrome.html" rel="bookmark" class="crp_title">Will Google dominate Browsers: Open Source Chrome</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/softwares/tutorials/change-default-search-engine-in-firefox.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Showing category specific wordpress posts</title>
		<link>http://goelji.com/technology/internet/blogging/showing-category-specific-wordpress-posts.html</link>
		<comments>http://goelji.com/technology/internet/blogging/showing-category-specific-wordpress-posts.html#comments</comments>
		<pubDate>Fri, 27 Jun 2008 17:56:41 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://goelji.com/?p=440</guid>
		<description><![CDATA[Displaying category specific posts in a wordpress blog is easy. Inside theme folder the you will find “index.php” and “sidebar.php” templates, you have to put a query_posts functions which refer to specific category ID numbers from your database. Example:

&#60;?php query_posts('showposts=1&#38;cat=4'); ?&#62;

You will need to change them to reflect the ID numbers in your own database. [...]]]></description>
			<content:encoded><![CDATA[<p>Displaying category specific posts in a wordpress blog is easy. Inside theme folder the you will find “index.php” and “sidebar.php” templates, you have to put a <em>query_posts</em> functions which refer to specific category ID numbers from your database. Example:</p>
<blockquote>
<pre>&lt;?php query_posts('showposts=1&amp;cat=4'); ?&gt;</pre>
</blockquote>
<p>You will need to change them to reflect the ID numbers in your own database. They can be found in your control panel under <em>Manage-&gt;Categories</em>.</p>
<p><a title="idnumbers1.gif" href="http://tech.goelji.com/files/2008/06/idnumbers1.gif"><img src="http://tech.goelji.com/files/2008/06/idnumbers1.thumbnail.gif" alt="idnumbers1.gif" /></a></p>
<p>Result will be the recent posts from the category no.4</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/internet/blogging/wp-plugin-contextual-related-posts.html" rel="bookmark" class="crp_title">WP Plugin: Contextual Related Posts</a></li><li><a href="http://goelji.com/technology/internet/blogging/sneak-peak-to-new-upgraded-wordpress-2.5-rc1.html" rel="bookmark" class="crp_title">Sneak Peak to new upgraded Wordpress 2.5 RC1</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n98.html" rel="bookmark" class="crp_title">Nokia N98 : Review</a></li><li><a href="http://goelji.com/cinema/bollywood/soha-ali-khan-bold-sexy-pictures-maxim-magazine.html" rel="bookmark" class="crp_title">Soha Khan&#8217;s Bold Sexy Pics on Maxim Cover</a></li><li><a href="http://goelji.com/technology/internet/blogging/wp-plugin-where-did-they-go-from-here.html" rel="bookmark" class="crp_title">WP Plugin: Where did they go from here?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/internet/blogging/showing-category-specific-wordpress-posts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display Author info in Wordpress Single Post</title>
		<link>http://goelji.com/technology/internet/blogging/how-to-display-author-info-in-wordpress-single-post.html</link>
		<comments>http://goelji.com/technology/internet/blogging/how-to-display-author-info-in-wordpress-single-post.html#comments</comments>
		<pubDate>Fri, 27 Jun 2008 17:54:52 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://goelji.com/?p=438</guid>
		<description><![CDATA[If you view a single post of a blog, you will see the author information at the bottom. Here we will see that how we can display such author info in a wordpress blog. That info can be edited in the control panel under Users-&#62;Your Profile.
The author’s photo can also display the image using avtars:
&#60;img [...]]]></description>
			<content:encoded><![CDATA[<p>If you view a single post of a blog, you will see the author information at the bottom. Here we will see that how we can display such author info in a wordpress blog. That info can be edited in the control panel under Users-&gt;Your Profile.</p>
<blockquote><p>The author’s photo can also display the image using avtars:</p>
<p><code>&lt;img src="&lt;?php echo get_option('home'); ?&gt;/wp-content/themes/mimbo2/images/&lt;?php the_author_lastname(); ?&gt;.jpg" alt="" /&gt;</code></p>
<p>The author’s name is called like this:</p>
<p><code>&lt;?php the_author_posts_link('namefl'); ?&gt;</code></p>
<p>The author’s bio is called like this:</p>
<p><code>&lt;?php the_author_description(); ?&gt;</code></p>
<p>The author’s email is called like this:</p>
<p><code>&lt;a href="mailto:&lt;?php the_author_email(); ?&gt;" title="Email this author"&gt;Email this author&lt;/a&gt;</code></p></blockquote>
<p>That seems like a pretty good start for building your own template themes. Now it’s up to the client to hire some talented writers and hope for the best.</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/internet/blogging/wp-plugin-contextual-related-posts.html" rel="bookmark" class="crp_title">WP Plugin: Contextual Related Posts</a></li><li><a href="http://goelji.com/technology/internet/blogging/note-wordpress-seo-using-wp-email-plugin.html" rel="bookmark" class="crp_title">Note on WordPress SEO using the WP-Email Plugin</a></li><li><a href="http://goelji.com/technology/internet/blogging/removing-wpmu-wordpress-mu-post-htmljavascript-filter.html" rel="bookmark" class="crp_title">Removing WPMu (WordPress MU) Post HTML/JavaScript filter</a></li><li><a href="http://goelji.com/technology/internet/blogging/what-is-blog.html" rel="bookmark" class="crp_title">What is a Blog?</a></li><li><a href="http://goelji.com/technology/internet/blogging/sneak-peak-to-new-upgraded-wordpress-2.5-rc1.html" rel="bookmark" class="crp_title">Sneak Peak to new upgraded Wordpress 2.5 RC1</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/internet/blogging/how-to-display-author-info-in-wordpress-single-post.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple announced iPhone 3G</title>
		<link>http://goelji.com/technology/gadgets/mobile-phones/apple-announced-iphone-3g.html</link>
		<comments>http://goelji.com/technology/gadgets/mobile-phones/apple-announced-iphone-3g.html#comments</comments>
		<pubDate>Mon, 16 Jun 2008 13:55:00 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[apple iphone 3g]]></category>
		<category><![CDATA[iphone india]]></category>

		<guid isPermaLink="false">http://goelji.com/gadgets/mobile-phones/apple-announced-iphone-3g.html</guid>
		<description><![CDATA[Steve Jobs of Apple® has recently launched the next generation iPhone. Called the iPhone 3G, it will feature:
Introducing the iPhone 3G

All the revolutionary features of iPhone.
Thinner.
Solid metal buttons.
Same display &#38; camera.
3G enabled – 2.8X faster than EDGE. One demo took 59 seconds on the old EDGE network, 21 seconds on the iPhone 3G, compared to [...]]]></description>
			<content:encoded><![CDATA[<p>Steve Jobs of Apple® has recently <a rel="nofollow" href="http://www.apple.com/pr/library/2008/06/09iphone.html">launched</a> the next generation iPhone. Called the iPhone 3G, it will feature:</p>
<p><strong>Introducing the iPhone 3G</strong><a title="Apple iPhone 3G Front" href="http://goelji.com/files/2008/06/apple-iphone3g-front.png"><img src="http://goelji.com/files/2008/06/apple-iphone3g-front.thumbnail.png" alt="Apple iPhone 3G Front" align="right" /></a></p>
<ul>
<li>All the revolutionary features of iPhone.</li>
<li>Thinner.</li>
<li>Solid metal buttons.</li>
<li>Same display &amp; camera.</li>
<li><strong>3G enabled</strong> – 2.8X faster than EDGE. One demo took 59 seconds on the old EDGE network, 21 seconds on the iPhone 3G, compared to 17 seconds on WiFi. Apple claims it’s 26% faster than competing models from Nokia and Treo.</li>
<li><strong>Battery life</strong>:
<ul>
<li>Standby: 300 hours</li>
<li>2G talk-time: 10 hours</li>
<li>3G talk time: 5 hours</li>
<li>3G browsing: 5 to 6 hours</li>
<li>Video: 7 hours</li>
<li>Audio: 24 hours.</li>
</ul>
</li>
<li><strong>Audio:</strong>
<ul>
<li>3.5 mm headphone jack.</li>
<li>Frequency response: 20Hz to 20,000Hz.</li>
<li>Supported formats : AAC, Protected AAC, MP3, MP3 VBR, Audible (formats 1, 2, and 3), Apple Lossless, AIFF, and WAV.</li>
</ul>
</li>
<li>Integrated <strong>GPS</strong>, including live GPS tracking for expanded location based mobile services.</li>
<li><strong>WiFi</strong>:
<ul>
<li>WPA/WPA2 Enterprise</li>
<li>802.1x authentication</li>
<li>LEAP</li>
<li>PEAPv0, PEAv1</li>
</ul>
</li>
<li><strong>Available</strong>: July 11 in Australia, Austria, Belgium, Canada, Denmark, Finland, France, Germany, Hong Kong, Ireland, Italy, Japan, Mexico, Netherlands, New Zealand, Norway, Portugal, Spain, Sweden, Switzerland, UK and the US-22 countries. More than 48 countries later this year.</li>
<li><strong>Price</strong>:
<ul>
<li>8GB: US$199</li>
<li>16GB: US$299</li>
</ul>
</li>
<li><strong>Model</strong>:
<ul>
<li>8GB: Black</li>
<li>16GB: Black &amp; white</li>
</ul>
</li>
</ul>
<p><a title="iPhone 3G Back" href="http://goelji.com/files/2008/06/iphone_3g.jpg"><img src="http://goelji.com/files/2008/06/iphone_3g.thumbnail.jpg" alt="iPhone 3G Back" align="right" /></a>Source: Apple</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n98.html" rel="bookmark" class="crp_title">Nokia N98 : Review</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n85.html" rel="bookmark" class="crp_title">Nokia N85</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-launches-n78-india.html" rel="bookmark" class="crp_title">Nokia Launches N78 in India</a></li><li><a href="http://goelji.com/cinema/reviews/movies/umrao-jaan.html" rel="bookmark" class="crp_title">Umrao Jaan : Review</a></li><li><a href="http://goelji.com/cinema/hollywood/jessica-keeps-her-mouth-shut-at-her-album-release.html" rel="bookmark" class="crp_title">Jessica Keeps Her Mouth Shut at Her Album Release</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/gadgets/mobile-phones/apple-announced-iphone-3g.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia Releases N73 Business Card Reader Software</title>
		<link>http://goelji.com/technology/gadgets/mobile-phones/nokia-releases-n73-business-card-reader-software.html</link>
		<comments>http://goelji.com/technology/gadgets/mobile-phones/nokia-releases-n73-business-card-reader-software.html#comments</comments>
		<pubDate>Thu, 12 Jun 2008 16:38:59 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Business Card Reader Software]]></category>
		<category><![CDATA[N73]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[s60 software]]></category>

		<guid isPermaLink="false">http://goelji.com/gadgets/mobile-phones/nokia-releases-n73-business-card-reader-software.html</guid>
		<description><![CDATA[Nokia has released a new free software for Nokia S60 3rd Edition mobile devices called Nokia Business Card Reader. Somewhere hidden in the middle of available applications, the Business Card Reader allows you to scan and save a business card using the mobile phone’s camera. It has functions like adjustment of mobile device screen and [...]]]></description>
			<content:encoded><![CDATA[<p align="justify"><img src="http://goelji.com/files/2008/06/nokia-business-card-reader.jpg" alt="Nokia Business Card Reader" align="right" />Nokia has released a new free software for Nokia S60 3rd Edition mobile devices called Nokia Business Card Reader. Somewhere hidden in the middle of available applications, the Business Card Reader allows you to scan and save a business card using the mobile phone’s camera. It has functions like adjustment of mobile device screen and reading the phone numbers from card. This software works only on N73.</p>
<p>While the app is a cool concept, it totally takes away from the camera of the N73. Then again it could just be the business cards. The software has option for scanning the business card from up close and auto mode. You can scan any number of cards.From the download link it appears that Nokia is providing this application only for the China market but, it can be downloaded <a href="http://nds1.nokia.com/files/support/china/phones/software/N73_Business_Card_Reader.SISX">anyw<strong>Here</strong></a>.</p>
<p>courtesy: <a href="http://darlamack.blogs.com/" rel="nofollow">DarlaMack</a></p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n98.html" rel="bookmark" class="crp_title">Nokia N98 : Review</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n85.html" rel="bookmark" class="crp_title">Nokia N85</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-launches-n78-india.html" rel="bookmark" class="crp_title">Nokia Launches N78 in India</a></li><li><a href="http://goelji.com/technology/internet/blogging/promoting-your-website-offline.html" rel="bookmark" class="crp_title">Promoting Your Website Offline</a></li><li><a href="http://goelji.com/sms/why-mobile-smstext-messaging.html" rel="bookmark" class="crp_title">Why Mobile SMS/Text Messaging?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/gadgets/mobile-phones/nokia-releases-n73-business-card-reader-software.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia Launches N78 in India</title>
		<link>http://goelji.com/technology/gadgets/mobile-phones/nokia-launches-n78-india.html</link>
		<comments>http://goelji.com/technology/gadgets/mobile-phones/nokia-launches-n78-india.html#comments</comments>
		<pubDate>Sat, 07 Jun 2008 14:32:54 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Cheapest GPS]]></category>
		<category><![CDATA[N78]]></category>
		<category><![CDATA[N78 Review]]></category>
		<category><![CDATA[Nokia N78]]></category>

		<guid isPermaLink="false">http://goelji.com/gadgets/mobile-phones/nokia-launches-n78-india.html</guid>
		<description><![CDATA[Nokia has launched the N78 in India, which comes with a special feature &#8211; the &#8216;Location Tagger&#8217; application, which automatically tags location data to the picture &#8211; allowing users to save pictures by date as well as by geographical coordinates.

Additionally, the Nokia N78 will enable consumers to take full advantage of a suite of Nokia [...]]]></description>
			<content:encoded><![CDATA[<p>Nokia has launched the N78 in India, which comes with a special feature &#8211; the &#8216;Location Tagger&#8217; application, which automatically tags location data to the picture &#8211; allowing users to save pictures by date as well as by geographical coordinates.</p>
<p><a href="http://goelji.com/files/2008/06/n78_front.jpg" title="Nokia 78 Front Side"><img src="http://goelji.com/files/2008/06/n78_front.thumbnail.jpg" alt="Nokia 78 Front Side" align="right" /></a></p>
<p>Additionally, the Nokia N78 will enable consumers to take full advantage of a suite of Nokia services, including the Nokia Maps and integrated A-GPS. The Nokia N78 is expected to retail for approximately Rs. 19,999. With its black surface the Nokia N78 will be available in two stylish colors: cocoa brown and lagoon blue.</p>
<p>&#8220;The slim Nokia N78 fuses features in new ways,&#8221; said Vineet Taneja, Head-GTM, Nokia India. &#8220;It features location-tagging, which merges camera functionality and A-GPS to not only share pictures but also the places where they were taken. Users can now store all information about locations they visit using an image and share it online with the world. It also allows the fusion of music, camera and internet, enabling users to generate content right from the palms of their hands.&#8221;</p>
<p><a href="http://goelji.com/files/2008/06/n78_music.jpg" title="Nokia 78 Music Player"><img src="http://goelji.com/files/2008/06/n78_music.thumbnail.jpg" alt="Nokia 78 Music Player" align="left" /></a></p>
<p>Touted to be the slimmest of Nseries devices with a 2.4 inch screen, the Nokia N78 packs high-speed connectivity via WLAN and HSPDA 3.5G and a 3.2 megapixel camera with Carl Zeiss optics. The N78 comes preloaded with Nokia Maps of 8 cities across the country with points of interest across 52 categories such as bars, cafes, restaurants, hotels and more. Also included is an integrated 3-month navigation license with the device.</p>
<p>&#8220;The Nokia N78 carries forward the Nokia Nseries legacy of superior technology combined with a sleek form factor and truly lives up to the Nseries promise of delivering unparalleled mobile multimedia experience with latest technologies and services. It is sure to appeal to consumers who appreciate style and technology in a single compact device,&#8221; added Taneja.</p>
<p><a href="http://goelji.com/files/2008/06/n78_news.jpg" title="Nokia 78 Browser feature"><img src="http://goelji.com/files/2008/06/n78_news.thumbnail.jpg" alt="Nokia 78 Browser feature" align="right" /></a></p>
<p>The Nokia N78 will also come with widgets enabled by Web Runtime technology. Combining the power of mobile with the power of the Internet, widgets, such as Weatherbug and RSS feed reader, allow consumers to get quick and easy access to their favorite web content.</p>
<p>The Nokia N78 supports microSD cards currently available up to 8GB, internal speakers and support for standard 3.5mm headphones.</p>
<p>Courtesy : Tech2</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n98.html" rel="bookmark" class="crp_title">Nokia N98 : Review</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-releases-n73-business-card-reader-software.html" rel="bookmark" class="crp_title">Nokia Releases N73 Business Card Reader Software</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/nokia-n85.html" rel="bookmark" class="crp_title">Nokia N85</a></li><li><a href="http://goelji.com/technology/gadgets/mobile-phones/apple-announced-iphone-3g.html" rel="bookmark" class="crp_title">Apple announced iPhone 3G</a></li><li><a href="http://goelji.com/cinema/bollywood/soha-ali-khan-bold-sexy-pictures-maxim-magazine.html" rel="bookmark" class="crp_title">Soha Khan&#8217;s Bold Sexy Pics on Maxim Cover</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/gadgets/mobile-phones/nokia-launches-n78-india.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of all Ping Services</title>
		<link>http://goelji.com/technology/internet/blogging/list-of-all-ping-services.html</link>
		<comments>http://goelji.com/technology/internet/blogging/list-of-all-ping-services.html#comments</comments>
		<pubDate>Fri, 06 Jun 2008 23:07:11 +0000</pubDate>
		<dc:creator>Deepanshu Goel</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[ping services]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://goelji.com/internet/list-of-all-ping-services.html</guid>
		<description><![CDATA[This is a comprehensive list of the ping services available to automatically notify blog directories and search engines about the updates to your blog. Following are the 69 ping services which increases the chances of receiving traffic from those sources. WordPress users can modify their ping list on the Control Panel&#62;Options&#62;Writing.
http://1470.net/api/ping
http://api.feedster.com/ping
http://api.moreover.com/ping
http://api.moreover.com/RPC2
http://api.my.yahoo.com/RPC2
http://api.my.yahoo.com/rss/ping
http://bblog.com/ping.php
http://bitacoras.net/ping
http://blog.goo.ne.jp/XMLRPC
http://blogdb.jp/xmlrpc
http://blogmatcher.com/u.php
http://blogsearch.google.com/ping/RPC2
http://bulkfeeds.net/rpc
http://coreblog.org/ping/
http://mod-pubsub.org/kn_apps/blogchatt
http://ping.amagle.com/
http://ping.bitacoras.com
http://ping.blo.gs/
http://ping.blogg.de/
http://ping.bloggers.jp/rpc/
http://ping.blogmura.jp/rpc/
http://ping.cocolog-nifty.com/xmlrpc
http://ping.exblog.jp/xmlrpc
http://ping.feedburner.com
http://ping.myblog.jp
http://ping.rootblog.com/rpc.php
http://ping.syndic8.com/xmlrpc.php
http://ping.weblogalot.com/rpc.php
http://ping.weblogs.se/
http://pinger.blogflux.com/rpc/
http://pingoat.com/goat/RPC2
http://pingqueue.com/rpc/
http://rcs.datashed.net/RPC2/
http://rpc.blogbuzzmachine.com/RPC2
http://rpc.blogrolling.com/pinger/
http://rpc.britblog.com/
http://rpc.icerocket.com:10080/
http://rpc.newsgator.com/
http://rpc.pingomatic.com/
http://rpc.tailrank.com/feedburner/RPC2
http://rpc.technorati.com/rpc/ping
http://rpc.weblogs.com/RPC2
http://rpc.wpkeys.com/
http://services.newsgator.com/ngws/xmlrpcping.aspx
http://signup.alerts.msn.com/alerts-PREP/submitPingExtended.doz
http://topicexchange.com/RPC2
http://trackback.bakeinu.jp/bakeping.php
http://www.a2b.cc/setloc/bp.a2b
http://www.bitacoles.net/ping.php
http://www.blogdigger.com/RPC2
http://www.blogoole.com/ping/
http://www.blogoon.net/ping/
http://www.blogpeople.net/servlet/weblogUpdates
http://www.blogroots.com/tb_populi.blog?id=1
http://www.blogshares.com/rpc.php
http://www.blogsnow.com/ping
http://www.blogstreet.com/xrbin/xmlrpc.cgi
http://www.holycowdude.com/rpc/ping/
http://www.imblogs.net/ping/
http://www.lasermemory.com/lsrpc/
http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php
http://www.newsisfree.com/RPCCloud
http://www.newsisfree.com/xmlrpctest.php
http://www.popdex.com/addsite.php
http://www.snipsnap.org/RPC2
http://www.weblogues.com/RPC/
http://xmlrpc.blogg.de
http://xping.pubsub.com/ping/
https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast
Related Articles:Stripe GeneratorNow use Google [...]]]></description>
			<content:encoded><![CDATA[<p>This is a comprehensive list of the ping services available to automatically notify blog directories and search engines about the updates to your blog. Following are the 69 ping services which increases the chances of receiving traffic from those sources. WordPress users can modify their ping list on the Control Panel&gt;Options&gt;Writing.</p>
<blockquote><p>http://1470.net/api/ping</p>
<p>http://api.feedster.com/ping</p>
<p>http://api.moreover.com/ping</p>
<p>http://api.moreover.com/RPC2</p>
<p>http://api.my.yahoo.com/RPC2</p>
<p>http://api.my.yahoo.com/rss/ping</p>
<p>http://bblog.com/ping.php</p>
<p>http://bitacoras.net/ping</p>
<p>http://blog.goo.ne.jp/XMLRPC</p>
<p>http://blogdb.jp/xmlrpc</p>
<p>http://blogmatcher.com/u.php</p>
<p>http://blogsearch.google.com/ping/RPC2</p>
<p>http://bulkfeeds.net/rpc</p>
<p>http://coreblog.org/ping/</p>
<p>http://mod-pubsub.org/kn_apps/blogchatt</p>
<p>http://ping.amagle.com/</p>
<p>http://ping.bitacoras.com</p>
<p>http://ping.blo.gs/</p>
<p>http://ping.blogg.de/</p>
<p>http://ping.bloggers.jp/rpc/</p>
<p>http://ping.blogmura.jp/rpc/</p>
<p>http://ping.cocolog-nifty.com/xmlrpc</p>
<p>http://ping.exblog.jp/xmlrpc</p>
<p>http://ping.feedburner.com</p>
<p>http://ping.myblog.jp</p>
<p>http://ping.rootblog.com/rpc.php</p>
<p>http://ping.syndic8.com/xmlrpc.php</p>
<p>http://ping.weblogalot.com/rpc.php</p>
<p>http://ping.weblogs.se/</p>
<p>http://pinger.blogflux.com/rpc/</p>
<p>http://pingoat.com/goat/RPC2</p>
<p>http://pingqueue.com/rpc/</p>
<p>http://rcs.datashed.net/RPC2/</p>
<p>http://rpc.blogbuzzmachine.com/RPC2</p>
<p>http://rpc.blogrolling.com/pinger/</p>
<p>http://rpc.britblog.com/</p>
<p>http://rpc.icerocket.com:10080/</p>
<p>http://rpc.newsgator.com/</p>
<p>http://rpc.pingomatic.com/</p>
<p>http://rpc.tailrank.com/feedburner/RPC2</p>
<p>http://rpc.technorati.com/rpc/ping</p>
<p>http://rpc.weblogs.com/RPC2</p>
<p>http://rpc.wpkeys.com/</p>
<p>http://services.newsgator.com/ngws/xmlrpcping.aspx</p>
<p>http://signup.alerts.msn.com/alerts-PREP/submitPingExtended.doz</p>
<p>http://topicexchange.com/RPC2</p>
<p>http://trackback.bakeinu.jp/bakeping.php</p>
<p>http://www.a2b.cc/setloc/bp.a2b</p>
<p>http://www.bitacoles.net/ping.php</p>
<p>http://www.blogdigger.com/RPC2</p>
<p>http://www.blogoole.com/ping/</p>
<p>http://www.blogoon.net/ping/</p>
<p>http://www.blogpeople.net/servlet/weblogUpdates</p>
<p>http://www.blogroots.com/tb_populi.blog?id=1</p>
<p>http://www.blogshares.com/rpc.php</p>
<p>http://www.blogsnow.com/ping</p>
<p>http://www.blogstreet.com/xrbin/xmlrpc.cgi</p>
<p>http://www.holycowdude.com/rpc/ping/</p>
<p>http://www.imblogs.net/ping/</p>
<p>http://www.lasermemory.com/lsrpc/</p>
<p>http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php</p>
<p>http://www.newsisfree.com/RPCCloud</p>
<p>http://www.newsisfree.com/xmlrpctest.php</p>
<p>http://www.popdex.com/addsite.php</p>
<p>http://www.snipsnap.org/RPC2</p>
<p>http://www.weblogues.com/RPC/</p>
<p>http://xmlrpc.blogg.de</p>
<p>http://xping.pubsub.com/ping/</p>
<p>https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast</p></blockquote>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://goelji.com/technology/internet/blogging/stripe-generator.html" rel="bookmark" class="crp_title">Stripe Generator</a></li><li><a href="http://goelji.com/technology/internet/google-also-supports-openid.html" rel="bookmark" class="crp_title">Now use Google Account as your OpenID</a></li><li><a href="http://goelji.com/technology/internet/web-2-free-button-maker.html" rel="bookmark" class="crp_title">Web 2.0 Free Button Maker</a></li><li><a href="http://goelji.com/technology/internet/blogging/sneak-peak-to-new-upgraded-wordpress-2.5-rc1.html" rel="bookmark" class="crp_title">Sneak Peak to new upgraded Wordpress 2.5 RC1</a></li><li><a href="http://goelji.com/technology/internet/exclusive-pics-of-orkuts-to-be-implemented-new-look.html" rel="bookmark" class="crp_title">Exclusive Pics of Orkut &#8220;To Be Implemented&#8221; New Look!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://goelji.com/technology/internet/blogging/list-of-all-ping-services.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
