Thursday, October 9, 2008

Google:- Behind the Screen

A wonderful documentary (47 mins) created by Ijsbrand van Veelen features some interesting discussions with Marissa Mayer, Vint Cerf, Ian Brown (Open Rights Group), Brewster Kahle (founder of Internet Archive) and some Google engineers. They talk about PageRank, targeted advertising, life at Google, user privacy, machine translation, the story of "Don't be evil", book search, the danger of Google's monopoly, Google Earth. The video is really well-made, it tries to be objective by showing different opinions on the same subject, even though it's more inclined towards conspiracy theories.

Marissa Mayer says Google collects information about users' activity to improve the quality of search results, not to create a profile for each user. They need to store it for an indefinite period of time as there are services that require a huge quantity of data to process, like the spell checking feature on Google Search.

The documentary puts tough questions like: "How can you convince people that Google isn't a Big Brother company?", "Can we see how do you scan the books?", "Should the digitization of books be made by a company like Google who may require fees to query the database for a research project?", "What happens if a search engine becomes dominant?".




The conclusion of the documentary? Google shouldn't be let to become a monopoly, they shouldn't be the only source of information, they shouldn't become the Ministry of Truth. Although Google's neutrality and unbiased results are a proof that it deserves our trust, it's always the best to diversify the sources of information.



And here's the full video:

Article : How to be a Programmer by Robert L. Read

To be a good programmer is difficult and noble. The hardest part of making real a collective vision of a software project is dealing with one's coworkers and customers. Writing computer programs is important and takes great intelligence and skill. But it is really child's play compared to everything else that a good programmer must do to make a software system that succeeds for both the customer and myriad colleagues for whom she is partially responsible. In this essay I attempt to summarize as concisely as possible those things that I wish someone had explained to me when I was twenty-one. Resource from : Read More....

Tuesday, October 7, 2008

FM20.DLL Re Distribute


For Fix the Redistribute FM20.dll Issues.

The FM20.dll ( Microsoft Form 2.0 Control Setup )cannot able to redistribute. Because this particular Dll is Shiping with Microsoft Office., Else you need to install ACTIVEX CONTROL PAD Activex control Pad is NOT Support to Windows Vista and above Operating system.

So Developers Escaping From this issue by "Pre-Request is Microsoft Office" for Deployment or Delivering products.

Without Installing Microsoft Office.We can Redistribute FM20.dll by Using the Below Setup
DownLoad Fm2paste.exe

Set Default Printer Using VB Script

File Save as .vbs
double Click the File

Use below code to your VB application


--------------------------------------------------------
Dim devlist
Dim dev
Set devlist = GetObject("winmgmts:{impersonationLevel=impersonate}").ExecQuery("Select * from Win32_Printer")
For Each dev In devlist
'MsgBox "Monitor: " & dev.ShareName
MsgBox "Monitor: " & dev.Name &" "& dev.portname
if instr(dev.Name ,"EPSON") then dev.SetDefaultPrinter()
Next

------------------------------------------------------

 

Make Money Online