Hi Jason, Yes it helps a lot! Thank you for taking the time to answer. Regards, Adriano ... From: jasonnavarro2003 To: hawhaw@yahoogroups.com Sent: Wednesday,...
Hi HAWHAW developers, HAWHAW V5.15 is available for download. There arose a problem with the new cache-control header that has been added with version 5.14....
Hello everyone, I have just discovered the HawPedia project and I think it is a very clear example of what can be done to enable any web application for mobile...
Hello Norbert, Thank you very much for your answer. I tried changing the default language in the config.php file, but the problem persists. I tried looking for...
In the last days I had the chance to make some tests concerning iPhone support. The result was that the iPhone obviously only supports the content-type...
Hi Norbert, We have tried installing HAW HAW on our server. We are the same error both the times that we have tried.... BAD GATEWAY. When we try to access HAW...
Dear, I install tikiwiki which integrated the HawHaw toolkit. But I can't read Chinese character after enable tiki-mobile feature. I read this topic at...
Hi LiuJia, this the wrong list for asking TikiWiki questions ... Anyway, as far as I remember MobileTike is restricted to iso-8859-1 and will not work with...
Dear, I installed tikiwiki-1.9.8.3 which is support i18n. It looks like work well with UTF-8, my test site: 1) Works http://wap1.anqun.cn/tiki-index.php <?xml...
Hi HAWHAW developers, HAWHAW V5.16 is available for download. There are not many changes compared to V5.15. The main thing is the support of iPhone and iPod...
Hi HAWHAW developers, a new star is born in the HAWHAW universe: HawTags, the JSP custom tag library. Java delopers now can create Java Server Pages like this:...
Hi list, probably you already have noticed Google's AdSense for Mobile program: https://www.google.com/adsense/support/bin/topic.py?topic=11951 This is how to...
Hi Norbert, Thanks for another great release. I finally got around to updating www.mobiquio.mobi/mobile. Adding Tera-Wurfl has made a huge difference with...
Hey All, A sample of how to use wurfl capabilities in your haw php. I use it to determine direct download capability, screen resolution, and wallpapers sizes. ...
I have developed a WAP site uging hawhaw.inc class. The url of the site is http://m.myobgyn.ca/. It is working fine for all basic cell phones. But my client...
Hi All, I am new to HawHaw and I have created a small WAP site, and I would like to store user information such as the username in the session or a cookie but...
Hi Greg, with what kind of device do you have problems with? Session handling is the same as for other PHP apps. Some WAP-specifics can be handled with...
Hi Norbert, I have one php page that handles all the different menus, and I would like to store some information as the user goes along... I have a form on my...
Hi Greg, after changing: $myForm->add_form($mySubmit); to: $myForm->add_submit($mySubmit); your code works pretty fine inclusive session storage. Norbert...
Thanks Norbert, You are right, this code works, but i have found that the session data get erased when using the redirection to move to another page: ...
Hi HAWHAW developers, HAWHAW V5.17 is available for download. The internal device detection algorithm has been slightly improved, so that rendering issues on...
Thanks Norbert. Based on your latest post, it said that i could insert customized html script, with add_raw(). And if i use add_raw to insert <input ...
Hi Donnie, usage of HAW_raw in fact should be an option for you: ... $myUploadHTML = "<input name="myfile" type="file" ...>"; $myUploadElement = new...
It works, Norbert :) The add_raw function does its job. Finally, i could upload an image via wap. But it seems that we have to add_raw for FORM element, ...