umjammer です、 弊社の Android 案件の成果物として、リッチなUIを簡単に使用することができるUIコンポーネント群、名付けて「KLab iPhoroid UI」をここに発表します。 Android 案件を進めていく上で、お客様から言われる要件の一つとして「iPhone と同じようなUIにしてもらえませんでしょうか?」というのがあります。やはりスマートフォンと言えば iPhone というイメージが世間では強いのでしょうか? Android には Android UI のポリシーが云々というのはありますが、そこはお客様の要望なので… そして Android のデフォルトで用意されている UI のみでは iPhone の様なリッチな UI & UX を再現するのは困難です。 サードパーティーも頑張って様々なリッチな UI を WEB に発表していますが、イメージの多用、メモリ管理
List.js v2.3.1 Tiny, invisible and simple, yet powerful and incredibly fast vanilla JavaScript that adds search, sort, filters and flexibility to plain HTML lists, tables, or anything. Hi! I'm Jonny and the author of List.js. I hope you like the lib. I’ve put a lot of hours into it! Feel free to follow me on Twitter and GitHub for news and donate a coffee for good karma ;) Follow @javve Donate a c
Last week I installed Armbian on an Odroid N2L. The installation steps, installation results, and fixes for some problems are documented below. InstallationDownload and import the signing key (fingerprint DF00FAF1C577104B50BF1D0093D6889F9F0E78D5): wget -O- https://apt.armbian.com/armbian.key | gpg -- import -Download the current “Debian 12 (Bookworm)” image and the detached signature from the “Min
All your standard libraries will be assimilated into our JavaScript TypeScript collective. Resistance is futile. Locutus is 671 TypeScript implementations of standard library functions from 18 programming languages: C, Go, Python, Ruby, PHP, Perl, Lua, R, Julia, Elixir, Clojure, AWK, Tcl, PowerShell, Rust, Swift, Kotlin, and Haskell. The project has been running since 2008 and has had 137 contribu
Learning Center Chat Twitter GitHub Copyright 2026 OpenJS Foundation and jQuery contributors. All rights reserved. See jQuery License for more information. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trad
Hello Therereveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do. Vertical SlidesSlides can be nested inside of each other. Use the Space key to navigate through all slides. Basement Level 1Nested slides are useful for adding additional detail underneath a high level horizontal slide. Basement Level 2That's it, time
JavaScript Advent Calendar 2011 (フレームワークコース) の9日目です。 せっかくの機会だったので、ものすごく気になってたけど、触る機会がなかった、Underscore.jsをいろいろと弄ってみました。 配列関係の便利メソッドの集合ライブラリなイメージでしたが、タイマーやユーティリティ関数、条件判断関数など、いろいろ機能があって面白いですね。 とりあえず、ひと通り実行しながら、すべての関数を触ってみました。 非常に見難くて恐縮ですが、以下のGoogleスプレッドシートにいろいろとメモを取っていったので、参考にしてください。 間違いなどあるかもしれませんし、自分自身理解しきっていないため説明がおかしい箇所があるかもしれません。 その際はご指摘いただけると助かります。超めんどくさかったので、自主的なアップデートは、たぶん、しません... リンク先: Unders
RedBeanPHP is a powerful, zero config object relational mapper. News 2025-05-30: RedBeanPHP 5.7.5 New 2024-03-16: Added PHP 8.3 to Travis-CI test matrix 2023-03-18: RedBeanPHP 5.7.4 2022-10-08: RedBeanPHP 5.7.3 2022-04-02: RedBeanPHP 5.7.2 2021-10-31: RedBeanPHP 5.7.1 2021-04-03: RedBeanPHP 5.7 2020-10-04: RedBeanPHP 5.6 2020-04-30: RedBeanPHP 5.5 2019-10-01: RedBeanPHP 5.4 2019-04-06: RedBeanPHP
Secondary Nav お得な Surface 特別モデル Surface デバイスを購入 XBOX を購入 Microsoft 365を選ぶ 法人向けストア アクセサリを購入 生産性を飛躍的に向上 Microsoft 365 なら、クラウド ストレージと高度なセキュリティ、そしてお使いのアプリに統合された Microsoft Copilot を、1 つのプランでご利用いただけます。 Microsoft 365 を購入する おすすめアクセサリ マウス、キーボード、ドック、充電ケーブルで、どこでも便利に充電し、何でも快適に作業しましょう。 詳細を見る XBOX コントローラー Elite、ワイヤレス、Adaptive — 自分のプレイ スタイルに合ったコントローラーを見つけよう 今すぐ購入 XBOX Game Pass Ultimate 新作タイトルを初日にプレイ。数百本の名作ゲームを
We need developer help! Fork it, fix it, we'll pull it — on GitHub. SimplePie is a very fast and easy-to-use feed parser, written in PHP, that puts the 'simple' back into 'really simple syndication'. Flexible enough to suit beginners and veterans alike, SimplePie is focused on speed, ease of use, compatibility and standards compliance. Show some love! Wishlists for Geoffrey, Ryan P., and Ryan M. S
You’re in the middle of a project, and need to get everything done as soon as possible. To keep the deadline and still have a life, you would better to collect this awesome library on your fingertip. By knowing this library capability, then you’ll know when to use any of them. Charting LibraryYou can create simple graph or chart using GD library on PHP, but to help you create more complex chart, t
jQuery や Backbone.js で UI を開発していて面倒なのが、サーバー側の API を呼び出す部分の実装です。呼び出したい API が既に実装されていないと、細かいところまで作り込めません。 あと、上手く動かなかったときも面倒です。原因がクライアント側ならすぐ直せますが、サーバー側だった場合、サーバー側のコードを修正して、テストまでしないといけません。効率悪いですよね。 できれば、クライアント側の開発はクライアント側だけで完結したい。さらに欲を言えば、最終的にサーバー側の API を呼び出すように修正するとき、出来るだけ少ない修正で済むようにしたい。 API 呼び出しを抽象化してダミーの処理と差し替えたり、jQuery.ajax を上書きしたり、色々工夫して最後に行き着いたのが『jquery-mockjax』。 appendto/jquery-mockjax · GitHu
フリーランスのテクニカルライター 可知 豊の個人ブログです。 IT・ビジネス・プログラミング学習などをテーマに、多くのメディアで記事を書いています。 このほかに、Webコンテンツや簡単なプログラムの作成、Webシステムやプログラミングのトレーニング支援、企業メディアの企画・制作・運営にたずさわってきました。 お仕事、絶賛募集中です。 Works 知る、読む、使う! オープンソースライセンス 著書・実績 自己紹介 Blogs このブログの記事一覧 Heppocode Garage 人差し指でパソコン入力 そのほか * 2024-09:ながらく、いくつかのWebサイトをWordPressで運営してきましたが、 静的サイトジェネレータPelicanを導入して記事を移行しました。 catch.jp blog catch.jp wiki オープンソース・ライセンスの談話室
phpFlickr by Dan Coulter A PHP wrapper for the Flickr API. Installation Copy the files from the installation package into a folder on your server. They need to be readable by your web server. You can put them into an include folder defined in your php.ini file, if you like, though it's not required. All you have to do now is include the file in your PHP scripts and create an instance. For example:
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く