Search the web
Sign In
New User? Sign Up
hawhaw · HAWHAW Developers group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 56 - 86 of 286   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
hawhaw_master
Offline Send Email
Jun 16, 2002
3:56 pm
60
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...
hawhaw_master
Offline Send Email
May 26, 2003
8:18 pm
62
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
hawhaw_master
Offline Send Email
Sep 12, 2004
11:38 am
67
I had done some HawHaw XML files and I want to add sessions capabilities. Is it possible ? Thx....
guercym
Offline Send Email
Sep 18, 2004
8:09 am
68
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...
hawhaw_master
Offline Send Email
Sep 18, 2004
1:25 pm
69
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...
guercym
Offline Send Email
Sep 20, 2004
3:15 pm
70
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> ...
guercym
Offline Send Email
Sep 20, 2004
7:04 pm
71
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...
hawhaw_master
Offline Send Email
Sep 20, 2004
7:51 pm
72
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 ...
hawhaw_master
Offline Send Email
Sep 20, 2004
8:24 pm
73
Are you a member of Minority Report team ? ;-) It work ! Suggestion: publish inside FAQ, the list of skins you have on your site. Thx....
guercym
Offline Send Email
Sep 21, 2004
8:33 am
74
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 ... ...
hawhaw_master
Offline Send Email
Sep 22, 2004
8:41 pm
75
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>...
guercym
Offline Send Email
Sep 23, 2004
11:47 am
76
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...
hawhaw_master
Offline Send Email
Sep 23, 2004
8:04 pm
77
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@...
Send Email
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...
Daniel Diehl
myphaze
Offline Send Email
Oct 1, 2004
4:01 am
79
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...
hawhaw_master
Offline Send Email
Oct 1, 2004
3:49 pm
80
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 ...
hawhaw_master
Offline Send Email
Oct 23, 2004
2:30 pm
81
Hi HAWHAW developers, version 5.9 of hawhaw.inc is available for download. The new version supports the POST method in HAW_form objects. Post support has often...
hawhaw_master
Offline Send Email
Feb 13, 2005
11:54 am
82
Hi all, most of you probably have heard about TikiWiki, the PHP-based CMS/groupware project with HAWHAW integration. Today I can announce the start of a joint...
hawhaw_master
Offline Send Email
May 27, 2005
4:49 pm
83
Hi HAWHAW developers, version 5.10 of the HAWHAW library is available for download. Main reason for this release is a bugfix in class HAW_form concerning WML ...
Norbert Huffschmid
Norbert.Huffschmid@...
Send Email
Jun 11, 2005
2:53 pm
84
Hi, I got the following PHP scripts: <?php require_once "../../includes/hawhaw/hawhaw.inc.php"; $haw=new HAW_deck("",HAW_ALIGN_LEFT); if...
teddy_jasin
Offline Send Email
Jul 4, 2005
4:09 am
85
Hi Teddy, I copied your script and got this wml output: ... <do type="accept" label="Submit"> <go ...
Norbert Huffschmid
Norbert.Huffschmid@...
Send Email
Jul 4, 2005
5:18 pm
86
I thought this might be helpful for the HAWHAW community and save someone some time... //begin US States select code $mySelect->add_option("Choose State",...
cchaudruc
Offline Send Email
Aug 1, 2005
1:45 pm
Messages 56 - 86 of 286   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help