2159
Javascript MVC & Backbone.js Tips & Tricks
前端 JavaScript 愈來愈複雜,所以需要 MVC,Backbone.js 是個很好的選擇。
javascript  backbone.js 
14 hours ago
beefsack/node-hound · GitHub
Cross platform directory tree watcher that works, even on Windows
nodejs  javascript 
yesterday
Responsive Typography
在 Retina Display 上,字型要粗一點看起來才會跟在非 Retina Display 上的字一樣粗。
typography 
yesterday
Self-updating scripts | High Performance Web Sites
如何建立刷新 Script 檔案的機制。
webdev 
4 days ago
Vert.x
Vert.x 是個類似 Node.JS 的 Framework,其建立於 JVM 之上,因此可以支援多種語言。目前已經支援 Java、Ruby、JavaScript、Groovy,計畫將增加 Clojure、Python、Scala 的支援。
Vert.x 的目標是要提供一個比 Node.JS 更加廣泛、完整的平台。
java  nodejs 
7 days ago
What is the best way to solve an Objective-C namespace collision?
當你使用兩個 library,他們的 prefix 衝突了,而你又沒有 source 可以修改時應該要怎麼辦?
1. 分別放進兩個 Bundle,當有需要時 load 其中一個,用完馬上 unload,缺點是會造成效能問題。
2. 使用 @compatibility_alias 為 class 建立別名,看起來很 promising,但好像不能解決這個問題 XD
objective-c  cocoa 
7 days ago
dryman/Macho.js
用 JavaScript 處理中文及中英文混用的斷行。
javascript 
8 days ago
Prinzhorn/skrollr
Parallax scrolling lib with zero dependencies
javascript 
8 days ago
JavaScriptSQL - Home
A database engine developed entirely with JavaScript
javascript 
9 days ago
Gumby Framework
A CSS framework with very beautiful UI design.
css-framework 
9 days ago
Twitter Bootstrap
A CSS framework with very complete and beautiful UI design.
css-framework 
9 days ago
Jquery.ascensor.js
A jQuery plugin for making 4-direction sliding navigation.
jquery  navigation 
9 days ago
Jquery.ascensor.js
A jQuery plugin for making 4-direction sliding navigation.
jquery  navigation 
9 days ago
Plumbum: Shell Combinators
在 Python 中使用 shell script 的功能!
python 
14 days ago
*JS : Low-Level JavaScript
為 JS 加入類似 C 的變數作用域、型別判斷等。
javascript 
14 days ago
twitter/twui
A UI framework for Mac based on Core Animation. Contribute by Twitter, Github, etc.
osx  framework  objective-c 
15 days ago
jQuery Knob demo
A knob-like UI, good for <input type="range"/> or <progress/>. API is very elegant.
jquery  plugin 
17 days ago
joestelmach/laconic
A small library for simplify DOM generation
dom  javascript 
19 days ago
Phalcon PHP
寫成 PHP extension 的 framework,相較於 Yaf 更加完整。
php5 
21 days ago
The Best Statistical Programming Language is …Javascript?
根據 Julia 語言首頁的 benchmark,Julia 的效能大幅超越 Python、Matlab、Octave、R,微幅超越 JavaScript。但 Julia 還很新、並且只支援 Linux,所以 JavaScript 可能是目前最佳的統計分析程式語言?
javascript 
26 days ago
Amiss PHP Data Mapper
小、簡單、迅速的 PHP MySQL Abstract Layer。
php  mysql 
26 days ago
Zebra: HTML5 Canvas Rich UI Library
竟然有人做了這種完全用 <canvas> 畫出來的 UI Library...
html5  canvas  ui 
4 weeks ago
Custom Effects – Ripple Effect (Pixel Shader)
在 Metro App 中,使用 HLSL 製作 Ripple Effect。
metro-ui  hlsl 
4 weeks ago
cubiq/iscroll
Using JavaScript to mimic iOS scroll behavior. Including inertial movement, overscroll bounce. Hardware accelerated scroll for mobile webkit.
ios  javascript 
4 weeks ago
probablycorey/wax
Wax 讓你可以完全使用 Lua 撰寫 iOS App,Wax 提供了 Lua 與 Objective-C 的橋接,因此可以使用任何 Objective-C 的 Library。
它有自動的 GC,不用寫任何 alloc、retain、release。
Wax 跟 Xcode 有良好的整合,降低了佈署的難度。
lua  ios 
4 weeks ago
samvermette/SVPullToRefresh
Give pull-to-refresh to any UIScrollView with 1 line of code.

[tableView addPullToRefreshWithActionHandler:^{
// reload data
}];
ios 
4 weeks ago
Windows Phone Icons — Templarian
Metro-style icon pack in raster and vector format.
metro-ui  icon 
4 weeks ago
JetBrains dotPeek
Free .NET decompiler and Assembly Browser
decompile 
5 weeks ago
個資保護、Google Hacking 與 robots.txt 的關係與設定技巧
TL;DR... 把後台目錄改成 /admin124589641897/,然後在 robots.txt 設定 Disallow: /admin
webdev 
5 weeks ago
Compile .NET in your browser using Compilify by Justin Rusbatch
利用 Roslyn Project ( http://msdn.microsoft.com/en-us/roslyn ) 提供的Compiler API,建立線上執行 C#、VB 程式的服務。
c# 
5 weeks ago
kikito/middleclass
Middleclass attempts to be a mid-sized library (~140 lines of code, on a single file), with clean, easy to understand code, and yet powerful enough to be used in most cases.
lua 
5 weeks ago
aptiva/TLC
The Tiny Lua Cocoa Bridge
lua  cocoa 
5 weeks ago
Tir Web Framework
A Simple Lua Web Framework For Mongrel2
lua  webdev 
5 weeks ago
jakeboxer/JBDeviceOwner · GitHub
從 [UIDevice currentDevice].owner 取得使用者基本資料。
ios 
6 weeks ago
Retina.js | Retina graphics for your website
檢查是否有@2x的圖片,如果有就替換掉。類似 Apple 的做法,需要更多的流量。
javascript  ios 
6 weeks ago
Chris Granger - Light Table - a new IDE concept
看起來好像真的很好用的概念 IDE!
programming 
6 weeks ago
TiddlySpace/tiddlyspace
A multi-site implement for TiddlyWiki.
javascript  python 
6 weeks ago
Windows 8 – Icons
使用 Segoe UI Symbol 字型提供的圖示。
metro-ui  iconfont 
6 weeks ago
Proem Framework
A lightweight, simple and fast MVC implementation for PHP5.4
php5 
6 weeks ago
GDS design principles
英國政府建議的數位服務設計原則
design 
6 weeks ago
Computer Algorithms: Rabin-Karp String Searching
一個可以用於比對複數字串的演算法,因此可以高效地偵測剽竊。
但如果只是要作一般的字串比對,它並不是最快的演算法。
algorithm 
7 weeks ago
Stamen Maps
Gorgeous alternative map tiles for OpenStreetMap.
map  OpenStreetMap  geolocation 
7 weeks ago
Moving Files from one Git Repository to Another, Preserving History
如何把 git repo 的某個子目錄抽出來變成新的 repo 但保留相關 commit log
git 
7 weeks ago
alexbw/novocaine
Painless high-performance audio on iOS and Mac OS X
ios  mac 
7 weeks ago
alvesjnr/speechhub · GitHub
A static blog engine written in Python and optimized for Github Pages.
python  blog  github 
7 weeks ago
ocrickard/OCPDFGen
Create well-formatted text PDF files on iOS devices from CSS-formatted HTML.
pdf  ios 
7 weeks ago
Paperfold CSS
超漂亮的 CSS3 折疊效果
css3 
8 weeks ago
Custom GCC and cross compilers · mxcl/homebrew Wiki
用 Homebrew 在 Mac 上安裝真正的 GCC
mac  osx  darwin  gcc 
8 weeks ago
OS X For Hackers — Gist
許多 OS X 中的隱藏設定
osx  mac 
8 weeks ago
OpenUDID
OpenUDID 是基於 [NSProcessInfo globallyUniqueString] 產生的,他號稱有 Opt-Out 機制,不過看起來是只有把機制設計出來,實作部分要各自實作。
ios 
8 weeks ago
SecureUDID
Another UDID replacement. It claimed to be more secure than OpenUDID. Generates RFC-4122 Version 4 UUID as UDID.
ios 
8 weeks ago
cbpowell/CPPickerView
橫向捲動的 Picker 選單,看起來滿像滾輪的。
ios 
8 weeks ago
Timeline
Beautifully crafted timelines that are easy, and intuitive to use.
javascript  timeline 
8 weeks ago
Free iOS DIY App Icon Kit
相當漂亮的 iOS 圖示樣板
ios  icon 
8 weeks ago
vitess - Scaling MySQL databases for the web
A RPC based frontend to MySQL, written in Go. It does a lot of optimization on the fly, it rewrites queries and acts as a proxy. Currently it serves every YouTube database request.
mysql  youtube  google  golang 
8 weeks ago
UI Patterns | Mobile Tuxedo
Another collection of mobile app UI design patterns.
mobile  design 
8 weeks ago
« earlier      
3d accessibility acg actionscript adobe aggregator ajax algorithm android anime apache api appengine apple application artist audio backbone.js background backup badge benchmark best-practice bitmap bittorrent blending blog bookmarklet browser button c# c++ cache calculator calendar canvas cdn cheatsheet chinese chrome cms cocoa code codec codeigniter coffeescript collections color compression cryptography css css-framework css3 database date debug debugging decompile delicious deployment design design-patterns designpatterns development dhtml diagram directx django documentation dojo dom domain download dropbox earth editor email encryption entertainment excel extension facebook falcom feed ffmpeg firebug firefox flash flex flickr font foobar2000 footer form forum framework freelancing freeware fulltext fun funny gallery game geolocation git github gmail golang good-animation good-decoration good-layout google googleanalytics googlemaps graphics greasemonkey grid gui hack hackintosh hosting howto htaccess html html5 http human-interface-guidelines ical icon iconfont ide ie ie6 ie7 iframe image image-processing images infographic input inspiration install interface ios ipad iphone japanese java javascript jquery json language latex layout library license lightbox linux lion list llvm logging logo lua lyric mac machine-learning map markdown material math media metro-ui microformat microformats microsoft mobile mod_rewrite modal mongodb mootools mozilla msn music mvc mysql navigation network nodejs nosql oauth objective-c ocr office oggvorbis oop open-source optimization optimizer osx osx86 p2p panorama password pattern pdf performance photo photography photos photoshop php php5 phpunit pictogram pixel plog plugin png portable powerpoint presentation print programming prototypejs ps3 python quicklook rails rapidshare recovery reference regexp resources responsive-design ria round-corner rss ruby safari scalability scm scriptaculous search search-engine searchengine security selector semantic semantic-web seo server silverlight sitemap slide slideshow social software sound-horizon spam speex sphinx sprite sql sqlite stock sublime_text subversion svg sync tab table tagging template text-proccessing text_editor textmate theme timeline tokenization tool tools tooltip translation tree tutorial tweak twitter twitter-bootstrap typeface typography ubuntu ui unicode usability usb utf-8 ux validation vcs vector via:popular video visualization vml voice wallpaper web web-2.0 web-standards webdesign webdev webkit webservice widget win8 windows windows-live windows7 wlm wordpress wpf wysiwyg xcode xd xhtml xml xml-rpc xp xss xul yahoo youtube yui zend

Copy this bookmark:



description:


tags: