<?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>Techarraz</title>
	<atom:link href="http://www.techarraz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techarraz.com</link>
	<description>Saving technophobes since 2008</description>
	<lastBuildDate>Wed, 01 Feb 2012 03:15:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<!-- google_ad_section_end --><!-- google_ad_section_start -->	<item>
		<title>How to add Google Link Ad Unit Under the Menu, on Hybrid WordPress Theme</title>
		<link>http://www.techarraz.com/blogging-tips/link-ad-unit-under-menu-hybrid-wordpress-theme/</link>
		<comments>http://www.techarraz.com/blogging-tips/link-ad-unit-under-menu-hybrid-wordpress-theme/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 03:15:40 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.techarraz.com/?p=2933</guid>
		<description><![CDATA[Link ad units are like a list of links. They do not have any descriptive text, byline or images. All they have is one or two words, and they are available in vertical and horizontal layouts. As you can see in the image below, I have marked the link ad unit.]]></description>
			<content:encoded><![CDATA[<p>Over the last few days, you must have seen a slew of posts on Techarraz on the Hybrid Theme. Hybrid Theme is extremely customizable, and the availability of child themes makes it full of options, when it comes to the blog layout. However, there are some common tweaks that apply to all themes, like <a title="How to Insert Advertisements Below the Post Title, on Hybrid Theme for WordPress" href="http://www.techarraz.com/blogging-tips/adsense-under-post-title-hybrid-theme/">showing adsense advertisements below post titles</a>, <a title="How to Remove Duplicate Meta Tags in Hybrid WordPress Theme Framework" href="http://www.techarraz.com/blogging-tips/duplicate-meta-description-keyword-hybrid-theme-wordpress/">using AIO SEO Pack with Hybrid</a> and removing duplicate meta tags, <a title="How to Show Excerpts Instead of Full Posts on Homepage, in Hybrid WordPress Theme Framework" href="http://www.techarraz.com/blogging-tips/show-excerpt-on-homepage-hybrid-theme-framework-wordpress/">replacing posts with excerpts on homepage</a> and likewise. Today, a new trick gets added to the list as we will see how to add link-ad units under the menu.</p>
<h3>What are link ad units, and where should they be placed ideally?</h3>
<p>Link ad units are like a list of links. They do not have any descriptive text, byline or images. All they have is one or two words, and they are available in vertical and horizontal layouts. As you can see in the image below, I have marked the link ad unit.</p>
<p><img class="aligncenter size-full wp-image-2948" title="link-ad-unit" src="http://www.techarraz.com/wp-content/uploads/link-ad-unit.jpg?9d7bd4" alt="link-ad-unit" width="568" height="163" /></p>
<h3>How to Insert Link ads under Menu on Hybrid Theme?</h3>
<p>To insert link ads under the menu, we have to know where in the code the menu comes into the picture. Let us start with the <em>header.php </em>present in the Hybrid directory (not in the child theme). In <em>header.php</em>, you will see an opening <em>div</em> tag with an id of &#8220;container&#8221;. If you have worked in web-development for long enough, you might have noticed how this id is used for the content area, below the header. So, everything prior to this is our header.</p>
<p>Right before this div tag, we can place our link ad code. I have used the same css for the link ad, as found on the menu. The color of the link unit should also match the color of the menu bar. Enclose your adsense code between div tags and finally, your code should look like this.</p>
<blockquote><p>&lt;/div&gt;&lt;!&#8211; #header-container &#8211;&gt;</p>
<p>&lt;?php do_atomic( &#8216;after_header&#8217; ); // hybrid_after_header ?&gt;<br />
&lt;div align=&#8221;center&#8221; id=&#8221;primary-menu&#8221; class=&#8221;menu-container&#8221;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;&lt;!&#8211;<br />
google_ad_client = &#8220;ca-pub-6740844476322233&#8243;;<br />
/* Link_ad-Under-Navigation */<br />
google_ad_slot = &#8220;5116863245&#8243;;<br />
google_ad_width = 728;<br />
google_ad_height = 15;<br />
//&#8211;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;<br />
src=&#8221;http://pagead2.googlesyndication.com/pagead/show_ads.js&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;/div&gt;<br />
&lt;div id=&#8221;container&#8221;&gt;</p></blockquote>
<p>That is all you need to do  to display ads below the menu, on the <a title="Hybrid is the Most Customizable and Elegant WordPress Theme Framework Ever" href="http://www.techarraz.com/blogging-tips/hybrid-best-wordpress-theme-framework-child-themes/">Hybrid Theme</a>. Do not copy the code given in this example as it is. Replace the link unit code with your own adsense link unit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/blogging-tips/link-ad-unit-under-menu-hybrid-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Remove Duplicate Meta Tags in Hybrid WordPress Theme Framework</title>
		<link>http://www.techarraz.com/blogging-tips/duplicate-meta-description-keyword-hybrid-theme-wordpress/</link>
		<comments>http://www.techarraz.com/blogging-tips/duplicate-meta-description-keyword-hybrid-theme-wordpress/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 03:15:49 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.techarraz.com/?p=2909</guid>
		<description><![CDATA[The Hybrid Theme Framework has its own SEO features. However, many people prefer using All in One SEO (AIO) Pack. This can create duplicate meta tags. The unfortunate thing is, although Hybrid has methods to check if another SEO Plugin is installed, it somehow did not work on my Hybrid News Theme installation. Thus, I was getting two Meta tags for "description" and "keywords".]]></description>
			<content:encoded><![CDATA[<p>I have recently switched to the <a title="Hybrid is the Most Customizable and Elegant WordPress Theme Framework Ever" href="http://www.techarraz.com/blogging-tips/hybrid-best-wordpress-theme-framework-child-themes/">Hybrid WordPress theme</a>, and as you can see, it is a clutter free and elegant looking WordPress theme. However, it has a steep learning curve, and needs slight tweaks for optimal customization. We have seen how to <a title="How to Show Excerpts Instead of Full Posts on Homepage, in Hybrid WordPress Theme Framework" href="http://www.techarraz.com/blogging-tips/show-excerpt-on-homepage-hybrid-theme-framework-wordpress/">show excerpts instead of post</a> content on the homepage, how to <a title="How to Insert Advertisements Below the Post Title, on Hybrid Theme for WordPress" href="http://www.techarraz.com/blogging-tips/adsense-under-post-title-hybrid-theme/">display AdSense advertisements below the post title</a>, and today, we will see how to remove duplicate meta descriptions for posts.</p>
<p><strong>What is the problem with duplicate Meta tags?</strong></p>
<p>A duplicate meta tag is like giving two descriptions for your page. It confuses your search engine, and generally, the search engine picks up the first occurrence of the meta tag. This can prove to be fatal in search rankings, and can have an adverse effect on your page SEO.</p>
<p><strong>What causes duplicate Meta tags in the Hybrid Theme?</strong></p>
<p>The Hybrid Theme Framework has its own SEO features. However, many people prefer using All in One SEO (AIO) Pack. This can create duplicate meta tags. The unfortunate thing is, although Hybrid has methods to check if another SEO Plugin is installed, it somehow did not work on my Hybrid News Theme installation. Thus, I was getting two Meta tags for &#8220;description&#8221; and &#8220;keywords&#8221;. I had to find a way of turning off Hybrid&#8217;s SEO!</p>
<p><strong>How to turn off Hybrid SEO?</strong></p>
<p>Hybrid SEO is a core feature. To turn it off, we have to tweak the way Hybrid is activated on your blog. However, don&#8217;t be scared by all that. In reality, you have to add a single line of code to your <em>functions.php</em> file on the child theme.</p>
<p>Look for the line that says, <em>function hybrid_[your_theme_name]_setup()</em>. Now, go to the end of the function, which should be the place where you find the first closing brace ( &#8221;}&#8221; ) on a single line.</p>
<blockquote><p>/*removes hybrid core SEO */<br />
remove_theme_support( &#8216;hybrid-core-seo&#8217; );</p></blockquote>
<p>That is all. Now, Hybrid SEO will not interfere with your own SEO plugin, and you will see single tags for <em>meta description</em> and <em>meta keywords</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/blogging-tips/duplicate-meta-description-keyword-hybrid-theme-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Insert Advertisements Below the Post Title, on Hybrid Theme for WordPress</title>
		<link>http://www.techarraz.com/blogging-tips/adsense-under-post-title-hybrid-theme/</link>
		<comments>http://www.techarraz.com/blogging-tips/adsense-under-post-title-hybrid-theme/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 03:00:02 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.techarraz.com/?p=2914</guid>
		<description><![CDATA[Generally, in other themes, you edit the posts.php file to get your custom content under the title. However, with Hybrid, there is no posts.php file. So, how exactly do we do it? Let us see.]]></description>
			<content:encoded><![CDATA[<p>Hybrid Theme is an excellent WordPress theme and it never fails to impress me. However, the steep learning curve of the theme can be a huge turn off, for people who are not that familiar with the different aspects of WordPress and its themes. Even having that knowledge is of minimal help, as Hybrid has a totally different structure than other themes. This time, I will help you setup AdSense ads on your blog, and make them appear below the title.</p>
<p>We have sen how you can <a title="Hybrid is the Most Customizable and Elegant WordPress Theme Framework Ever" href="http://www.techarraz.com/blogging-tips/hybrid-best-wordpress-theme-framework-child-themes/" alt="hybrid-theme-setup">setup the Hybrid Theme</a> on your blog, and how to <a title="How to Show Excerpts Instead of Full Posts on Homepage, in Hybrid WordPress Theme Framework" href="http://www.techarraz.com/blogging-tips/show-excerpt-on-homepage-hybrid-theme-framework-wordpress/" alt="show-excerpt-homepage-hybrid-theme">show excerpts instead of full posts</a> on your blog homepage, when using <a title="Hybrid WordPress Theme" href="http://www.techarraz.com/blogging-tips/hybrid-wordpress-theme/" alt="hybrid-theme-problems">Hybrid theme</a>.</p>
<p>The main source of revenue for a blog like mine is Google AdSense. Google ads on a WordPress blog need to be well placed for maximum clicks, yet be non-obtrusive to respect the user&#8217;s reading preferences. I usually tend to follow Google&#8217;s AdSense ad placement guide, when it comes to monetizing my blog. If there is one destination where Google wants us to put advertisements, it is under the title. This has a high visibility, and does not block the content of the post.</p>
<h3>Add Google Ads under post Title in Hybrid Theme</h3>
<p><img class="aligncenter size-full wp-image-2928" title="google-adsense-below-title" src="http://www.techarraz.com/wp-content/uploads/google-adsense-below-title.jpg?9d7bd4" alt="google-adsense-below-title-hybrid" width="486" height="435" /></p>
<p>Generally, in other themes, you edit the <em>posts.php</em> file to get your custom content under the title. However, with Hybrid, there is no <em>posts.php</em> file. So, how exactly do we do it? Let us see.</p>
<p>With the Hybrid Theme, it is not easy to edit files here and there. So, initially, I tried a plugin to put ads under the title, but it was messing with my theme! Good SEO practice requires us to have our Title in H1, but the plugin was creating confusion, removing the H1 tag from my post title.</p>
<p>Then, I moved on to edit my theme files. I searched for a call to <em>the_content()</em>, as that is the function used to display post  contents and it should be on one of the files that format the post.</p>
<p>Surprisingly, I found it in many pages, along with the <em>singular.php</em> file. Now, all you have to do, is paste the AdSense code right between</p>
<blockquote><p><em>&lt;?php do_atomic( &#8216;before_entry&#8217; ); // hybrid_before_entry ?&gt;</em></p></blockquote>
<p>and</p>
<blockquote><p><em>&lt;?php the_content(); ?&gt;</em></p></blockquote>
<p>With the code in place, your Google ads will start appearing on all posts, below the title. You can see an example of what I am talking about, in this post.</p>
<p>If you have a more efficient way of doing this, please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/blogging-tips/adsense-under-post-title-hybrid-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Show Excerpts Instead of Full Posts on Homepage, in Hybrid WordPress Theme Framework</title>
		<link>http://www.techarraz.com/blogging-tips/show-excerpt-on-homepage-hybrid-theme-framework-wordpress/</link>
		<comments>http://www.techarraz.com/blogging-tips/show-excerpt-on-homepage-hybrid-theme-framework-wordpress/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 03:30:16 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.techarraz.com/?p=2911</guid>
		<description><![CDATA[Hybrid is a Theme Framework, and there are different ways of editing theme files in it. Either you can modify functions to make your desired changes, or, you can replace function calls at respective places. To show excerpts instead of posts, we will modify the theme functions.]]></description>
			<content:encoded><![CDATA[<p>Hybrid is the best free WordPress theme framework, and if you need proof, this blog is running on Hybrid. Hybrid has many child frameworks, which add more features and different content layouts. Based on the theme that you are using, you might want to show either excerpts of posts or entire posts on your homepage. I prefer to show excerpts of posts, as it lets the visitor get an overview of the entire blog, which should ideally be the purpose of the homepage.</p>
<p><em>Currently, I am using Hybrid News Child Theme on this blog. You can read my initial review and setup information regarding Hybrid Theme, in <a title="Hybrid is the Most Customizable and Elegant WordPress Theme Framework Ever" href="http://www.techarraz.com/blogging-tips/hybrid-best-wordpress-theme-framework-child-themes/">this post</a>.</em></p>
<p>Assuming you already have the Hybrid Theme installed on your blog, and you have a child theme, which is showing full post contents, we will now see how to replace that full post content with post excerpts.</p>
<h3>How to Replace Post Content with Excerpts on Homepage?</h3>
<p><img class="aligncenter size-full wp-image-2921" title="wordpress-excerpt" src="http://www.techarraz.com/wp-content/uploads/wordpress-excerpt.jpg?9d7bd4" alt="wordpress-excerpt" width="502" height="294" /></p>
<p>If there is no option to do this in settings of your Hybrid Theme, you have to edit the theme files manually. Now, Hybrid is a Theme Framework, and there are different ways of editing theme files in it. Either you can modify functions to make your desired changes, or, you can replace function calls at respective places.</p>
<p>The function to show post excerpts is <em>the_excerpt()</em> and the one that shows the entire content of the post, is <em>the_post()</em>. It is a bit confusing to modify the homepage, since the homepage has no marked out <em>index.php</em> file. Instead, we will modify the <em>functions.php</em> in your Hybrid child theme.</p>
<p>Go to the directory <em>wp-content/themes/</em>[<strong>your hybrid child theme</strong>] on your webroot. In my case, I am at <em>/public_html/wp-content/themes/hybrid-news</em>.</p>
<p>Now, open the <em>functions.php</em> file. You have to add the code given below to the file, and save it back.</p>
<p>Firstly, add <em>add_filter(&#8216;the_content&#8217;, &#8216;my_excerpts&#8217;);</em> at the end of this file. This tells WordPress that <em>the-content</em> will now be filtered as <em>my_excerpts</em>. But where is my_excerpts? We have to define that too.</p>
<p>Just above the last line, which you added recently, paste this definition for the my_excerpts function.</p>
<blockquote><p>function my_excerpts($content = false) {<br />
// If is the home page, an archive, or search results<br />
if(is_front_page() || is_archive() || is_search()) :<br />
global $post;<br />
$content = $post-&gt;post_excerpt;</p>
<p>// If an excerpt is set in the Optional Excerpt box<br />
if($content) :<br />
$content = apply_filters(&#8216;the_excerpt&#8217;, $content);</p>
<p>// If no excerpt is set<br />
else :<br />
$content = $post-&gt;post_content;<br />
$excerpt_length = 55;<br />
$words = explode(&#8216; &#8216;, $content, $excerpt_length + 1);<br />
if(count($words) &gt; $excerpt_length) :<br />
array_pop($words);<br />
array_push($words, &#8216;&#8230;&#8217;);<br />
$content = implode(&#8216; &#8216;, $words);<br />
endif;<br />
$content = &#8221; . $content . &#8221;;</p>
<p>endif;<br />
endif;</p>
<p>// Make sure to return the content<br />
return $content;</p>
<p>}</p></blockquote>
<p>Save the file, and come back to your homepage. All your posts on homepage will now show excerpts instead of full-page posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/blogging-tips/show-excerpt-on-homepage-hybrid-theme-framework-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Galaxy i9300 Appears on Samsung UAE Support Website, is It the Galaxy SIII?</title>
		<link>http://www.techarraz.com/mobile/samsung-galaxy-siii-samsung-uae-galaxy-s3/</link>
		<comments>http://www.techarraz.com/mobile/samsung-galaxy-siii-samsung-uae-galaxy-s3/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 12:38:08 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Galaxy SIII]]></category>
		<category><![CDATA[Samsung]]></category>

		<guid isPermaLink="false">http://www.techarraz.com/?p=2889</guid>
		<description><![CDATA[Either Samsung is going to launch the Galaxy SIII at MWC after all, or, this is a new phone that Samsung has been secretive about. Either way, whether this i9300 is the Galaxy SIII or not, there is a huge chance that this phone might appear at MWC and when it does, we will be waiting.]]></description>
			<content:encoded><![CDATA[<p>Rumors of Samsumg Galaxy SIII are running stronger than ever, now that Samsung has accidentally spilled the beans on a new phone in the i9xxx range. The Galaxy SIII was rumored to launch at MWC earlier, but later, insiders at the Verge and many other publications reported that Samsung is planning to delay the launch of this phone, beyond the mega MWC event. Officially, Samsung has been tight lipped about this entire matter, and has not given the slightest hint of a launch. However, this recent screenshot from the Samsung UAE support website speaks otherwise.</p>
<p><img class="aligncenter size-full wp-image-2890" title="samsung-galaxy-s3-rumor" src="http://www.techarraz.com/wp-content/uploads/samsung-galaxy-s3-rumor.jpg?9d7bd4" alt="samsung-galaxy-s3-rumor" width="575" height="364" /></p>
<p>However, I tried the same Global Download Center page from here in India, and saw no trace of that model.<br />
<img class="aligncenter size-full wp-image-2892" title="samsung-galaxy-sIII-rumor" src="http://www.techarraz.com/wp-content/uploads/samsung-galaxy-sIII-rumor.jpg?9d7bd4" alt="samsung-galaxy-sIII-rumor" width="636" height="305" /></p>
<p>Accoding to the rumor mills, Samsung Galaxy SIII will have a 4.6 inch screen with Super AMOLED display with a resolution of 720&#215;1280 pixels, and a 1.8 GHz CPU powering it. It will also sport a 12 MP camera, and needless to say, it will run Android 4.0 Ice-cream Sandwich. If everything goes as planned/rumored, this might be Samsung&#8217;s nemesis for the iPhone 5.</p>
<h3>So, is the Galaxy S3 Coming at MWC?</h3>
<p>Either Samsung is going to launch the Galaxy SIII at MWC after all, or, this is a new phone that Samsung has been secretive about. Either way, whether this <a target="_blank" href="http://pocketnow.com/android/galaxy-s-iii-shows-up-on-samsungs-web-page-launch-under-review">i9300 is the Galaxy SIII or not</a>, there is a huge chance that this phone might appear at MWC and when it does, we will be waiting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/mobile/samsung-galaxy-siii-samsung-uae-galaxy-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If I was a Microsoft Office Program</title>
		<link>http://www.techarraz.com/personal/if-you-were-a-microsoft-office-program/</link>
		<comments>http://www.techarraz.com/personal/if-you-were-a-microsoft-office-program/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 02:30:50 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.techarraz.com/?p=2872</guid>
		<description><![CDATA[This is a typical oddball interview question, but we must approach it with style. Firstly, we have to consider the variables here. What job are we applying for? What is the job profile of the position? Does this question carry any meaning? How far into the Interview, am I? How has my performance been so far? Is he impressed enough, that I can be bold in my reply? Do I go for an analytical answer, or a witty remark? All these are the factors governing my decision and thought process at that period.]]></description>
			<content:encoded><![CDATA[<p>While surfing the Internet, as I always am, I recently stumbled upon a list of weird interview questions. Weird interview questions have the highest degree of abstractions. They force you to think beyond conventions. In my understanding, this helps the interviewer assess our analytic skills; how well we can realize a seemingly abstract problem, and reach a formidable solution to a stupid question.</p>
<p><img class="aligncenter size-full wp-image-2883" title="microsoft-office" src="http://www.techarraz.com/wp-content/uploads/microsoft-office.jpg?9d7bd4" alt="microsoft-office" width="365" height="301" /></p>
<p>So, I was going through this list of weird interview questions, and a question caught my eye immediately. It read:</p>
<blockquote><p>If you were a Microsoft Office program, which one would you be?</p></blockquote>
<p>So, how should I answer this question, if I was asked the same? Let us analyze.</p>
<p>Firstly, we have to consider all the variables here. What job are we applying for in this situation? What is the job profile of the position in question? Does this question carry any meaning in the interview? How far into the Interview, am I? How has my performance been so far? Is he impressed enough, that I can be bold in my reply? Do I go for an analytical answer, or a witty remark? All these are the factors governing my decision and thought process at that period.</p>
<p>First, I will look at the limiting premise of the question. The moment I saw anything like Media Player, or SQL Server, (which people have posted in comment responses at <a target="_blank" href="http://www.glassdoor.com/Interview/If-you-were-a-Microsoft-Office-program-which-one-would-you-be-QTN_191193.htm">this Glassdoor page</a>) I am compromised. I have to choose among Office Programs only, and I have to choose wisely.</p>
<p><strong>Microsoft Word</strong></p>
<p>This is the first Office program that comes to anyone’s mind. It might risk my position as someone who knows Microsoft Word as the only Office program. Word can do some cool stuff like creating documents, formatting them nicely, mail merge, and proofreading documents. Now, that sounds like the job of a secretary, or a clerk. I am better than that!</p>
<p><strong>Microsoft Excel</strong></p>
<p>Well, this one gets everyone excited. Excel lets you carry out complex tasks, create and manage reports, perform calculations, and generate graphs and charts. That sounds like fun and is for someone who knows statistics like the back of his hand! Yeah. Maybe I want to be Excel. Nevertheless, I have more options.</p>
<p><strong>Microsoft Access</strong></p>
<p>Seriously speaking, who uses this database? Microsoft itself has a better alternative, and clearly, I do not want to name this program. I do not want to end up being in a school DBMS project. Access is like the old-school register file, in a computer age.</p>
<p><strong>Microsoft PowerPoint</strong></p>
<p>PowerPoint aids in presentations, lets us impress people with our pep talk and slides, and cut business deals. Heck, everyone would want to be PowerPoint! It is an option worth selecting, yes. But, let us look further.</p>
<p><strong>Microsoft Outlook</strong></p>
<p>No.</p>
<p><object style="height: 390px; width: 640px;" width="640" height="360" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/P_G79UyyhoY?version=3&amp;feature=player_detailpage" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed style="height: 390px; width: 640px;" width="640" height="360" type="application/x-shockwave-flash" src="http://www.youtube.com/v/P_G79UyyhoY?version=3&amp;feature=player_detailpage" allowFullScreen="true" allowScriptAccess="always" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p>I am definitely not going for this one.</p>
<p><strong>Microsoft SharePoint Workspace</strong></p>
<p>Now, what do we have here! SharePoint is Microsoft&#8217;s proprietary technology. It is unique to Microsoft Office. All the work done by the above three comes to me for organization. SharePoint is like the president of the Office Nation! Using me (now that I am SharePoint), people can collaborate across networks. I am definitely going to be SharePoint.</p>
<p>Therefore, I am SharePoint, because no matter how hard Word, Excel and PowerPoint work, in a productive environment, I am the one handling all their files and sorting them out, and making them useful. I like to take responsibilities and I like organization. That makes me the best, at what I do in Office.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/personal/if-you-were-a-microsoft-office-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hybrid is the Most Customizable and Elegant WordPress Theme Framework Ever</title>
		<link>http://www.techarraz.com/blogging-tips/hybrid-best-wordpress-theme-framework-child-themes/</link>
		<comments>http://www.techarraz.com/blogging-tips/hybrid-best-wordpress-theme-framework-child-themes/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 22:27:47 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.techarraz.com/?p=2865</guid>
		<description><![CDATA[Hybrid is not just a theme. It is a theme framework for WordPress. It is the perfect example of how a theme should be. It offers numerous options and customization for both novice and power users. In case that scared you, we will simplify things, helping you get started with the Hybrid Theme Framework.]]></description>
			<content:encoded><![CDATA[<p>WordPress is undoubtedly the best blogging platform. The best thing about WordPress is the awesome ecosystem built around it. It provides bloggers with a storehouse of themes, plugins, tweaks and numerous other resources. I have been playing around with WordPress for over three years now, and have tried numerous themes and plugins. However, I always keep coming back to the WordPress theme that you see on this blog currently. It is called the Hybrid Theme.</p>
<p>Hybrid is not just a theme. It is a theme framework for WordPress with numerous child themes. It is the perfect example of how a theme should be. It offers numerous options and customization for both novice and power users. In case that scared you, we will simplify things, helping you get started with the Hybrid Theme Framework.</p>
<p><img class="aligncenter size-full wp-image-2879" title="hybrid-wordpress-theme" src="http://www.techarraz.com/wp-content/uploads/hybrid-wordpress-theme1.jpg?9d7bd4" alt="hybrid-wordpress-theme" width="442" height="244" /></p>
<p><em>I am a big fan of Hybrid. I used to have <a title="Hybrid WordPress Theme" href="http://www.techarraz.com/blogging-tips/hybrid-wordpress-theme/" alt="hybrid-wordpress-theme">Hybrid on my blog back in 2009</a>. A few months later, I settled for Swift theme by Satish, which is another awesome and fast WordPress theme. It recently got a free version with HTML5 support, but the looks on this Hybrid is unbeaten. It is quite elegant, almost as good as the ones from Woo Themes. As you can see, I have come back to Hybrid.</em></p>
<p><em>After starting with Hybrid, there are tweaks like <a title="How to Show Excerpts Instead of Full Posts on Homepage, in Hybrid WordPress Theme Framework" href="http://www.techarraz.com/blogging-tips/show-excerpt-on-homepage-hybrid-theme-framework-wordpress/" alt="excerpt-instead-of-post-homepage">showing post excerpts on homepage</a>, <a title="How to Insert Advertisements Below the Post Title, on Hybrid Theme for WordPress" href="http://www.techarraz.com/blogging-tips/adsense-under-post-title-hybrid-theme/" alt="adsense-under-title-hybrid">showing adsense under the post title</a> and <a title="How to Remove Duplicate Meta Tags in Hybrid WordPress Theme Framework" href="http://www.techarraz.com/blogging-tips/duplicate-meta-description-keyword-hybrid-theme-wordpress/" alt="duplicate-meta-description-hybrid">removing duplicate meta tags</a>, you might want to try out.</em></p>
<h3>Getting the Hybrid Theme</h3>
<p>Hybrid Theme can be downloaded for free from its official website. It is an open-source theme framework. You can share your work as long as you keep the original title and license. The developer of Hybrid Theme, Justin Tadlock has done a wonderful job, by making this theme available to people. To download the Hybrid Framework, visit <a target="_blank" href="http://themehybrid.com/themes/hybrid">this URL</a> and setup the theme just like you would do with any other theme.</p>
<h3>Hybrid Options</h3>
<p>After you have setup Hybrid Theme on your WordPress blog, it is time to explore the options it provides. Theme Hybrid provides an extensive list of widgets for us to use. In fact, most of the page design can be managed with widgets. There are widgets for two sidebars on the right, the footer, the header, the part above the footer and so on.</p>
<p><img class="aligncenter size-full wp-image-2876" title="theme-hybrid-options" src="http://www.techarraz.com/wp-content/uploads/theme-hybrid-options.jpg?9d7bd4" alt="hybrid-theme-options" width="314" height="419" /></p>
<p>This ensures that you do not have to write any complex hacks to get a desired page design and content placement.</p>
<h3>The theme files</h3>
<p>The files in Hybrid theme are not arranged as any other conventional theme. It is a theme framework, so it has to maintain a high level of customization. All these pages serve particular purposes and they are well documented.</p>
<p><img class="aligncenter size-full wp-image-2877" title="hybrid-pages" src="http://www.techarraz.com/wp-content/uploads/hybrid-pages.jpg?9d7bd4" alt="hybrid-files" width="176" height="492" /></p>
<p>While some of these files are sidebar elements, others serve as templates for various blog pages.</p>
<h3>Child Themes</h3>
<p>Now comes the interesting part. Using the Theme Hybrid framework is incomplete if you do not install one of their child themes. This is as simple as installing just another theme. You simply have to copy the theme files beside your Hybrid Folder, and it will appear in your WordPress theme selection. Select the child theme, just as you selected Hybrid.</p>
<p><em>I am using the <a target="_blank" href="http://themehybrid.com/themes/hybrid-news">Hybrid News</a> child theme.</em></p>
<h3>Support Forum</h3>
<p>Hybrid is an open source framework, and the developer of Hybrid earns through selling support forum membership. Though, the support is top notch, and he offers code and setup help. With such a wonderful theme, you can go ahead and take a decently priced premium membership. It will ease the task of the initial setup, which can be a setback for beginners.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/blogging-tips/hybrid-best-wordpress-theme-framework-child-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Untethered Jailbreak for iPhone 4S and iPad 2 Released by Greenpois0n After a Long Wait</title>
		<link>http://www.techarraz.com/mobile/unthered-jailbreak-iphone-4s-ipad-2-greenpoison/</link>
		<comments>http://www.techarraz.com/mobile/unthered-jailbreak-iphone-4s-ipad-2-greenpoison/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 19:19:41 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.techarraz.com/?p=2854</guid>
		<description><![CDATA[The beauty of an untethered jailbreaks, is that it does not require your phone to be connected every time you want to boot. Although other Apple devices running iOS 5 received a tethered jailbreak in October last year, the iPhone 4S and iPad 2 have received this untethered jailbreak only recently.]]></description>
			<content:encoded><![CDATA[<p>The iPhone 4S is a marvelous piece of gadgetry. It took the entire gadget world by storm, and nothing beats its flagship feature Siri (yet). Though, there are people who are content with these features alone, while there are some others who will not rest unless they take complete ownership of their devices. For those who like jailbreaking their iPhones and truly owning them, <a target="_blank" href="http://greenpois0n.com/?page_id=14">Greenpoison</a> has finally released an untethered jailbreak for the iPhone 4S and for the iPad 2.</p>
<p><img class="aligncenter size-full wp-image-2855" title="greenpoison" src="http://www.techarraz.com/wp-content/uploads/greenpoison.jpg?9d7bd4" alt="greenpoison" width="405" height="102" /></p>
<p>The beauty of untethered jailbreaks is that it does not require your phone to be connected every time you want to boot. Although other Apple devices running iOS 5 received a tethered jailbreak in October last year, the iPhone 4S and iPad 2 have received this untethered jailbreak only recently.</p>
<p>The Chronic Dev team used a utility called CDevReported that reported crashes numbering in thousands. This crowdsourcing helped them discover vulnerabilities for A5 devices, which were exploited, hence this jailbreak. However, they have constantly remarked how difficult it was to jailbreak the new A5 system.</p>
<p>For a live tutorial on jailbreaking the iPhone 4S, take a look at this YouTube video.</p>
<p><object style="height: 390px; width: 640px;" width="640" height="360" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/Z1Wzx7CJU88?version=3&amp;feature=player_detailpage" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed style="height: 390px; width: 640px;" width="640" height="360" type="application/x-shockwave-flash" src="http://www.youtube.com/v/Z1Wzx7CJU88?version=3&amp;feature=player_detailpage" allowFullScreen="true" allowScriptAccess="always" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p>Jailbreaking voids your warranty, but lets you run unauthorized applications. For the <a title="Unlocked Apple iPhone 4: Now Selling for $649 at Apple Stores" href="http://www.techarraz.com/mobile/unlocked-apple-iphone-sim-card-price/">iPhone</a> 4S, it is mandatory to upgrade to iOS 5.0.1. With the initial release of a Mac OSX version, they have released Absinthe A5 untethered jailbreak for Windows as well.  A Linux version of Absinthe is coming soon.</p>
<p>Download links for Absinthe and links to detailed instructions can be found at this <a target="_blank" href="http://greenpois0n.com/?p=173">post on the Greenpoison</a> blog. If you want detailed instructions for an iPad2 jailbreak, you can get it at <a target="_blank" href="http://www.theipadguide.com/content/ipad-2-jailbreak-instructions-ios-5-501-absinthe-untethered/71711809">theipadguide.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/mobile/unthered-jailbreak-iphone-4s-ipad-2-greenpoison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airtel Releases Mobitude 2011- Data Traffic Stats of Internet Usage in India</title>
		<link>http://www.techarraz.com/mobile/airtel-data-traffic-trends-stats-india-internet/</link>
		<comments>http://www.techarraz.com/mobile/airtel-data-traffic-trends-stats-india-internet/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 03:57:20 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Airtel]]></category>

		<guid isPermaLink="false">http://www.techarraz.com/?p=2763</guid>
		<description><![CDATA[Along with the release of Google Zeitgeist, Airtel has also revealed its own stats for mobile data usage in India. This gives some valuable insight into India's internet usage patterns and stats that will help web-service gauge the penetration as well as the preferences of services in India.]]></description>
			<content:encoded><![CDATA[<p>Along with the release of Google Zeitgeist, Airtel has also revealed its own stats for mobile data usage in India. This gives some valuable insight into India&#8217;s internet usage patterns and stats that will help web-service gauge the penetration as well as the preferences of services in India.</p>
<p><img class="aligncenter size-full wp-image-2766" title="airtel-media" src="http://www.techarraz.com/wp-content/uploads/airtel-media.gif?9d7bd4" alt="airtel-media" width="571" height="189" /></p>
<p>&nbsp;</p>
<p>Bharti Airtel has over 170 million subscribers and this gives them a massive user-base appropriate for churning numbers. The findings as presented in Airtel Mobitude 2011 are:</p>
<h3>Music Download</h3>
<p>Music Download has always been popular in India. &#8220;Chammak Challo&#8221; from Ra One and &#8220;I like it rough&#8221; by Lady Gaga were the two most popular songs of 2011 until &#8220;Kolaveri Di&#8221; joined in to appear comparatively closer to the top two.</p>
<h3>Wallpaper Downloads</h3>
<p>Wallpaper downloads were dominated by Katrina Kaif, Shahrukh Khan, Sachin Tendulkar and Michael Jackson.</p>
<h3>Social Networks</h3>
<p>The most popular Social Network was undoubtedly Facebook with 34 million visitors from India, with over 20% visiting from Airtel Mobile. Orkut came second at 18 million visitors and Twitter followed with 14 million visitors, out of which only 4% came from Airtel mobile.</p>
<p>The most visited websites of 2011 were Google, Gmail and Facebook.</p>
<h3>App usage</h3>
<p>App download was dominated by popular apps from the world over like iSpyCam, SecureSMS but also included indigenous ones like Kingfisher Calendar 2011.</p>
<p>These usage stats have been curated from usage patterns of over 170 million Airtel subscribers. This shows that India has tremendous potential for local business and it is an untapped resource. Get more <a target="_blank" href="http://www.airtel.in/wps/wcm/connect/About%20Bharti%20Airtel/bharti+airtel/media+centre/bharti+airtel+news/mobile/airtel_mobitude_2011_reveals_data_traffic_trends_on_mobile_devices_in_india">Mobitude stats</a> from here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/mobile/airtel-data-traffic-trends-stats-india-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MTS Brings EVDO Data Card with Speed up to 9.8 Mbps Broadband Speed</title>
		<link>http://www.techarraz.com/mobile/mts-evdo-data-card-speed-9-8-mbps/</link>
		<comments>http://www.techarraz.com/mobile/mts-evdo-data-card-speed-9-8-mbps/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 10:42:43 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mblaze]]></category>
		<category><![CDATA[MTS]]></category>

		<guid isPermaLink="false">http://www.techarraz.com/?p=2757</guid>
		<description><![CDATA[MTS Ultra Rev B offers 9.8 Mbps broadband speed. However, we cannot decide on the usability unless we check out the tariff. Mblaze Ultra will offer both Postpaid and Prepaid schemes. The Prepaid schemes have not launched yet though, the Postpaid plans have been laid out.]]></description>
			<content:encoded><![CDATA[<p>Out of all the mobile data cards available in India, Tata Photon and MTS are the only two that have been able to penetrate the market effectively. While Tata Photon has the backing of the Tata Group, MTS provides a better speed and FUP. A wide audience gives MTS the right platform to launch even more services, and MTS has come up with a high-speed EVDO wireless data card with speed up to 9.8 Mbps. The data card is based on EVDO technology and is named the Mblaze Ultra or the Rev B Ultra.</p>
<p><img class="aligncenter" src="http://www.techarraz.com/wp-content/uploads/mts-mblaze.jpg?9d7bd4" alt="mts-mblaze-ultra" width="217" height="63" /></p>
<h3>MTS Mblaze Ultra Rev B High Speed Data Card</h3>
<p>MTS Ultra Rev B offers 9.8 Mbps broadband speed. However, we cannot decide on the usability unless we check out the tariff. Mblaze Ultra will offer both Postpaid and Prepaid schemes. The Prepaid schemes have not launched yet though, the Postpaid plans have been laid out.</p>
<p>The unique features of Mblaze Ultra are:</p>
<blockquote>
<ul>
<li>1st time in India: CDMA 1X EV-DO Rev.B wireless data card</li>
<li>Hi-Speed Internet for Broadband Mobility: Upto 3 times as fast as EVDO Rev.A</li>
<li>Dual-Band 800/1900MHz</li>
<li>Plug and Play</li>
<li>Downlink speeds upto 9.8Mbps</li>
<li>Dual Antenna for greater receive diversity</li>
<li>Dedicated Spectrum</li>
<li>Dedicated Customer Care</li>
<li>Plans to suit everyone’s data habit and need</li>
<li>Access to Hundreds of Games, Videos and Songs for download.</li>
</ul>
</blockquote>
<h3>Mblaze Ultra Postpaid Plans</h3>
<p>The postpaid plans are slightly overpriced. However if you choose wisely, you will end up with a cost-effective plan.</p>
<p><img class="aligncenter size-full wp-image-2760" title="mblaze-ultra-postpaid" src="http://www.techarraz.com/wp-content/uploads/mblaze-ultra-postpaid.jpg?9d7bd4" alt="mblaze-ultra-postpaid" width="554" height="274" />I have marked the two reasonable plans here. The one for Rs. 1359 that offers 10 GB is quite effective. The first two plans are absolutely useless. They are overpriced and I strongly advice you do not go for it. If you can afford the plan at Rs. 1899, it is the best broadband plan for a shared Internet connection between friends.</p>
<p>Compared to the current popular plan of 12 GB for Rs. 999 at 3.1 Mbps, the plan M-Ultra-1359 is a good deal, given it offers 9.8 Mbps speed. Post bundled FUP, the usage charges are Rs. 1 per MB, on all plans.</p>
<h3>Initial Payment</h3>
<p>To get Mblaze Ultra, you have to make a payment of Rs. 4599 which covers the high-speed device, and 1 GB of internet usage for the next six months.</p>
<p>After the usage limit, the charges are Rs. 1 per MB. After six months, you will be moved to a Rs. 629 plan automatically, which covers the 1 GB usage.</p>
<h3>Verdict</h3>
<p>This is an ambitious move by MTS. However, the fail to see how high-speed internet fails in India due to ridiculous prices and is repeating the same mistake that everyone else is doing. MTS and other telecom companies should do a survey on acceptable rates for data services and then, launch a reasonable plan which people will finally use. For now, India is stuck at the 3.1 Mbps mark, when it comes to mobile broadband.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/mobile/mts-evdo-data-card-speed-9-8-mbps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- google_ad_section_end --></channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 894/981 objects using disk: basic

Served from: www.techarraz.com @ 2012-02-05 07:12:27 -->
