Sunday 16 December 2012

How to solve problem of mvscr100.dll

                   Solution of problem related to mvscr100.dll  while                       runing wamp server


1. Go to  C:\Windows\System32 check the mvscr100.dll file is  present or not . if not than

Download  these file

1.  http://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe

2. http://www.ascentive.com/support/new/libraryfiles.exe

http://download.microsoft.com/download/3/2/2/3224B87F-CFA0-4E70-BDA3-3DE650EFEBA5/vcredist_x64.exe


Run in the same sequence your mvscr100.dll problem is absolutly solved.

for any problem pls comment.

Thursday 29 November 2012

Meta-Tags for Beginners/SEO

                                    what is META-TAGS ?

Building a website is not a big deal. its like making a product but next question is that
how to make money or  profit from that website or product and now the role of SEO
is starting and Meta-Tags are play a important part in SEO.

 1. WHY use Meta-Tags ?
Meta-tags are not important but essential part for a website.Google is no give a more
importance to Meta-Tags but Yahoo and Bing give it more importance.Meta-tags are
basically provide the background information of a website to the Googlebot .

  2.  Where use Meta-Tags?
     Meta-Tags are use in Html Code
<html>
<head>......................................... .inside <head> we use meta-tags
<title></title>
<meta name ="description" content="text">
</head>
</html>

 3.  Types of Meta-tags?

There are many meta-tags but 4 meta-tags are more important but if you want to use all than its good.
(a)  TITLE-TAG..........................................B
<title> What is meta-tag </title>

(b)  DESCRIPTION-TAG.........................C
<meta name="description" content="Meta-tags are vey helpful foe seo">

(c)  KEYWORD........................................A
<meta name="description" content="meta tags for seo,importance of meta tags,meta tags for beginners">

(d) ROBOTS
It a most important section of meta-tags because it tell the CRAWLER which page in the website to index
and follow or nofollow the links in the website.you can alse make a ROBOT.txt file for it .

<meta name ="robots" content=   "index  ,  follow">
its give the information to crawler to index the page and follow the links
<meta name ="robots" content=   "index  ,  nofollow">
its give the information to crawler to index the page and not follow the links
<meta name ="robots" content=   "noindex  ,  follow">
its give the information to crawler to not index the page and follow the links
<meta name ="robots" content=   "noindex  , nofollow">
its give the information to crawler to not index the page and not follow the links

  4.   HOW Google ,Yahoo,Bing Search Engine show the result?


searchenginemeta-tags

Saturday 24 November 2012

Importance/Role of TITLE

               Role of TITLE in Different Portion in Web


In this blog i am taking about the role of Title in different portion in web to improve your search result.


1. TITLE IN JOB PORTALS : Title of your in your job portal must be up to the mark.Most of job-seeker 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  recruiter search easily when looking for that type of job profile seeker.


for example  if my profile related to SEO then my Title is   SEO/SEM/linkbuilding/6 month/7000 salary 


2.TITLE IN WEBSITE :  I think that most of people about the Meta Tags which are helpful for  SERP(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  my previous Blog if not please CLICK about the GOOGLE BOT .



for example: 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.

TYPE  :  Hello in Google Search Engine
RESULT:

  •  About 1,440,000,000 results (0.22 seconds) 

                           Its means that google have millions of website web pages for Hello Keyword.


Hello - Wikipedia, the free encyclopedia  <------its show title- tag------->

en.wikipedia.org/wiki/Hello      

Hello, with that spelling, was used in publications as early as 1833.
 These include an 1833 American book called The Sketches and
 Eccentricities of Col. David                     <............show description............>

  1. Hello (Lionel Richie song) - Wikipedia, the free encyclopedia

    en.wikipedia.org/wiki/Hello_(Lionel_Richie_song)
    "Hello" is a song by Lionel Richie. Taken as the third single from Richie's multi-platinum album Can't Slow Down, the song was released in 1984 and reached ...
  2. Hello

    www.hellodesign.com/
    Hello is an interactive design agency. We create intelligent, living 
    systems for people to experience. We believe in building systems that 
    are useful, usable, and ...
  3. Evernote Hello | Evernote

    evernote.com/hello/Share
    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 ...


this results by the google with Title so that search user find the most related results

                                  In the next Blog I will tell you about the META-TAGS

Thursday 22 November 2012

RSS Feed for Beginners

                    In this blog I will tell you How RSS feed most helpful for Internet users.

RSS is a acronym Really Simple Syndication. In fastest growing time all Internet user want uptodate 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 RSS feed  for their viewers.

  1. Where RSS is Placed in your website  ?

 Placed in same place of your Home Page Directory  ( like http://www..com/rss.xml ).
   

   2.  What is RSS feed and its need? Where RSS Feed is Placed ? 

Feed means categorization 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.

RSS Feed is placed  for example
                   http://www..com/ rss/internet.xml 
                   http://www..com/ rss/crime.xml 

Two ways to finds  RSS in any website:

  •   Find this bookmark on any website if it contain.
  • Type rss.xml in url some of the website.


3. How RSS work and How you add RSS for you?

 Your needs
  •   Browser :- Chrome, Firefox,etc
  •  Web based :- to register with RSS aggregator like (Google Reader, Feedzilla)

Go to the website contain RSS feed and Loin to your Google Reader by Gmail Account .
in left upper portion Subscribe Button


4.   RSS  XML Example ? 


<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
  <title>Home Page</title>
  <link>http://www.apls.in</link>
  <description>Language Translation and Interpretation</description>
  <item>
    <title>Interpretation Page</title>
    <link>http://www.apls.in/interpreter</link>
    <description>New Interpreter Tools</description>
  </item>
  <item>
    <title>Translation Page</title>
    <link>http://www.apl.in/translation</link>
    <description>New Translation Tools</description>
  </item>
</channel>
</rss>

Result:

Laguage Translation and Interpretation

under this 

New Interpretation Tool

If you want the live example please click.you can also use different tags according to your need






Thursday 15 November 2012

Googlebot(Spider):How google works behind Search Engine

                     Googlebot(Spider) works


Most of the people work on internet are'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  . In this blog i will tell you how Googlebot
Works behing Google Search Engine.  .

Googlebot :-  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 
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 .

Googlebot Finding the Page in two ways: 1. URL-(http://www.indiayatra.biz/)
                                                                    2. Findig Link through Web Crawling. 


Screen shot of web page for adding a URL to Google.

Techniques:

1. Fresh Crawl : Fresh crawl is important technique of Googlebot because most of the Website (like News) have 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.

2. Deep Crawl : 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 that Deep craling take a lot of time.   


In the next blog i will tell you how Google Query Processor

Thursday 8 November 2012

DABANGG 2 TRAILER


                                                DABANGG 2 in Big Boss 6

Hello friend it is my third post in my blog.

It is the first time for a long time a source said  Salman khan launches the first Trailer of    DABANGG 2 in BIG BOSS .DABANGG 2 is produced by Arbaaz khan and produced by Abhinav kashyap.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
                                                HERE COMES
                                            CHULBUL PANDEY  
I succeded to get a small trailer of DABANGG 2
I think if you do't like it than to see the complete trailer then do noy miss the Bigg Boss.

Sunday 4 November 2012

BIG OPPORTUNITY By NASA: International Space Station with naked eye as it passes your house

Technology Top Blogs ..........................
 
    NASA NEW SMS SERVICE :Once you know where to look

It will be  a Great Opportunity for a simple Human on Earth to see the International Space Station (ISS) commanded by Indian-American astronaut Sunita Williams without a telescope as it passes your house, thanks to NASA's new SMS service. It will send you a text message as the ISS passes over your house.The service will only notify users if the station is easily visible above trees, buildings, and other objects
                                                   


To Click sign up for the service one can visit NASA's website   or                                                                  
                                                                  http://spotthestation.nasa.gov.


This service was launched to celebrate the 12th anniversary 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.I will surely used this service and see the ISS this time by a chance. 

I
.



Saturday 3 November 2012

FINALLY iPhone5 LAUNCHES IN INDIA

WATCH iPhone5 VIDEO






It finished  of all the waiting of iphone5 when iPhone5 launched in india this friday in Delhi and Mumbai.The iPhone5 is available in three memory sizes — 16 GB, 32 GB and 64GB thinner, lighter and with a 4-inch screen – went on sale in India with a starting price of 45,500 rupees.I am confident 
that it also break all the record that we seen in the US a time ago.