libiconv-1.14 日本語パッチ libiconv-1.14.tar.gz に対する日本語エンコーディングに関する一括パッチを作成しました。 参考URLの「libiconv パッチ集」のなかの、「日本語エンコーディング全般の一括パッチ libiconv-1.13-ja-1.patch.gz」を元にしています。 また、IMAP修正版UTF-7エンコーディングのパッチを含めています。 libiconv-1.14では、GB18030がGB18030-2005相当になっているようです。その他の変更点については、libiconv-1.14のChangeLogを参照してください。 内容 cp932の変換をマイクロソフトの変換と一致させる cp51932(WindowsでのEUC-JP)を追加 eucJP-msを追加 (TOG/JVC CDE/Motif 技術検討 WG が策定) iso-202
ヤフー株式会社は、2023年10月1日にLINEヤフー株式会社になりました。LINEヤフー株式会社の新しいブログはこちらです。LINEヤフー Tech Blog YOLP(Yahoo! Open Local Platform)のiOS Map SDKコアエンジン担当のunoです。 先日アップデート公開しましたiOS Map SDKとAndroid Map SDKの新機能をご紹介させていただくために、サンプルアプリとしてiOS Map SDKを使って簡易AR帰宅支援アプリを作ってみました。 以下の記事に沿って進めていただければ、どなたでも簡単に開発いただけますので、ぜひお試しください。 iOS Map SDK & Android Map SDKとは? iOS Map SDKとAndroid Map SDKは、それぞれiOS、Android OS向けの地図アプリケーション開発キットです。 これ
Flippant.js A mini js+css library for flipping things over. Try it out on the buttons below Get the code at github.com/mintchaos/flippant.js Heading Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. Modal » Card » Head
SMINT | The simple jQuery plugin for lovers of one page websites. スクロールすると上に固定される一見普通のナビゲーション実装jQueryプラグイン「SMINT」 ページを開くと中部に何の変哲もなく現れるナビゲーションバー。スクロールするとページの上部にfixed固定され、どれだけスクロールしてもナビゲーションできて便利な物を簡単に実装できます デモはレスポンシブにも対応しているっぽいです。1ページにコンテンツを埋めこんでBookmarkによって移動させる的なページで便利に使えそう 関連エントリ レスポンシブなナビゲーションの見本やチュートリアル レスポンシブでクールなナビゲーションを実現できる「Responsive Nav」 ナビゲーションが斬新な30のサイト
A powerful slider for selecting value ranges, supporting dates and more. Select dates jQRangeSlider supports both numerical values and date and time. Selecting a time frame has never been so easy. Learn how Touch devices jQRangeSlider supports touch devices: tested with iOS and Android. User can select a range simply by touching and swiping on his tablet or phone. Try demo Steps jQRangeSlider supp
See related links to what you are looking for.
Sample お名前 希望パスワード 好きな魚(複数選択可) さんま あじ さけ たら さば 好きな野菜 トマト にんじん きゅうり なす 好きな花(複数選択可) 好きな動物 好きな言葉 はじめに autoConfirm.jsは、HTMLで作成されたフォームにclassを1つ追加するだけで、 簡易的に確認画面を生成します。 確認画面ではフォーム内の各種inputが入力値・選択値のテキストに置き換わります。 autoConfirm.jsはjQueryを利用します。 JavaScriptが有効な環境では任意のフォームに確認画面を付与することができますが、 JavaScriptが無効な環境では確認画面は付与されず、フォームはワンクリックで送信されます。 使い方 次の手順で、フォームに確認画面を追加することができます。 1, スクリプトを読み込む ダウンロードしたファイルを解凍したら、3つのjsフ
Heads-up: Dashing still works great, but is no longer maintained. Read up about it over here. You can also use the fork of the project. Dashing is a Sinatra based framework that lets you build beautiful dashboards. Check out a demo over here. Here's another one, optimized for 1080p screens. Key features: Use premade widgets, or fully create your own with scss, html, and coffeescript. Widgets harne
ThisIsJohnBrown/hhhhold-js GitHub ダミー画像をランダムに出してくれてサイト開発に役立つ「hhhhold-js」。 サイト構築時において、適当な画像が無い場合は、300x250とかっていう感じにダミー画像を入れたりしますが、なんとも味気ない感じになってしまったりします。 そんな場合に使えそうなサービス&JSライブラリ。 ライブラリを読み込みます <script src="/path/to/hhhhold.js"></script> 画像のsrcに次のように指定するとアクセス毎にランダムで画像がでるみたいです <img src="/path/to/hhhhold.js/200x300"> 非公開のサービスなんかはリファラでURLが分かってしまうのでその点は注意したいところですが、便利そうです 関連エントリ 美しくアニメーションさせられる線・棒グラフ描画JSライ
Grab a literal in the code and drag left-to-right to update the value in real-time. Inspired by Bret Victor. Scrubby works by transforming your code using esprima and escodegen to replace any literal references by a reference into a global table of values. When you scrub a value, scrubby just updates the global table, so the next time your code references that literal, it receives the edited value
可変グリッドレイアウトjQueryプラグイン(jquery.vgrid.js) なんだか可変グリッドレイアウトがまた流行ってる(?)ようなので、jQueryプラグイン書いてみた。 一通りブラウザで表示確認ぐらいはしたけど、テストは十分じゃありません。 Demo Demo Index 利用方法はデモのソースを確認してください。(ウィンドウリサイズして動きも確認してね) Download github zip file 利用には、jQuery本体とjquery.easingプラグインが必要です。別途読み込んでください。 更新情報 v0.1.8 (20120421) display属性で、グリッド要素の表示/非表示を切り替えれるように修正しました。 demo009を追加 v0.1.7 (20111110) 複数の可変ボックスを指定すると、開始位置がおかしくなるバグを修正しました。 demo008
Introduction Bonsai is a JavaScript graphics library. Bonsai's main features include: Architecturally separated runner and renderer iFrame, Worker and Node running contexts Paths Assets (Audio, Video, Images, Fonts, SubMovies) Keyframe and time based animations (easing functions too) Path morphing and much more... Community For the finer details, see the documentation. #bonsaijs on irc.freenode.ne
This Domain is NOT Suspended Anymore This domain has all already been restored and not Suspended anymore. If you are the registrant of the domain please update your nameservers so it resolves to your site. Este Dominio Ya NO Esta Suspendido Este dominio ya fue restaurado y no está suspendido. Si usted es el titular por favor actualice los nameservers para que resuelva a su página.
Tidyの設定値について和訳がてらメモしておきます。目を通したという事実の記録でしかないので、誤訳にご注意ください(実際に使う場合は、手元で挙動をご確認ください)。 HTML Tidy Configuration Options Quick Reference add-xml-decl(default: no) 出力にXML宣言(<?xml ... ?>)を付けるか否か 入力にXML宣言がある場合、この設定値は無視される add-xml-space(default: no) DTDへのアクセス無しに空要素と判断出来るように、xml:space="preserve"を付ける? alt-text(default: -) img要素でalt属性が無い場合の属性値の指定 assume-xml-procins(default: no) ?>を区切りとする 入力がXMLの場合は自動的に有効になる ba
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く