Try the O’Reilly learning platformWith the O’Reilly learning platform, you get the resources and guidance to keep your skills sharp and stay ahead. Try it free for 10 days. Start trial

This morning we launched the Google AJAX Feed API, an API that takes the pain out of developing mashups in JavaScript. Now you can mash up feeds using only a few lines of JavaScript rather than dealing with complex server-side proxies. The sample below uses the AJAX Feed API to display a rotating collection of iTunes RSS Feeds. Feel free to try this on one of your own pages or on your blog. On an
Posted by DeWitt Clinton, Google Developer Programs The AJAX Search team launched a new API this morning that introduces a subtle, yet powerful new way to integrate syndicated content into your web applications. The Google AJAX Feed API provides functionality that allows webpages to retrieve any public RSS or Atom feed via a simple JavaScript method call. The data can be retrieved in either JSON o
Google AJAX Feed APIとは? Googleは16日、「Google AJAX Feed API」を公開した。Google AJAX Feed APIは、RSS/Atomなどの各種フィードを取得するためのJavaScript APIだ。 これまで、JavaScriptでフィードを取得し、取り扱うには以下のような問題があった。 JavaScriptはセキュリティ制限上、生成元のホストにしかXMLHttpRequestなどを使用したネットワークアクセスを行うことができない(これを同一生成元ポリシーと呼ぶ)。そのため、単純に他のホストからフィードを取得するようなコードを書くことができず、自ホストのサーバにプロキシを置いておき、そのプロキシ経由でフィードを取得するなどの対処が必要であった フィードの形式が乱立している。これで困るのはJavaScriptに限った話ではないが、ことサイ
ライブドアは19日、サードパーティ製アプリケーションに組み込んで使用できる、認証APIサービス「livedoor Auth」を公開した。利用料は無料。同APIを使用すると、同社が運営するポータルサイトが発行するアカウント「livedoor ID(登録無料)」を使って、自分で作成したアプリケーション向けの認証処理を行うことができるというユニークなサービスだ。 同APIを利用して、認証部分をライブドアに任せることのメリットとしては以下のようなものがあげられる。 アプリケーション開発者にとっては、認証部分を作りこむ必要がない。重複チェックを含めたIDの発行、パスワードの管理と暗号化、ユーザが人間かどうか判定するための画像認証機能など、認証関連処理の作りこみは実に面倒だ。そうしたものを作る必要がなくなり、開発工数が削減できる アプリケーション利用者にとっては、(ライブドアのアカウントを持っていれば
Posted by Pamela Fox, Maps API Team In the past, only those privileged few developers with access to server-side scripting and a database like MySQL were able to create easily updated dynamic maps mashups. With the introduction of the Google Spreadsheets Data API, all of that has changed. Like the other GData APIs, the spreadsheets API has an optional JSON output. If you don't know about JSON, it'
Posted by Pamela Fox, Maps API Team The day has come - the API now has officially documented methods for showing and hiding markers, and querying their ("hidden-ness") state. Using a combination of GMarker.show(), GMarker.hide(), and GMarker.isHidden(), you can painlessly toggle the visibility of markers. Here's what the code looks like to toggle one marker: if (marker.isHidden()) { marker.show();
Posted by Pamela Fox, Maps API Team The Google Maps API Team is excited to announce our new open source project, the GMaps Utility Library. This project will be hosted on code.google.com and will let the Google engineers for the Maps API work hand-in-hand with the many great developers in the Maps API community. Together, we can extend the core Maps API and ensure that every developer need is met.
第4回 Webサービスって実はこんなに簡単:作って学ぶ、今どきのWebサービス(1/2 ページ) 前回まで3回に渡って、PerlにおけるWebプログラミングの基礎を解説しました。今回は一歩進めて、より実用的なアプリケーションを作るため、その足がかりとなるであろうXML Webサービスの使い方について解説していきたいと思います。 前回まで3回に渡って、PerlプログラムからWeb上のコンテンツを取得するLWPと、LWPで取得したXML文書を料理するためのXMLモジュールの利用方法を学びました。いずれもPerlにおけるWebプログラミングの基礎となるものでした。今回は一歩進めて、より実用的なアプリケーションを作るため、その足がかりとなるであろうXML Webサービスの使い方について解説していきたいと思います。 XML Webサービスって? 前回も少し触れましたが、XML Webサービス(以下、
snippets from shinichitomita’s journal - PipesのJSONP つまり、RSS2JSONPサービスとしても使えるってことだ。 Yahoo! PipesがRSSからJSONPへの変換APIとして使える、というTIPS。 サンプルレスポンス(ブラウザによってはJSON形式なのでダウンロードが開始する): http://pipes.yahoo.com/pipes/zIQi0Iy72xGJ3NMhJhOy0Q/run?_render=json&_callback=test&s=http://blog.zuzara.com/feed/ _callbackにcallback関数名、sに取得したいRSSのURLを指定する。途中のIDらしき文字列は、このまま使わせてもらっても問題ないと思うが、自分でPipes内でRSSをパースするように作れば自分用のIDになるは
lang=enを指定できるようにしました。対象が英文のときに指定してください。 documentもブログの記事からAPIと同じドメインに移動させつつ更新。怪しげですが英語で書いてみました。 Documentation for Term Extraction API “KOSHIAN” ところでKOSHIANのアルゴリズムについてですが、要素としては キーワードとなる辞書をごりごり作成キーワードと入力された文章のパターンマッチング前処理に形態素解析器(MeCabとかChaSen)は利用していません。はてブを見たら形態素解析のタグが一番大きくなっていてびっくりしました(笑) 辞書さえ作れればどんな言語にでもほぼ同じアルゴリズムでキーワードを抽出できるはずです。辞書は複数の情報源の組み合わせですが、Wikipediaを多く利用させていただいています。 現状で認識している問題点: 入力時の全角英数
Posted by Gabe Cohen, Google Apps Team With today's launch of Google Apps Premier Edition, we're proud to announce the availability of new administration APIs for fusing your business with Google Apps: Single sign-on - Use this SAML-based interface to drive a consistent and unified login experience across all of your web applications. Provisioning - Use this GData API to integrate with your exist
Blog Easy for beginners! Plenty of templates available! Video Upload your favorite videos. Watch them from your mobile phone! Paying Members can watch in full High Definition! Live Broadcast a Program or enjoy a Two-way Video Chat. Content Market Buy/Sell Digital Contents immediately with points Free Website No annoying ads, large-storage (1GB)! It's free! Analyzer Analyze visitors' movements! Cho
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く