전체 포스팅 보기
-
bootstrap없이 jquery를 사용한다고 가정하였을 때,사용하기 제법 좋은 Modal 팝업!Link : http://joaopereirawd.github.io/animatedModal.js/
jquery에 animated가 걸린 modal 팝업!bootstrap없이 jquery를 사용한다고 가정하였을 때,사용하기 제법 좋은 Modal 팝업!Link : http://joaopereirawd.github.io/animatedModal.js/
2017.10.19 -
http://doctorson0309.tistory.com/177※위 포스팅과 이어저 작성되는 포스팅입니다. 아래와 같은 소스를 이용하면Cordova, index.html에서 다국어 처리를 할 수 있도록lang값을 받을 수 있습니다. Editorial by HTML5 UP var lang = request.getParameter('lang'); alert(lang); 도움이 되셨다면 '공감' 버튼 클릭, 부탁드려요 ^ㅁ^ 감사합니다. #cordova 다국어 #폰갭 다국어 #다국어
[Cordova] 폰갭, 다국어 처리 방안 제안 - 2, 프론트페이지http://doctorson0309.tistory.com/177※위 포스팅과 이어저 작성되는 포스팅입니다. 아래와 같은 소스를 이용하면Cordova, index.html에서 다국어 처리를 할 수 있도록lang값을 받을 수 있습니다. Editorial by HTML5 UP var lang = request.getParameter('lang'); alert(lang); 도움이 되셨다면 '공감' 버튼 클릭, 부탁드려요 ^ㅁ^ 감사합니다. #cordova 다국어 #폰갭 다국어 #다국어
2017.10.17 -
1. onCreate에서 다국어 페이지로 분기 처리하는 방법 public class MainActivity extends CordovaActivity{ @Override public void onCreate(Bundle savedInstanceState){ Locale systemLocale = getApplicationContext().getResources().getConfiguration().locale; String strDisplayCountry = systemLocale.getDisplayCountry(); // 대한민국 String strCountry = systemLocale.getCountry(); // KR String strLanguage = systemLocale.getLanguag..
[Cordova] 폰갭 다국어 처리 방안 제안, 하이브리드 앱1. onCreate에서 다국어 페이지로 분기 처리하는 방법 public class MainActivity extends CordovaActivity{ @Override public void onCreate(Bundle savedInstanceState){ Locale systemLocale = getApplicationContext().getResources().getConfiguration().locale; String strDisplayCountry = systemLocale.getDisplayCountry(); // 대한민국 String strCountry = systemLocale.getCountry(); // KR String strLanguage = systemLocale.getLanguag..
2017.10.17 -
▶ 뉴어플 출시 이벤트! ◀한정기간 50%할인!! $1.99 -> $0.99! [다국어 처리!]2017.10.10 ~ 2017.10.21이내영어, 일본어, 중국어, 태국어..등여러 나라의 언어로 변역 될 예정입니다. [이 어플은 무엇인지?]사진을 "폴라로이드" 형태로 만드는 어플입니다.저장된 "폴라로이드" 사진을 인스타그램, 페이스북에 공유할 수 있습니다. [장점이 무엇인지?]기존과 다른 매우 독특한 결과물이 만들어집니다. 0. 완성된 작품을 인쇄하여 집안을 꾸밈1. 레트로 감성의 블로그2. 페이스북 3. 인스타그램에 작품을 등록하게 된다면 정말 좋은 반응을 얻을 수 있을 것입니다. [사용에 아무런 제약이 없습니다]100장, 1000장 사용하셔도 좋습니다.만들어진 작품에 대해서, 어떠한 제약도 없으며자유..
[포토큐브-인스타포토] 사진을 특별하게 만들어주는 어플, 인스타/페이스북에 올리면 인기만점!!▶ 뉴어플 출시 이벤트! ◀한정기간 50%할인!! $1.99 -> $0.99! [다국어 처리!]2017.10.10 ~ 2017.10.21이내영어, 일본어, 중국어, 태국어..등여러 나라의 언어로 변역 될 예정입니다. [이 어플은 무엇인지?]사진을 "폴라로이드" 형태로 만드는 어플입니다.저장된 "폴라로이드" 사진을 인스타그램, 페이스북에 공유할 수 있습니다. [장점이 무엇인지?]기존과 다른 매우 독특한 결과물이 만들어집니다. 0. 완성된 작품을 인쇄하여 집안을 꾸밈1. 레트로 감성의 블로그2. 페이스북 3. 인스타그램에 작품을 등록하게 된다면 정말 좋은 반응을 얻을 수 있을 것입니다. [사용에 아무런 제약이 없습니다]100장, 1000장 사용하셔도 좋습니다.만들어진 작품에 대해서, 어떠한 제약도 없으며자유..
2017.10.16 -
[HTML] [CSS].test { resize:none; line-height:30px; width:100%; overflow-y:hidden; height:30px;} thank!
[textarea] To increase the height automatically[HTML] [CSS].test { resize:none; line-height:30px; width:100%; overflow-y:hidden; height:30px;} thank!
2017.10.14 -
span is an inline element that doesn't support vertical margins. Put the margin on the outer div instead. Use tag instead of tag. or span { display:inline-block; /*or display:block;*/ } thank! #span #p #span not working #margin-topreference : https://stackoverflow.com/questions/11700985/margin-top-not-working-for-span-element
[CSS] <span> not working margin-topspan is an inline element that doesn't support vertical margins. Put the margin on the outer div instead. Use tag instead of tag. or span { display:inline-block; /*or display:block;*/ } thank! #span #p #span not working #margin-topreference : https://stackoverflow.com/questions/11700985/margin-top-not-working-for-span-element
2017.10.12