Chris' Laboratory

chrislee.kr – Personal blog as bookshelves

Skip to content
Menu
  • Home
  • Github
  • Contact Me
Posted on 28/10/201029/08/2020Frameworks

Setup a Memcached-Enabled MAMP Sandbox Environment

ORIGINAL ARTICLE: http://www.lullabot.com/articles/setup-memcached-mamp-sandbox-environment ARTICLE BY NATE HAUGJANUARY 25, 2008 – 11:16AM Memcached is a service that allows entire database tables to be stored in memory, drastically speeding up…

Continue Reading
Posted on 23/09/201011/09/2016SVN

SVN Error – Not a working copy

I got into a similar situation (svn: ‘papers’ is not a working copy directory) a different way, so I thought I’d post my battle story…

Continue Reading
Posted on 23/09/201011/09/2016SVN

I can’t add a directory because Subversion says it’s “already under version control”.

The directory you’re trying to add already contains a .svn subdirectory, but it’s from a different repository than the directory to which you’re trying to…

Continue Reading
Posted on 30/08/201009/04/2011SVN

Subversion Server on Mac OS X Leopard Server

Subversion and Mac OS X Server image   (This article is from http://brockwoolf.com/blog/subversion-server-on-mac-os-x-leopard-server) Nayan Hajratwala over at Agile Shrugged managed to write a really great…

Continue Reading
Posted on 30/08/201029/08/2020Security

Setting Up A VPN Server On OSX 10.6

Setting Up A VPN Server On OSX 10.6 MAY 31, 2010 BY ANDREW MILNE (This article is from http://blog.theilluminatedengineer.com/?p=136) I’ve recently setup a VPN server on my…

Continue Reading
Posted on 30/08/201029/08/2020Server

Enable VPN server in OS X for remote access via iPhone, Windows, and OS X clients

Enable VPN server in OS X for remote access via iPhone, Windows, and OS X clients (This article is from http://tinyapps.org/docs/os_x_vpn_server.html) This guide outlines how…

Continue Reading
Posted on 27/08/201011/09/2016SVN

I’m managing a website in my repository. How can I make the live site automatically update after eve

I’m managing a website in my repository. How can I make the live site automatically update after every commit? (This article is from http://subversion.apache.org/faq.html#website-auto-update) This…

Continue Reading
Posted on 27/08/201009/04/2011SVN

Subversion on OS X Leopard Server by Nayan Hajratwala

I’ve found various links to Subversion setup on OS X Server, but most of them leverage a lot of manual file editing rather than using the…

Continue Reading
Posted on 17/08/201009/04/2011Javascript

[Javascript] Iframe dynamic resize for all browsers

Iframe dynamic resize for all browsers [code] <script type=”text/javascript”> $(document).ready(function() { var i = setInterval(function(start){ resize_ifrm(); }, 20, new Date); $(“#tabs”).tabs(); }); function resize_ifrm(){ $(‘#ifrm_report’,…

Continue Reading
Posted on 30/07/201009/04/2011Frameworks

Browser CSS Differences (IE6 IE7 Firefox)

Typically the 3 major browsers used are Firefox, IE6 and IE7. Perhaps you thought they would behave the behave the same when rendering CSS in…

Continue Reading
Posted on 28/07/201009/04/2011Codeigniter

TCPDF-CodeIgniter Integration with TCPDF Examples

TCPDF- CodeIgniter Integration http://codeigniter.com/wiki/TCPDF-CodeIgniter_Integration/ TCPDF Examples http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf_examples – Multicell – http://www.tecnick.com/pagefiles/tcpdf/example_005.phps – http://www.tecnick.com/pagefiles/tcpdf/example_005.pdf

Continue Reading
Posted on 01/07/201009/04/2011SVN

Subversion With Mac OS X Tutorial

Subversion is a version control system that allows you to work with other people on a project and switch back easily to every version ever…

Continue Reading
Posted on 28/06/201009/04/2011Frameworks

[CSS] TARGETING IE7 USING CSS

IE7 is still in beta but with things apparently being layout complete, this hack may stick around until final launch. It’s a variation on the…

Continue Reading
Posted on 08/02/201009/04/2011General Documents

[메뉴얼] 구글 캘린더 사용하기

구글 계정에 먼저 로그인을 하시기 바랍니다. 로그인을 하시면, 일정을 추가할 수 있는 달력이 출력됩니다. 일정 추가 구글 캘린더의 왼쪽 위에 있는 “Create Event” 링크를 클릭하시기…

Continue Reading
Posted on 03/01/201009/04/2011iPhone

Inserting iPhone Tab Bar Icons Using XCode

Firstly you will need to add the icons to your project. Right click the resources folder under the main project icons and select Add > Existing…

Continue Reading
Posted on 24/11/200909/04/2011Security

Microsoft Excel Crack Sheet Protection Password

Crack Sheet Protection Password This routine provides a password to unprotect your worksheet. However, it may not give you the original password that was used.…

Continue Reading
Posted on 13/11/200909/04/2011General Documents

Google Wave Cheat Sheet

A great list of commands to use in Google Wave, found via Church Tech Matters. Search Cheat Sheet This is a quick guide to the operators…

Continue Reading
Posted on 17/10/200910/04/2011Security

Airbase-ng, Airchat, and Airpwn

이른 아침에 우연히 트위터를 보다가 @SecuObs에서 올라온 트윗이 airbase-ng와 airchat을 이용해서 윈도우 클라이언트들을 피싱하는 영상이 눈에 띄었다. 간단하게 영상에 대해서 설명을 하자면, 윈도우 클라이언트 중…

Continue Reading
Posted on 13/10/200909/04/2011General Documents

수능대박 CCTV녀(부제:공부녀)의 진실

얼마 전 63빌딩 해킹 동영상이 인터넷에 유포된적이 있었다.물론 이건 한국 코카콜라에서 이벤트성으로 비디오조작을통한 것이였고, 마지막에 나오는 사이트 주소(itispossible.co.kr)는한국코카콜라에서 운영되는것으로 조회되었다. 어쨋든 이런 이벤트는 사람들의 시선을…

Continue Reading
Posted on 11/10/200909/04/2011iPhone

Designing for the iPhone 3G: Tips and Tools

아이폰 어플 개발시 UI Design 준비 과정 및 참고 프로그램을 알려준 글 주소: http://designingwebinterfaces.com/iphone-3g-design-tips iPhone Stencil Kit를 구입하고 싶지만, 역시 시간이 부족하여 나중에 주문하기로 하고…

Continue Reading
Posted on 10/10/200909/04/2011Security

[CSS History Hack] 나는 당신이 어떤 사이트에 방문했는지 알고 있다.

오늘 인터넷 서핑을 하다 흥미로운 보안 이슈를 하나 발견하였다. 요점을 간단하게 이야기하자면, 대부분의 브라우져는 방문한 URL을 로컬컴퓨터에 저장을 한다. 이는 사용자의 편의성을 제공하고, 이미 방문한…

Continue Reading
Posted on 22/07/200909/04/2011Frameworks

[PHP/AJAX/JAVASCRIPT] 한글 깨지는 현상

1. Ajax를Ajax를 이용해 PHP에서 한글로 javascript에 값을 던지는 경우에 한글이 깨진다. PHP -> javascript 인 경우 www.itpass.co.kr 의 생방송특강창에서 javascript로 1분마다 한번씩 Live인지를Live인지를 체크하기 위해서…

Continue Reading
Posted on 30/06/200909/04/2011SVN

SVN 서버 설치 및 거북이(Tortoise) SVN 설치하기

원본글 : http://cafe.naver.com/autoset/402 SVN 다운로드 : http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 거북이 SVN(Tortoise SVN) 다운로드 : http://tortoisesvn.tigris.org/ SVNSERVEManager 다운로드 : http://www.pyrasis.com/main/SVNSERVEManager

Continue Reading
Posted on 26/03/200916/08/2016iPhone

12 SQLite Resources for iPhone Developers

SQLite is a public domaindatabase library that offers file and memory based relational databasefunctionality from a single C library. The iPhone / iPod Touch has…

Continue Reading
Posted on 26/03/200916/08/2016iPhone

iPhone SQLite Database Basics

iPhone SQLite Database Basics 원본 출처 : http://wiht.link/sqlite_resources 번역자 : DELPAI(delpai at gmail.com) 번역날짜 : 2009년 3월 27일 번역자 이야기 : 너무 급하게 하는 바람에…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 7 Page 8

Categories

  • Databases (11)
    • MongoDB (4)
    • MS-SQL (1)
    • MySQL (6)
  • E-Commerce (8)
    • Magento (8)
  • Finance (2)
  • Frameworks (81)
    • Adobe Flex (1)
    • Angular (ngx) (3)
    • Codeigniter (6)
    • CSS (5)
    • Django (2)
    • Javascript (13)
    • Node.js (5)
    • PHP (17)
    • React Native (3)
    • React.js (1)
    • Sencha Touch (4)
    • Vue.js (1)
    • WordPress (4)
    • Yii2 (3)
  • General Documents (15)
  • Marketing (3)
  • Mobile Development (33)
    • Android (20)
    • iPhone (13)
  • Platforms (20)
    • Arduino (2)
    • Docker (4)
    • Google App Engine (5)
    • Raspberry Pi (5)
    • Samsung Smart TV (4)
  • Security (17)
  • Server (28)
    • Linux (10)
  • Tools (14)
    • SVN (7)
  • Uncategorized (2)
June 2022
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  
« May    

Search

Recent Posts

  • React Native Boilerplate
  • BUG! exception in phase ‘semantic analysis’ in source unit ‘_BuildScript_’ Unsupported class file major version 61
  • Change Java OpenJDK version in Arch Linux
  • MongoDB exception in initAndListen: old lock file, terminating
  • Disable Swap in Raspberry Pi

Recent Comments

  • Mida ali on Binance Auto Trading Bot – Buy low/Sell high with stop loss limit/Trade multiple coins
  • Chris Lee on How to install memcache.so/memcached.so for MAMP Pro (Mac)
  • Chris Lee on Setting Up A VPN Server On OSX 10.6
  • eddie on How to install memcache.so/memcached.so for MAMP Pro (Mac)
  • Manish on TCPDF-CodeIgniter Integration with TCPDF Examples

Tags

1 ajax amazon android android-addpart browser chrislee-kr codeigniter codeigniter-tcpdf com-apple-net-racoon CSS CSS history hack delpaigmail-com entity-addpart-double exception-printing-is-disabled-by-default-for-security-reasons ext-plugins-listpagingplugin ext-plugins-listpagingplugin-example f iphone javascript jquery-defaultchecked jquery-samsung-smart-tv listpagingplugin mac magento-exception-printing-is-disabled-by-default-for-security-reasons magento-sample-data-exception-printing-is-disabled-by-default-for-security-reasons nu-vot null-core-errors-confignotfound-config-mk9engine-ini php samsung-smart-tv-jquery samsung-smart-tv-sdk-ajax samsung-smart-tv-sdk-jquery samsung-tv-sdk samsung-tv-sdk-jquery samsung tv sencha-smart-tv sencha-touch-list-paging smart-tv-jquery sqlite subversion svn tcedook tcpdf-codeigniter uilinebreakmodecharacterwrap-is-deprecated unknown-column-link-area

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© Copyright 2022 – Chris' Laboratory
Bandana Theme by DesignOrbital ⋅ Powered by WordPress
 

Loading Comments...