It is a little more complex than this, but basically this is what it does, gets the full path of a file and checks if it exists and shows it.
$file = $_GET['file'];
if (file_exists($file))
{
ShowPic($file);
}
It works fine almost all the time, but when the file's name has a ' in it, the...
My problem is really simple, but is has stolen too much sleeping time and Google has not given any ansewr.
I have a image gallery page, where the user uploads his files, and he can see a Thumbnail. That far it is all working.
The problem appears when the user has a file with a ' char in it's...
1. The Palm in itself has low security. But you can add third-party software to increase it.
2. There are Word and Excel-like software, you can even download your word and excel files to the Palm and use them. But they are not the MS applications.
3. No. You can look for similar, but a program...
You have to perform a hard-reset. In the back of the Palm there is a little hole where, using a paper-clip, you reach a reset button. well, if you press it, you just reset, but if you do it while pressing the power button it displays a question asking if you want to delete all your data. If you...
I've been using Codewarrior since Release 5 (3 years) and I absolutely love it. I know it is expensive but I think it is worth it, I think you can download a R7 demo in www.palmos.com/dev , try it and you will love it too, there is a lot of reference material, a course in www.codewarrioru.com...
You can install the XTND connect Server, it allows you to sync from a LAN, Internet, RAS, or any other way I can think of (yes, even IRDA). You just install it in your NT server and configure the users. And since you always sync with the server, not the users PC, it doesn't matter if it is off...
I strongly recommend Codewarrior, I know it is more expensive and harder to learn (unless you know the basics of C, where you just have to learn the Palm specific funtions), because all the documentation and shared source code uses it, every book I found about Palm Programming asumes you are...
I think Intellisync is not what you want, because you want to covert a file, not sync.
I don't know any app that can transform the .dat file in a csv, but if you want to integrate the file to your own soft I'd recommend to open the datebook Conduit sample (that comes free in the CDK in...
You can use office packages for Palm (iAmbic Office is my favorite, but there is DocumentsToGo that comes free in some models), you can synch your Docs (excel, word, powerpoint, etc) to your Palm and use it, right now I can't remember if DocsToGo have graphics capabilities, but I'm sure...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.