Skip to content

Chris' Laboratory

chrislee.kr – Personal blog as bookshelves

Menu
  • Home
  • Github
  • Contact Me
Menu

Month: April 2011

Prototype Ajax.Request modifying header

Posted on 30/04/201111/09/2016 by Chris Lee

new Ajax.Request({ajax-url}, { method:’get’, requestHeaders: { “Accept”: ‘application/json’ , “User-Agent”: {custom-user-agent} }, onCreate: function(){}, onComplete: function(){}, onSuccess: function(data){}, onFailure: function(){} });   Point: “User-Agent”: {custom-user-agent} ex) Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (FM Scene 4.6.1)

Continue reading

Running Samsung TV Apps SDK on Boot Camp

Posted on 30/04/201130/04/2011 by Chris Lee

I have windows running bootcamp and tried to launch Samsung TV Apps SDK(IDE); however, it crashes windows every launch. Tested so far; but crashed all the time: – Windows 7 32bit on Boot Camp 3 (iMac, Macbook Air, Macbook Pro) – Windows Vista 32bit on Boot Camp 3 (iMac) Cannot run Samsung TV IDE due…

Continue reading

Upgrade to Codeigniter 2.0

Posted on 27/04/201111/09/2016 by Chris Lee

$this->input->xss_clean(); In codeigniter 2.0, you will need to modify $this->input->xss_clean() to $this->secuirty->xss_clean(). Otherwise, it won’t work. Of course, don’t forget to load ‘security’ library before you use the function. extends Controller or extends Model You will need to change class Test extends Controller to class Test extends CI_Controller And class Test extends Model to class…

Continue reading

Briefly unavailable for scheduled maintenance. Check back in a minute.

Posted on 27/04/2011 by Chris Lee

Briefly unavailable for scheduled maintenance. Check back in a minute.   If your wordpress kept displaying this message, delete .maintanence file in wordpress folder. It will be disappeared.

Continue reading

Cross Site Request Forgery (CSRF)

Posted on 27/04/2011 by Chris Lee

    http://en.wikipedia.org/wiki/Cross-site_request_forgery   Click to access Using_XSS_to_bypass_CSRF_protection.pdf  

Continue reading

Facebook Profile? or Fan Page?

Posted on 24/04/201125/04/2011 by Chris Lee

Profile vs Fan Page Profile: Need to accept friend request Fan Page: Anyone can be fan of product or company In reality, people can like something without permission. To advertise products or company, it makes more sense to make fan page rather than profile. The 8 Success Criteria For Facebook Page Marketing According to “The…

Continue reading

Does wordpress run ‘crontab’ for scheduled cron jobs?

Posted on 12/04/201112/04/2011 by Chris Lee

Does wordpress run ‘crontab’ for scheduled cron jobs? Answer is no. According to Codex document, scheduled tasks are executed by visitors. It means that if visitors are not accessing your blog, it won’t be executed. However, it won’t be matter for public blogs or websites due to search engine robots, which are working hearty to…

Continue reading

[jQuery] defaultChecked VS checked

Posted on 11/04/201130/04/2011 by Chris Lee

jQuery defaultchecked VS checked Situation: I have checkbox elements on div(‘#dialog-a’) for a dialog. When an user clicks a button, then jQuery will bring the dialog with html code of div(‘#dialog-a’). Once, the user set checkbox and click “Close” button in the dialog, “Close” function supposes to set checkbox as “checked” in div(‘#dialog-a’). I use…

Continue reading

Dynamic tab in android with dynamic tab content

Posted on 04/04/201109/04/2011 by Chris Lee

Reference: http://stackoverflow.com/questions/4353132/dynamic-tab-in-android-with-dynamic-tab-content  

Continue reading

Categories

  • Databases (11)
    • MongoDB (4)
    • MS-SQL (1)
    • MySQL (6)
  • E-Commerce (8)
    • Magento (8)
  • Finance (2)
  • Frameworks (84)
    • Adobe Flex (1)
    • Angular (ngx) (3)
    • Codeigniter (6)
    • CSS (5)
    • Django (2)
    • Javascript (13)
    • Node.js (6)
    • PHP (17)
    • React Native (4)
    • React.js (1)
    • Sencha Touch (4)
    • Terraform (1)
    • Vue.js (1)
    • WordPress (4)
    • Yii2 (3)
  • General Documents (15)
  • Marketing (3)
  • Mobile Development (33)
    • Android (20)
    • iPhone (13)
  • Platforms (21)
    • Arduino (2)
    • Docker (5)
    • Google App Engine (5)
    • Raspberry Pi (5)
    • Samsung Smart TV (4)
  • Security (17)
  • Server (31)
    • Linux (13)
  • Tools (14)
    • SVN (7)
  • Uncategorized (3)

Search

Recent Posts

  • helm list error stream ID 3; INTERNAL_ERROR
  • Bootstrapping Kubernetes cluster with kubeadm
  • Taint all resources in the one module
  • Alpine – Plugin caching_sha2_password could not be loaded
  • npm link with peerDependencies

Recent Comments

  • Obayed on Binance Auto Trading Bot – Buy low/Sell high with stop loss limit/Trade multiple coins
  • Ari on How to install memcache.so/memcached.so for MAMP Pro (Mac)
  • 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

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
© 2023 Chris' Laboratory | Powered by Minimalist Blog WordPress Theme
 

Loading Comments...