This class allows you to use a UILabel with NSAttributedStrings, in order to display styled text with mixed style (mixed fonts, color, size, ...) in a unique label. It is a subclass of UILabel, which adds an "attributedText" property. Use thi... 続きを読む
職人が教える!iOSアプリ開発で使いこなしたいとっておきのOSS 第4回 UILabelでのテキスト表示をリッチにする機能拡張サブクラス3種 2012年4月19日 堤修一 OSS, iOS, iPhone, iPad, OHAttributedLabel, TTTAttributedLabel, FxLabel, ツール この記事を読むの... 続きを読む
Lighweight fuzzy-search, in JavaScript. Download: fuse.js - (9 kb) development fuse.min.js - (1.58 kb) production Why? If you need a lightweight, fast way to search through a list of items, and allow mispellings, then Fuse.js is for you. Forg... 続きを読む
dropzone.js dropzone.js is an open source library that provides drag’n’drop file uploads by simply including a java-script file. It views previews of images and you can register to different events to control how and which files are uploade... 続きを読む
Recent Updates Follow @CreateJS on twitter Latest github Updated build script to include Touch & Filter in the core lib. February 2012 iOS Touch Support mp3 File support Sound sprite support January 2012 iOS Touch Support The Story 続きを読む
zip.js offers a low-level API for writing and reading large zip files (up to 4GB) with a stable RAM use. It also offers a Filesystem API in order to manipulate zip file structure. This library is implemented with these HTML5 features: Web wor... 続きを読む
JavaScripted Me you javascripted.me is browsable and searchable collection of javascript scripts, frameworks (jquery, prototype, moo tools, extjs, etc), plugins, tech demos and useful tools. Main menu Looking at what designers and webmaster a... 続きを読む
README.md Bootstrap Modal v2.0 See live demo here. Extends Bootstrap's native modals to provide additional functionality. Introduces a ModalManager class that operates behind the scenes to handle multiple modals by listening on their events. ... 続きを読む
Taking pictures Say Cheese exposes a simple, event-based API for taking snapshots from your webcam: $(function() { var sayCheese = new SayCheese('#container-element'); sayCheese.on('start', function(evt, snapshot) { this.takeSnapshot(); }); s... 続きを読む
README.mdMSLabel is a custom UILabel that allows you to specify LineHeight and Anchor point. There is another custom UILabel that supports line heights here: https://github.com/Tuszy/MTLabel It works great, except it uses coreText so it won't... 続きを読む
MBProgressHUD is an iPhone drop-in class that displays a translucent HUD with a progress indicator and some optional labels while work is being done in a background thread. The HUD is meant as a replacement for the undocumented, private UIKit... 続きを読む
README.mdJTRevealSidebarV2 An iOS objective-c library template for mimic the sidebar layout of the new Facebook app and the Path app. JTRevealSidebarV2 is aimed to be a truly flexible and reusable solution for this which has been carefully im... 続きを読む
A simple library for handling keyboard shortcuts in Javascript. Try pressing some of the keys here: // single keys Mousetrap.bind('4', function() { highlight(2); }); Mousetrap.bind("$", function() { highlight(3); }, 'keydown'); Mousetrap.bind... 続きを読む
transform scale, skew and rotate the sh** out of any element all numeric properties width, height, padding, font-size, z-index, blah blah blah easing? sure. let me dim the lights for this one... you can set easings for each property and defin... 続きを読む
Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages. It's very easy to use because it works automatically: finds blocks of code, detects a language, highlights it. This is not only convenient but also... 続きを読む
jasmine-dom was inspired by the jasmine-jquery add-on for Jasmine JavaScript Testing Framework. This add-on provides a set of custom matchers for working with DOM nodes and an API for handling HTML fixtures in your spec. Installation This add... 続きを読む
HTTP Git Read-Only This URL has Read+Write access 続きを読む
jQuery.Color() Check out Color Library on jQuery UI Planning Wiki for more information about the new API in this branch Animated colors The main purpose of this plugin to animate color properties on elements using jQuery's .animate() Supporte... 続きを読む
What is UAModalPanel? UAModalPanel is a highly customizable, alternative modal panel that you can popup in your view controllers to show content that might not need an entire new screen to show. It has a bounce animation, content fade-in, and... 続きを読む
This is an example of the UAModalPanel open-source project for iOS, as seen in Ambiance and other Urban Apps projects. https://github.com/coneybeare/UAModalPanel 続きを読む