<%@ Language="VBScript" %> <% Dim conn,rs,sql 'create connection set conn = server.CreateObject ("ADODB.Connection") conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath ("fpdb/engglas.mdb") 'query to select active data... sql = "SELECT * FROM title, vote where title.active = 'y' and title.id = vote.id" set rs = server.CreateObject ("ADODB.Recordset") rs.Open sql, conn, 3, 3 %> <% Dim strq,ip,objRs strq="select top 3 * from fft order by id_num desc" 'response.Write(strq) Set objRs=objConn.execute(strq) %> <% Dim strq2 ip=Request.ServerVariables("REMOTE_ADDR") if Request.Form("submit")="Add Comment" Then 'set objRs=Server.CreateObject(ADODB.recordset) strq2= "exec ossp_ins_features '"&request.Form("pname")&"','15','"&request.Form("email")&"','"&request.Form("comments")&"','"&date&"' " 'response.Write(strq) objConn.execute strq2 response.Write("") response.Write("") End if %> Search Engines and WWW - the Inseparable



Other Featured Articles
» Beyond Disclosure
» Click Fraud
» Critical Anatomy of Google
» Drop my Site.com
» Google and Your Privacy
» Google - A new Frankenstein in the Making
» How Google Profits from Irrelevance
» Lawsuits Against Google
» Lawsuits Against Search Engines
» Organic Results and Paid Advertising
» Organic Spam and Google
» Organic Spam and Revenues
» Paid Listing Campaign on Prescription Drugs
» Search engines and WWW – The Inseparables
» Why Google Hates Affiliate Sites
WWW and Search Engines- the Inseparable


Search Engine and World Wide Web are indispensable; they can’t survive without each other. WWW has a huge and bulky database with the aim to provide information to its users and this job is done by search engines to provide relevant information to its users as search engines categorize this information (database of WWW) and stored it into its own database. Which supports the relevance of content?

The major objective of WWW and search engine is to provide relevant information to its users and generate some revenues from them. WWW provide a platform for a search engine to do the relevant task. For instance if a website is created then that website requires some server space to get some space in WWW or to make its existence on the internet. When WWW stores that website into its database then search engine get it from WWW and store it, in its own database. This thing is beneficial for both WWW and Search Engine

  • Traffic Increased.
  • Revenue generated.
  • Information becomes more relevant.

Relevance of Search Engine:

Each and every search engine has its own underlying principals or core beliefs which help guide how they craft the search relevancy. While some machines automatically evolve search relevancy via genetic algorithms each major search engine still has some human input in how relevancy is calculated.

Correlation between WWW and search Engine

Search engines and www create a win win situation for each other, without  www search engines have no place to store its information as a result  search engines never get traffic and revenue become 0. And if revenue becomes 0 then there is no use of running the business. And only because of search engines users searches the web.
The percentage of traffic depends upon the requirement of traffic, quality of content or information that search engine include into its database.

Advantages of using Search Engines:

  • The indexes of search engines are usually vast, representing significant portions of the Internet, offering a wide variety and quantity of information resources.
  •  The growing sophistication of search engine software enables us to precisely describe the information that we seek.
  • The large number and variety of search engines enriches the Internet, making it at least appear to be organized. 

Advantages of Web:

  • It establishes a presence of a website (business). Millions and millions people are accessing worldwide web every day and if our website is not indexed in WWW it means we are ignoring these much of our customers.
  • Develop lines of communication that promote contact with potential clients and organizations.
  • Customers can have access to business information and services that may not be available any other way. Our clients can be from anywhere in the world and shop in our store like never before and from the comfort of their homes. Even if we have a large inventory, anyone can easily and quickly search our database and locate the exact item that they were looking for and purchase it online.
  • Our employees on the road or in satellite offices may need up-to-the-minute information to properly accomplish their tasks.
Post Your Comment
Name :
Email :
Comments :
 
 Comments
<%dim objRs2 Set objRs2=objConn.execute("select * from features where cpage='15' order by id_num desc") While not objRs2.EOF %> <% objRs2.movenext Wend %>
<%=objRs2("comments")%>
Posted on <%=objRs2("sdate")%> by <%=objRs2("pname")%>

Disclaimer
 
<% 'close connection and recordset... rs.Close set rs = nothing conn.Close set conn = nothing %>