Hi HAWHAW developers, just want to inform you that the HAWHAW class lib is now available for ASP-enabled webservers too. The API of both PHP- and ASP-version...
Norbert Huffschmid
Norbert.Huffschmid@...
Sep 4, 2001 8:46 pm
51
... escribió: > Hi HAWHAW developers, ... we are compiling our wap site with your library but we have a problem because there is a warning: Warning: Cannot...
Natalia Trejo
nbtrejo@...
Sep 6, 2001 8:59 pm
52
Natalia, the warning comes whenever HTML output is done before create_page() is called. For more info please take a look at the HAWHAW FAQ: ...
Norbert Huffschmid
Norbert.Huffschmid@...
Sep 7, 2001 4:04 pm
53
... escribió: > Natalia, ... Hi! Norbert: we have maked all that FAQ tells, but we don´t have any response, because still the warning there is. Please if you...
Natalia Trejo
nbtrejo@...
Sep 14, 2001 8:32 pm
54
Hi HAWHAW developers, HAWHAW V4.03 is out. The new version supports the Openwave GUI extensions for WML 1.3! GUI elements like submit bottoms, radio buttons ...
Norbert Huffschmid
Norbert.Huffschmid@...
Sep 20, 2001 10:04 pm
55
Hi all, a new version of the HAWHAW class lib is available for download. The HTML design now looks much better than before. You can activate a new built-in...
Norbert Huffschmid
Norbert.Huffschmid@...
Dec 14, 2001 9:41 pm
56
Hi all, HAWHAW proudly presents: HAWHAW XML Alternatively to the wellknown HAWHAW PHP class lib, the new markup language allows coding of universal wireless...
Norbert Huffschmid
Norbert.Huffschmid@...
Mar 19, 2002 9:25 pm
57
Hi HAWHAW-developers, the HAWHAW XML proxy is now enabled to convert image formats on-the-fly. Create a file like this: <?xml version="1.0"?> <hawhaw> <deck> ...
Norbert Huffschmid
Norbert.Huffschmid@...
Apr 11, 2002 8:57 pm
58
Hi all, HAWHAW PHP class lib version 4.06 is available for download. There was a small bug at the coding of special characters (Umlaute) like ä, ö, ü etc....
Norbert Huffschmid
Norbert.Huffschmid@...
Apr 20, 2002 3:07 pm
59
Hi all, HAWHAW PHP class lib version 4.07 is now available for download. The HAW_deck class now offers a new function to support session handling in a WAP...
Hi all, HAWHAW V5.0 is now available for download. And I'm proud to announce an important enhancement: HAWHAW now supports VoiceXML! This means that from now...
Hi all, HAWHAW V5.1 is now available for download. There is a new format element HAW_TEXTFORMAT_BOXED available, that be used for some nicer HTML output, e.g....
Norbert Huffschmid
Norbert.Huffschmid@...
Aug 10, 2003 9:50 pm
63
Hi all, HAWHAW V5.3 is now available for download. The browser detection has been enhanced for better PDA support and some minor bugs concerning VoiceXML...
Norbert Huffschmid
Norbert.Huffschmid@...
Dec 3, 2003 9:11 pm
64
Hi all, HAWHAW V5.4 is available for download! Support of XHTML now brings color to the mobile phone! The HAW_text class has been enhanced by a set_color()...
Norbert Huffschmid
Norbert.Huffschmid@...
Apr 2, 2004 9:10 am
65
Hi HAWHAW developers, HAWHAW V5.5 is available for download! There has been a bug in XHTML output fixed, which prevented proper display on some mobile devices....
Norbert Huffschmid
Norbert.Huffschmid@...
Jul 26, 2004 9:15 pm
66
Hi HAWHAW developers, version 5.7 of hawhaw.inc is available for download. There has been a major redesign for HTML output. Bigscreen browser output is now...
Session handling normally is done browser-based by sending a stored cookie within HTTP requests. Translated to HAWHAW XML this would mean that: - the HAWHAW...
OK, I had solve my problem using : <?php session_start(); ?> and <hidden name="PHPSESSID" value="<?php echo session_id() ?>"></hidden> in my xml file. Thx for...
The skin tag is not parse if I call my xml file via the proxy. XML file: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hawhaw SYSTEM "hawhaw.dtd"> <hawhaw> ...
I have added "skinning" within HAWHAW XML just some days ago. You must upgrade to HAWXY V1.3 before you can use the skin attribute. Release note is coming...
Hi HAWHAW XML users, there is a new version of hawxy.php available, which makes the new hawhaw.inc features "skinning" and "accessability" usable for HAWHAW ...
There's only one more skin I have prepared: http://abakus.hawhaw.net/ When more skins are created by HAWHAW users I can image to setup a skin gallery ... ...
The proxy suppress data between <td></td> tag. Actually <td><text>Hello</text></td> or <td><a href="">hello</a></td> must be use. Can you make <td>Hello</td>...
This behaviour is according to the HAWHAW XML reference: http://www.hawhaw.de/ref/xml/en/tag_td.htm Only <text>, <img> and <a> elements are allowed within...
Hello HAWHAW XML users, there is a new tool available for learning HAWHAW XML: The HAWHAW XML Sandbox. http://www.hawhaw.de/sandbox/ Comparable to a wiki...
Norbert Huffschmid
Norbert.Huffschmid@...
Sep 27, 2004 9:26 pm
78
Hi there, when surfing over SonyE P800 output will be converted to xHTML (HTML). Looking good and correctly. In the Profile definition of this device (taken...
Hi Daniel, the hawdebug query parameter can be used if you want to see what kind of output is created for a given markup language. This normally makes sense...
Hi all, there are new versions of the HAWHAW PHP class library hawhaw.inc and the HAWHAW XML Proxy hawxy.php available: hawhaw.inc: V5.8 hawxy.php: V1.3.1 ...