반응형

http://developer.android.com/about/dashboards/index.html?utm_content=buffer07ca2&utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer

 

Platform Versions


This section provides data about the relative number of devices running a given version of the Android platform.

For information about how to target your application to devices based on platform version, read Supporting Different Platform Versions.

 

 

Screen Sizes and Densities


This section provides data about the relative number of devices that have a particular screen configuration, defined by a combination of screen size and density. To simplify the way that you design your user interfaces for different screen configurations, Android divides the range of actual screen sizes and densities into several buckets as expressed by the table below.

For information about how you can support multiple screen configurations in your application, read Supporting Multiple Screens.

 

Open GL Version


This section provides data about the relative number of devices that support a particular version of OpenGL ES. Note that support for one particular version of OpenGL ES also implies support for any lower version (for example, support for version 2.0 also implies support for 1.1).

 

 

 

반응형
반응형

Guideline.js — Create non-invasive tours

guideline.js

반응형
반응형

Shuttle — SSH shortcut menu for OS X

shuttle

반응형
반응형

Minified.js — A much smaller JS library

minified

반응형
반응형

SkelJS — Build responsive sites and apps

skeljs

 

반응형
반응형

Furatto — A flat front-end framework

furatto

Homepage: http://icalialabs.github.io/furatto/index.html
GitHub: https://github.com/IcaliaLabs/furatto

 

Furatto v1.0.1

Furatto is a flat, fast and powerful front-end framework for rapid web development, created and maintained by Abraham Kuri from Icalia Labs. It is based on other frameworks as a start point, such as Twitter Bootstrap, Foundation.

To get started, checkout:

http://icalialabs.github.io/furatto/ !

Quick start

Three quick start options are available:

Bug tracker

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the [Issue Guidelines].

Community

Keep track of new feautres, development issues and community news.

Compiling CSS and JavaScript

Furatto includes a makefile to compile all the Sass code and start working with the framework. Before getting started you need to add the necessary dependencies:

    $ gem install compass

More information about Compass

As furatto uses node.js to compile the assets, you need to add the locally:

    $ npm install

When you are done, you should be able to run the makefile provided:

build - make

We decided to switch from CodeKit as some people would not want to pay for it, and just use open source. 

반응형
반응형

Monsta FTP — FTP cloudware

monsta ftp

 

반응형
반응형
<br>전송방식 : <%=Request.ServerVariables ("REQUEST_METHOD")%>
< br>IP주소 : <%=Request.ServerVariables ("REMOTE_ADDR")%>
< br>브라우저정보 : <%=Request.ServerVariables ("HTTP_USER_AGENT")%>
< br>로그온ID : <%=Request.ServerVariables ("LOGON_USER")%>
< %'윈도우 인증으로 로그인이 된 경우의 사용자 아이디를 보여줌%>
<hr>
< br>서버 포트 : <%=Request.ServerVariables ("SERVER_PORT")%>
< br>웹 서버 : <%=Request.ServerVariables ("SERVER_SOFTWARE")%>

<br>호스트 : <%=Request.ServerVariables("http_host")%>
< br>호스트 뒤(iis home directory) 주소받기 : <%=Request.ServerVariables("PATH_INFO")%>
< br>쿼리 스트링: <%=Request.ServerVariables ("QUERY_STRING")%>
< br>리퍼러 체크 : <%=Request.ServerVariables("HTTP_REFERER")%>


< br>Full URL : http://<%=Request.ServerVariables("http_host")%><%=Request.ServerVariables("PATH_INFO")%><%=Request.ServerVariables ("QUERY_STRING")%>

 

반응형

'프로그래밍 > Web' 카테고리의 다른 글

Why Does Angular.js Rock?  (0) 2013.08.13
git - 간편 안내서  (0) 2013.08.12
[Erlang] Erlang & Aptana Install  (0) 2013.07.31
[HTML] Build an HTML Email Template From Scratch  (0) 2013.07.30
Daux.io — Generate documentation with Markdown  (0) 2013.07.30

+ Recent posts