<?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>Sakin Shrestha &#62; Management and IT Consultant (Wordpress Expert) &#187; Technology</title>
	<atom:link href="http://www.sakinshrestha.com/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sakinshrestha.com</link>
	<description>Articles related to Management, Technology, WordPress,  News, Travel to Nepal</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:15:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Gmail and Google Aps Email 502 Server Error</title>
		<link>http://www.sakinshrestha.com/technology/it-tips-tricks/gmail-and-google-aps-email-502-server-error/</link>
		<comments>http://www.sakinshrestha.com/technology/it-tips-tricks/gmail-and-google-aps-email-502-server-error/#comments</comments>
		<pubDate>Tue, 11 May 2010 05:20:57 +0000</pubDate>
		<dc:creator>sakin</dc:creator>
				<category><![CDATA[IT Tips & Tricks]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=734</guid>
		<description><![CDATA[Today when I try to check my gmail from FireFox, I encounter 502 Server Error. But when I try different browser like Internet Explorer 8, I was able to check it smoothly. So, there is problem in Firefox and gmail. Further after that I realized that if you clear your Firefox browser cache and cookies [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_735" class="wp-caption aligncenter" style="width: 588px"><a href="http://www.sakinshrestha.com/wp-content/uploads/2010/05/gmail-502-server-error.jpg"><img class="size-large wp-image-735" title="Gmail 502 Server Error" src="http://www.sakinshrestha.com/wp-content/uploads/2010/05/gmail-502-server-error-578x328.jpg" alt="Gmail 502 Server Error" width="578" height="328" /></a><p class="wp-caption-text">Gmail 502 Server Error</p></div>
<p>Today when I try to check my gmail from FireFox, I encounter 502 Server Error. But when I try different browser like Internet Explorer 8, I was able to check it smoothly. So, there is problem in Firefox and gmail.</p>
<p>Further after that I realized that if you clear your Firefox browser cache and cookies than you will be able to check your email even from FF.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sakinshrestha.com/technology/it-tips-tricks/gmail-and-google-aps-email-502-server-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing Default WordPress Theme through database</title>
		<link>http://www.sakinshrestha.com/wordpress/choosing-default-wordpress-theme-through-database/</link>
		<comments>http://www.sakinshrestha.com/wordpress/choosing-default-wordpress-theme-through-database/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 20:23:09 +0000</pubDate>
		<dc:creator>sakin</dc:creator>
				<category><![CDATA[IT Tips & Tricks]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=690</guid>
		<description><![CDATA[There are times when there is problem in your theme that you have installed in your site and your site goes blank or white. In this situation you will not be able to log in to the WordPress Admin area. In this situation you can simply use the database to choose the default theme and [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when there is problem in your theme that you have installed in your site and your site goes blank or white. In this situation you will not be able to log in to the WordPress Admin area. In this situation you can simply use the database to choose the default theme and solve the problem.</p>
<p>Step 1: It is highly recommended to backup your database before your work on any database command.</p>
<p>Step 2: Login to your database using phpMyAdmin (or whatever), Click on your database and click on the SQL tab and enter the following SQL query:<br />
<code>UPDATE wp_options SET option_value='default' WHERE option_name='template' OR option_name='stylesheet' LIMIT 2;</code><br />
<strong>This query will change the wordpress theme to default.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sakinshrestha.com/wordpress/choosing-default-wordpress-theme-through-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable WordPress Plugins via the Database</title>
		<link>http://www.sakinshrestha.com/wordpress/disable-wordpress-plugins-via-the-database/</link>
		<comments>http://www.sakinshrestha.com/wordpress/disable-wordpress-plugins-via-the-database/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 20:20:16 +0000</pubDate>
		<dc:creator>sakin</dc:creator>
				<category><![CDATA[IT Tips & Tricks]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=686</guid>
		<description><![CDATA[There are times when there is some problem in your plugin that you have installed in your site and your site goes blank. In this situation you will not be able to log in to the WordPress Admin area to manually disable all of the plugin. In this situation you can simply use the database [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when there is some problem in your plugin that you have installed in your site and your site goes blank. In this situation you will not be able to log in to the WordPress Admin area to manually disable all of the plugin. In this situation you can simply use the database to disable or enable all your wordpress plugins.</p>
<p>Step 1: It is highly recommended to backup your database before your work on any database command.</p>
<p>Step 2: Login to your database using phpMyAdmin (or whatever), Click on your database and click on the SQL tab and enter the following SQL query:<br />
<code>UPDATE wp_options SET option_value = ' ' WHERE option_name = 'active_plugins';</code><br />
<strong>This query will disable all the active plugins.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sakinshrestha.com/wordpress/disable-wordpress-plugins-via-the-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Subscribe Feed Via Email Using Feedburner.com</title>
		<link>http://www.sakinshrestha.com/technology/developers-toolbox/subscribe-feed-via-email-using-feedburner/</link>
		<comments>http://www.sakinshrestha.com/technology/developers-toolbox/subscribe-feed-via-email-using-feedburner/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 19:46:08 +0000</pubDate>
		<dc:creator>sakin</dc:creator>
				<category><![CDATA[Developer's Toolbox]]></category>
		<category><![CDATA[IT Tips & Tricks]]></category>
		<category><![CDATA[feed subscription]]></category>
		<category><![CDATA[feedburner]]></category>

		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=682</guid>
		<description><![CDATA[Feeburner.com is a great blog tools to help you maximize blog visibility and allow your blog readers to subscribe easily.  Now a days subscribe by email feature is very popular. If you want to set it up then follow the following steps: Step 1.: Go To Feedburner.com and create an account. Verify it’s you, etc. [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Feeburner.com" href="http://feeburner.com" target="_blank">Feeburner.com</a> is a great blog tools to help you maximize blog visibility and allow your blog readers to subscribe easily.  Now a days subscribe by email feature is very popular. If you want to set it up then follow the following steps:</p>
<div id="attachment_683" class="wp-caption aligncenter" style="width: 588px"><a href="http://www.sakinshrestha.com/wp-content/uploads/2010/04/feedburner.jpg"><img class="size-full wp-image-683" title="Feedburner Email Subscription " src="http://www.sakinshrestha.com/wp-content/uploads/2010/04/feedburner.jpg" alt="Feedburner Email Subscription" width="578" height="200" /></a><p class="wp-caption-text">Feedburner Email Subscription</p></div>
<p>Step 1.: Go To <a title="Feeburner.com" href="http://feeburner.com" target="_blank">Feedburner.com</a> and create an account. Verify it’s you, etc.</p>
<p>Step 2: Enter Your blog RSS feed information: (Hint, you can find this in your word press blog by clicking the posts rss feed link)</p>
<p>Step 3: Once you have filled out the necessary information including your blog title, etc., you can click your blog feed title and open the ‘utility’ screen.</p>
<p>Step 4: Click the publicize tab up top</p>
<p>Step 5: Click the email subscriptions link on the left side of the screen:  once clicked you will see some code that will need to be pasted into your blog.</p>
<p>Step 6: Customize: you can customize your blog feed emails by clicking the Email Branding link on the left: drop in your logo, change your font, etc. Cool stuff!</p>
<p>Step 7: Once you have installed your ’subscribe code’ you can sign up to see how it works.</p>
<p>Now your subscriber’s will receive a  email with your latest blog post. Enjoy!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sakinshrestha.com/technology/developers-toolbox/subscribe-feed-via-email-using-feedburner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FavIcon from Pics</title>
		<link>http://www.sakinshrestha.com/technology/it-tips-tricks/favicon-from-pics/</link>
		<comments>http://www.sakinshrestha.com/technology/it-tips-tricks/favicon-from-pics/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:28:39 +0000</pubDate>
		<dc:creator>sakin</dc:creator>
				<category><![CDATA[IT Tips & Tricks]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=149</guid>
		<description><![CDATA[Would you like to display your own icon on the browser address bar and browser tabs when visitors view your web pages? Here goes the link http://www.htmlkit.com/services/favicon/ which helps you to create icons and marquees for your web pages with FavIcon from Pics. Enjoy - Sakin]]></description>
			<content:encoded><![CDATA[<p>Would you like to display your own icon on the browser address bar and browser tabs when visitors view your web pages?</p>
<p>Here goes the link<span id="more-149"></span> <a title="Creating FavIcon from Pics" href="http://www.htmlkit.com/services/favicon/" target="_blank">http://www.htmlkit.com/services/favicon/</a> which helps you to create icons and marquees for your web pages with FavIcon from Pics.</p>
<p>Enjoy</p>
<p><em>- Sakin</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sakinshrestha.com/technology/it-tips-tricks/favicon-from-pics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Browser Details for Tech Support</title>
		<link>http://www.sakinshrestha.com/technology/developers-toolbox/browser-details-for-tech-support/</link>
		<comments>http://www.sakinshrestha.com/technology/developers-toolbox/browser-details-for-tech-support/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 16:17:36 +0000</pubDate>
		<dc:creator>sakin</dc:creator>
				<category><![CDATA[Developer's Toolbox]]></category>
		<category><![CDATA[IT Tips & Tricks]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=673</guid>
		<description><![CDATA[Today, I would like to show you the innovative site developed by Imulus. It is very useful for mainly for the Support Team who work in Web. It is very difficult to get the technical question answered through your client who is not technical. Then this site help you find the the answer related to [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_675" class="wp-caption aligncenter" style="width: 588px"><a href="http://www.sakinshrestha.com/wp-content/uploads/2010/03/BrowserDetailsforTechSupport2.jpg"><img class="size-full wp-image-675" title="Browser Details for Tech Support" src="http://www.sakinshrestha.com/wp-content/uploads/2010/03/BrowserDetailsforTechSupport2.jpg" alt="Browser Details for Tech Support" width="578" height="344" /></a><p class="wp-caption-text">Browser Details for Tech Support</p></div>
<p>Today, I would like to show you the innovative site developed by <a title="Imulus" href="http://imulus.com/" target="_blank">Imulus</a>. It is very useful for mainly for the Support Team who work in Web. It is very difficult to get the technical question answered through your client who is not technical. Then this site help you find the the answer related to Web Browser.</p>
<p>Website Title: The Site Title is Support Details | Tech Support Management<br />
Website URL: <a title="Support Details" href="http://www.supportdetails.com/" target="_blank">http://www.supportdetails.com/</a></p>
<p>As the operator of a website or online service, you know the problem: a gruff complaint to customer support because nothing works. And the customer, in his frustration, unfortunately forgets to provide further details.</p>
<p>Where does an admin or programmer begin when all they have to go on is &#8220;does not work&#8221; or &#8220;is broken&#8221;? You need details: about the customer&#8217;s browser and its configuration. A reasonable approach to the problem would be to start with some queries, which the non-specialist would be able to only partially answer: &#8220;Which browser? Well, uh&#8230; this Mozzarella.&#8221; &#8220;Cookies? I haven&#8217;t baked in years.&#8221;</p>
<p>When in doubt, send your customers to the website Support Details ( http://www.supportdetails.com/ ). Their data will be automatically read out of the browser (including Flash version, operating system, cookies, JavaScript status, screen resolution, browser size and more) and can be copied, sent directly to you via email or saved. The free service uses Flash but can also complete its task without it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sakinshrestha.com/technology/developers-toolbox/browser-details-for-tech-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of User Interfaces</title>
		<link>http://www.sakinshrestha.com/technology/the-future-of-user-interfaces/</link>
		<comments>http://www.sakinshrestha.com/technology/the-future-of-user-interfaces/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 09:21:45 +0000</pubDate>
		<dc:creator>sakin</dc:creator>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[User Interfaces]]></category>

		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=634</guid>
		<description><![CDATA[Citation  of Interesting article written by Cameron Chapman about the Future of User Interfaces. User interfaces—the way we interact with our technologies—have evolved a lot over the years. From the original punch cards and printouts to monitors, mouses, and keyboards, all the way to the track pad, voice recognition, and interfaces designed to make it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sakinshrestha.com/wp-content/uploads/2010/03/the_future_of_user_interfaces.jpg"><img class="aligncenter size-full wp-image-656" title="The Future of User Interfaces" src="http://www.sakinshrestha.com/wp-content/uploads/2010/03/the_future_of_user_interfaces.jpg" alt="The Future of User Interfaces" width="578" height="200" /></a>Citation  of Interesting article written by Cameron Chapman about the Future of User Interfaces.</p>
<p><strong>User interfaces</strong>—the way we interact with our technologies—have  evolved a lot over the years.</p>
<p>From the original punch cards and printouts to monitors, mouses, and keyboards, all the way to the track pad, voice recognition, and interfaces designed to make it easier for the disabled to use computers, interfaces have progressed rapidly within the last few decades.</p>
<p>But there’s <strong>still a long way</strong> to go and there are many possible directions that future interface designs could take. We’re already seeing some start to crop up and its exciting to think about how they’ll change our lives.</p>
<p>In this article are than a <strong>dozen  potential future user interfaces</strong> that we’ll be seeing over the next few  years (and some further into the future).</p>
<ul>
<li>Brain-Computer Interface
<ul>
<li>Army Mind-Control Projects</li>
<li>The Matrixesque Brain Interface: MEMS-Based Robotic Probe</li>
<li>OCZ’s Neural Impulse Actuator</li>
</ul>
</li>
<li>Biometric and Cybernetic Interfaces
<ul>
<li>Warfighter Physiological Status Monitoring</li>
<li>Fingerprint Scanners</li>
<li>Digital Paper and Digital Glass
<ul>
<li>Transparent OLED Display</li>
<li>LG 19&#8243; Flexible Display</li>
<li>E-Ink</li>
</ul>
</li>
</ul>
</li>
<li>Telepresence
<ul>
<li>Telepresence Surgery</li>
<li>Universal Control System</li>
<li>Space Exploration and Development</li>
</ul>
</li>
<li>Augmented Reality
<ul>
<li>Augmented Reality in a Contact Lens</li>
<li>Wearable Retinal Display</li>
<li>Heads-Up Display</li>
<li>Privacy Concerns with Augmented Reality</li>
</ul>
</li>
<li>Voice Control
<ul>
<li>BMW Voice Control System</li>
<li>Google Voice Search</li>
</ul>
</li>
<li>Gesture Recognition
<ul>
<li>Acceleglove: Gloves that Recognize Sign Language</li>
<li>Gesture-Based Control for TVs</li>
<li>Nintendo Wii</li>
<li>Xbox Project Natal</li>
</ul>
</li>
<li>Head and Eye Tracking
<ul>
<li>Gran Turismo 5</li>
<li>Pseudo-3D with a Generic Webcam</li>
</ul>
</li>
<li>Artificial Intelligence
<ul>
<li>Cyber Security Knowledge Transfer Network</li>
<li>AI for Adaptive Gaming</li>
<li>AI for Mission Control</li>
<li>Virtual Assistants</li>
</ul>
</li>
<li>Multi-Touch
<ul>
<li>Microsoft Surface</li>
<li>Apple Products</li>
<li>Mobile Phones</li>
</ul>
</li>
</ul>
<div class="ngg-galleryoverview" id="ngg-gallery-6-634">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.sakinshrestha.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=6&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-85" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/Augmented_Reality_in_a_Contact_Lens.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="Augmented_Reality_in_a_Contact_Lens" alt="Augmented_Reality_in_a_Contact_Lens" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_Augmented_Reality_in_a_Contact_Lens.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-86" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/E-Ink.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="E-Ink" alt="E-Ink" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_E-Ink.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-87" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/Gesture-Based_Control_for_TVs.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="Gesture-Based_Control_for_TVs" alt="Gesture-Based_Control_for_TVs" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_Gesture-Based_Control_for_TVs.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-88" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/Gloves_that_Recognize_Sign_Language.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="Gloves_that_Recognize_Sign_Language" alt="Gloves_that_Recognize_Sign_Language" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_Gloves_that_Recognize_Sign_Language.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-89" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/Google_Voice_Search.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="Google_Voice_Search" alt="Google_Voice_Search" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_Google_Voice_Search.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-90" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/Heads_up_display.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="Heads_up_display" alt="Heads_up_display" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_Heads_up_display.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-91" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/LG19_flexible_display.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="LG19_flexible_display" alt="LG19_flexible_display" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_LG19_flexible_display.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-92" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/Privacy_Concerns_with_Augmented_Reality.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="Privacy_Concerns_with_Augmented_Reality" alt="Privacy_Concerns_with_Augmented_Reality" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_Privacy_Concerns_with_Augmented_Reality.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-93" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/Universal_Control_System.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="Universal_Control_System" alt="Universal_Control_System" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_Universal_Control_System.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-94" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/Wearable_Retinal_Display.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="Wearable_Retinal_Display" alt="Wearable_Retinal_Display" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_Wearable_Retinal_Display.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-95" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/brain_computer_interface.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="brain_computer_interface" alt="brain_computer_interface" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_brain_computer_interface.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-96" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/cbox_project_natal.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cbox_project_natal" alt="cbox_project_natal" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_cbox_project_natal.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-97" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/fingerprint_scanners.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="fingerprint_scanners" alt="fingerprint_scanners" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_fingerprint_scanners.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-98" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/ipad.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="ipad" alt="ipad" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_ipad.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-99" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/microsoft_surface.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="microsoft_surface" alt="microsoft_surface" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_microsoft_surface.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-100" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/multitouch.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="multitouch" alt="multitouch" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_multitouch.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-101" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/neural_impulse_actuator.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="neural_impulse_actuator" alt="neural_impulse_actuator" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_neural_impulse_actuator.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-102" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/nintendowii.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="nintendowii" alt="nintendowii" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_nintendowii.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-103" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/transparent_OLED_display.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="transparent_OLED_display" alt="transparent_OLED_display" src="http://www.sakinshrestha.com/wp-content/gallery/future_of_user_interfaces/thumbs/thumbs_transparent_OLED_display.jpg" width="150" height="150" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

<p><span class="read-more"><a class="btn" title="The Future of User Interfaces" href="http://sixrevisions.com/user-interface/the-future-of-user-interfaces/" target="_blank">Read more</a> about The Future of User Interfaces</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sakinshrestha.com/technology/the-future-of-user-interfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple CEO Steve Jobs reveals iPad Tablet</title>
		<link>http://www.sakinshrestha.com/technology/innovation/apple-ceo-steve-jobs-reveals-ipad-tablet/</link>
		<comments>http://www.sakinshrestha.com/technology/innovation/apple-ceo-steve-jobs-reveals-ipad-tablet/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 12:05:27 +0000</pubDate>
		<dc:creator>sakin</dc:creator>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=618</guid>
		<description><![CDATA[Today January 27, the first month of the year 2010 been a big day for Apple Companies. They are one of the most innovative IT company which has been revealing great products in the past such as iPod, iTouch, iPhone and so on. Today Apple CEO Steve Jobs revealed another great produced names iPad Tablet [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_630" class="wp-caption aligncenter" style="width: 588px"><a href="http://www.sakinshrestha.com/wp-content/uploads/2010/01/ipad-banner.jpg"><img src="http://www.sakinshrestha.com/wp-content/uploads/2010/01/ipad-banner.jpg" alt="" title="iPad" width="578" height="200" class="size-full wp-image-630" /></a><p class="wp-caption-text">iPad</p></div>
<p><strong>Today January 27</strong>, the first month of the year 2010 been a big day for Apple Companies. They are one of the most innovative IT company which has been revealing great products in the past such as iPod, iTouch, iPhone and so on. Today Apple CEO Steve Jobs revealed another great produced names iPad Tablet which will cost from $499 to $829. Apple.com reported that it is their most advanced technology in a magical and revolutionary device at unbelievable price. </p>
<div id="attachment_623" class="wp-caption aligncenter" style="width: 588px"><a href="http://www.sakinshrestha.com/wp-content/uploads/2010/01/steve-jobs-reveals-iPad-1.jpg"><img src="http://www.sakinshrestha.com/wp-content/uploads/2010/01/steve-jobs-reveals-iPad-1-578x317.jpg" alt="Steve Jobs Reveals iPad" title="Steve Jobs Reveals iPad" width="578" height="317" class="size-large wp-image-623" /></a><p class="wp-caption-text">Steve Jobs Reveals iPad</p></div>
<p><strong>Features:</strong><br />
The device has a 9.7 inch LED-backlit display, weighs 1.5 pounds, and is half-an-inch thick.<br />
Powered by new chip made by Apple itself, a 1 GHz A4 and will come with 16Gb to 64 GB of storage.<br />
It supports WiFi, has an accelerometer, compass, and built-in speaker and microphone, just like the iPhone.<br />
The screen is a full capacitive multi-touch screen.<br />
Battery life is supposed to be 10 hours.<br />
In addition to WiFi, it will have a 3G option from AT&#038;T.<br />
It supports the new iPhone SDK so you can use the iPhone apps in iPad too.<br />
iPad lacking an SD card slot and USB port for which you have to buy extra adapter.</p>
<p><strong>Highlighted Featured:</strong><br />
Apple highlighted the iPad’s use as a digital reader. The iPad comes with a new app called iBooks and an iBooks store. Apple partnered with five publishers to make books available for sale through the iBooks store. “Amazon has done a great job of pioneering this technology,”says Jobs referring to the Kindle. “We’re gonna stand on their shoulders and go farther.” The iBooks support the ePub format, allows readers to flip through pages and supports pictures, video, and other graphics. The first book available will cost $14.99. It is also said to be next version of digital journalism.</p>
<p><strong>Costs:</strong><br />
The Wifi-only version, with 16GB of memory, will cost $499.<br />
A 32GB version will be $599, 64 GB will be $699<br />
3G from AT&#038;T it will cost $829 (for the 64GB version)<br />
AT&#038;T will offer two data plans: $14.99a month for 250 MB of data or $29.99 for unlimited. All the 3G iPads, however, will be unlocked, meaning they can be used on other carriers as well.</p>
<p><strong>Video:</strong><br />
<center></p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/NRQ0Aq1XzdE&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/NRQ0Aq1XzdE&#038;fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p></center>
</p>
<p><strong>Photo Gallery:</strong><br />
<div class="ngg-galleryoverview" id="ngg-gallery-5-618">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.sakinshrestha.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=5&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-62" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/Apple-stock-watch.gif" title=" " class="thickbox" rel="set_5" >
								<img title="Apple Stock Watch During iPad Launch" alt="Apple Stock Watch During iPad Launch" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_Apple-stock-watch.gif" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-63" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/apple-iPad-reveal-1.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="Apple Reveals iPad" alt="Apple Reveals iPad" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_apple-iPad-reveal-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-64" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/apple-iPad-reveal-2.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="Apple Reveals iPad" alt="Apple Reveals iPad" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_apple-iPad-reveal-2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-65" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/apple-iPad-reveal-3.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="Apple Reveals iPad" alt="Apple Reveals iPad" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_apple-iPad-reveal-3.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-66" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/apple-iPad-reveal-4.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="apple-iPad-reveal-4" alt="apple-iPad-reveal-4" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_apple-iPad-reveal-4.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-67" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-1.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad" alt="iPad" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-68" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-2.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad" alt="iPad" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-69" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-3.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iiPad" alt="iiPad" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-3.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-70" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-4.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad" alt="iPad" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-4.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-71" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-back.png" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Back" alt="iPad Back" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-back.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-72" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-1.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Experience" alt="iPad Experience" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-73" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-10.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Experience" alt="iPad Experience" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-10.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-74" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-11.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Experience" alt="iPad Experience" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-11.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-75" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-12.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Experience" alt="iPad Experience" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-12.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-76" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-2.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Experience" alt="iPad Experience" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-77" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-3.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Experience" alt="iPad Experience" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-3.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-78" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-4.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="ipad-experience-4" alt="ipad-experience-4" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-4.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-79" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-5.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Experience" alt="iPad Experience" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-5.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-80" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-6.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Experience" alt="iPad Experience" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-6.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-81" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-7.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Experience" alt="iPad Experience" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-7.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-82" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-8.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="ipad-experience-8" alt="ipad-experience-8" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-8.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-83" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/ipad-experience-9.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="iPad Experience" alt="iPad Experience" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_ipad-experience-9.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-84" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.sakinshrestha.com/wp-content/gallery/ipad/steve-jobs-reveals-iPad-1.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="Steve Jobs Reveals iPad" alt="Steve Jobs Reveals iPad" src="http://www.sakinshrestha.com/wp-content/gallery/ipad/thumbs/thumbs_steve-jobs-reveals-iPad-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.sakinshrestha.com/technology/innovation/apple-ceo-steve-jobs-reveals-ipad-tablet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tracking Exit/Outbound Links through Google Analytics</title>
		<link>http://www.sakinshrestha.com/technology/it-tips-tricks/tracking-exit-outbound-links-google-analytics/</link>
		<comments>http://www.sakinshrestha.com/technology/it-tips-tricks/tracking-exit-outbound-links-google-analytics/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 15:01:15 +0000</pubDate>
		<dc:creator>sakin</dc:creator>
				<category><![CDATA[IT Tips & Tricks]]></category>
		<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=588</guid>
		<description><![CDATA[Google Analytics is the enterprise-class web analytics solution that gives you rich insights into your website traffic and marketing effectiveness. Powerful, flexible and easy-to-use features now let you see and analyze your traffic data in an entirely new way. With Google Analytics, you&#8217;re more prepared to write better-targeted ads, strengthen your marketing initiatives and create [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_603" class="wp-caption aligncenter" style="width: 588px"><a href="http://www.sakinshrestha.com/wp-content/uploads/2009/12/google-analytics-exit-outbound-code.jpg"><img class="size-full wp-image-603" title="Google Analytics Exit Link Screenshot" src="http://www.sakinshrestha.com/wp-content/uploads/2009/12/google-analytics-exit-outbound-code.jpg" alt="Google Analytics Exit Link Screenshot" width="578" height="200" /></a><p class="wp-caption-text">Google Analytics Exit Link Screenshot</p></div>
<p>Google Analytics is the enterprise-class web analytics solution that gives you rich insights into your website traffic and marketing effectiveness. Powerful, flexible and easy-to-use features now let you see and analyze your traffic data in an entirely new way. With Google Analytics, you&#8217;re more prepared to write better-targeted ads, strengthen your marketing initiatives and create higher converting websites.</p>
<p>I use <a href="http://www.google.com/analytics/">Google Analytics</a> for my own site and other sites I work on.  I mostly use this tool to track the visitor and my popular post, keywords and also the click on Site Overlay. I had never tracked exit/outbound link with Google Analytics. One day, my client asked to me research about it and track the exit link.  Then my search for the exit link tracker begins. I fund lot of codes but non of them work properly. Finally, I was lucky enough to get read an article written by Jordi Romkema. But now I see that his site is not available. So, I am writing here again with reference to his code. If you are finding difficult to track the exit/outbound link then just follow the instruction below:</p>
<p>1) Create a Javascript file. For example let&#8217;s save it as exittracker.js and write the following code and save it.<br />
<code>var ExitTracker = Class.create({<br />
initialize: function()<br />
{<br />
this.domain = document.location.toString().toLowerCase().split("/")[2];<br />
$$("a").each(function(item)<br />
{<br />
if (item.href &amp;&amp; (item.href != (document.location + "#")))<br />
{<br />
$(item).observe("click", this.track.bindAsEventListener(this));<br />
}<br />
}.bind(this));<br />
},<br />
track: function(e)<br />
{<br />
var el = e.element();<br />
var exit_domain = el.href.split("/")[2].toLowerCase();<br />
if (this.domain.toLowerCase().indexOf(exit_domain) == -1)<br />
{<br />
if (typeof pageTracker != "undefined")<br />
{<br />
pageTracker._trackPageview("/exit/" + el.href);<br />
}<br />
}<br />
}<br />
});<br />
</code></p>
<p>2) Now insert the following code to link the scripts. You should place the code right after your Google Analytics code:<br />
<code>&lt;!-- Google Analytics code here --&gt;<br />
&lt;script type="text/javascript" src="prototype.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript" src="exittracker.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript"&gt;<br />
new ExitTracker();<br />
&lt;/script&gt;</code></p>
<p><strong>Note:</strong> <a title="Click here to download prototype.js" href="http://www.prototypejs.org/download" target="_blank">Click here</a> to download the prototype.js</p>
<p>If you find difficult to write the code then <a title="Click here to download prototype.js and exittracker.js" href="http://www.sakinshrestha.com/wp-content/uploads/2009/12/exittracket-prototype.zip">Click here</a> to download the set of prototype.js and exittracker.js . Then you can just add the code to link these two file after your Google analytics code.</p>
<p>If there is any problem then just write a comment and then I will reply you back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sakinshrestha.com/technology/it-tips-tricks/tracking-exit-outbound-links-google-analytics/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Security Tips</title>
		<link>http://www.sakinshrestha.com/wordpress/wordpress-security-tips/</link>
		<comments>http://www.sakinshrestha.com/wordpress/wordpress-security-tips/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 08:59:30 +0000</pubDate>
		<dc:creator>sakin</dc:creator>
				<category><![CDATA[IT Tips & Tricks]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=255</guid>
		<description><![CDATA[Posted on: September 5, 2009 Updates on: December 15, 2009 As the WordPress is getting popular and used by many people, now the hackers are also being active and involved in hacking wordpress site. I have recently received lot of request to fix the WordPress hacks. I would like to list some WordPress Security Tips [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_381" class="wp-caption aligncenter" style="width: 588px"><img class="size-full wp-image-381" title="Wordpress Security Tips" src="http://www.sakinshrestha.com/wp-content/uploads/2009/11/WordpressSecurityTips.jpg" alt="Wordpress Security Tips" width="578" height="200" /><p class="wp-caption-text">Wordpress Security Tips</p></div>
<p><strong>Posted on:</strong> September 5, 2009<br />
<strong>Updates on:</strong> December 15, 2009</p>
<p>As the WordPress is getting popular and used by many people, now the hackers are also being active and involved in hacking wordpress site. I have recently received lot of request to fix the WordPress hacks. I would like to list some WordPress Security Tips to help you protect from hacks.<span id="more-255"></span></p>
<ol>
<li><strong>Keep up to date with the latest WordPress Version: </strong>Always keep your WordPress site updated with the latest version of WordPress. The WordPress developers do not maintain security patched for older WordPress versions. In August 12, 2009, WordPress released version 2.8.4 as the security release. Older version of WordPress is more open to hacks.<strong>My Tips: </strong>Regularly update your WordPress site. You can use the plugin &#8220;<a title="Wordpress Automatic upgrade" href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/" target="_blank&quot;">WordPress Automatic upgrade</a>&#8221;  or <a title="Instant Upgrade Plugin" href="http://www.zirona.com/software/wordpress-instant-upgrade" target="_blank">Instant Upgrade Plugin</a> Further, you need to keep your plugin and theme to be up to date as well.</li>
<li><strong>Populate wp-config.php Properly: </strong> Go through each line in wp-config.php, not only the first block for database configuration.<strong>My Tips: </strong>Use <a title="WordPress secret key generation tool" href="http://api.wordpress.org/secret-key/1.1/" target="_blank">WordPress secret key generation tool</a> to generate random salts for WordPress cookies. These keys are used to insure better encryption of information stored in WordPress user’s cookies. To make it more secure modify the the WordPress table prefix to something other than <em>wp_</em>. Adding random characters and numbers to the end of wp, such as <em>wp52sk1_</em> obfuscates it enough but still allows you to recognize the tables as those belong to WordPress.</li>
<li><strong>Correct File Permissions: </strong>You should give the correct file permission and if you give full permission to files and folders then the hackers can hack it easily.<strong>My Tips: </strong> Set the permission as follows:
<p>All folder permissions should be set to 755</p>
<p>All files permissions should be set to 644</p>
<p>Files that you want to edit in the WordPress Theme editors permissions should be set to 666</p>
<p>Never ever use 777 for WordPress permissions</li>
<li><strong>Don&#8217;t Use the Default admin Username: </strong> WordPress is open source application and now most of people know that it has the administrator username as admin. This make it easy for hackers to to hack the password when they already know the administrator username.<strong>My Tips: </strong> Change the default administrator username admin to something else. Now i am going to show how to change the default admin username.You may use phpMyAdmin and paste the SQL command (the update line) to execute it.
<p>update wp52sk1_users set user_login=&#8217;myadmin&#8217; where user_login=&#8217;admin&#8217;;</p>
<p>wp52sk1_ is the database prefex that I change. The default prefex is wp_</p>
<p>Alternatively, you may edit the value manually using phpMyAdmin web interface.</p>
<p>Now your admin user is myadmin instead of admin</li>
<li><strong>Pick Secure Password for Admin: </strong>Changing your admin username to something else is not a guarantee that people will not be able to guess it. For instance, if you use your username as the displayed meta data in every post, or you enable author specific page in multi-author blog, you will reveal your user name to the world.<strong>My Tips </strong> With this assumption, you should pick secure password for your WordPress login. Combine upper and lowercase characters and numbers.</li>
<li><strong>Hide WordPress Version in the Header Tag: </strong>Although you have deleted the WordPress version meta data from your theme, you may still get WordPress version line in the page returned by the blog software. The culprit is, since version 2.5 WordPress has added the feature to generate this code. This will allow the hacker to know about the wordpress version you are using which will help them to hack it.<strong>My Tips: </strong> Add the following line to the functions.php file in your theme directory: (Create a blank PHP file with this name if your theme doesn’t already have one)
<p>&lt;?php remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;); ?&gt;</li>
<li><strong>Nobody should be allowed to search your entire server:</strong> If you allow then the hacker will find the way to hack easily.<strong>My Tips; </strong> Do not use the following search code in the search.php in your theme folder:
<p>&lt;?php echo $_SERVER [&#8216;PHP_SELF&#8217;}; ?&gt;</p>
<p>Use the following instead:</p>
<p>&lt;?php cloginfo (&#8216;home&#8217;); ?&gt;</p>
<p>Also block WP-folder from being indexed by search engines, the best way to block them is in your robots.txt file. Add the following line to your list:</p>
<p>Disallow: /wp-*</li>
<li><strong>Prevent directory listing: </strong>The problem in many cases, the default WordPress installation allows hackers to use their web browser as a file browser to look through the contents of the folder on your server. Normally it is harmless but some web hosts don&#8217;t even bother to turn off directory listing by default. This means that there are several things hackers can do. There might be loop hole in the theme and plugin you used for your site. The author of the plugin and theme might have made mistakes in their code that allow unexpected access, hackers can use your directory listing to find out if you have got those vulnerable files and then attack your site. Also people can browse the non-WordPress contents of your web server to discover folders and files that you might not be ready to announce that you thought were not accessible to the general public. Many directory listing feature a line in the footer telling visitors your server version. Hacker can cross-reference these version numbers with list of known vulnerabilities and bring your site down or gain illegal access.<strong>My Tips: </strong> Edit the .htaccess file and add the following line at the bottom.
<p>Options All –Indexes</li>
<li><strong>Protect WordPress Administration Files: </strong>WordPress administration files are in wp-admin directory of your WordPress installation, except wp-config.php.<strong>My Tips: </strong> Use .htaccess to restrict access and allow only specific IP address to this directory and file. If you have static IP address and you always blog from your computer, this can be an option. If you don&#8217;t know you IP address then you can find your IP my visiting the site: <a title="Whatismyip.com" href="http://whatismyip.com/" target="_blank&quot;">http://whatismyip.com/</a>You need to put a .htaccess file in wp-admin and add the code. See the Example:
<p>Order Deny,Allow</p>
<p>Allow from 202.79.40.130</p>
<p>deny from all</p>
<p>For more refer to Apache&#8217;s documentation on <a title="Apache's documentation on mode_access" href="http://httpd.apache.org/docs/1.3/mod/mod_access.html" target="_blank">mod_access</a> to see the example: <a title="Protecting The WordPress wp-admin Folder" href="http://www.reubenyau.com/protecting-the-wordpress-wp-admin-folder/" target="_blank">Protecting The WordPress wp-admin Folder</a></p>
<p><strong>Alternate Solution through user and password combination: </strong> There is another way to protect wp-admin directory with user and password combination. It also adds another level of security. Apache has complete information on <a title=" " href="http://httpd.apache.org/docs/2.0/howto/auth.html" target="_blank">authentication, authorization and access control</a>. Example:</p>
<p>AuthType Basic</p>
<p>AuthName &#8220;WordPress Dashboard&#8221;</p>
<p>AuthUserFile /home/user/.htpasswds/blog/wp-admin/.htpasswd</p>
<p>Require user adminuser</p>
<p>and then generate the encrypted password using the htpasswd command.</p>
<p>$ htpasswd –cm .htpassed adminuser</p>
<p>If you have cPanel then it is very easy as it has a feature called Web Protect which allows you to accomplish the same thing.</p>
<p><strong>Note: </strong>if you find it hard to use it in code then just use this plugin <a title="AskApache Password Protect" href="http://www.askapache.com/wordpress/htaccess-password-protect.html" target="_blank">AskApache Password Protect</a></p>
<p>Further, I recommend the plugin <a title="Login Lockdown plugin" href="http://www.bad-neighborhood.com/login-lockdown.html" target="_blank">Login Lockdown plugin</a> which record the IP address and timestamp of every failed WordPress login attempt. If more than a certain number of attempts are detected within a short period of time from the same IP range, then the login function is disabled for all requests from that range. This helps to prevent brute force password discovery.</p>
<p><strong>Note:</strong> <a title="the Htaccess and Htpasswd generator" href="http://www.htaccesstools.com/htpasswd-generator/" target="_blank">the Htaccess and Htpasswd generator</a> helps to create the necessary files with desired values.</li>
<li><strong>Restrict File Access to wp-content Directory: </strong>The wp-content directory contains your theme, plugin files and uploaded. WordPress doesn&#8217;t access the PHP files in the plugins and themes directory via HTTP. the only request from web browser are for image files, javascripts, and css. For this reason you may restrict wp-content so that it only allows those file extensions but not PHP or any other file extensions. This prevents people from accessing  any files directly.<strong>My Tips: </strong> Include the following lines in .htaccess within wp-content:
<p>Oder Allow, Deny</p>
<p>Deny From all</p>
<p>&lt;files ?\.(jpg|gif|png|js|css)$? ~&gt;</p>
<p>Allow from all</p>
<p>&lt;/files&gt;</li>
<li><strong>Take regular backups of your site and Database: </strong> No matter how hard you protect your site there might be some loop for hackers. There is never 100% security when it&#8217;s online.<strong><br />
My Tips: </strong> Take regular backups of your file directories as well as the database. So, if there is any problem then you can just upload the backup copy. Use <a title="WordPress Database Backup plugin" href="http://www.ilfilosofo.com/blog/wp-db-backup/" target="_blank">WordPress Database Backup plugin</a> or <a title="WP-DB Manager" href="http://lesterchan.net/portfolio/programming/php/" target="_blank">WP-DB Manager</a> to backup your Database and User  <a title="http://wordpress.org/extend/plugins/wordpress-backup//" target="_blank">WordPress Backup</a> Plugin to backup your upload directory (images), current theme directory, and plugins directory.</li>
<li><strong>Stop worrying about your wp-config.php file: </strong> During the server problem, i have seen in one of my friend blog that his wp-config.php file can be viewed in the browser and his database username and password are there and it can be hacked anytime.<strong>My Tips: </strong> You can secure your wp-config.php by adding the following to the .htaccess file at the top level of your WordPress install:
<p>&lt;FilesMatch ^wp-config.php$&gt;deny from all&lt;/FilesMatch&gt;</p>
<p>This will make it harder for your database username and password to fall into the wrong hands in the event of a server problem.</li>
<li><strong>Protect Your Blog With a Solid Password: </strong> Easy password with alphabetic and number can be hacked using the software easily.<strong>My Tips: </strong>Creating a strong password that is also memorable is one of the easiest defenses against being hacked. Use strong password my combining the alphabetic, numbers and symbols. There are a lot of online password strength checker that you could check.Also you might check lorelle’s article on blogherald called <a title="Protect Your Blog With a Solid Password" target="_blank">Protect Your Blog With a Solid Password </a>, offering tips and tricks to help create a strong password that is also memorable, and how to deal with all the myriad passwords we seem to accumulate online.</li>
<li><strong>The following plugins will be very helpful:</strong>
<ul>
<li><a title="WordPress Exploit Scanner" href="http://wordpress.org/extend/plugins/exploit-scanner/" target="_blank">WordPress Exploit Scanner:</a> It searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.</li>
<li><a title="AntiVirus Plugin" href="http://wordpress.org/extend/plugins/antivirus/" target="_blank">AntiVirus Plugin:</a> It is a smart and effective solution to protect your blog against exploits and spam injections.</li>
<li><a title="WP Security Scan Plugin" href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WP Security Scan Plugin:</a> It scans your WordPress installation for security vulnerabilities and suggests corrective actions.</li>
<li><a title="Admin SSL Plugin" href="http://wordpress.org/extend/plugins/admin-ssl-secure-admin/" target="_blank">Admin SSL Plugin:</a> Recommended only for the advance users. It secures login page, admin area, posts, pages &#8211; whatever you want &#8211; using Private or Shared SSL. Once you have activated the plugin please go to the Admin SSL config page to enable SSL, and read the installation instructions.</li>
</ul>
</li>
<p><strong>Further reading:</strong></p>
<p><a title="Hardening WordPress" href="http://codex.wordpress.org/Hardening_WordPress" target="_blank&quot;">Hardening WordPress</a></p>
<p><a title="FAQ My site was hacked" href="http://codex.wordpress.org/FAQ_My_site_was_hacked" target="_blank&quot;">FAQ My site was hacked</a></p>
<p><a title="10 Steps To Protect The Admin Area In WordPress" href="http://www.smashingmagazine.com/2009/01/26/10-steps-to-protect-the-admin-area-in-wordpress/" target="_blank&quot;">10 Steps To Protect The Admin Area In WordPress</a></ol>
]]></content:encoded>
			<wfw:commentRss>http://www.sakinshrestha.com/wordpress/wordpress-security-tips/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.sakinshrestha.com @ 2010-08-01 01:35:51 -->