<%@ 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")&"','a3','"&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 G World



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

A G-World

Justifying a change in attire


Probably you could change your attire with the progress of civilization; that’s taken for granted and acceptable at all instance. If you still remain rustic, there would be eyes targeting you at every turn in your life. So what if a search engine called ‘Google’ suddenly progresses into a civilization where you could justify it but still look at it with doubt. Maybe it questions the credos of progress. What do I care if Google changes attire? Or is it more, that I should indeed be aware of when the very change is more than a mere change of clothes? There could probably be a change in the very philosophy underlining it. Let Google grow in peace, let it spread and be all inclusive just like Yahoo! Isn’t that a service to uplift you place in the society? Wouldn’t that help the rest of the folks? Sure it would, but as I have mentioned, a change in its very basic stand would of course be questioned, at least by few of us interested onlookers.

The reason is simple; Google outlines it strategies and principles which probably seems contradicted by the recent additions that have been made to it. This exclusive search engine operator has said that it would search and search, and do that one thing really well. The rest of the world, the world around had to solve. If that however has a search related problem, there would be your Google to help.

The logic behind Diversified G-Options

And then like a bolt from the blue, Google acquires a blog site (blogger.com); a site meant exclusively for digital photography and then finally, its invitation based and now more public G-Mail. So there the rules break and Google flies high to hold the world under its wings. The gasp you felt for fresh air could either be because you are thankful to Google for doing so or probably because you have become a bit more thoughtful. The later would categorize you as a constant trouble maker for suspecting the credentials of the world’s best search engine. But isn’t that a better choice than remaining unaware and neglecting a change that appears a bit exaggerated?

Moreover for those who felt the fresh air of Google mail, it remains a fact that these mails are thoroughly scanned by Google ‘to deliver relevant text ads’. That confirms how easy it has become of late to make money. So something that had been public for the investors till recently has become a giant with infinite proportions. If that means trouble ahead, are you prepared for it?
 

Post Your Comment
Name :
Email :
Comments :
 
 Comments
<%dim objRs2 Set objRs2=objConn.execute("select * from features where cpage='a3' 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 %>