Archive for May, 2006

ScanCalc

Posted by Johan Cyprich on 17 May 2006 | Tagged as: Applications

This is a utility I wrote to help in scanning documents to different sizes. What typically occurs is the customer gives you an image and they want it scanned to a certain size. The image usually won’t scale proportionately, so you will have two possible size that can fit either of the dimensions of the [...]

Using PHP with Mobile XHTML

Posted by Johan Cyprich on 02 May 2006 | Tagged as: Programming

Mobile XHTML is the best markup language for mobile browsers as opposed to WAP. XHTML, however, does have limitations which can be solved by dynamic scripting. If you renamed the page’s extension from html to php, the page will not display in a mobile browser. I spent a great deal of time searching the Internet [...]