Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
Laravel is the best PHP framework for develop web application. Official Links Laravel Official Website Laravel Source Code – GitHub Laravel Documentation Video Tutorials Laracast
PuTTY is a free implementation of Telnet and SSH(Secure shell) for Windows and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham. You can download PuTTY at following website [notice] [/notice]
무료 텍스트 에디터 프로그램을 찾던 도중에 회사사람의 소개로 알게된 Notepad++ 프로그램. 상당히 가벼운 느낌으로 기존의 메모장보다 훨씬 막강한 기능을 사용할 수 있는 프로그램이다. 비록 FTP로 접근하여 파일을 열고 닫을 수는 없지만, 그외의 기능은 울트라 에디트나, 아크로 에디트등의 프로그램과 비교해도 대등하지…
If we need some icons, we can use this great site to get it.
NinePatch는 안드로이드에서 View의 내용이 이미지 영역을 초과할 경우 이미지의 크기를 조절하기 위해 늘릴영역(Stretchable Region)을 지정해 놓은 PNG형식의 이미지를 뜻한다. 즉, 하나의 이미지를 가지고 이미지를 늘렸을 때 이미지의 전체가 아닌 NinePatch 이미지의 좌측과 상단에 정의되어있는 영역정보를 이용하여 늘려주고 우측과 하단에 정의되어있는…
Visual C++는 디버깅을 위해 ASSERT와 VERIFY 매크로가 존재합니다. 이 두개의 매크로는 개발하고 있는 프로그램의 디버그 모드에서만 쓰여지며, 어떠한 조건이 true인지 false인지를 검사하는데 사용되고 만일 조건이 false라면 예외를 throw하게 됩니다. 그렇지만 이 두가지의 매크로는 릴리즈 버전의 프로그램을 빌드하는 과정에서 차이점을 보입니다.…
CodingStyle.pdf
The rules below are not guidelines or recommendations, but strict rules. Contributions to Android generally will not be accepted if they do not adhere to these rules. Not all existing code follows these rules, but all new code is expected to.…
Class Wizard의 중요한 Tip (
현재 안드로이드 폰에서 와이파이가 연결가능한지, 3G가 연결가능한지 확인하는데 사용 가능한 유틸 클래스 사용하는 방법 와이파이 상태 확인 : ZemnaNetworkInfo.IsWifiAvailable(현재 컨텍스트) 3G 상태 확인 : ZemnaNetworkInfo.Is3GAvailable(현재 컨텍스트) 둘중에 아무거나 연결 가능한지 확인 : ZemnaNetworkInfo.IsAnyAvailable(현재 컨텍스트) Source [code language=”java”] import android.content.Context; import…
Google Chrome에서 Mystique Theme가 적용된 블로그에 접근하면 영문은 출력이 되는데 한글이 전혀 보이지 않는 문제가 있다. 원인은 Mystique Theme의 CSS에서 나열된 폰트중에 “Segoe UI“라는 폰트를 사용하는데 이 폰트가 한글이 지원되지 않아서 발생하는 문제다. 해결하려면 테마의 css 파일을 직접열어서 한글 폰트를…
1. Delete .mo and .po files in /wp-content/languages folder 2. Open wp-config.php file and change define (‘WPLANG’, ‘ko-KR’); to define (‘WPLANG’, ‘ ‘);
If you want to upload your file to cloud and download to your pc and mobile phone, Dropbox is the best choice to do it. Dropbox provides 2GB for free. [notice] Go to website [/notice] I’m using Dropbox service to…
1. Make .travis.yml file to root language: node_jsnode_js: – ‘4’cache: directories: – node_modules – _assets/vendorbefore_install: – rvm install 2.2 – rvm use 2.2 –fuzzy – export GEMDIR=$(rvm gemdir)before_script: – npm install -g gulp – npm install -g bower – gem…
인터넷에서 찾은 실전 자료입니다. 저작권에 문제가 있으면 삭제하겠습니다. 실전! Explorer Tool Band 제작 실전! Explorer Tool Band 제작1.doc 실전! Explorer Tool Band 제작2.doc 실전! Explorer Tool Band 제작3.doc 실전! Explorer Tool Band 제작4.doc 실전! Explorer Tool Band 제작5.doc **ATL을 이용한…