I'm 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 I'm 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:
- How does the psp browser handle css and javascript?
- Is there a doctype declaration specifically designed for the psp browser?
- 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?
- 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. :)