Define: howto
{Day-to-day Dev. jottings}
Sunday, February 17, 2013
Event driven, asynchronous callbacks and Node.js
›
Node's approach of code execution isn't unique, but back end execution model is different from environments like PHP or Java. Node...
Monday, February 11, 2013
How to move apps from phone memory to SD card in android
›
You may find many apps on google play which can use to move apps from phone memory to SD card, but for this to work developers need to enab...
Tuesday, February 5, 2013
browscap to JS navigator
›
Browscap facilitate to identify what a visitor's browser is capable of, an improved version of native php function get_browser() . You ...
Tuesday, September 11, 2012
Password Protecting with .htaccess
›
1. create password file with encrypted password. Save password file as .ht{something} outside web root if possible. for example .htukrpas...
Monday, July 9, 2012
connect to mailbox with IMAP - php
›
install php-imap php-cli modules in-order to work IMAP with php. search for the following line in your php.ini file extension...
XMPP chat logging with bandersnatch
›
add this in the modules section of ejabberd config file: {mod_service_log, [{loggers, ["localhost"]}]} add this in the li...
Sunday, February 12, 2012
PHP exec, the java process takes 100% CPU (SOLVED)
›
Exec is always tricky, on any language :-) Try to: use background execution (add & symbol at the end) use shell_exec instead speci...
‹
›
Home
View web version