has anyone tried designing a webpage for psp?
Posted
by
lock
on Stack Overflow
See other posts from Stack Overflow
or by lock
Published on 2009-03-24T02:13:35Z
Indexed on
2011/01/15
15:53 UTC
Read the original article
Hit count: 226
erm im trying to make a personal bible for my psp
(i tried googling but the only bible version i've seen on my skimming is on KJV and im trying to make mine have 3 versions namely TNIV, NLT and Amplified Bible)
so my only solution was to make on for myself and my approach was to save an html file on my mem-stick and open it up through the console's browser
my concerns are:
1. how does the psp browser handle css and javascript?
2. is there a doctype declaration specifically designed for the psp browser?
3. can i use any local database to store my texts for easier query or do i have no choice but rely on static text files?
4. is there anyone in SO who have experienced developing a page for this console and can he/she give me some tips and advice?
thanks much in advance for your responses.. :)
© Stack Overflow or respective owner