まめーじぇんと@Tech

技術ネタに関して (Android, GAE, Angular). Twitter: @mame01122

2015-06-01から1ヶ月間の記事一覧

AngularJSでHTML側(特にng-repeat内)からService/Factoryを使う方法

今回は、AngularJSでHTML側(特にng-repeat内)からService/Factoryを使う方法のシェア。 ユースケースは? Controllerで持っているデータをng-repeatでまわしながらHTMLに表示したい! そして表示する文字列の背景の色を、その文字列に応じて動的に変えたい!…

How to make Google Crawler crawl/index your Ajax (AngularJS) based web application

Let Google Crawler index your Ajax-base web application Recently, I have tried to find out a solution to make the Google crawler to crawl and index my SPA (Single Page Application) based on Angular JS. And finally it has indexed my web app…

Ajax(AngularJS)ベースのウェブサービスをクロール/インデックスしてもらう方法

・Ajaxベースのサイトをインデックスしてもらおう! ここ最近、GoogleのSpiderにAngularJSで作ったSPA (Single Page Application)をクロール、インデックスに登録(=Google検索にひっかかるようになる)してもら方法を模索しており、ようやく今日、Google検…

Multiple language support by jquery.localize.js

(This is a test post to check the number of access if I describe post in English) I translated jquery.localize.jsで多言語対応 - まめージェント into English since it is most popular column in my blog.I supported multiple language since I al…

Ajax (AngularJS)のSPAでSEO対策をする (その1: hashbangって何?)

GoogleにAjax(AngularJS)のサイトをクロールさせたーい! というところからいろいろと調べたところ、いろいろなサイトでHashbangという名前を見てそもそもHashbangって何ぞや?をしっかり理解できていなかったので、SEOの一歩目として、Hashbangを勉強するこ…