{"id":16324,"date":"2015-08-02T05:01:43","date_gmt":"2015-08-01T19:01:43","guid":{"rendered":"http:\/\/www.rjmprogramming.com.au\/ITblog\/?p=16324"},"modified":"2015-08-02T20:37:11","modified_gmt":"2015-08-02T10:37:11","slug":"yahoo-yql-web-service-json-data-uri-tutorial","status":"publish","type":"post","link":"https:\/\/www.rjmprogramming.com.au\/ITblog\/yahoo-yql-web-service-json-data-uri-tutorial\/","title":{"rendered":"Yahoo YQL Web Service JSON data.uri Tutorial"},"content":{"rendered":"<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/YQL\/DataUri\/data_uri_yql.php\"><img decoding=\"async\" style=\"float:left; border: 15px solid pink;\" alt=\"Yahoo YQL Web Service JSON data.uri Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/PHP\/YQL\/DataUri\/yql_data_uri.jpg\" title=\"Yahoo YQL Web Service JSON data.uri Tutorial\"  \/><\/a><p class=\"wp-caption-text\">Yahoo YQL Web Service JSON data.uri Tutorial<\/p><\/div>\n<p>Here is a tutorial that might be re-introducing you to the Yahoo Web Services called YQL, building on previous ones here at this <a href='http:\/\/www.rjmprogramming.com.au\/wordpress\/?tag=YQL' title='Yahoo YQL tutorials here'>blog<\/a>.   The name is the way it is because it simplified the API aspects of its functionality for the developer to concentrate on SQL, and I&#8217;m really supportive of this concept.  You don&#8217;t have to output in JSON, as other data forms like XML are acceptable.  Let&#8217;s see what Wikipedia says about YQL below. <\/p>\n<blockquote>\n<p>Yahoo! Query Language (YQL) is an SQL-like query language created by Yahoo! as part of their Developer Network. YQL is designed to retrieve and manipulate data from APIs through a single Web interface, thus allowing mashups that enable developers to create their own applications.[1]<\/p>\n<p>Initially launched in October 2008 with access to Yahoo APIs,[2] February 2009 saw the addition of open data tables from third parties such as Google Reader, the Guardian, and The New York Times.[3] Some of these APIs still require an API key to access them. On April 29th of 2009, Yahoo introduced the capability to execute the tables of data built through YQL using JavaScript run on the company&#8217;s servers for free.[3]<\/p>\n<\/blockquote>\n<p>So this tutorial uses a YQL web service into the data emanating from its links to the data.uri web service database with Yahoo YQL website &#8230; thanks.<\/p>\n<p>We&#8217;ve talked in passing about the data.uri concept before.  In the case of an HTML <a target=_blank title='HTML img tag information from w3schools' href='http:\/\/www.w3schools.com\/tags\/tag_img.asp'><i>img<\/i><\/a> tag&#8217;s definition you can specify the src= value in three different ways &#8230;<\/p>\n<ol>\n<li>as an address via an http: or https: protocol URL such as http:\/\/www.rjmprogramming.com.au\/MyBusinessUnidad\/Welcome_files\/logo.jpg (our default)<\/li>\n<li>as an address via a local file: protocol URL such as file:\/\/\/Library\/pgAgent\/Desktop\/dynamic_javascript.jpg accessing a local image on the local computer being used (like you can make happen when you access your web browser&#8217;s File-&gt;Open File&#8230; functionality)<\/li>\n<li>as a <a target=_blank title='Data uri information from Wikipedia ... thanks' href='https:\/\/en.wikipedia.org\/wiki\/Data_URI_scheme'>data uri<\/a> value which is a way to fully define the image data there and then, using <a target=_blank title='base64 information from Wikipedia ... thanks' href='https:\/\/en.wikipedia.org\/wiki\/Base64'>base64<\/a> data<\/li>\n<\/ol>\n<p>What this data.uri Yahoo Yql web service is providing, is a way to create a data uri from an http: or https: URL definition of a media file (image in our thinking above) &#8230; but, please note there is a 25600 byte limit to the size of the media file.<\/p>\n<p>In our application today we show you an HTML <i>img<\/i> tag of the data on the parent page (the Firefox browser Firebug add on is showing you the resultant data uri) with a Javascript code scenario &#8230;<\/p>\n<p><code><br \/>\nvar thedatauri = 'data:image\/jpeg;charset=UTF-8;base64,&lt;!-- base64 data --&gt;';<br \/>\nvar wo=window.open('', 'imagename.jpg', 'top=400,left=400,width=200,height=200,resizable=yes');<br \/>\nwo.document.write('&lt;img src=\"' + thedatauri + '\" \/&gt;');<br \/>\n<\/code><\/p>\n<p> &#8230; arranged by today&#8217;s PHP code you could call <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/YQL\/DataUri\/data_uri_yql.php_GETME\" title='data_uri_yql.php'>data_uri_yql.php<\/a> or try a <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/YQL\/DataUri\/data_uri_yql.php\" title='Click picture'>live run<\/a>.  In that way the HTML <i>img<\/i> data of the resultant popup window has no reference to any particular address on the web and would be useful for document fidelity purposes perhaps, as we&#8217;ve discussed previously on the blog <a target=_blank title='Document fidelity blog postings here' href='https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/document-fidelity'>here<\/a>, because there is no trail back regarding its metadata.<\/p>\n<p>Good links for information regarding this tutorial (thanks) are:<\/p>\n<ul>\n<li><a target=_blank href='http:\/\/developer.yahoo.com\/yql\/guide\/two-minute-tutorial.html' title='YQL Two Minute Tutorial'>YQL Two Minute Tutorial<\/a> from Yahoo<\/li>\n<li><a target=_blank href='http:\/\/en.wikipedia.org\/wiki\/Yahoo!_Query_Language' title='Yahoo! Query Language'>Yahoo! Query Language<\/a> from Wikipedia, as per quote above<\/li>\n<li><a target=_blank href='http:\/\/developer.yahoo.com\/yql\/' title='YQL Home Page'>YQL Home Page<\/a> from Yahoo<\/li>\n<li><a target=_blank href='https:\/\/developer.yahoo.com\/yql\/console\/#h=select+*+from+data.uri+where+url%3D%22http%3A%2F%2Fwww.rjmprogramming.com.au%2FMyBusinessUnidad%2FWelcome_files%2Flogo.jpg%22' title='YQL data.uri help'>YQL data.uri help<\/a> from Yahoo<\/li>\n<li><a target=_blank title='YQL JSON Parsing Help' href='http:\/\/developer.yahoo.com\/forum\/YQL\/yql-query-intermittently-returns-no-results\/1374521623593-fa4a3519-10ae-4a17-8fd4-6de45a159d6f'>YQL JSON Parsing Help<\/a> from YQL forum<\/li>\n<\/ul>\n<p>Another tool you should have in your armoury for jobs like this is the online JSON validator <a target=_blank title='JSON validator online' href='http:\/\/jsonlint.com\/'>here<\/a>.  A generic JSON approach to issues could be:<\/p>\n<ol>\n<li>Type the URL you were given into a web browser address bar and have a look at it<\/li>\n<li>Type the URL you were given into http:\/\/jsonlint.com\/ and have it validated<\/li>\n<li>Understand in your own mind what would be different about 1. to make it suitable<\/li>\n<li>Incorporate findings of 3. into massaging of data between file_get_contents and json_decode<\/li>\n<\/ol>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d16324' onclick='var dv=document.getElementById(\"d16324\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/?tag=php\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d16324' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Here is a tutorial that might be re-introducing you to the Yahoo Web Services called YQL, building on previous ones here at this blog. The name is the way it is because it simplified the API aspects of its functionality &hellip; <a href=\"https:\/\/www.rjmprogramming.com.au\/ITblog\/yahoo-yql-web-service-json-data-uri-tutorial\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,37],"tags":[1653,1654,297,350,438,439,664,932,997,1319,1487,1491,1494],"class_list":["post-16324","post","type-post","status-publish","format-standard","hentry","category-elearning","category-tutorials","tag-base64","tag-data-uri","tag-data-url","tag-document-fidelity","tag-firebug","tag-firefox","tag-json","tag-php","tag-programming","tag-tutorial","tag-yahoo","tag-yahoo-yql","tag-yql"],"_links":{"self":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/16324"}],"collection":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/comments?post=16324"}],"version-history":[{"count":9,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/16324\/revisions"}],"predecessor-version":[{"id":16358,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/16324\/revisions\/16358"}],"wp:attachment":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/media?parent=16324"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/categories?post=16324"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/tags?post=16324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}