Hi all, HAWHAW V3.07 is now available for download! With the new version it is possible to select a special character set. The class HAW_deck therefore...
Norbert Huffschmid
hawhaw_master@...
Jan 5, 2001 10:46 pm
45
Hi all, HAWHAW V3.08 is available for download! With the new library version it is now possible to map various character codes into unicode. The function...
Norbert Huffschmid
Norbert.Huffschmid@...
Jan 24, 2001 10:47 pm
46
Hi all, HAWHAW V4.0 is now available for download. With the new version each HAWHAW application contains a built-in WAP display simulator. The simulator is...
Norbert Huffschmid
Norbert.Huffschmid@...
Feb 17, 2001 5:40 pm
47
Hi all, HAWHAW V4.0 is now available for download. A new class HAW_phone was added: "WTAI"-links are created for WML, resp. "phoneto" links are created for...
Norbert Huffschmid
Norbert.Huffschmid@...
May 20, 2001 9:43 pm
48
Hi all HAWHAW developers out there, Version 4.02 is now available for download. Two new object function have been added to the HAW_deck object: -...
Norbert Huffschmid
Norbert.Huffschmid@...
Jun 22, 2001 8:11 pm
49
Hi, First of all let me thank you for your execllent product. I have a question, I appriciate if you could help me out. I need to impliment the IRC in to the...
amir demin
amiiri@...
Jul 3, 2001 8:12 am
50
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 ... ...