리액트 앱 만들기(create-react-app)
리액트 앱 만들기는 페이스북이 배포한 오픈소스 프로젝트다. 리액트는 2013년 사용자 인터페이스를 만들기 위한 자바스크립트 라이브러리이며, 리액트 자체도 깃허브 내에서 큰 인기를 끌고 있다. ‘리액트 앱 만들기’는 따로 환경설정을 신경 쓰지 않고 리액트 앱 결과물을 만들어주는 소스코드다. 2016년 7월22일 출시된 이후 1주일 동안 스타수가 6438번 눌러졌다. 리액트 홈페이지 : https://facebook.github.io/react/ 깃허브…
에니메이(Anime)
에니메이는 자바스크립트 애니매이션 라이브러리다. 2016년 6월27일 출시됐으며, 공개된 이후 첫 주 동안 6013번 스타가 찍혔다. 에니메이는 가볍고, 유연한게 특징이며, CSS, SVG, DOM 속성, JS 객체와 결합해 사용하기도 쉽다. 에니메이 홈페이지를 방문하고 클릭 몇 번을 해보면 에니메이로 어떤 효과를 넣을 수 있을지 감이 올 것이다. 에니메이는 프랑스에 거주하는 줄리안 가르니에라는 디자이너 겸 개발자가 만들었다. 그의 홈페이지를…
TN10384: How to increase the Java Heap size in Tomcat Application Server
To increase the Java heap size in Tomcat, follow the instructions below: Open the startup script used to start Tomcat. For Windows servers, this will be catalina.bat. On Unix servers, this will be catalina.sh. At the top of the script, define the…
How to Shrink SQL Server Transaction Logs
Here’s a quick screencast that demonstrates how to change the recovery model for your database and shrink the database logs using SQL Server Management Studio: Back up your database! Launch SQL Server Management Studio. Open up a query window…
Ionic
http://ionicframework.com/docs/guide/installation.html http://ionicframework.com/docs/cli/run.html http://ionicframework.com/getting-started/ https://github.com/angular-ui/ui-router/wiki#resolve
Setting up the Android Platform: Additional Resources
Setting up the Android Platform: Additional Resources Cordova Resources Android Platform Guide iOS Platform Guide Android Resources Android SDK Java Development Kit (JDK) JDK Installation iOS Resources XCode (App Store) Apple Developer Downloads
Android Platform Guide
Android Platform Guide
iOS Platform Guide
iOS Platform Guide
jQuery Select Change Event, Get Selected Option
more If you have two select fields and want to load options in second one, based on selected option from first one then, below example will help you lot to understand how it can be done. Here in this example, when a user selects country in first…
Native, HTML5, or Hybrid: Understanding Your Mobile Application Development Options
Screens are small, apps are big, and life as we know it is on its head again. In a world that’s increasingly social and open, mobile apps play a vital role, and have changed the focus from what’s on the Web, to the apps on our mobile device.…