有人尝试过为 psp 设计网页吗?
我正在尝试为我的 psp 制作一本个人圣经
(我尝试用谷歌搜索,但我在略读时看到的唯一圣经版本是 KJV,我正在尝试让我的圣经有 3 个版本,即 TNIV、NLT 和 Amplified Bible)
所以我唯一的解决方案是自己做,我的方法是在我的记忆棒上保存一个 html 文件并通过控制台的浏览器打开它
我关心的是:
- psp 浏览器如何处理 css 和 javascript?
- 有没有专门为psp浏览器设计的doctype声明?
- 我可以使用任何本地数据库来存储我的文本以便于查询,还是我别无选择,只能依赖静态文本文件?
- SO 中是否有人有过为该控制台开发页面的经验,他/她能给我一些提示和建议吗?
预先非常感谢您的回复。 :)
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. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
最好的方法是制作一个 HTML 文档文件来创建离线网页。
Well the best way would be to make an HTML document file to create an off-line web page.
希望有帮助。
Hope that helps.
关于我的担忧 #1,我发现仅此作为 psp 浏览器最新版本支持的所有脚本对象的参考。我不确定 SCE 将来是否会添加对其他对象的更多支持
这是链接
Regarding my concern #1, I found only this as reference for all script objects that the psp browser supports as of their latest release.. I'm not sure if SCE would add more support for other objects in the future though
Anyhow here's the link
要回答您的问题(不是您的问题),您是否考虑过使用 http://www.biblegateway.com/ 它可以显示不同圣经翻译中的经文 - 而不是编写代码来尝试做同样的事情?
当然,这仅在您连接到互联网时才有效。
To answer your issue (not your question), have you thought about using http://www.biblegateway.com/ which can show verses in different Bible translations - instead of writing your code to try to do the same thing?
Granted, this only works if you are connected to the Internet.