Skip to the content

Chris' Laboratory

chrislee.kr – Personal blog as bookshelves

  • Home
  • Github
  • Contact Me
Copyright © 2021 Chris' Laboratory.
All rights reserved.
Theme: Dolpa By ThemeInWP.
Powered by WordPress.
  • Home

Tag: javascript

Javascript
17/08/201009/04/2011

[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',...
Security
10/10/200909/04/2011

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

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

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

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

Categories

  • Databases (10)
    • MongoDB (3)
    • MS-SQL (1)
    • MySQL (6)
  • E-Commerce (8)
    • Magento (8)
  • Finance (2)
  • Frameworks (78)
    • Adobe Flex (1)
    • Angular (ngx) (3)
    • Codeigniter (6)
    • CSS (5)
    • Django (2)
    • Javascript (13)
    • Node.js (5)
    • PHP (17)
    • 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 (19)
    • Arduino (2)
    • Docker (4)
    • Google App Engine (5)
    • Raspberry Pi (4)
    • Samsung Smart TV (4)
  • Security (17)
  • Server (27)
    • Linux (9)
  • Tools (14)
    • SVN (7)
  • Uncategorized (1)
April 2021
M T W T F S S
 1234
567891011
12131415161718
19202122232425
2627282930  
« Mar    

Search

Recent Posts

  • 바이낸스 자동 매매 트레이딩 봇
  • React.js – TypeError: Cannot read property ‘setState’ of undefined
  • Convert gnome-boxes virtual machine image to Oracle Virtual Box image
  • Clear Kubernetes current context
  • 실시간 환율 받아오기 (Get real-time currency information)

Recent Comments

  • 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
  • ComputerUSer on How to mount Bootcamp drive

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

Recent Post

바이낸스 자동 매매 트레이딩 봇

React.js – TypeError: Cannot read property ‘setState’ of undefined

Convert gnome-boxes virtual machine image to Oracle Virtual Box image

Clear Kubernetes current context

실시간 환율 받아오기 (Get real-time currency information)

Top Category

Frameworks

Server

Android

  • Home
  • Github
  • Contact Me