Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Thursday, November 22, 2012
Encrypt and decrypt string using AES algorithm using Java
›
Encrypt and decrypt string or bytes using AES algorithm performed by Java code. below is the code snippet. package com . pkm ; ...
Install Qmail and Vpopmail in Linux Server
›
1. For Linux Server 2. Required packages There are four packages needed for this qmail install. 2.1 netqmail-1.06.tar.gz qmail ...
Friday, September 21, 2012
jQuery change browser url, page content, title without loading full page
›
Its a jQuery technique. TO CHANGE PAGE URL: window . history . pushState ( "object or string" , "Title" , "/n...
Thursday, July 26, 2012
Send Email Using CakePhp 2.0.6 and CakeEmail
›
Edit app/Config/email.php public $default = array( 'transport' => 'Smtp', 'host' => '...
Tuesday, July 10, 2012
Change apache port number
›
Just go to <XAMP LOCATION>\xampp\apache\conf Open conf.httpd and search for 'Listen' and change port number you wish. conf...
Sunday, May 20, 2012
Upload file to server using ajax and php
›
Include jquery.form.js and jquery.min.js <script type="text/javascript" src="/js/jquery.form.js"></script...
Image crop using jquery and php
›
Download jquery plugin from: http://code.google.com/p/jcrop/ create a folder named: crop create a folder named: css create a folder n...
‹
›
Home
View web version