<%@ 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")&"','a4','"&request.Form("email")&"','"&request.Form("comments")&"','"&date&"' " 'response.Write(strq) objConn.execute strq2 response.Write("") response.Write("") response.End() End if %> Organic Spam Articles - A Fuel Less Engine



» Forecasting Failure
» Breaking the Ethical Barriers 
» A G-World
» When Ideology matter in search
» A Fuel Less Engine

A Fuel Less Engine

Updating Popularity


Google might have updated their index, rearranged themselves and put up a new face mask, enough to convince a potential consumer of the novelty of their claims. Yet what appears is a redundant, popularity based and hyped sites filled disastrous search with the most acclaimed search engine of our age. Here we encounter a snag, a technical or more probably, a man made error of recent origin when your search with keywords ends up with no key at all. If Google search engine claims that it shall compile all the information from around the world and make it accessible for any curious customer, there then appears now to be a drift from their original motto.

So if you possibly believe that Google is bound to give you the next best thing to a convincing result, you have a lot to worry about with the facts of the matter. It could possibly be blamed on Google’s recent reshuffling but then the recurring errors for your search might not stand long even for want of the powerful brand name that Google has.

Response denied!

For any product, as for that case, for any key word you might find the terrain hard to reach for within the world of Google. Effort after effort and anon you leave a sorry impression for the services rendered by your search engine. What do you do in this case? There is not much of a choice left as a consumer. Probably, you will have to dig out those sites which of curse is there listed up with Google well before your search actually begins. If that appears to be foolish, less than convincing, there is just one thing to say “there ain’t much choice with this web search engine”. Does that mean that you indeed have to go against the odds, behave like a fool and then convince yourself that alas! Google could still be the best.

Maybe not; you could ask their responses for the problem. Ten out of ten times there wouldn’t be a response cos Google worries are not just limited within the borders of your web world. Probably, an organized campaign would bring them out to the transparent world of men. There what shall never escape is a fraud which all would see. From the world so invisible let’s hope hard that Google starts seeing the visible world of the Netizens. It shall else be a revive or perish formula.

Post Your Comment
Name :
Email :
Comments :
 
 Comments
<%dim objRs2 Set objRs2=objConn.execute("select * from features where cpage='a4' order by id_num desc") While not objRs2.EOF %> <% objRs2.movenext Wend %>
<%=objRs2("comments")%>
Posted on <%=objRs2("sdate")%> by "><%=objRs2("pname")%>

 

 

 

 

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