This shop will be powered by Are you the store owner? Log in here
This shop will be powered by Are you the store owner? Log in here
船木信宏氏とWeb APIについて語る @JTPA Posted on 7月 17, 2009. Filed under: Uncategorized | JTPA のギークサロンにて講演してきた。 「船木信宏氏とWeb APIについて語る」 – JTPA 90分の動画。 JTPA geek salon 07/10/09 09:10PM, JTPA geek salon 07/10/09 09:10PM jtpa on USTREAM. Conference PDFの資料はこちら。 Read Full Post | Make a Comment ( None so far ) Recently on using API;…
Check out this extended font bundle for only $29! In the image below I’m only showing a tiny fragment of what’s included in this incredible bundle. Time for a little update on what is going on with the Inspiration Stream. As you've probably guessed, gathering quality inspiration can be time consuming. When The Deck still was a partner of this site this wasn't an issue. With Jim Coudal's announceme
Are you a content creator looking to take your first steps in website design? You’re precisely where you need to be. HTML stands for HyperText Markup Language. Visualise HTML as the structural backbone of any website. A foundation that organises all the text, graphics, videos and overall layout. It operates behind the scenes, instructing web browsers how to render content for viewers. HTML is used
November 8, 2006 I’ve had the mouse wheel working in flash on OS X for a while, and after seeing the SWFAddress add-on for deconcept’s SWFObject embedding system, I thought I’d add mousewheel functionality to SWFObject, rather than using my own “frankenstein” embedding system. It’s straight forward to implement. Download SWFMacMouseWheel here. Within ActionScript, you’ll barely notice any differen
CSS Image Maps - Flickr-like Technique? Below is a sample image map that's built entirely using CSS and XHTML. CSSだけでイメージマップを作る有用サンプル。 画像の特定部分にカーソルを合わせると、説明を画像上に表示できるCSSとXHTMLサンプルが公開されていました。 JavaScript を一切使っておらず、CSSだけで実現されているところがすごいですね。 JavaScript が要らず、次のような綺麗なHTMLで実現できるところも嬉しいですね。 実装も簡単そうです。 <dl id="officeMap"> <dt id="monitor">1. Monitor</dt> <dd id="monitorDef"><a href="#"><span>Here's my 17" M
Company 会社名 株式会社タブ67 英語表記名 tab.67 & Co. 住所 〒150-0001東京都渋谷区神宮前1-1-12 #204 Phone:03-3408-4605 役員構成 代表取締役 中村享介 取締役 河内正紀 主要取引先 株式会社ロクナナ Service コンサルティング 御社にあった戦略と最適なタブをご提案します。 インターフェイスの設計 あらゆる環境に対応し、快適なタブナビゲーションを設計します。 タブ実装 Web標準に基づいたアクセシブルなタブを実装します。 ナビゲーションメンテナンス サイト規模の拡大、ナビゲーション追加の際も安心です。 Recruit インフォメーションアーキテクト タブの情報アーキテクチャ設計ができる方 デザイナー タブデザイン経験者歓迎 フロントエンドエンジニア CSS・JavaScriptができる方優遇。未経験可。
Make a note of it: Web tech, montaineering, and so on. Note: この記事は、3年以上前に書かれています。Webの進化は速い!情報の正確性は自己責任で判断してください。 タブ・メニュー作ってみました。使いまわしを考慮してパッケージ化に挑戦。JavaScriptを切っているときは、ページ内リンクとなります。 HTML <ul id="tab"> <li class="present"><a href="#page1">Page_1</a></li> <li><a href="#page2">Page_2</a></li> <li><a href="#page3">Page_3</a></li> <li><a href="#page4">Page_4</a></li> <li><a href="#page5">Page_5</a></li
In response to this article at ajaxian.com, and just for the sheer fun of it, here's a small-footprint object-encapsulated unobtrusive javascript crossfader. Download Crossfader v1.3 At 1.7Kb it's one hundredth of the size of the scriptaculous library used in the other example. (Woohoo.) The constructor takes three variables: an array containing the ids of the divs to be faded, the fade time (in m
※html と xml および画像を一括したパッケージのダウンロードはこちら。 (5)XML読み込み - Sample Google Mapsは専門知識のある人でないと出来ないのでは? というような敷居の高さを感じないでもないですが、ここもなるべく平易なひながたにしています。 外部からXMLファイルを呼び出します。マーカーの数が多い場合など、用途はいろいろ=XMLファイル・サンプル ・以下のテンプレートをコピーし、メモ帳などにペーストして★印の箇所を好きなように書き換えてください。「名前を付けて保存」するときは、文字コードを「UTF-8」とすることを忘れずに。 緯度(lat)と経度(lng)はこのツールで割り出してください。 注意: Google Page Creator(googlepages.com)でXMLを使うマップを作る場合、以下の記述に留意しましょう。 var xmlDoc
Working with hugedomains.com was a quick and easy process. We got to speak to multiple real people located in Colorado without having to wait on hold! Our only complaint was we felt we had to overpay more than this particular domain was worth, and we weren't able to negotiate it down to a level that we felt was fair. However, payment and delivery were seamless, and within a few hours we had all of
IEとFireFoxでのJavaScript(と言うか主にDOMまわり)の挙動の違いに関するメモ書き 1.ウィンドウ/ドキュメント関連 1.1 ドキュメントの幅,高さの取得 IE6 document.body.scrollWidth document.body.scrollHeight NN6,FireFox document.width document.height FireFox12ではdocument.width,heightはundefinedになる。 https://dev.mozilla.jp/2011/06/firefox6-backward-compatibility/ によると、このプロパティは標準化されなかったので、FireFox6以降で削除された模様。 かわりに、以下のようにしてサイズを取得できる。 parseInt(window.getComputedStyle(
昨日のエントリに引き続き、今度はスクロールバーで隠れている領域を含むサイズを取得するためのプロパティをまとめてみました。 Enjoy×Study - ブラウザの表示領域のサイズを取得する方法。 調査したのは、下記のプロパティです。 window.innerWidth window.innerHeight document.body.scrollWidth document.body.scrollHeight document.body.offsetWidth document.body.offsetHeight document.body.clientWidth document.body.clientHeight document.documentElement.scrollWidth document.documentElement.scrollHeight document.docu
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く