Technology
15 12 2009
If you plan to open the same file multiple times you cannot rely on #end-file to be correct. I ran into this problem where it would only read through my data file once but not a second time. After opening the file, I used the following code to read it: WHILE NOT #end-file READ 1 […]
18 06 2009
As an Applications Systems Analyst/Programmer for the University of Central Florida, I try to be involved in projects that greatly extend the functionality of PeopleSoft. Recently we’ve gone live with several new applications that have completely automated existing business processes saving time and most importantly money—which is especially true in an era of budget cuts […]
16 12 2008
When I set out to create an application that launches a URL of my choosing, it was hard for me to find one place that walked me through exactly what I needed to do. It took me a lot of digging but I was able to do the following: Complete the initial java setup/installation Download […]
blackberry, browser, java, mds, midp2