|
CGI Expert now also for WAP Experts !
The "CGI Expert" component version 5.5
has just been released !
The big news in the new release is the "state of the art" WAP support.
"CGI Expert" will make your web applications written for HTML browsers, accessible from a WAP browser. This is possible since the component includes a built in HTML to WML converter,
Using HTML instead of WML (Markup Language for WAP brosers) will bring you the following advantages:
- You don't need to learn a new markup language.
- Future versions of WAP are considering to drop WML for a XHTML !
- HTML is a forgiving language, while a single error in a WML page will spoil the whole content Theoretically you can make applications that are supported by both WML and HTML compliant, but in practise a WAP browser has so many limitations that this is not a wise decision.
Related Discussions - PASSING BY REFERENCE TO A DLL CALL. (2001-01-10 23:49:53)I think you shold be more specific when you explain your problem ... I can see that you are switching between Char and PChar several times, and...
- NICELY BUT QUESTION FOR EXPERTS ... (2001-01-22 09:51:44)Sorry, I don't know how to configure proxy with delphi. To do it by yourself, go in control panel->internet->connections, select a connection then...
- CANNOT PERFORM THIS OPERATION ON A CLOSED DATASET... (2001-01-23 00:42:58)If you are using TQuery you have to set the RequestLive property to true. If this will make an error that it is not posible, because dataset is...
- FOR THE EXPERTS.....OR ANYBODY ELSE WHO KNOWS WHAT TO DO (2001-01-29 04:46:01)thanks for your answer!
I have testet it with a little change:
in stead of : stBlobStream.CopyFrom(stImageStream, stImageStream.Size);
it...
- HOW I CAN CREATE AN INI FILE WHILE RUNNING THE SETUP FILE? (2001-01-25 10:30:17)The "GetUserName" Windows API function will retrieve the current user name.
I am no expert in installation programs but I thing the all have...
- JPEGS IN A DATABASE (2001-01-25 03:09:47)Hi there
I had a similar problem. Thanks to 'MrBaseBall34' it
is now solved. Just scoll down this page until you see the posting that says "For...
- HOW TO FIND OUT PROCESSOR IDLE TIME (2001-02-06 09:12:28)your program will use processor time if you request the idle time. ;c)
Another way
If your application starts the other application with...
- HOW EXECUTE A CGI ??? (2001-02-06 10:24:36)Hello Ricardo!
Robert Swart (alias Dr. Bob) from The Delphi Magazine has wrote a tool called "intrabob". With the help from this tool you skould...
- HOW DO I ACCESS FUNCTIONS IN A .DLL? (2001-02-09 04:05:35)The .DLL is loaded as a reference (Project - References). The VB code surely uses its functions. I just don't know how.
The first line of the...
- HOW TO GET/POST A SITE/SCRIPT WITH MORE THAN 255 CHARACTERS? (2001-02-11 02:58:44)well I already have more than one string! it are about 80 edit boxes which are HTTPencoded into 80 strings and then are posted to my CGI script...
|