Follow WebProNews
Dictionary.com Gets New Leadership in Yahoo/Microsoft Vet

Ask’s Dictionary.com has appointed a new President – Shravan Goli. He replaces Doug Leeds, who was named President of Ask.com-U.S., in October.  Goli will report to Scott Garell, President of Ask Networks, and will be responsible for leading the strategy and overall business for Dictionary.com.

Thomson Healthcare Debuts Free PDRHealth.com

The publishers behind the venerable Physicians’ Desk Reference opened a new site for consumers based on the same information platform as the book.

AT&T: Nobody Wants Our $10 DSL
· 16

AT&T’s new head is a smooth one, definitely Dapper Dan and not Fop. It takes a quarter-century of industry experience to tap dance around honest questions the way he does.

Google Docs To Get More Reference Sources

Piece o’ news number one: Google intends to make Encyclopedia Britannica, as well as Merriam-Webster’s dictionary and thesaurus, available in Google Docs.  Piece o’ news number two: if you don’t feel like waiting on the Mountain View-based company, you can access those same resources right now.

Silverlight for Opera

Completely missed in all the talk at Mix about Silverlight, Microsoft’s amazing development platform for rich applications, is the news that Silverlight is coming to the excellent Opera browser.

Online Resource For Small Business
· 1

There is a new online resource that is focused on providing useful information to small business owners and entrepreneurs. The Biz Info Library launched today providing access to information, ideas and insights on owning a company.

“There’s too much information about entrepreneurship out there, so it’s difficult and time-consuming to determine what, and who to believe,” said venture capitalist and blogger Guy Kawasaki.” What’s needed is a vertical search engine for entrepreneurs and The Biz Info Library delivers on this need.”

Matt Asay: Sun Gets it – But What is it?

Matt Asay believes that Sun’s rumored move to put the Java SE reference implementation under the GPL shows that “Sun is one of the few BigCo’s” that really gets open source.

Landing Page Quick Reference Guide

A landing page is a website page that is created for one purpose – to persuade the site visitor to convert into a customer by making a sale, completing a form (thereby becoming a qualified lead), signing up for a newsletter, etc.

OpenJavaEE and OpenJDK

There’s a lot of confusion about what Sun actually intends to do when they use the term “open source java”.

IE7 Quick Reference Guide

The IE team has put together a great quick reference “cheat sheet” for Internet Explorer 7. It has all the keyboard shortcuts, including those for the new features. Some good ones:

Conspiracy Theories And AOL

AOL has made a few missteps in the past few months, with its ill-advised posting of millions of search queries to the Internet discovered on the eve of the biggest search engine conference of the year; one reader has suggested issues like these are not only self-inflicted, but intentionally so.

No Banners Please, We’re Browsing
· 1

Graphical banner ads have become the panhandlers of the Internet: very few people look at them anymore even if ads are right in front of them.

Robots.txt Hints At Google Unlimited Data Storage

Garett Rogers, who clearly checks Google’s robots.txt before breakfast every day, spotted a new reference in it, to /uds/, which he speculates may refer to Google Unlimited Data Storage, a very uninspired product name for Gdrive.

C Programming References A Quick List

Whether it is C or C# or C++, somewhere there is a website that can help the vaunted programmer find some useful bit for his or her work.

Massachusetts May Lift Gates For Open Source

The state proposes an open document format initiative where Microsoft Office would be replaced.

Environmental Monitoring Reference Guide

Creating a safe and secure lights-out co-location or remote data center facility ensues by incorporating environmental monitoring devices to remotely detect and resolve unwarranted server room conditions.

Wikipedia Is The Second Most Popular Reference Site

The open source encyclopedia is now the second most-visited reference Web site, according to Hitwise.

Reference Tracking Via Technorati, Feedster, and Bloglines

I was listening to the Jan 14th Gilmor Gang a little while ago. This is the first time I’ve listened to the show.

How to Avoid the Most Common Reference Management Mistakes

References have always been one of the most powerful tools in the arsenal available to a salesperson. Who better to sing the praises of your company than your best customers? Maximizing your Return on References (ROR), however, requires a strategy and ongoing maintenance plan. Here is a checklist to help you avoid the most common reference management mistakes.

How to Interact with SQL Server’s Data and Procedure Cache

As you have worked with SQL Server, you probably have run across the terms data cache and procedure cache, and may have wondered what exactly a cache was. SQL Server is configured to use a physical pool of memory on the server, and it will allocate the majority of this memory pool to hold data pages that have been read, along with the compiled execution plans for all previously-run Transact-SQL statements. It is this dynamic pool of memory that is being referred to by the data cache and procedure cache. Before SQL Server 7.0, the data cache and procedure cache were two separate pools of memory and could be controlled separately. In SQL Server 7.0 and SQL Server 2000, one pool of memory is used both for data and execution plans.

Using Dynamic JavaScript Source Reference for Embedded Content and Syndication

As blogs and RSS feeds gain more popularity amongst the mainstream, content aggregation and integration seems to be the next logical step in the right direction. Most of the content integrating technology till date has been focused on the “Back-End” – XML-RPC, SOAP, RSS feeds etc. We’ll show a very easy, yet very effective, way of enabling content integration using dynamic JavaScript.

Top Ten Traps in C# for C++ Programmers

In an article for the July 2001 MSDN Magazine I talked about what you need to know to move from C++ to C#. In that article, I mentioned that the syntax of C# is very similar to that of C++ and that the difficult part of the transition was not the language itself but getting comfortable with the managed environment of .NET and understanding the extensive .NET Framework.