Chris' Laboratory

chrislee.kr – Personal blog as bookshelves

Skip to content
Menu
  • Home
  • Github
  • Contact Me

Category: PHP

Posted on 21/11/202028/11/2020Frameworks

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

Code snippet to retrieve real-time currency from exchangeratesapi.io

Continue Reading
Posted on 29/03/201929/08/2020Frameworks

[PHP+MySQL] 간단한 카카오 i 오픈빌더 챗봇 만들기 (Kakao i Open Builder)

카카오 i 오픈빌더 (Kakao i Open Builder)를 이용한 플러스 친구 챗봇 (PHP + MySQL) 백엔드 프로젝트 이 프로젝트는 샘플 테스트용으로 카카오톡 플러스 친구 챗봇을 구현하기…

Continue Reading
Posted on 22/01/201722/01/2017Angular (ngx)

Time Clock Management System developed with Yii2 REST API + Angular 2 + Docker

Time Clock Management System (Yii2 REST API + Angular 2 + Docker)   Source Repo: https://github.com/chrisleekr/time-clock-management-system-yii2-rest-api-angular2-docker   This is a personal project for learning Angular 2.…

Continue Reading
Posted on 06/01/201722/01/2017Frameworks

Missing Authroization header in request

When developing REST API in Yii2, I found some development environments do not populate Authorization header in the request; as a result, I was not…

Continue Reading
Posted on 17/12/201622/01/2017Frameworks

Get AWS EC2 tags to environment parameters for apache2

Objective: AWS instances are assigned tags per instance. Need tags to be environment parameters for Apache2; thus, web application can retrieve environment parameter.   Step…

Continue Reading
Posted on 31/10/2016Frameworks

PHP imap_open() error – INBOX: invalid remote specification (errflg=2)

INBOX: invalid remote specification (errflg=2)   Got following error when use imap_open() in PHP?   Notice: Unknown: Can’t open mailbox {imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX: invalid remote specification (errflg=2)…

Continue Reading
Posted on 11/10/201611/10/2016Frameworks

PTV Timetable API sample code for PHP

API Page: https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/digital-products/ptv-timetable-api/ptv-timetable-api-reference/   1. Request API key by sending email How to register for a key and developer ID > Send an email to APIKeyRequest@ptv.vic.gov.au…

Continue Reading
Posted on 20/04/201523/11/2015Frameworks

Configure Aptana to support PHP 5.4

I am using Aptana Studio 3 in Mac. When I try to set PHP 5.4 environment in project settings, it does not save the changes. And…

Continue Reading
Posted on 23/09/201429/08/2020Frameworks

Sample XAMPP MySql my.ini Fast Performance

Only use in local test MySQL. # Example MySQL config file for large systems. # # This is for a large system with memory =…

Continue Reading
Posted on 16/09/201410/09/2016Frameworks

SmartOptimizer with CS-Cart optimization

Reference: http://forum.cs-cart.com/topic/29499-speed-up-and-optimise-cs-cart-version-3/ In store root .htaccess DirectoryIndex index.html index.php <IfModule mod_rewrite.c> RewriteEngine on # Pleas note that RewriteBase setting is obsolete use it only in…

Continue Reading
Posted on 04/06/201410/09/2016Frameworks

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)…

Continue Reading
Posted on 07/03/201410/09/2016Frameworks

.htaccess GZIP Compression & Enable Keep-alive

To make faster webpage loading, use Gzip compress and Enable keep-alive in htaccess <ifModule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript </ifModule>…

Continue Reading
Posted on 07/06/201310/09/2016Frameworks

To re-size images with keeping aspect ratio and fitting to certain dimensions

To re-size images with keeping aspect ratio and fitting to certain dimensions function _create_thumbnail($actual_filepath, $folder_path, $target_filename, $width, $height) { // $this->load->library(‘image_lib’); // $image_lib_config = array(…

Continue Reading
Posted on 21/03/201321/03/2013Frameworks

Draw Polygons in Google Maps and Determine whether an Address is in Polygons

Draw Polygons in Google Maps and Determine whether an Address is in Polygons This sample source code uses Google Maps Javascript API V3 to draw…

Continue Reading
Posted on 06/10/201121/11/2020PHP

네이버에서 실시간 환율 정보 받기 (Get real-time currency information from Naver)

업데이트 버젼 (Updated Version): 실시간 환율 받아오기 (Get real-time currency information) 실시간 환율 정보를 받기 위해 자료를 찾아보는 중, 네이버 환율 API를 발견하였다. ( [출처]…

Continue Reading
Posted on 04/08/2011PHP

PHP Proxy Script

Quoted from http://phpproxies.com/ Proxy Scripts Glype Glype is new, released just in January 2009, but it has already been downloaded 15,000 times. PHP Web Proxy…

Continue Reading
Posted on 12/07/201111/09/2016PHP

unserialize() [function.unserialize]: Error at offset 00000 of 0000 bytes

If serialize string contains ‘&amp;’, then the error occurs when unserialize the string. unserialize() [function.unserialize]: Error at offset 00000 of 0000 bytes   Simply change…

Continue Reading

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)
May 2022
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Nov    

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...