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
  • 2014
  • June

Month: June 2014

Frameworks Javascript
28/06/201411/09/2016

Javascript Skill Test

Found this test from the internet (Download: JavaScript_Skill_Test-blank) Tried to solve without using Google. FAILED. With help from Google, solved questions. There was someone's solution for...
Frameworks
28/06/201428/06/2014

Run Internet Explorer in Mac using VirtualBox

  Reference: http://osxdaily.com/2011/09/04/internet-explorer-for-mac-ie7-ie8-ie-9-free/ curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | bash Or just download https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh and execute downloaded shell program.
E-Commerce Magento
08/06/2014

Mangeto Delete Order Extension

  http://www.magentocommerce.com/magento-connect/seamless-delete-order.html
Django
08/06/201410/09/2016

Set a variable in Django template

Summary 1. Create "templatetags" folder at the same level as models.py, views.py. 2. Create "__init__.py" file in "templatetags" folder. The content will be empty. 3....
Frameworks PHP
04/06/201410/09/2016

money_format_alt

Alternative code snippet for money_format function money_format_alt($amount, $decimal, $symbol = '$', $symbol_right = '', $symbol_thousands = ',', $symbol_decimal = '.') { if ($amount < 0)...

Categories

  • Databases (10)
    • MongoDB (3)
    • MS-SQL (1)
    • MySQL (6)
  • E-Commerce (8)
    • Magento (8)
  • Frameworks (77)
    • Adobe Flex (1)
    • Angular (ngx) (3)
    • Codeigniter (6)
    • CSS (5)
    • Django (2)
    • Javascript (13)
    • Node.js (4)
    • 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)
June 2014
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« May   Jul »

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)
  • Binance Auto Trading Bot – Buy low/Sell high with stop loss limit/Trade multiple coins

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)

Binance Auto Trading Bot – Buy low/Sell high with stop loss limit/Trade multiple coins

Top Category

Frameworks

Server

Android

  • Home
  • Github
  • Contact Me