Define: howto
{Day-to-day Dev. jottings}
Tuesday, March 12, 2013
zf2 howto GridFS
›
GridFS is the mongoDB standard for storing and retrieving files.You can find out more information about GridFS here . This is how I manage...
Friday, March 8, 2013
ZF2 skeleton with mongoDB | using doctrine odm
›
1. git clone the ZF2 Skeleton Application git clone git://github.com/zendframework/ZendSkeletonApplication.git 2. cd into the Zend...
Wednesday, March 6, 2013
Installing doctrine ODM through composer
›
I tried to install doctrine/doctrine-mongo-odm-module through composer with ZF2, but I keep getting an error stating that PHP mango extensi...
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...
‹
›
Home
View web version