일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- window10
- 씨홀스
- 엘든링
- 세부
- 스쿠버다이빙
- 취미
- PostgreSQL
- 게임
- 개발툴
- window
- 야생의숨결
- WebView
- poe2
- JavaScript
- Front-end
- 젤다의전설
- 어드벤스
- 페오엑
- 다이빙
- 여행
- guide
- 공략
- 오픈워터
- psql
- docker
- Linux
- ubuntu
- JS
- hybride
- 뱀파이어서바이벌
- Today
- Total
목록Develop/Front-End (32)
Rianshin
var orgOpen = window.open; var openkakao; window.open = function (...args) { var getArgs = args; if(getArgs[0].indexOf('kakao.com') >= 0){ openkakao = orgOpen(...args); var timer = setInterval(function() { if(openkakao.closed) { if(document.querySelector("html").style.overflow == "hidden" || document.querySelector("body").style.overflow == "hidden"){ document.querySelector("html").removeAttribut..
IOS >= 9.0부터 touch이벤트 내에서 window.open 사용 X touch event 대신 click event로 쓸것.
https://colorscripter.com/s/V0ntYWJ 공유된 코드 - Color Scripter 저작권자 : boarderrian@gmail.com 코드 설명 : facebook login colorscripter.com FB.login(function(response){ console.log(JSON.stringify(response, null, 8)) FB.api('/me', {fields: 'email, id'}, function(response) { response.sns_type = "facebook" response.email = response.id; console.log('[FB userInfo]' + JSON.stringify(response, null, 8)); if(resp..
colorscripter.com/s/nYyYmSE 공유된 코드 - Color Scripter 저작권자 : boarderrian@gmail.com 코드 설명 : kakao login colorscripter.com if (type === 'kakao') { success: function(authObj) { console.log(JSON.stringify(authObj, null, 8)) Kakao.API.request({ url: '/v2/user/me', success: function(res) { res.sns_type = "kakao"; res.email = res.kakao_account.email; console.log(JSON.stringify(res, null, 8)) }, fail: fun..
b {message: "invalid version specified", innerError: undefined} 아래처럼 sdk를 all로 수정해서 해결 1 2 js.src = "//connect.facebook.net/{{ language|default('en_US')|e('js') }}/sdk.js#xfbml=1&appId={{ app_id|e('js') }}&version=v2.5"; js.src = "//connect.facebook.net/{{ language|default('en_US')|e('js') }}/all.js#xfbml=1&appId={{ app_id|e('js') }}"; http://colorscripter.com/info#e" target="_blank" style="text..
AngularJS Controllers have recently gone under some changes (version 1.2 to be precise). What this means for scopes, Controllers and Angular development is some very subtle but powerful changes. One of those changes I believe is improved architecture, clearer scoping and smarter Controllers. For live AngularJS help on AirPair Controllers as we know them are class-like Objects that drive Model an..
개념하이브리드 앱이란?HTML5, CSS3, JavaScript 와 같은 웹기술을 사용하여 네이티브 앱을 제작하는 모바일 프레임워크phoneGap, Orchestra, Appspresso, etc모바일웹의 제작및 유지보수의 용이성과 네이티브앱의 단말 고유기능(카메라, 위치정보 등)을 이용하기 위해서 사용.환경설정node JS 설치 (npm 사용)https://nodejs.org/en/ 에서 다운로드 및 설치코드로바 설치$ sudo npm install -g cordovax-code 설치appStore 를 이용한 설치첨부파일 키체인 등록(더블클릭!!)android studio 설치https://developer.android.com/studio/index.html 에서 다운로드 후 설치기본 프로젝트 생성 ..
- Angular Style Guide @ John_papa - 번역전 : https://github.com/johnpapa/angular-styleguide 다음의 스타일가이드는 Angular, presentations, Pluralsighi training courses(http://www.pluralsight.com/author/john-papa) 와 팀에서 일했던 개발경험으로 만들었습니다.. 이가이드에 흥미가 있다면 Angular Patterns:Clean Code과정(http://www.pluralsight.com/courses/angularjs-patterns-clean-code)을 숙지하기 바랍니다. 커뮤니티의 놀라움과 신용당신은 결코 혼자서 아닙니다! Angular 커뮤니티는 자신의 경험을..