Author |
Questions about wml-writing |
klinkaren Joined: Aug 27, 2003 Posts: 13 From: Sweden PM |
Got some questions about wml-writing
- Can I set the backgroundcolor? How?
- How do I get the swedish letters å ä and ö to work? How?
- Is it possible to set up something to let visitors mail me? How?
- Can I let others sms me through the wapsite? How?
- Is it possible to make an guestbook in wml? How?
[ This Message was edited by: klinkaren on 2003-08-28 23:48 ]
[ This Message was edited by: klinkaren on 2003-08-28 23:49 ]
[ This Message was edited by: klinkaren on 2003-08-29 09:48 ] |
|
klinkaren Joined: Aug 27, 2003 Posts: 13 From: Sweden PM |
Found the answer to one of my own question. Post it to help others.
Å = Å
å = å
Ä = Ä
ä = ä
Ö = Ö
ö = ö
If you got any questions, leave a message here and I'll try to answer it.
[ This Message was edited by: klinkaren on 2003-08-28 23:47 ]
[ This Message was edited by: klinkaren on 2003-08-28 23:51 ]
[ This Message was edited by: klinkaren on 2003-08-28 23:52 ] |
klinkaren Joined: Aug 27, 2003 Posts: 13 From: Sweden PM |
hmm...
made a theme that i want to add to my wapsite so that others can download it. I tried to just download it by refering to the url. First I thought it worked since the file was downloaded... But it never showed up in my phone.
Anyone who can help? |
wrath000 Joined: May 14, 2003 Posts: > 500 From: Norway PM |
In order to download themes directly from the phone correct MIME types have to be added to the web server
MIME type for themes: "application/vnd.eri.thm .thm"
|
klinkaren Joined: Aug 27, 2003 Posts: 13 From: Sweden PM |
Quote:
|
On 2003-08-30 02:15:40, wrath000 wrote:
In order to download themes directly from the phone correct MIME types have to be added to the web server
MIME type for themes: "application/vnd.eri.thm .thm"
|
|
Hmm...
and how do I do this? |
klinkaren Joined: Aug 27, 2003 Posts: 13 From: Sweden PM |
Think I'm closing in.
I've added a .htaccess file containing:
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
AddType text/vnd.wap.wml wml
AddType audio/amr amr
AddType audio/midi mid
AddType audio/midi midi
AddType application/vnd.Nokie.ringing-tone rng
AddType application/vnd.symbian.install sis
AddType application/vnd.wap.wmlc wmlc
AddType text/vnd.wap.wmlscript wmls
AddType text/vnd.wap.wmlscript wmlsc
AddType application/vnd.wap.sic sic
AddType text/vnd.wap.si si
AddType text/vnd.wap.sl sl
AddType application/vnd.wap.slc slc
AddType application/vnd.eri.thm thm
AddType text/x-vCalendar vcs
AddType text/v-vCard vcf
AddType application/vnd.nokia.gamedata nqd
AddType application/x-nokiagamedata ngd
AddType image/vnd.wap.wmbp wbmp
AddType image/x-bmp bmp
AddType image/x-epoc-mbm mbm
AddType image/vnd.nok-3dscreensaver n3a
AddType text/x-co-desc cod
AddType image/vnd.nok-oplogo-colornokia-op-logo nok
AddType application/x-pmd .pmd
AddType audio/vnd.qcelp .qcp
AddType application/x-smaf .mmf
to my themesfolder.
Still cant download though. Get this message:
Page missing.
Try another link.
Anyone who can help me? |
klinkaren Joined: Aug 27, 2003 Posts: 13 From: Sweden PM |
I've understand that the problem I have can be solved by CHMOD to 777 but my webspace provider wont allow it!
Is there a way around this?
Does anyone know a free webhost where I can do this?
|
|