Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Monday, January 27, 2014
PHP replace char with Unicode value inside string
›
<?php $originalString = "Pritom K Mondal, 0154785" ; function ord2 ( $s2 ) { return "&#" . ord ( $s...
Sunday, January 26, 2014
eWay xml and direct payment url, account and credit card details
›
eWayServiceLinkURL: TEST: https://www.eway.com.au/gateway/ManagedPaymentService/test/managedCreditCardPayment.asmx LIVE: https://www.ew...
Tuesday, January 14, 2014
Setup Spring framework with Eclipse IDE and create first application
›
Step 1: Setup Java Development Kit (JDK) Download the latest version of SDK from Oracle's Java site: Java SE Downloads . Install...
Monday, January 13, 2014
Html5 & jQuery form validation and get all error at a time
›
jsFiddle link example Html code <form method= 'post' > <ul class= "errorMessages" ></ul...
Sunday, January 12, 2014
Using php download a temporary file
›
<?php $dataArray = array ( "name" => "Pritom K Mondal" , "company" => "Some Co...
Saturday, January 11, 2014
Using java copy array using copyOf
›
byte [] src = { 1 , 2 , 3 , 4 }; byte [] dst = Arrays . copyOf ( src , src . length ); System . out . println ( Arrays . toString...
Wednesday, January 8, 2014
Grails, finding available views (.gsp's) at runtime
›
This is not a important post. I just need to do some googling to achieve this and i found at: http://stackoverflow.com/questions/1577872/gr...
‹
›
Home
View web version