프로그래밍
- SkelJS — Build responsive sites and apps 2013.07.22
- Proty — Responsive, interactive wireframes 2013.07.22
- Twittstrap — Powerful front-end framework based on Bootstrap 2013.07.22
- [HTML5]Mobile HTML5 compatibility on mobile and tablet browsers with testing on real devices compatibility on mobile and tablet browsers with testing on real devices 2013.07.22
- [jQuery] jQuery Plugins with Backbone – Articles List Shedding the Light Onto Sweet Couple 2013.07.22
- [javascript] 모바일웹에서 새 창 닫기 2013.07.18
SkelJS — Build responsive sites and apps
Proty — Responsive, interactive wireframes
Proty — Responsive, interactive wireframes
'프로그래밍 > Web' 카테고리의 다른 글
| [LAYOUT] LayoutIt! (0) | 2013.07.24 |
|---|---|
| SkelJS — Build responsive sites and apps (0) | 2013.07.22 |
| Twittstrap — Powerful front-end framework based on Bootstrap (0) | 2013.07.22 |
| [HTML5]Mobile HTML5 compatibility on mobile and tablet browsers with testing on real devices compatibility on mobile and tablet browsers with testing on real devices (0) | 2013.07.22 |
| [PHP] PHP : 이미지에 텍스트 넣어서 저장하기. (0) | 2013.07.10 |
Twittstrap — Powerful front-end framework based on Bootstrap
Twittstrap — Powerful front-end framework based on Bootstrap
GitHub: https://github.com/twittstrap/twittstrap
Docs: http://twittstrap.com/twittstrap/getting-started.html
Twitter: https://twitter.com/twittstrap
'프로그래밍 > Web' 카테고리의 다른 글
| SkelJS — Build responsive sites and apps (0) | 2013.07.22 |
|---|---|
| Proty — Responsive, interactive wireframes (0) | 2013.07.22 |
| [HTML5]Mobile HTML5 compatibility on mobile and tablet browsers with testing on real devices compatibility on mobile and tablet browsers with testing on real devices (0) | 2013.07.22 |
| [PHP] PHP : 이미지에 텍스트 넣어서 저장하기. (0) | 2013.07.10 |
| YARD: Yay! A Ruby Documentation Tool (0) | 2013.07.10 |
[HTML5]Mobile HTML5 compatibility on mobile and tablet browsers with testing on real devices compatibility on mobile and tablet browsers with testing on real devices
MobileHTML5
HTML5 compatibility on mobile and tablet browsers with testing on real devices
'프로그래밍 > Web' 카테고리의 다른 글
| Proty — Responsive, interactive wireframes (0) | 2013.07.22 |
|---|---|
| Twittstrap — Powerful front-end framework based on Bootstrap (0) | 2013.07.22 |
| [PHP] PHP : 이미지에 텍스트 넣어서 저장하기. (0) | 2013.07.10 |
| YARD: Yay! A Ruby Documentation Tool (0) | 2013.07.10 |
| [JSON] Ql.io — A data-retrieval and aggregation gateway (0) | 2013.07.09 |
[jQuery] jQuery Plugins with Backbone – Articles List Shedding the Light Onto Sweet Couple
jQuery Plugins with Backbone – Articles List Shedding the Light Onto Sweet Couple
Link : http://www.designfloat.com/blog/2013/07/18/jquery-backbone-plugins/
Backbone.js Tutorial: jQuery Plugins and Moving Tasks
* * *
jQuery Autocomplete Plugin for Backbone JS
* * *
Building Mobile JavaScript WebApps With Backbone.js & jQuery: Part I
* * *
jQuery UI Drag and Drop in a Backbone JS Application
* * *
Using backbone.js with jQuery UI Modals
* * *
* * *
Autocomplete with jQuery plugin for backbone.js on remote api
* * *
jQuery Validation Plugin and Backbone
* * *
Backbone and Underscore: jQuery’s New Friends
* * *
jQuery Plugin: backboneView() – jsFiddle demo by edslocombe
* * *
Loading jQuery plugins using require.js and backbone.js
* * *
Replacing JQuery Plugins With Backbone
* * *
Use jQuery plugin with Backbone and Requirejs
* * *
jQuery Mobile and backbone.js, the ugly
* * *
Example backbone.js with jQuery plugin
* * *
Organizing your Backbone.js + Require.js + jQuery application
* * *
Using Backbone.js with jQuery Mobile
'프로그래밍 > Script' 카테고리의 다른 글
| [AngularJS] AngularJS - 서비스들과 의존성 주입 (0) | 2013.07.24 |
|---|---|
| [jQuery] 20 Most Popular Responsive jQuery Plugins (0) | 2013.07.24 |
| [javascript] 모바일웹에서 새 창 닫기 (0) | 2013.07.18 |
| [jQuery] 20 jQuery Plugins You Should Use Today (0) | 2013.07.18 |
| [javascript] Chart.JS - SIMPLY STUNNING HTML5 JS Chart and Gauge Widgets (0) | 2013.07.17 |
[javascript] 모바일웹에서 새 창 닫기
모바일웹에서 새 창 닫기
function popClose(){
window.open('', '_self', '');
window.close();
}




















