Web development , php , ajax , symfony, framework, zend
In: tutorial
18 Dec 2009Yahoo announced the latest YQL release. The company says it introduces some new features that have been requested at some external presentations of YQL, as well as in the forums.
“YQL URLs can be a bit cumbersome, especially when you’ve got a large query. This makes them difficult to share,” says Yahoo. “Their meanings can be obscure when you are trying to decode that escaped ‘q’ parameter in your head. So we’ve added two new tables: yahoo.queries and yahoo.queries.query. These two tables enable you to create nice looking query alias URLs..”
You can see an example and the general syntax here.
The second feature is more advanced cache control. Yahoo says because of this, everything gets faster and there is more rate limit. Cache hits don’t count toward your rate limit.
“YQL will now calculate the minimum max-age from all of the network resources it accesses during ‘execute’ and set the cache-expires header automatically to that value,” says Yahoo. “Any /public request to YQL goes through an HTTP cache, and therefore you’ll get much faster performance from execute now (by default).”
The release also comes with multiple bug fixes, new core tables, and an extension to the table definitions that lets you run a common piece of javscript for all your bindings. More here.
This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.
2 Responses to New YQL Release Gets New Features
BigRez
February 10th, 2010 at 10:41 pm
You are probably better off moving all the tables to the same database. This removes many problems found in multi-database operations and is very much faster. It also increases security as you need only one database connection at any time.
Nizam MD
March 15th, 2010 at 10:38 pm
there's an excellent MYSQL help site here:
http://www.devshed.com/c/b/MySQL/