안드로이드 퀵스타트대로 따라 했는데 https://parse.com/apps/quickstart#parse_push/android/native/existing 에뮬레이터에서만 푸시 알림이 오고 실 기기에는 오지 않는 문제가 생겨 핵스트레스에 빠졌다가 겨우 방법을 발견하여 해결할 수 있었다. AndroidManifest.xml 에 추가한 부분 중 의 자식요소로 아래와같이 2줄을 추가해주면 됨
PHP의 DOM 이용해서 파싱해보려 별짓을 다하다가 망하고 결국은 정규식으로 쉽게 해결하였다. Parse an HTML Table with PHP http://blog.mspace.fm/2009/10/14/parse-an-html-table-with-php/ function parseTable($html) { // Find the table preg_match("/ .*?/s", $html, $table_html); // Get title for each row preg_match_all("/(.*?)/", $table_html[0], $matches); $row_headers = $matches[1]; // Iterate each row preg_match_all("/ (.*?)/s", $table_h..
JSON 문법검사기 http://www.jsonlint.com/ Cross browser 에서의 흥미로운 예제들 IE8 JSON.parse(”{ ‘a’:1 }”) : Syntax Error CHROME JSON.parse(”{ ‘a’:1 }”) : OK FF JSON.parse(”{ ‘a’:1 }”) : Syntax Error OPERA 10.10 JSON.parse(”{ ‘a’:1 }”) : Undefined variable JSON SAFARI 4.0.4 JSON.parse(”{ ‘a’:1 }”) : Syntax Error jQuery 1.3 까지는 고유의 parsing 기술이 쓰이기에 1: $.ajax({url: "/url", 2: dataType: "json", 3: success: functio..
- Total
- Today
- Yesterday
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
- sencha touch
- API
- 안드로이드
- Docker
- IE
- IOS
- iphone
- Mac
- CSS
- JQuery
- Linux
- Wordpress
- iis
- git
- 워드프레스
- ASP
- mssql
- centos
- 한글
- javascript
- laravel
- classic asp
- Chrome
- Debug
- Android
- PHP
- Prototype
- nginx
- JSON
- nodejs
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |