Beginner의 모든 글

정말 간단한

96 @media only screen and (min-width: 520px) { .u-row { width: 500px !important; } .u-row .u-col { vertical-align: top; } .u-row .u-col-100 { width: 500px !important; } } @media (max-width: 520px) { .u-row-container { max-width: 100% !important; padding-left: 0px !important; padding-right: 0px !important; } .u-row .u-col { min-width: 320px !important; max-width: 100% !important; display: block … 정말 간단한 더보기

새로운 슬러그 번역기 (simple slug translate) 설치

Capture_Simple_slug_translator

예전에 설치해서 사용중이던 슬러그 번역기가 최근 워드프레스의 업데이트에 영향을 받아서 제대로 작동하지 않고 있어서 새로운 번역기로 대체하기로 했다. 검색해보니  WP 4.9.6 버전에 호환되는 최근 업데이트된 플러그인이 Simple Slug Translate 이다. 설치과정에서 API setting 에 상세한 설명이 없어 약간 애를 먹었기 때문에 다른 분들을 위해 기록을 남긴다. Simple_slug_translator_api_setting 등록을 위해 ‘Registor’를 누르면  IBM사의 cloud인 bluemix.net 의 … 새로운 슬러그 번역기 (simple slug translate) 설치 더보기

C 프로그래밍 입문-무료강좌 따라하기-1

C 프로그래밍에 입문하기 위해 무료강좌를 듣기 시작했다. 헌데 강좌의 도입부에서 약간의 기초지식을 위해 어셈블러를 강의한다. tool 로서 MS사의 Marcro Assembler 를 사용하다고하면서 상세한 설치과정등을 생략한 채 실습을 해보란다. 구글링 끝에 적절한 레퍼런스를 찾았다. 예제는 Visual Studio 버전 2010 을 기준했지만 최근버전인 2013을 사용해도 된다. 다만 AsmHighlighter1_5.vsix 파일의 용법에 관한 설명이 누락되어 있다. TITLE ADD end … C 프로그래밍 입문-무료강좌 따라하기-1 더보기

파이어폭스 브라우저 소스코드 컴파일에서 주의할 점 몇가지

기초지식이 일천한 상태에서 맨 땅에 헤딩하기가 너무 어렵다. 나중을 위해 기록으로 남긴다. MozillaBuild package  install이것이 잘못되면 해결안 되는 build error가 발생한다. ======  사례  ============== aesopc@aesopc-Pad /d/mozilla-central $ ./mach build 0:02.17 c:\mozilla-build\mozmake\mozmake.EXE -f client.mk MOZ_PARALLEL_BUILD=4 -s 0:06.62 client.mk:201: d:/mozilla-central/obj-test/.mozconfig.mk: No such file or directory 0:09.92 Clobber not needed. 0:21.56 Adding client.mk options from d:/mozilla-central/.mozconfig: 0:21.56 MOZ_MAKE_FLAGS=-j4 0:21.56 … 파이어폭스 브라우저 소스코드 컴파일에서 주의할 점 몇가지 더보기