반응형
반응형
[Adroid] 갤럭시 S4 에서 개발자 모드 활성화 하기

 

 

[환경설정] - [더보기] - [디바이스 정보] - [빌드 번호] 를 계속 터치한다.

 

그러면 "개발자 모드가 실행 되었습니다." 라고 토스트 메세지가 나온다.

 

그러면, 뒤로 가서 [더보기] 화면에 보면 [개발자 옵션] 이 노출되어 있다.

 

 

반응형
반응형

hyperProxy: Use local files for testing and fixing production sites

Javascript - Web Application / Added on March 19, 2014 / Add to favorites

hyperProxy is a node.js is a local proxy for using local files for debugging and testing of production sites by front-end developers. It’s easy to setup, configure, and use, and avoids using your live production site (and your users) as a testing ground.

hyperproxy

hyperProxy

A node.js (http://nodejs.org/) local proxy to help front-end developers use local files for debugging or developping production sites.

WARNING: hyperProxy is still in development, so beware :).

반응형
반응형

Code Guide by @mdo: Standards for sustainable HTML and CSS

Reference / Added on March 18, 2014

This Code Guide by @mdo is a fantastic guide to create sustainable, flexible, and durable HTML and CSS. It includes guidelines for syntax, attribute orders, classes, comments, and more.

code guide

 

Standards for flexible, durable, and sustainable HTML and CSS.  http://mdo.github.io/code-guide/

 

 

반응형
반응형

Fluidity: Making HTML 100% responsive

CSS - Responsive / Added on March 17, 2014 / Add to favorites

Fluidity is a tiny bit of CSS (107 bytes total) that fixes the part of HTML that isn’t completely responsive. It makes changes to the way images, tables, iframes, preformatted text, and canvas elements, so that they’re completely responsive.

fluidity

 

FLUIDITY

A fully responsive css framework that is impossibly small

HTML out of the box is almost 100% responsive. This stylesheet fixes that in 115 minified bytes. Let's make the web just a bit more responsive shall we?

Installing fluidity

Production

Just include this file in the head of your html file.

<link rel="stylesheet" href="css/fluidity.min.css">

Development

Or if you want to develop with the uncompressed version

<link rel="stylesheet" href="css/fluidity.css">
반응형
반응형

Z.js: Turn content invisible

Javascript / Added on March 14, 2014

Z.js is a JavaScript file that turns content invisible using Unicode’s ZW(N)Js (\u200c, \u200d). There are demos available to show what kinds of situations it’s useful in.

z.js

반응형
반응형

ImageLightbox.js: Simple, responsive, and touch-friendly

 

ImageLightbox.js is an incredibly simple, responsive, touch-friendly lightbox script. It’s extensible and configurable, minimalistic (and only 4kb if minified), and uses CSS transform and transition for moving images.

image lightbox

반응형

+ Recent posts