Yahoo! Search BOSS – YDN
BOSS (Build your Own Search Service) is Yahoo!'s open search web services platform. The goal of BOSS is simple: to foster innovation in the search industry. Developers, start-ups, and large Internet companies can use BOSS to build and launch web-scale search products that utilize the entire Yahoo! Search index. BOSS gives you access to Yahoo!'s investments in crawling and indexing, ranking and relevancy algorithms, and powerful infrastructure. By combining your unique assets and ideas with our search technology assets, BOSS is a platform for the next generation of search innovation, serving hundreds of millions of users across the Web.
Computing with JavaScript Web Workers
Web Workers are, undoubtedly, the coolest new feature to arrive in the latest version of web browsers. Web Workers allow you to run JavaScript in parallel on a web page, without blocking the user interface.
Why I use Safari for Development
For web developers, there’s an obvious choice of which browser to use for developing web applications. Firefox it is, right? Wrong.
Standards, schmandards
Let’s compare the two browsers, more specifically Safari 4 vs. Firefox 3.5. Both browsers pass the Acid2 test with flying colors, but when it comes to Acid3, Firefox only reaches 93% compliance (up from 71% in Firefox 3.0). Safari? 100%.
Official Google Blog: Introducing the Google Chrome OS
Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Later this year we will open-source its code, and netbooks running Google Chrome OS will be available for consumers in the second half of 2010. Because we're already talking to partners about the project, and we'll soon be working with the open source community, we wanted to share our vision now so everyone understands what we are trying to achieve.
Read more on Official Google Blog: Introducing the Google Chrome OS…
CSS – String Truncation with Ellipsis
Today’s article is brought to us by guest writer, Justin Maxwell. Justin will explain the technique he fine tuned for Mint.com to ellipses text using just CSS. For more information about Justin see the end of this article.
APE (Ajax Push Engine) :: Real time data streaming
very similar to the bajax plugin i wrote for jquery, but this system opens permanent connections that last for max of 30 seconds and their server handles 100,000 connections, whereas bajax just polls the normal apache for connections < .1s usually. if you implement your own server instead of using theirs, then presumably you'd run out of apache connections pretty quick….
Read more on APE (Ajax Push Engine) :: Real time data streaming…
The Web vs. the Fallacies
Here at Sun, the
Fallacies
of Distributed Computing have long been a much-revered lesson.
Furthermore, I
personally think they’re pretty much spot-on. But these days, you don’t often
find them coming up in conversations about building big networked systems.
The reason is, I think, that we build almost everything on Web technologies,
which lets get away with believing some of them.
Ten Resources That Changed How I View the Internet
Posted by Danny Dover
I can always pick out a fool when I hear someone claim they fully get the internet, whether it be a social media snake-oil salesman or a Twitter user with too many followers. The fact of the matter is that while it’s possible (and exciting) to understand one sub-sphere of the internet, there are simply too many spheres for one person to really understand all of them. I simply don’t think it is possible.
By the same logic, my understanding of the internet is flawed as well. I have had many times when a light bulb goes off in my head and for a split second the universe suddenly makes sense. While these moments are awesome (in the truest sense of the word “awe some”), they are temporary. Nonetheless, they have helped shaped my view of the internet and, to a certain extent, the world.
The following is a list of the resources that have substantially changed my view of the internet.
Embracing the Wisdom of Crowds
Wikipedia TED Talk – Wikipedia is the bane of every SEO’s existence. It ranks for everything (#3 on my computer) and is difficult to replace. I shared this hatred until I came across Wikipedia founder Jimmy Wales’ explanation of why Wikipedia works. Frankly, the entire is process is quite beautiful.
Read more on Ten Resources That Changed How I View the Internet…