<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3828140384236814227</id><updated>2024-10-25T03:15:44.080-07:00</updated><title type='text'> News and Offers </title><subtitle type='html'>here you find the best solution of problems and Knowledgable  News related to  up coming Technology,Entertainment,Seo tips and other technology related solutions of problem .&#xa;</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://yogeshnews.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default'/><link rel='alternate' type='text/html' href='http://yogeshnews.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>yogesh tyagi</name><uri>http://www.blogger.com/profile/16374194681011111842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3828140384236814227.post-5920665248763852836</id><published>2013-01-11T02:14:00.000-08:00</published><updated>2013-01-11T02:14:26.140-08:00</updated><title type='text'>Solution of  Database Connection error in mysql in WAMP server </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
I am trying all solution but I am able to connect to mysql Database in WAMP Server.&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Every time it display DATABASE NOT CONNECTED.&lt;/h3&gt;
In this blog i am giving you the solution of most common problem arises while using MySql in WAMP Server.&lt;br /&gt;
&lt;br /&gt;
Question : &lt;b&gt;I have created my webConfig &amp;nbsp;but &amp;nbsp;I am not able to connect to my Mysql database ?&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Answer:&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;span style=&quot;color: magenta;&quot;&gt;&lt;b&gt;1 step &amp;nbsp; &lt;/b&gt;&amp;nbsp;&lt;/span&gt;: Go to&amp;nbsp;&lt;b&gt;C:\wamp\www\testmysql.php&lt;/b&gt; and try&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$link = mysql_connect(&lt;b&gt;&quot;&lt;span style=&quot;color: #351c75;&quot;&gt;localhost&lt;/span&gt;:&lt;span style=&quot;color: #cc0000;&quot;&gt;3306&lt;/span&gt;&lt;/b&gt;&quot;,&quot;root&quot;,&quot;&quot;); or&lt;span style=&quot;color: #38761d;&quot;&gt; &lt;b&gt;use 8080&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (!$link) {&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;die(&#39;Could not connect to MySQL: &#39; . mysql_error());&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo &#39;Connection OK&#39;;&lt;br /&gt;
&amp;nbsp;mysql_close($link);&lt;br /&gt;
&amp;nbsp; &amp;nbsp; ?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: magenta;&quot;&gt;&lt;b&gt;2 step&lt;/b&gt; &amp;nbsp;&lt;/span&gt;&amp;nbsp; &amp;nbsp;: &amp;nbsp;Go to your &lt;b&gt;webconfig&lt;/b&gt; file in your Website folder&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
// ** MySQL settings - You can get this info from your web host ** //&lt;br /&gt;
/** The name of the database for WordPress */&lt;br /&gt;
define(&#39;DB_NAME&#39;, &#39;collegetpoint&#39;); &amp;nbsp; .........&lt;span style=&quot;color: #0b5394;&quot;&gt;.&lt;b&gt;your database name&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
/** MySQL database username */&lt;br /&gt;
define(&#39;DB_USER&#39;, &#39;root&#39;); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .............&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;b&gt;database user&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
/** MySQL database password */&lt;br /&gt;
define(&#39;DB_PASSWORD&#39;, &#39;&#39;); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...............&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;b&gt;.not need&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
/** MySQL hostname */&lt;br /&gt;
&lt;b&gt;define(&#39;DB_HOST&#39;, &#39;localhost:3306&#39;);..............&lt;span style=&quot;color: #073763;&quot;&gt;as per above&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
/** Database Charset to use in creating database tables. */&lt;br /&gt;
define(&#39;DB_CHARSET&#39;, &#39;utf8&#39;);&lt;br /&gt;
&lt;br /&gt;
/** The Database Collate type. Don&#39;t change this if in doubt. */&lt;br /&gt;
define(&#39;DB_COLLATE&#39;, &#39;&#39;);&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;color: magenta;&quot;&gt;&lt;b&gt;3 step:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
After all &amp;nbsp;this changes run the Server and test for Database again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://yogeshnews.blogspot.com/feeds/5920665248763852836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yogeshnews.blogspot.com/2013/01/solution-of-database-connection-error.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/5920665248763852836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/5920665248763852836'/><link rel='alternate' type='text/html' href='http://yogeshnews.blogspot.com/2013/01/solution-of-database-connection-error.html' title='Solution of  Database Connection error in mysql in WAMP server '/><author><name>yogesh tyagi</name><uri>http://www.blogger.com/profile/16374194681011111842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3828140384236814227.post-8543034783230665350</id><published>2012-12-16T22:35:00.001-08:00</published><updated>2012-12-16T22:35:18.318-08:00</updated><title type='text'>How to solve problem of mvscr100.dll</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;font-size: large;&quot;&gt;&amp;nbsp;Solution of problem related to&lt;b&gt; mvscr100.dll &amp;nbsp;&lt;/b&gt;while &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; runing &lt;b&gt;wamp&lt;/b&gt; server&lt;/span&gt;&lt;/h4&gt;
&lt;br /&gt;
1. Go to &amp;nbsp;C:\Windows\System32 check the &lt;b&gt;mvscr100.dll&lt;/b&gt; file is &amp;nbsp;present or not . if not than&lt;br /&gt;
&lt;br /&gt;
Download &amp;nbsp;these file&lt;br /&gt;
&lt;br /&gt;
1. &amp;nbsp;&lt;a href=&quot;http://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe&quot;&gt;http://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
2.&amp;nbsp;&lt;a href=&quot;http://www.ascentive.com/support/new/libraryfiles.exe&quot;&gt;http://www.ascentive.com/support/new/libraryfiles.exe&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
http://download.microsoft.com/download/3/2/2/3224B87F-CFA0-4E70-BDA3-3DE650EFEBA5/vcredist_x64.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run in the same sequence your mvscr100.dll problem is absolutly solved.&lt;br /&gt;
&lt;br /&gt;
for any problem pls comment.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://yogeshnews.blogspot.com/feeds/8543034783230665350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yogeshnews.blogspot.com/2012/12/how-to-solve-problem-of-mvscr100dll.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/8543034783230665350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/8543034783230665350'/><link rel='alternate' type='text/html' href='http://yogeshnews.blogspot.com/2012/12/how-to-solve-problem-of-mvscr100dll.html' title='How to solve problem of mvscr100.dll'/><author><name>yogesh tyagi</name><uri>http://www.blogger.com/profile/16374194681011111842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3828140384236814227.post-1490427469495548962</id><published>2012-11-29T12:53:00.002-08:00</published><updated>2012-11-29T12:54:53.514-08:00</updated><title type='text'>Meta-Tags for Beginners/SEO</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; what is META-TAGS ?&lt;/h3&gt;
Building a website is not a big deal. its like making a product but next question is that&lt;br /&gt;
how to make money or &amp;nbsp;profit from that website or product and now the role of SEO&lt;br /&gt;
is starting and Meta-Tags are play a important part in SEO.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;1.&amp;nbsp;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;WHY use Meta-Tags ?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
Meta-tags are not important but essential part for a website.Google is no give a more&lt;br /&gt;
importance to Meta-Tags but Yahoo and Bing give it more importance.Meta-tags are&lt;br /&gt;
basically provide the background information of a website to the &lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3828140384236814227#editor/target=post;postID=3934498492934443233&quot;&gt;Googlebot&lt;/a&gt;&amp;nbsp;.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; 2. &amp;nbsp;&lt;span style=&quot;color: #0b5394;&quot;&gt;Where use Meta-Tags?&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;Meta-Tags are use in Html Code&lt;br /&gt;
&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;&amp;lt;html&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;span style=&quot;background-color: #ead1dc;&quot;&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;......................................... .inside &amp;lt;head&amp;gt; we use meta-tags&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;&amp;lt;meta name =&quot;description&quot; content=&quot;text&quot;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #0b5394;&quot;&gt;&amp;nbsp;3. &amp;nbsp;Types of Meta-tags?&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
There are many meta-tags but 4 meta-tags are more important but if you want to use all than its good.&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;(a) &amp;nbsp;TITLE-TAG..........................................&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;B&lt;/span&gt;&lt;br /&gt;
&amp;lt;title&amp;gt; What is meta-tag &amp;lt;/title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;(b) &amp;nbsp;DESCRIPTION-TAG........................&lt;span style=&quot;color: red;&quot;&gt;.C&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;lt;meta name=&quot;description&quot; content=&quot;Meta-tags are vey helpful foe seo&quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;(c) &amp;nbsp;KEYWORD.............................&lt;span style=&quot;color: red;&quot;&gt;...........A&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;lt;meta name=&quot;description&quot; content=&quot;meta tags for seo,importance of meta tags,meta tags for beginners&quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;(d) ROBOTS&lt;/span&gt;&lt;br /&gt;
It a most important section of meta-tags because it tell the CRAWLER which page in the website to index&lt;br /&gt;
and follow or nofollow the links in the website.you can alse make a ROBOT.txt file for it .
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;
&amp;lt;meta name =&quot;robots&quot; content= &amp;nbsp; &quot;index &amp;nbsp;, &amp;nbsp;follow&quot;&amp;gt;&lt;br /&gt;
its give the information to crawler to index the page and follow the links&lt;/div&gt;
&amp;lt;meta name =&quot;robots&quot; content= &amp;nbsp; &quot;index &amp;nbsp;, &amp;nbsp;nofollow&quot;&amp;gt;&lt;br /&gt;
its give the information to crawler to index the page and not follow the links&lt;br /&gt;
&amp;lt;meta name =&quot;robots&quot; content= &amp;nbsp; &quot;noindex &amp;nbsp;, &amp;nbsp;follow&quot;&amp;gt;&lt;br /&gt;
its give the information to crawler to not index the page and follow the links&lt;br /&gt;
&amp;lt;meta name =&quot;robots&quot; content= &amp;nbsp; &quot;noindex &amp;nbsp;, nofollow&quot;&amp;gt;&lt;br /&gt;
its give the information to crawler to not index the page and not follow the links&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #0b5394;&quot;&gt;&amp;nbsp; 4. &amp;nbsp; HOW Google ,Yahoo,Bing Search Engine show the result?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUagt1HG4gZe4pPLzEACuFNr1L0fHf6C6uR0StFzfxLNqjMq7wO7ECRh9B-GW8VufLShQoTTrRBaOJ_twAQP6FTItBJj1yuagfLBF3z58ObQ7itRuNzq_NB91MkkzFCqdHpMPxYt35DtMb/s1600/searchengine-metatags.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;searchenginemeta-tags&quot; border=&quot;0&quot; height=&quot;203&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUagt1HG4gZe4pPLzEACuFNr1L0fHf6C6uR0StFzfxLNqjMq7wO7ECRh9B-GW8VufLShQoTTrRBaOJ_twAQP6FTItBJj1yuagfLBF3z58ObQ7itRuNzq_NB91MkkzFCqdHpMPxYt35DtMb/s640/searchengine-metatags.gif&quot; title=&quot;Meta tags &quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://yogeshnews.blogspot.com/feeds/1490427469495548962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/meta-tags-for-begginersseo.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/1490427469495548962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/1490427469495548962'/><link rel='alternate' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/meta-tags-for-begginersseo.html' title='Meta-Tags for Beginners/SEO'/><author><name>yogesh tyagi</name><uri>http://www.blogger.com/profile/16374194681011111842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUagt1HG4gZe4pPLzEACuFNr1L0fHf6C6uR0StFzfxLNqjMq7wO7ECRh9B-GW8VufLShQoTTrRBaOJ_twAQP6FTItBJj1yuagfLBF3z58ObQ7itRuNzq_NB91MkkzFCqdHpMPxYt35DtMb/s72-c/searchengine-metatags.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3828140384236814227.post-6166351040793769570</id><published>2012-11-24T12:48:00.002-08:00</published><updated>2012-11-24T12:53:29.793-08:00</updated><title type='text'>Importance/Role of TITLE </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Role of TITLE in Different Portion in Web&lt;/h2&gt;
&lt;br /&gt;
In this blog i am taking about the role of Title in different portion in web to improve your search result.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
1. &lt;b style=&quot;background-color: yellow;&quot;&gt;TITLE IN JOB PORTALS&lt;/b&gt; : &lt;span style=&quot;color: #0b5394; font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Title of your in your job portal must be up to the mark.Most of&amp;nbsp;job-seeker&amp;nbsp;take it lightly and sometime not find the job as they want. so your Title in your job portal is contain those keywords related to your job so that &amp;nbsp;recruiter search easily when looking for that type of job profile seeker.&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #0b5394;&quot;&gt;for example &amp;nbsp;if my&lt;/span&gt; &lt;b style=&quot;background-color: yellow;&quot;&gt;profile related to SEO&lt;span style=&quot;color: #0b5394;&quot;&gt; &lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;then my&lt;/span&gt;&lt;b style=&quot;background-color: yellow;&quot;&gt; Title&lt;/b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt; is&lt;/span&gt; &amp;nbsp;&lt;span style=&quot;background-color: yellow;&quot;&gt; SEO/SEM/linkbuilding/6 month/7000 salary&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;2.&lt;/span&gt;&lt;span style=&quot;background-color: yellow;&quot;&gt;TITLE IN WEBSITE&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt; :&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #3d85c6;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #0b5394; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;I think that most of people about the Meta Tags which are helpful for &amp;nbsp;&lt;/span&gt;SERP&lt;span style=&quot;color: #0b5394;&quot;&gt;(Search Engine Page Results).when you are searching for any specific keyword than it provide the results from their index server. I think you read &amp;nbsp;my&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3828140384236814227#editor/target=post;postID=3934498492934443233&quot; style=&quot;color: #0b5394;&quot;&gt; previous Blog&lt;/a&gt;&lt;span style=&quot;color: #0b5394; font-weight: normal;&quot;&gt;&amp;nbsp;if not please &lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3828140384236814227#editor/target=post;postID=6166351040793769570&quot;&gt;CLICK&lt;/a&gt; about the &lt;/span&gt;&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3828140384236814227#editor/target=post;postID=3934498492934443233&quot; style=&quot;color: #0b5394;&quot;&gt;GOOGLE BOT&amp;nbsp;&lt;span style=&quot;font-weight: normal;&quot;&gt;.&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: yellow; color: #0b5394;&quot;&gt;for example&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;: when you completed your website and submitted in Google then GOOGLE BOT(crawler) crawl the website and save the website according to the Page Rank with those keywords mentioned in the Meta TAGS.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
TYPE &amp;nbsp;: &amp;nbsp;Hello in Google Search Engine&lt;br /&gt;
RESULT:&lt;br /&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&amp;nbsp;&lt;span style=&quot;background-color: white; color: #999999; font-family: arial, sans-serif; font-size: 13px; line-height: 35px; white-space: nowrap;&quot;&gt;About 1,440,000,000 results&lt;/span&gt;&lt;nobr style=&quot;background-color: white; color: #999999; font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&amp;nbsp;(0.22 seconds)&amp;nbsp;&lt;/nobr&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;nobr style=&quot;background-color: white; font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Its means that google have millions of website web pages for Hello Keyword.&lt;/span&gt;&lt;/nobr&gt;&lt;br /&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;/nobr&gt;&lt;br /&gt;
&lt;h3 class=&quot;r&quot; style=&quot;color: #222222; font-size: medium; font-weight: normal; margin: 0px; overflow: hidden; padding: 0px; text-overflow: ellipsis;&quot;&gt;
&lt;ul style=&quot;background-color: white; text-align: left;&quot;&gt;
&lt;li&gt;&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;br /&gt;&lt;/nobr&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;a class=&quot;l&quot; href=&quot;http://en.wikipedia.org/wiki/Hello&quot; style=&quot;background-color: yellow; color: #1122cc; cursor: pointer;&quot;&gt;&lt;em style=&quot;background-color: yellow; color: #1122cc; cursor: pointer; font-style: normal; font-weight: bold;&quot;&gt;Hello&lt;/em&gt;&lt;span style=&quot;background-color: yellow; color: #1122cc; cursor: pointer;&quot;&gt;&lt;span style=&quot;cursor: pointer;&quot;&gt;&amp;nbsp;- Wikipedia, the free encyclopedia&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;b style=&quot;color: #009933; font-size: small; line-height: 1.2; white-space: normal;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;------its show title- tag-------&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/nobr&gt;&lt;/h3&gt;
&lt;h3 class=&quot;r&quot; style=&quot;color: #222222; font-size: medium; font-weight: normal; margin: 0px; overflow: hidden; padding: 0px; text-overflow: ellipsis;&quot;&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #009933; font-size: x-small; line-height: 1.2; white-space: normal;&quot;&gt;en.wikipedia.org/wiki/&lt;/span&gt;&lt;b style=&quot;color: #009933; font-size: small; line-height: 1.2; white-space: normal;&quot;&gt;Hello &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/nobr&gt;&lt;/h3&gt;
&lt;div class=&quot;s&quot; style=&quot;font-size: small; line-height: 1.2; max-width: 42em; white-space: normal;&quot;&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span class=&quot;st&quot; style=&quot;line-height: 1.24;&quot;&gt;&lt;span style=&quot;background-color: #ffe599; color: #222222;&quot;&gt;&lt;em style=&quot;color: black; font-style: normal; font-weight: bold;&quot;&gt;Hello&lt;/em&gt;, with that spelling, was used in publications as early as 1833.&lt;/span&gt;&lt;/span&gt;&lt;/nobr&gt;&lt;br /&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span class=&quot;st&quot; style=&quot;line-height: 1.24;&quot;&gt;&lt;span style=&quot;background-color: #ffe599; color: #222222;&quot;&gt;&amp;nbsp;These include an 1833 American book called The Sketches and&lt;/span&gt;&lt;/span&gt;&lt;/nobr&gt;&lt;br /&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span class=&quot;st&quot; style=&quot;line-height: 1.24;&quot;&gt;&lt;span style=&quot;background-color: #ffe599; color: #222222;&quot;&gt;&amp;nbsp;Eccentricities of Col. David &lt;/span&gt;&lt;span style=&quot;background-color: white; color: #222222;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #222222;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: white; color: #38761d;&quot;&gt;&amp;lt;............&lt;/span&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #6aa84f;&quot;&gt;show&amp;nbsp;description............&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/nobr&gt;&lt;br /&gt;
&lt;div class=&quot;osl&quot; style=&quot;background-color: white; color: #777777; margin-top: 4px;&quot;&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Hello_(disambiguation)&quot; style=&quot;color: #1122cc; cursor: pointer; text-decoration: initial;&quot;&gt;Hello (disambiguation)&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;a href=&quot;http://en.wikipedia.org/wiki/Hello_world_program&quot; style=&quot;color: #1122cc; cursor: pointer; text-decoration: initial;&quot;&gt;Hello world program&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;a href=&quot;http://en.wikipedia.org/wiki/World_Hello_Day&quot; style=&quot;color: #1122cc; cursor: pointer; text-decoration: initial;&quot;&gt;World Hello Day&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/nobr&gt;&lt;/div&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;
&lt;/nobr&gt;
&lt;div class=&quot;osl&quot; style=&quot;background-color: white; color: #777777; margin-top: 4px;&quot;&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;br /&gt;&lt;/nobr&gt;&lt;/div&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;
&lt;/nobr&gt;&lt;/div&gt;
&lt;ol eid=&quot;By2xUJyHHcfwrQen_4D4Dw&quot; id=&quot;rso&quot; style=&quot;background-color: white; border: 0px; color: #222222; font-size: medium; line-height: normal; margin: 0px; padding: 0px; white-space: normal;&quot;&gt;
&lt;li class=&quot;g&quot; style=&quot;border: 0px; font-size: small; line-height: 1.2; list-style: none; margin: 0px 0px 23px; padding: 0px;&quot;&gt;&lt;div class=&quot;vsc&quot; sig=&quot;4JB&quot; style=&quot;display: inline-block; position: relative; width: 512px;&quot;&gt;
&lt;div data-ved=&quot;0CG0QkgowBg&quot;&gt;
&lt;div data-ved=&quot;0CG4QkQowBg&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div aria-label=&quot;Result details&quot; class=&quot;vspib&quot; role=&quot;button&quot; style=&quot;background-color: transparent; background-position: initial initial; background-repeat: initial initial; bottom: 0px; cursor: default; height: auto; margin: 0px; min-height: 40px; padding-left: 9px; padding-right: 4px; position: absolute; right: -37px; top: -2px; width: 28px; z-index: 3;&quot; tabindex=&quot;0&quot;&gt;
&lt;div class=&quot;vspii&quot; style=&quot;-webkit-user-select: none; border-bottom-color: transparent; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-bottom-width: 1px; border-left-color: transparent; border-left-width: 1px; border-style: solid none solid solid; border-top-color: transparent; border-top-left-radius: 2px; border-top-right-radius: 2px; border-top-width: 1px; cursor: default;&quot;&gt;
&lt;div class=&quot;vspiic&quot; style=&quot;background-image: url(https://www.google.co.in/images/nav_logo114.png); background-position: -3px -260px; background-repeat: initial initial; height: 13px; margin-left: 6px; margin-top: -7px; opacity: 0.3; position: absolute; top: 50%; visibility: hidden; width: 15px;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h3 class=&quot;r&quot; style=&quot;font-size: medium; font-weight: normal; margin: 0px; overflow: hidden; padding: 0px; text-overflow: ellipsis; white-space: nowrap;&quot;&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;a class=&quot;l&quot; href=&quot;http://en.wikipedia.org/wiki/Hello_(Lionel_Richie_song)&quot; style=&quot;color: #1122cc; cursor: pointer;&quot;&gt;&lt;em style=&quot;font-style: normal; font-weight: bold;&quot;&gt;Hello&lt;/em&gt;&amp;nbsp;(Lionel Richie song) - Wikipedia, the free encyclopedia&lt;/a&gt;&lt;/nobr&gt;&lt;/h3&gt;
&lt;div class=&quot;s&quot; style=&quot;max-width: 42em;&quot;&gt;
&lt;div class=&quot;f kv&quot; style=&quot;color: #666666; margin-bottom: 1px;&quot;&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;cite style=&quot;color: #009933; display: inline-block; font-style: normal; margin-bottom: 1px;&quot;&gt;en.wikipedia.org/wiki/&lt;b&gt;Hello&lt;/b&gt;_(Lionel_Richie_song)&lt;/cite&gt;&lt;/nobr&gt;&lt;/div&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span class=&quot;st&quot; style=&quot;line-height: 1.24;&quot;&gt;&quot;&lt;em style=&quot;color: black; font-style: normal; font-weight: bold;&quot;&gt;Hello&lt;/em&gt;&quot; is a song by Lionel Richie. Taken as the third single from Richie&#39;s multi-&lt;wbr&gt;&lt;/wbr&gt;platinum album Can&#39;t Slow Down, the song was released in 1984 and reached&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/span&gt;&lt;/nobr&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;g&quot; style=&quot;border: 0px; font-size: small; line-height: 1.2; list-style: none; margin: 0px 0px 23px; padding: 0px;&quot;&gt;&lt;div class=&quot;vsc&quot; sig=&quot;yD4&quot; style=&quot;display: inline-block; position: relative; width: 512px;&quot;&gt;
&lt;div data-ved=&quot;0CHUQkgowBw&quot;&gt;
&lt;div data-ved=&quot;0CHYQkQowBw&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div aria-label=&quot;Result details&quot; class=&quot;vspib&quot; role=&quot;button&quot; style=&quot;background-color: transparent; background-position: initial initial; background-repeat: initial initial; bottom: 0px; cursor: default; height: auto; margin: 0px; min-height: 40px; padding-left: 9px; padding-right: 4px; position: absolute; right: -37px; top: -2px; width: 28px; z-index: 3;&quot; tabindex=&quot;0&quot;&gt;
&lt;div class=&quot;vspii&quot; style=&quot;-webkit-user-select: none; border-bottom-color: transparent; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-bottom-width: 1px; border-left-color: transparent; border-left-width: 1px; border-style: solid none solid solid; border-top-color: transparent; border-top-left-radius: 2px; border-top-right-radius: 2px; border-top-width: 1px; cursor: default;&quot;&gt;
&lt;div class=&quot;vspiic&quot; style=&quot;background-image: url(https://www.google.co.in/images/nav_logo114.png); background-position: -3px -260px; background-repeat: initial initial; height: 13px; margin-left: 6px; margin-top: -7px; opacity: 0.3; position: absolute; top: 50%; visibility: hidden; width: 15px;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h3 class=&quot;r&quot; style=&quot;font-size: medium; font-weight: normal; margin: 0px; overflow: hidden; padding: 0px; text-overflow: ellipsis; white-space: nowrap;&quot;&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;a class=&quot;l&quot; href=&quot;http://www.hellodesign.com/&quot; style=&quot;color: #1122cc; cursor: pointer;&quot;&gt;&lt;em style=&quot;font-style: normal; font-weight: bold;&quot;&gt;Hello&lt;/em&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/h3&gt;
&lt;div class=&quot;s&quot; style=&quot;max-width: 42em;&quot;&gt;
&lt;div class=&quot;f kv&quot; style=&quot;color: #666666; margin-bottom: 1px;&quot;&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;cite style=&quot;color: #009933; display: inline-block; font-style: normal; margin-bottom: 1px;&quot;&gt;www.&lt;b&gt;hello&lt;/b&gt;design.com/&lt;/cite&gt;&lt;/nobr&gt;&lt;/div&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span class=&quot;st&quot; style=&quot;line-height: 1.24;&quot;&gt;&lt;em style=&quot;color: black; font-style: normal; font-weight: bold;&quot;&gt;Hello&lt;/em&gt;&amp;nbsp;is an interactive design agency. We create intelligent, living&amp;nbsp;&lt;/span&gt;&lt;/nobr&gt;&lt;br /&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span class=&quot;st&quot; style=&quot;line-height: 1.24;&quot;&gt;systems for people to experience. We believe in building systems that&amp;nbsp;&lt;/span&gt;&lt;/nobr&gt;&lt;br /&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span class=&quot;st&quot; style=&quot;line-height: 1.24;&quot;&gt;are useful, usable, and&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/span&gt;&lt;/nobr&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;g&quot; style=&quot;border: 0px; font-size: small; line-height: 1.2; list-style: none; margin: 0px 0px 23px; padding: 0px;&quot;&gt;&lt;div class=&quot;vsc&quot; sig=&quot;mL7&quot; style=&quot;display: inline-block; position: relative; width: 512px;&quot;&gt;
&lt;div data-ved=&quot;0CH0QkgowCA&quot;&gt;
&lt;div data-ved=&quot;0CH4QkQowCA&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div aria-label=&quot;Result details&quot; class=&quot;vspib&quot; role=&quot;button&quot; style=&quot;background-color: transparent; background-position: initial initial; background-repeat: initial initial; bottom: 0px; cursor: default; height: auto; margin: 0px; min-height: 40px; padding-left: 9px; padding-right: 4px; position: absolute; right: -37px; top: -2px; width: 28px; z-index: 3;&quot; tabindex=&quot;0&quot;&gt;
&lt;div class=&quot;vspii&quot; style=&quot;-webkit-user-select: none; border-bottom-color: transparent; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-bottom-width: 1px; border-left-color: transparent; border-left-width: 1px; border-style: solid none solid solid; border-top-color: transparent; border-top-left-radius: 2px; border-top-right-radius: 2px; border-top-width: 1px; cursor: default;&quot;&gt;
&lt;div class=&quot;vspiic&quot; style=&quot;background-image: url(https://www.google.co.in/images/nav_logo114.png); background-position: -3px -260px; background-repeat: initial initial; height: 13px; margin-left: 6px; margin-top: -7px; opacity: 0.3; position: absolute; top: 50%; visibility: hidden; width: 15px;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h3 class=&quot;r&quot; style=&quot;font-size: medium; font-weight: normal; margin: 0px; overflow: hidden; padding: 0px; text-overflow: ellipsis; white-space: nowrap;&quot;&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;a class=&quot;l&quot; href=&quot;http://evernote.com/hello/&quot; style=&quot;color: #1122cc; cursor: pointer;&quot;&gt;Evernote&amp;nbsp;&lt;em style=&quot;font-style: normal; font-weight: bold;&quot;&gt;Hello&lt;/em&gt;&amp;nbsp;| Evernote&lt;/a&gt;&lt;/nobr&gt;&lt;/h3&gt;
&lt;div class=&quot;s&quot; style=&quot;max-width: 42em;&quot;&gt;
&lt;div class=&quot;f kv&quot; style=&quot;color: #666666; margin-bottom: 1px;&quot;&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;cite style=&quot;color: #009933; display: inline-block; font-style: normal; margin-bottom: 1px;&quot;&gt;evernote.com/&lt;b&gt;hello&lt;/b&gt;/&lt;/cite&gt;&lt;span class=&quot;pplsrsl&quot; data-ci=&quot;srslc_8&quot; data-desc=&quot;Evernote Hello makes it easy by creating a rich, browsable history of individuals, encounters and shared experiences. Get Hello for iPhone Get Hello for Android ...&quot; data-slg=&quot;webres&quot; data-sli=&quot;srsl_8&quot; data-title=&quot;Evernote Hello | Evernote&quot; data-url=&quot;http://evernote.com/hello/&quot; data-ved=&quot;0CIEBEOYZMAg&quot; data-vli=&quot;srslcl_8&quot; href=&quot;&quot; id=&quot;srsl_8&quot; jsaction=&quot;srl.s&quot; role=&quot;button&quot; style=&quot;color: #aaaaaa; cursor: pointer; display: inline; margin-left: 5px;&quot;&gt;Share&lt;/span&gt;&lt;/nobr&gt;&lt;/div&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span class=&quot;st&quot; style=&quot;line-height: 1.24;&quot;&gt;Evernote&amp;nbsp;&lt;em style=&quot;color: black; font-style: normal; font-weight: bold;&quot;&gt;Hello&lt;/em&gt;&amp;nbsp;makes it easy by creating a rich,&amp;nbsp;&lt;/span&gt;&lt;/nobr&gt;&lt;br /&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span class=&quot;st&quot; style=&quot;line-height: 1.24;&quot;&gt;browsable history of individuals, encounters and shared experiences.&lt;/span&gt;&lt;/nobr&gt;&lt;br /&gt;
&lt;nobr style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 35px;&quot;&gt;&lt;span class=&quot;st&quot; style=&quot;line-height: 1.24;&quot;&gt;&amp;nbsp;Get&amp;nbsp;&lt;em style=&quot;color: black; font-style: normal; font-weight: bold;&quot;&gt;Hello&lt;/em&gt;&amp;nbsp;for iPhone Get&amp;nbsp;&lt;em style=&quot;color: black; font-style: normal; font-weight: bold;&quot;&gt;Hello&lt;/em&gt;&amp;nbsp;for Android&amp;nbsp;&lt;b&gt;...&lt;/b&gt;&lt;/span&gt;&lt;/nobr&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;this results by the google with Title so that search user find the most related results&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: #9fc5e8;&quot;&gt; In the next Blog I will tell you about the META-TAGS&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://yogeshnews.blogspot.com/feeds/6166351040793769570/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/importancerole-of-title.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/6166351040793769570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/6166351040793769570'/><link rel='alternate' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/importancerole-of-title.html' title='Importance/Role of TITLE '/><author><name>yogesh tyagi</name><uri>http://www.blogger.com/profile/16374194681011111842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3828140384236814227.post-9148110908801634809</id><published>2012-11-22T13:54:00.001-08:00</published><updated>2012-11-22T14:10:21.300-08:00</updated><title type='text'>RSS Feed for Beginners</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;b&gt; In this blog I will tell you&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;&amp;nbsp;&lt;/span&gt;How &lt;span style=&quot;background-color: yellow;&quot;&gt;RSS feed &lt;/span&gt;most helpful for Internet users.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;RSS&lt;/b&gt; &lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;b&gt;is a acronym&lt;/b&gt; &lt;/span&gt;&lt;b&gt;Really Simple Syndication&lt;/b&gt;.&lt;b&gt; In fastest growing time all Internet user want uptodate&amp;nbsp;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;and gain Knowledge about all the news related to any field but it is not possible that you go through each Website in a small time so most of the updated Website provide&lt;/span&gt; RSS feed &amp;nbsp;&lt;span style=&quot;color: #0b5394;&quot;&gt;for their viewers.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h4&gt;
&lt;/h4&gt;
&lt;h3&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;b style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Where RSS is Placed in your website &amp;nbsp;?&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/h3&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;color: #0b5394; text-align: justify;&quot;&gt;&amp;nbsp;&lt;b&gt;Placed in same place of your Home Page Directory&lt;/b&gt;&lt;/span&gt;&lt;b style=&quot;text-align: justify;&quot;&gt; &lt;/b&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;&amp;nbsp;( like&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-size: 12px;&quot;&gt;&lt;b&gt;http://www..com/rss.xml&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;&amp;nbsp;).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;h3&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;
&amp;nbsp; &amp;nbsp;2. &amp;nbsp;&lt;b style=&quot;text-align: left;&quot;&gt;What is RSS feed and its need? Where RSS Feed is Placed ?&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b style=&quot;color: #0b5394; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Feed means&amp;nbsp;categorization&amp;nbsp;of news like Internet news , crime news etc so that you can get information related to your field for example if my interest in Google news so i am only subscribe for Google news feed.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b style=&quot;color: #0b5394; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;RSS Feed is placed &amp;nbsp;for example&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/b&gt;&lt;b style=&quot;background-color: yellow;&quot;&gt;&amp;nbsp;http://www..com/ rss/internet.xml&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;background-color: yellow;&quot;&gt;&amp;nbsp;http://www..com/ rss/crime.xml&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Two ways to finds &amp;nbsp;RSS in any website:&lt;/span&gt;&lt;/b&gt;&lt;/h3&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;color: #0b5394; font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b&gt;&amp;nbsp; Find this bookmark on any website if it contain.&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSTZ8ml-sxuELqDazXI5WNCa9tvrxUPaqjTcPb4F3CFT6E1wPflD0vHCa9VycE_kHAYWKAio1gcs3jmvcpueDjhx0Bx2l4B0QDSKEr0OKjVACPDkEq0G6A-eDVqBVni8H_D5rkMziChno6/s1600/rss-icon.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;133&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSTZ8ml-sxuELqDazXI5WNCa9tvrxUPaqjTcPb4F3CFT6E1wPflD0vHCa9VycE_kHAYWKAio1gcs3jmvcpueDjhx0Bx2l4B0QDSKEr0OKjVACPDkEq0G6A-eDVqBVni8H_D5rkMziChno6/s200/rss-icon.jpg&quot; width=&quot;200&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: right;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b style=&quot;color: #0b5394; text-align: justify;&quot;&gt;Type &lt;/b&gt;&lt;b style=&quot;text-align: justify;&quot;&gt;rss.xml&lt;/b&gt;&lt;b style=&quot;color: #0b5394; text-align: justify;&quot;&gt; in url some of the website.&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h3&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;3. How RSS work and How you add RSS for you?&lt;/span&gt;&lt;/b&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #0b5394; font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b&gt;&amp;nbsp;Your needs&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b&gt;&amp;nbsp; Browser&lt;/b&gt; :- &lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;b&gt;Chrome, Firefox,etc&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b&gt;&amp;nbsp;Web based&lt;/b&gt; :-&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;b&gt; to register with RSS aggregator like&lt;/b&gt;&lt;/span&gt; (&lt;b&gt;Google Reader, Feedzilla)&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b style=&quot;background-color: yellow;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Go to the website contain RSS feed and Loin to your Google Reader by Gmail Account .&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b style=&quot;background-color: yellow;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;in left upper portion Subscribe Button&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b&gt;4. &amp;nbsp; RSS &amp;nbsp;XML Example ?&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white; font-family: Times, Times New Roman, serif; font-size: 13px; text-align: start;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&lt;span style=&quot;color: #0b5394; font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b style=&quot;background-color: yellow;&quot;&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #0b5394; font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b style=&quot;background-color: yellow;&quot;&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;lt;rss version=&quot;2.0&quot;&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;lt;channel&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp; &amp;lt;title&amp;gt;Home Page&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp; &amp;lt;link&amp;gt;http://www.apls.in&amp;lt;/link&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp; &amp;lt;description&amp;gt;Language Translation and Interpretation&amp;lt;/description&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #0b5394; font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b style=&quot;background-color: yellow;&quot;&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp; &amp;lt;item&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Interpretation Page&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link&amp;gt;http://www.apls.in/interpreter&amp;lt;/link&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;New Interpreter Tools&amp;lt;/description&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp; &amp;lt;/item&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp; &amp;lt;item&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Translation Page&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link&amp;gt;http://www.apl.in/translation&amp;lt;/link&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;New Translation Tools&amp;lt;/description&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;nbsp; &amp;lt;/item&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;lt;/channel&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-size: 13px; text-align: start;&quot; /&gt;&lt;span style=&quot;font-size: 13px; text-align: start;&quot;&gt;&amp;lt;/rss&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white; font-family: Times, Times New Roman, serif; font-size: 13px; text-align: start;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; text-align: start;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;Result:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; text-align: start;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;a href=&quot;http://www.apls.in/&quot;&gt;Home Page&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; font-family: Times, Times New Roman, serif; text-align: start;&quot;&gt;&lt;b&gt;Laguage Translation and Interpretation&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;under this&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; font-family: Times, Times New Roman, serif; text-align: start;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; font-family: Times, Times New Roman, serif; text-align: start;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.apls.in/&quot;&gt;Interpretation Page&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; font-family: Times, Times New Roman, serif; text-align: start;&quot;&gt;New Interpretation Tool&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; font-family: Times, Times New Roman, serif; text-align: start;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; text-align: start;&quot;&gt;&lt;b&gt;&lt;span style=&quot;background-color: white;&quot;&gt;If you want the live example please &lt;/span&gt;&lt;a href=&quot;http://in.news.yahoo.com/sitemap/&quot; style=&quot;background-color: yellow;&quot;&gt;click&lt;/a&gt;&lt;span style=&quot;background-color: white;&quot;&gt;.you can also use different tags according to your need&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://yogeshnews.blogspot.com/feeds/9148110908801634809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/rss-feed-for-beginners.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/9148110908801634809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/9148110908801634809'/><link rel='alternate' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/rss-feed-for-beginners.html' title='RSS Feed for Beginners'/><author><name>yogesh tyagi</name><uri>http://www.blogger.com/profile/16374194681011111842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSTZ8ml-sxuELqDazXI5WNCa9tvrxUPaqjTcPb4F3CFT6E1wPflD0vHCa9VycE_kHAYWKAio1gcs3jmvcpueDjhx0Bx2l4B0QDSKEr0OKjVACPDkEq0G6A-eDVqBVni8H_D5rkMziChno6/s72-c/rss-icon.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3828140384236814227.post-3934498492934443233</id><published>2012-11-15T08:55:00.002-08:00</published><updated>2012-11-18T08:29:34.555-08:00</updated><title type='text'>Googlebot(Spider):How google works behind Search Engine </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;b&gt;Googlebot(Spider) works&lt;/b&gt;&lt;/h2&gt;
&lt;br /&gt;
Most of the people work on internet are&#39;t aware about how Google Search Engine works so they are so much comfortable with the searches because of lack of knowledge .Google is not so simple as we think because there are lots of tallented people working everyday . Google Search Engine have a Human like thinking for every website on web and provide its Ranking &amp;nbsp;. In this blog i will tell you how Googlebot&lt;br /&gt;
Works behing Google Search Engine. &amp;nbsp;. &lt;br /&gt;
&lt;b style=&quot;background-color: yellow;&quot;&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b style=&quot;background-color: yellow;&quot;&gt;Googlebot :-&lt;/b&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&amp;nbsp; &lt;span style=&quot;color: #073763;&quot;&gt;Googlebot are the Google Web Crawling Robot which find and retrieve the page on the web and given in the hand of Google Indexer. Googlebots are not using any new techniqe for&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #073763;&quot;&gt;finding the search pages.It work like Web Browser ,by sending the request to Web Server and download the entire page and handed over to the indexer Server.Indexer stored these Web Page by their Keywords in Doc Server .&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
&lt;b&gt;&lt;span style=&quot;background-color: yellow;&quot;&gt;Googlebot Finding the Page in two ways&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #073763;&quot;&gt;: 1. URL-(http://www.indiayatra.biz/)&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2. Findig Link through Web Crawling.&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
&lt;img alt=&quot;Screen shot of web page for adding a URL to Google.&quot; class=&quot;figure&quot; height=&quot;360&quot; src=&quot;http://www.googleguide.com/images/addURL.gif&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Techniques:&lt;br /&gt;
&lt;br /&gt;
1. &lt;b style=&quot;background-color: yellow;&quot;&gt;Fresh Crawl&lt;/b&gt; : &lt;span style=&quot;color: #073763;&quot;&gt;&lt;b&gt;Fresh crawl is important technique of Googlebot because most of the Website (like News) have&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;b style=&quot;color: #073763; text-align: center;&quot;&gt;change there content everyday. so to keep the Google Indexer Uptodate Fresh Crawling downloading these pages on daily bases and handed over to the Indexer.&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;color: #073763;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
2. &lt;b style=&quot;background-color: yellow;&quot;&gt;Deep Crawl&lt;/b&gt;&lt;span style=&quot;color: #073763;&quot;&gt; : &lt;b&gt;As the name suggest it work on the deep links,when Googlebot fetch a page then it put all the links apper inside the page into the Queue for further Crawling.It is possible&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&lt;b&gt;that Deep craling take a lot of time. &amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
In the next blog i will tell you how &lt;b&gt;Google Query Processo&lt;/b&gt;r&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://yogeshnews.blogspot.com/feeds/3934498492934443233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/googlebotspiderhow-google-works-behind.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/3934498492934443233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/3934498492934443233'/><link rel='alternate' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/googlebotspiderhow-google-works-behind.html' title='Googlebot(Spider):How google works behind Search Engine '/><author><name>yogesh tyagi</name><uri>http://www.blogger.com/profile/16374194681011111842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3828140384236814227.post-9076107875316393162</id><published>2012-11-08T11:58:00.003-08:00</published><updated>2012-11-18T08:31:27.173-08:00</updated><title type='text'>DABANGG 2 TRAILER</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DABANGG 2 in Big Boss 6&lt;br /&gt;
&lt;br /&gt;
Hello friend it is my third post in my blog.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb_XqsRB8KmMtvi5kyJo1iGBD8QsXSeUDpVSaVSdX9ysLCdihpcLQqy8Tc4s482kzmND79gDhroku-Bjmx9SbgcqrhioWQa8LzEsRHAW7EpTwyi3lluWCIe9ZHi8ia0-VdihKZWDMr_3zR/s1600/Dabangg-2-poster.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;152&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb_XqsRB8KmMtvi5kyJo1iGBD8QsXSeUDpVSaVSdX9ysLCdihpcLQqy8Tc4s482kzmND79gDhroku-Bjmx9SbgcqrhioWQa8LzEsRHAW7EpTwyi3lluWCIe9ZHi8ia0-VdihKZWDMr_3zR/s320/Dabangg-2-poster.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
It is the first time for a long time a source said &amp;nbsp;Salman khan launches the&amp;nbsp;first Trailer of &amp;nbsp; &lt;span style=&quot;color: red;&quot;&gt;&amp;nbsp;DABANGG 2&lt;/span&gt; in BIG BOSS .DABANGG 2 is &lt;span style=&quot;color: red;&quot;&gt;produced by Arbaaz khan&lt;/span&gt; and&lt;span style=&quot;color: red;&quot;&gt; produced by Abhinav kashyap.&lt;/span&gt;I think the poster of Dabangg 2 is very spice one in which Salman khan(Chulbule pandey)shows his back with a broken glass with a tag line&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;b&gt;&lt;span style=&quot;color: purple;&quot;&gt; HERE COMES&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: purple;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CHULBUL PANDEY &amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
I succeded to get a small trailer of DABANGG 2&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dwwG7zFzxM45abrWBQRsxHfN4puoLi0M_i7xIWOWgxFN_VnxcjrENpX3Gx2G-8BbDGP-pRICXzv8rwaCQkcQw&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
I think if you do&#39;t like it than to see the complete trailer then do noy miss the Bigg Boss.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://yogeshnews.blogspot.com/feeds/9076107875316393162/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/dabangg-2-trailer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/9076107875316393162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/9076107875316393162'/><link rel='alternate' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/dabangg-2-trailer.html' title='DABANGG 2 TRAILER'/><author><name>yogesh tyagi</name><uri>http://www.blogger.com/profile/16374194681011111842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb_XqsRB8KmMtvi5kyJo1iGBD8QsXSeUDpVSaVSdX9ysLCdihpcLQqy8Tc4s482kzmND79gDhroku-Bjmx9SbgcqrhioWQa8LzEsRHAW7EpTwyi3lluWCIe9ZHi8ia0-VdihKZWDMr_3zR/s72-c/Dabangg-2-poster.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3828140384236814227.post-4269257967730351593</id><published>2012-11-04T12:29:00.003-08:00</published><updated>2012-11-06T01:01:18.026-08:00</updated><title type='text'>BIG OPPORTUNITY By NASA: International Space Station with naked eye as it passes your house  </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: right;&quot; trbidi=&quot;on&quot;&gt;
&lt;!-- Begin BlogToplist tracker code --&gt;
&lt;a href=&quot;http://www.blogtoplist.com/technology/&quot; title=&quot;Technology&quot;&gt;
&lt;img alt=&quot;Technology&quot; border=&quot;0&quot; src=&quot;http://www.blogtoplist.com/tracker.php?u=207142&quot; /&gt;&lt;/a&gt;
&lt;!-- Begin BlogToplist voting code --&gt;
&lt;a href=&quot;http://www.blogtoplist.com/vote.php?u=207142&quot; target=&quot;_blank&quot;&gt;
&lt;img alt=&quot;Top Blogs&quot; border=&quot;0&quot; src=&quot;http://www.blogtoplist.com/images/votebutton.gif&quot; /&gt;&lt;/a&gt;
&lt;!-- End BlogToplist voting code --&gt;
..........................
&lt;br /&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;nbsp; &lt;/blockquote&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #0b5394; font-size: large; text-decoration: underline;&quot;&gt;&lt;b&gt;NASA NEW SMS SERVICE&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: large; text-decoration: underline;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Once you know where to look&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-family: arial; font-size: 12px; outline-style: none;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIBI4G6XxFG7BNeQAaROnZNpi_X-VOmxs4mWp9QIR6s5jaRUKax9hih5-ajz__vH4N6WzesPN7xh7bjEUt7NQwJHZ6xEq06ETIg1l0fdf7v0Kw_P26Ga0Ow9r1mGfkOKS63yvTZoMB7Fjh/s1600/images+(1).jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;149&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIBI4G6XxFG7BNeQAaROnZNpi_X-VOmxs4mWp9QIR6s5jaRUKax9hih5-ajz__vH4N6WzesPN7xh7bjEUt7NQwJHZ6xEq06ETIg1l0fdf7v0Kw_P26Ga0Ow9r1mGfkOKS63yvTZoMB7Fjh/s200/images+(1).jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;It will be &amp;nbsp;a Great Opportunity for a simple Human on Earth to see the&lt;/span&gt;&lt;/b&gt;&amp;nbsp;&lt;span style=&quot;font-family: arial;&quot;&gt;International Space Station (ISS) commanded by &lt;b&gt;Indian-American astronaut&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Sunita Williams&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;b style=&quot;background-color: yellow;&quot;&gt;without a&lt;/b&gt; &lt;/span&gt;telescope as it passes your house, thanks to&amp;nbsp;&lt;/span&gt;NASA&#39;s&lt;span style=&quot;font-family: arial;&quot;&gt;&amp;nbsp;new &lt;span style=&quot;background-color: yellow;&quot;&gt;&lt;b&gt;SMS service&lt;/b&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: yellow; font-family: arial;&quot;&gt;&amp;nbsp;It will &lt;b&gt;send you a text message as the ISS passes over your house&lt;/b&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The service will only notify users if the station is easily visible above trees, buildings, and other objects&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiswkD9BHuGpXUJq3BBG4eHWsug9_z-ClIbSeNoohjGWrTGVcu3Ucf2fWhUPSO5i9jYiA-dhMOkLud9QIOJ-uNM9hXq3N34hJVr4Cgm85kN5xkiQ_kVWByihx_Moubz78fHBx4mt24z3odX/s1600/images+(2).jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiswkD9BHuGpXUJq3BBG4eHWsug9_z-ClIbSeNoohjGWrTGVcu3Ucf2fWhUPSO5i9jYiA-dhMOkLud9QIOJ-uNM9hXq3N34hJVr4Cgm85kN5xkiQ_kVWByihx_Moubz78fHBx4mt24z3odX/s200/images+(2).jpg&quot; width=&quot;133&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;To Click&amp;nbsp;&lt;a href=&quot;http://spotthestation.nasa.gov./&quot;&gt;sign up&lt;/a&gt;&amp;nbsp;for the service one can visit NASA&#39;s website &amp;nbsp; or &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;outline-style: none;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;b&gt;&lt;a href=&quot;http://spotthestation.nasa.gov./&quot;&gt;http://spotthestation.nasa.gov.&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;outline-style: none;&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;T&lt;b&gt;his service was launched to celebrate the 12th anniversary &lt;/b&gt;of crews living and working aboard the station presently commanded by Williams.so I think it will be a great chance to benifit this NASA service.&lt;b&gt;I will surely used this service &lt;/b&gt;and see the&amp;nbsp;&lt;b&gt;ISS&amp;nbsp;&lt;/b&gt;this time by a chance.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs_RnHShPpjxmu_4nipdBK5l01Oibo1rslqAahuvjg5rg_4lZ_ufZPhXBrwlkKYj25v4kxqUi_s_tjD567TmyPz53mFkkKz4lk1f_gGu2v1SOqr22op3PlWaftbOoGTZD4hTrwM0ke3P_v/s1600/images.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs_RnHShPpjxmu_4nipdBK5l01Oibo1rslqAahuvjg5rg_4lZ_ufZPhXBrwlkKYj25v4kxqUi_s_tjD567TmyPz53mFkkKz4lk1f_gGu2v1SOqr22op3PlWaftbOoGTZD4hTrwM0ke3P_v/s1600/images.jpg&quot; /&gt;&lt;b style=&quot;font-family: arial; font-size: 12px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;outline-style: none;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;font-family: arial; font-size: 12px; outline-style: none;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://yogeshnews.blogspot.com/feeds/4269257967730351593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/big-opportunity-by-nasa-international.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/4269257967730351593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/4269257967730351593'/><link rel='alternate' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/big-opportunity-by-nasa-international.html' title='BIG OPPORTUNITY By NASA: International Space Station with naked eye as it passes your house  '/><author><name>yogesh tyagi</name><uri>http://www.blogger.com/profile/16374194681011111842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIBI4G6XxFG7BNeQAaROnZNpi_X-VOmxs4mWp9QIR6s5jaRUKax9hih5-ajz__vH4N6WzesPN7xh7bjEUt7NQwJHZ6xEq06ETIg1l0fdf7v0Kw_P26Ga0Ow9r1mGfkOKS63yvTZoMB7Fjh/s72-c/images+(1).jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3828140384236814227.post-3048740902504265840</id><published>2012-11-03T17:33:00.000-07:00</published><updated>2012-11-03T17:33:10.821-07:00</updated><title type='text'>FINALLY iPhone5 LAUNCHES IN INDIA</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;&lt;u&gt;WATCH iPhone5 VIDEO&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dy50w5SGzwLw29hUThgNQYYeK21ja15oXp_-2zOp7aCelXKHViZMp8YDs0-uuuIuXFxCa6ETwVfzy5KaApKPQ&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;It finished &amp;nbsp;of all the waiting of iphone5 when iPhone5 launched in india this friday in Delhi and Mumbai.&lt;/b&gt;&lt;span style=&quot;background-color: white; color: #1d1d1d; font-family: Arial, Tahoma, Verdana; font-size: 14px; line-height: 19px;&quot;&gt;The iPhone5 is available in three memory sizes — &lt;b&gt;16 GB, 32 GB and 64GB&lt;/b&gt; —&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Arial, san-serif; font-size: 14px; line-height: 20px;&quot;&gt;&amp;nbsp;thinner, lighter and with a 4-inch screen – went on sale in India with a &lt;b&gt;starting price of 45,500&lt;/b&gt; rupees.I am confident&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, san-serif; font-size: 14px; line-height: 20px;&quot;&gt;that it also break all the record that we seen in the US a time ago.&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://yogeshnews.blogspot.com/feeds/3048740902504265840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/finally-iphone5-launches-in-india.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/3048740902504265840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3828140384236814227/posts/default/3048740902504265840'/><link rel='alternate' type='text/html' href='http://yogeshnews.blogspot.com/2012/11/finally-iphone5-launches-in-india.html' title='FINALLY iPhone5 LAUNCHES IN INDIA'/><author><name>yogesh tyagi</name><uri>http://www.blogger.com/profile/16374194681011111842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>