Welcome to Esato.com


Pages: 1 2 3 4 5 6 7

wap forum

Click to view updated thread with images


Posted by Aled
does anyone know of a php script or xhtml code for a guestbook which would disply small enough to run on a wap site? (i.e. would look ok on a small phone screen)
or wml code would be fine,
if anyone knows of a wap site which already runs a guestbook that would be helpful. (i can always 'borrow' their code )



Posted by chrisgray999
Aled: ill be uploading one to my website soon, but you can just use an ordinary guestbook, and change the output to form wml script...

Posted by chrisgray999
Aled:how do you get someone elses code if it has already been compiled by the server?

Posted by wapchimp
He will view the source and cut n paste the html code-i do it all the time

Posted by chrisgray999
If any of you have wml or xhtml knowledge, would you be interested in writing a tutorial for my site? I wouldnt be able to pay you, but i would provide recognition and links to your website. If you are interested, please email chris@plus-media.co.uk or post here. Thanks. Btw, my website is www.plus-media.co.uk

Posted by chrisgray999
If any of you have wml or xhtml knowledge, would you be interested in writing a tutorial for my site? I wouldnt be able to pay you, but i would provide recognition and links to your website. If you are interested, please email chris@plus-media.co.uk or post here. Thanks. Btw, my website is www.plus-media.co.uk

Posted by chrisgray999
@orangeman, i know that, but the php server code is not included on the source though? Thanks

Posted by wapchimp
He may have meant xhtml though

Posted by chrisgray999
Oh right. I dont know if it is possible on xhtml, although i can do it on php...

Posted by wapchimp
@Chrisgray - do u know how 2 edit an .htaccess file-i have to do this tn add mime types for imy files etc-blueyonder support is crap

Posted by chrisgray999
Also, if anyone has any wml or xhtml scripts they would like hosted, i will be shortly adding a wap section to the scripts page on my site.

Posted by wapchimp
@Chrisgray - what is your site?

Posted by wapchimp
Does tagtag support the hosting of imy files?

Posted by chrisgray999
I think you can use a text editor, and add the MIME types to the bottom... My site is www.plus-media.co.uk and i dont know about the tagtag thing, but i dont think so.

Posted by chrisgray999
@orangeman: www.javascriptkit.com/howto/htaccess9.shtml hope this helps...

Posted by wapchimp
Cheers chris

Posted by chrisgray999
No problem ;-)

Posted by Aled
getting php scripts from a server is easy enough (unless their security is very tight) viewing the source wont work cos u'll only get the xhtml output from the php script.
im looking at a few scripts now, but i might end up just writing my own one


Posted by wapchimp
Aled-how do u edit the pages etc on wap41-i have uploaded files but do not know how to format them etc

Posted by chrisgray999
I love php! Lol. Aled: is it easy? Could u mail me with how to do it if its not too hard? Thanks mate. chris@plus-media.co.uk. Cheers.

Posted by Psykotik
Im currently designing a P800 site, and am wanting to include an applications section. The trouble is i dont quite know how to make a .SIS file as a downloadable link a majig. Anyone know how??

Posted by wapchimp
you got me???? maybe chrisgray can help? Ive just got imy files working on my site

Posted by Aled
Just link to em same as u would for a page. If it doesnt work then they prob need to add the mime type. Its about time these webmasters started keeping their servers up 2 date! @orangeman i got a .htaccess file 4 you - ill email it

Posted by wapchimp
@aled - thanks Ive got it all working now - wap41 host my larger files - like animated gifs & imy's - cheers - still no luck with .thm though - sent them an e-mail but have not heard anything

Posted by wapchimp
check out my site now!!!! It has a dedicated transfomers background section! more retro cartoon pics to follow

Posted by Miss UK
does anybody know what the java settings are for a siemens s55 on o2 uk? I cannot download no games :-( some1 help! thx


Posted by wapchimp
@miss uk - try calling o2 - they should be able to send them over the air for u

Posted by mariolouis
I have just one question, how do you upload colored pics to be viewed colored as well? Does anyone know of a free wapsite that hosts xhtml?

Posted by wapchimp
you can write xhtml yourself - it's easy - do a search for tutorials or see somre previous links on this forum - just uploaded mask cartoon pictures to my site aswell now

Posted by MarkOng
Try this site for some great tutorials and introductions to XHTML and other languages. www.w3schools.com

Posted by Miss UK
I prob have 2 wait ages for da settins! not unless no1 else has the s55.. how do u add new posts 2 dis place? can u by phone or dya have 2 by pc? @ boyi

Posted by Dj Boyi
@Mark,i've been there but it say's i have to learn html first,wap will be dead by the time i learn xhtml

Posted by Miss UK
@ orange Ive mailed them still waitin 4 a reply! there pathetic.. haha

Posted by wapchimp
@miss uk - from what Ive heard from O2's cust service - ull be waitin a long time

Posted by Miss UK
hi again. o2 mailed me, they told me 2 try da M50 settins, as if they work they dont! *Grrr* I give up! the mysiemens site works with my phone but it recieves no java games! Id luv 2 add my own post here havent got pc access till fri.. so those ppl tellin me clearoff will have wait!!! Thx 2 every1 4 there help! :o)

Posted by wapchimp
@aled i sent u an email - ive also just uploaded thundercats and heman pics-the gallery is growing:-D

Posted by wapchimp
@miss uk - ucant post new topics via wap....yet

Posted by Dj Boyi
@miss uk Why dont you ask orangeman if he would start the new topic for you,i'm sure he would if you asked him nicely :-D

Posted by wapchimp
I just wanna say thanks to everyone who has helped me so far on this forum - I have learnt lots & still learning - my site is getting bigger & bigger

Posted by T68iFan
@Psykotik
It probably has to do with the MIME type settings on the server. Only problem is, I don't know what the setting should be for an .SIS file - sorry.

@mariolouis
Just make sure the picture is 101x80 and is smaller than 2.7 KB. Then create and upload an XHTML page that looks something like this:

Code:

<html>
<head>
<title>My Picture</title>
</head>
<body>
<center><img src="mypic.gif" width="101" height="80" border="0" alt="mypic.gif"/></center>
<a href="mypic.gif">Download mypic.gif now!</a><br/>
</body>
</html>



This page will not only dispay the picture, it also gives the user a link they can click to download the image, without having to use the 'Save picture' menu item.

Hope this helps.

Posted by wapchimp
instaed of html in the brackets <> use

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
html xmlns="http://www.w3.org/1999/xhtml"

this must be inbetween the <&> & after you have put a picture in eg alt="pic" /> do this & leave a space after the / - or it may not load - I just validated my site @ W3C & all is ok

you could laway use front page express like i do - then remove the html tag & add the xhtml tag I printed above
_________________
tagtag.com/wapchimp - for all your retro cartoon pics - including Transformers, Mask, He-man & Thundercats

[ This Message was edited by: orangeman on 2003-01-16 01:19 ]

Posted by wapchimp
where do we get the mime types from for different applications like themes etc??

Posted by jcpsad
does wap needs a special program in the server... what are the requirements?

Posted by T68iFan
@orangeman - i'll post da .thm mime setting when i get home @jcpsad - no special sw needed 2 host wap/xhtml pages - just a normal web server. Cheers! - T68iFan:-D

Posted by arnoldc
i posted the MIME type already, in case you missed it here it is again.
Quote:

On 2003-01-07 03:40, arnoldc wrote:
MIME types

.imy audio/imdelody
.emy audio/emelody
.thm application/vnd.eri.thm



Posted by wapchimp
@T68ifan nice one cheers-i have had a new thm mime type added to a free server i use but get operation failed? Via www the thm file downloads ok-so i must have given the wrong mime type or wrong mime atribute to my code

Posted by jcpsad
@T68iFan thanks!

Posted by wapchimp
@arnoldc nice one

Posted by T68iFan
Ack! arnoldc beat me to it.

However, there may be another way to download SE files without changing the MIME type setting on the server itself.

Earlier in this very same thread, Aled said...

Quote:

On 2003-01-02 22:03, Aled wrote:
...use the mime_type attribute in the anchor tag ()

e.g. for an imelody-
Code:
<a href="xxx.imy">My cool choon</a>


becomes-
Code:
<a href="xxx.imy" mime_type="audio/imelody">My cool choon</a>


etc.



Now, I've never tried this myself, but it seems like it might be a good workaround. Try it and let me know. Or, I think I'll try it myself tomorrow at work. I'll report back later.

Late -

T68iFan

Posted by Miss UK
@ Boyi and Orangeman! thanx LOL Orangeman can u pls start me up my own topic pleazze :o)~ Call it 'Siemens S55 - Problem' thanks alot!!!


Pages: 1 2 3 4 5 6 7
Click to view updated thread with images


© Esato.com - From the Esato mobile phone discussion forum