Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Thursday, November 29, 2012
ExtJS ComboBox with local store and change action listener.
›
new Ext.form.ComboBox({ fieldLabel: '', id: 'searchtypeforcontacts', name: 'searchtype', x:200,...
Tuesday, November 27, 2012
How to find the length of a chinese phrase in a MySQL database with SQL
›
create table word( en_word text null, zh_word text null ); insert into word values('Internet', '互联网'); insert int...
phpWhois -base class to do whois queries with php
›
Code block: $pathMain = WWW_ROOT."..\\libs\\phpwhois\\whois.main.php"; $pathUtils = WWW_ROOT."..\\libs\\php...
jQuery Back Button (go to previous page)
›
You can check history length by jQuery and if can not possible to go back you can remove it. First in html page introduce a hyperlink: ...
Saturday, November 24, 2012
Get xml from a php webservice url using android
›
public String getXML(){ String line = null; try { DefaultHttpClient httpClient = new DefaultHttpClient(); HttpGet h...
Replace a string in file using shell script
›
Suppose my file a.conf is as following Include / 1 Include / 2 Include / 3 I want to replace "Include /2" with a new line,...
Encrypt a file using bash shell script
›
openssl des3 - salt - in / pritom / input.sql - out / pritom / output.pk - pass pass : pritom where: /pritom/input.sql is the in...
‹
›
Home
View web version