Esato

Forum > General discussions > General > wap forum

Previous  123 ... 192021  Next
Author wap forum
wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2002-12-20 00:03
Reply with quoteEdit/Delete This PostPrint this post
No wories-just shout im stil learning wml and xhtml-i got into html first which helps u understand the layout and tags etc with the other programe codes

This post was posted from a T68i

701
P1
Joined: Nov 26, 2002
Posts: > 500
From: Romania
PM, WWW
Posted: 2002-12-21 12:22
Reply with quoteEdit/Delete This PostPrint this post
I am a beginner too! I use wapjag cuz i don't know wml programming so i use the builder.it's ok for what i need but i had those probs with the logos http://www.esato.com/board/viewtopic.php?topic=14888&forum=22
i will help in any way i can- i have a friend that knows wml programming, i'll ask him to join in:) Pls read my post up here and tell me if u have any ideea, orangeman was a big helper already:)
" They say i'm sick; they`re right, it's called 'Terminal Boredom!' "
Follow me on twitter.com/bograma
Read my Symbian UIQ 3.0 reviews at Juvo's
wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2002-12-21 12:26
Reply with quoteEdit/Delete This PostPrint this post
@701 - when I have time - ill open up my wapjag pages & upload some stuff there - to be honest I didnt like the look/feel of it so stuck to tagtag - but Ill try to help....when I can [addsig]
701
P1
Joined: Nov 26, 2002
Posts: > 500
From: Romania
PM, WWW
Posted: 2002-12-22 12:40
Reply with quoteEdit/Delete This PostPrint this post
@orangeman: ok, i hope u make some time..i even linked the 2 sites (wapjag&tagtag) making the wapjag the main site. I don't currently own an erricson phone anymore but i sure like to see free stuff over the internet! lol I'll wait for the p 800 some time next year !
wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2002-12-23 13:48
Reply with quoteEdit/Delete This PostPrint this post
Any1 know how 2 make a page reload with a pre defined but random page via wap-writen in xhtml?

This post was posted from a T68i

wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2002-12-30 23:25
Reply with quoteEdit/Delete This PostPrint this post
Any1 else?

This post was posted from a T68i

Dj Boyi
W810 black
Joined: Oct 05, 2002
Posts: > 500
From: Liberty City
PM
Posted: 2002-12-30 23:43
Reply with quoteEdit/Delete This PostPrint this post
@orangeman,Ay up m8,i'd like to start a wapsite but i just aint got the time,cant do tones on tagtag can i ? BTW did u get them tones i sent u last night?

This post was posted from a T68i

wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2002-12-30 23:48
Reply with quoteEdit/Delete This PostPrint this post
U can edit the wml code manually-but tagtag i think doesnot support this unles u link away from the rite and back again-yeh i got the tones holmes-but im workin so me fone is on silent-will listen to them 2nite

This post was posted from a T68i

Dj Boyi
W810 black
Joined: Oct 05, 2002
Posts: > 500
From: Liberty City
PM
Posted: 2002-12-31 00:01
Reply with quoteEdit/Delete This PostPrint this post
About the wapsites,thats like learning another language to me and the walk2 i sent u,u may as well delete that one cus i've modified it good style,will send it u in a min,i'm gutted tho cus i can make tones but aint got a clue about wapsites or gettin the tones on there,i tried to get a pic on my site but i just get error msg's,ah well,bo**ocks to it anyway :-D

This post was posted from a T68i

lizardKng
T68 gold
Joined: Oct 30, 2002
Posts: 20
PM
Posted: 2002-12-31 00:34
Reply with quoteEdit/Delete This PostPrint this post
I do not understand... Why spend time on WML when there is XHTML?

This post was posted from a T68i

wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2003-01-02 16:57
Reply with quoteEdit/Delete This PostPrint this post
I write xhtml - it better & easier to understand if you have basic html knowledge [addsig]
Aled
P910
Joined: Nov 25, 2002
Posts: 320
From: Wales
PM
Posted: 2003-01-02 19:04
Reply with quoteEdit/Delete This PostPrint this post
I use xhtml too. Wap protocol is the same as http anyway, and xhtml is much simpler. Plus xhtml can be read by a normal browser on a pc without having to use one of those stupid mobile phone emulators :-)

This post was posted from a T68i

T68iFan
T68i mineral
Joined: Oct 18, 2002
Posts: 214
From: Los Angeles
PM
Posted: 2003-01-02 19:34
Reply with quoteEdit/Delete This PostPrint this post
@orangeman
@ste_dexter

Following is a sample XHTML page that allows users to download a picture, a ring tone and a theme to their T68i.

<HTML>
<HEAD>
<TITLE>Sample Page</TITLE>
</HEAD>
<BODY>
<A HREF="picture.gif">Download picture</A>
<BR/>
<A HREF="ringtone.imy">Download ringtone</A>
<BR/>
<A HREF="theme.thm">Download theme</A>
</BODY>
</HTML>

The tricky part is making sure the .imy and .thm MIME types are defined on the server. To learn more, do a search on MIME types.

Also, be aware that some providers limit the size of downloads, so if you're receiving errors while downloading, try making the file smaller.

T68iFan


[ This Message was edited by: T68iFan on 2003-01-02 18:35 ]
Aled
P910
Joined: Nov 25, 2002
Posts: 320
From: Wales
PM
Posted: 2003-01-02 22:03
Reply with quoteEdit/Delete This PostPrint this post
@orangeman - the problem is almost certainly a mime type problem. the t68i will only download files of mime types it recognises. there are 2 ways to fix it.

1. email the people who run the server and get them to add the mime types you need to their software (its easy if they use apache)

2. use the mime_type attribute in the anchor tag (<a>)

e.g. for an imelody-
<a href="xxx.imy">My cool choon</a>
becomes-
<a href="xxx.imy" mime_type="audio/imelody">My cool choon</a>
etc.

incidentaly this was the same problem i encounterd with my wapsite initially and is now fixed.
type the url of my wapsite into your browser and take a look at the source to see what i mean

Al.


Aled
P910
Joined: Nov 25, 2002
Posts: 320
From: Wales
PM
Posted: 2003-01-02 22:09
Reply with quoteEdit/Delete This PostPrint this post
@T68iFan - just for correctness, the example you gave is not valid xhtml.
in xhtml all tags must be lowercase, uppercase tags are NOT allowed.
im not being pedantic, but the code in ur post may well be unreadable in many future xhtml compatible devices as they wont regognise the uppercase tags.
Al.
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 192021  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic