有人尝试过为 psp 设计网页吗?

发布于 2024-07-15 19:56:02 字数 413 浏览 4 评论 0原文

我正在尝试为我的 psp 制作一本个人圣经

(我尝试用谷歌搜索,但我在略读时看到的唯一圣经版本是 KJV,我正在尝试让我的圣经有 3 个版本,即 TNIV、NLT 和 Amplified Bible)

所以我唯一的解决方案是自己做,我的方法是在我的记忆棒上保存一个 html 文件并通过控制台的浏览器打开它

我关心的是:

  1. psp 浏览器如何处理 css 和 javascript?
  2. 有没有专门为psp浏览器设计的doctype声明?
  3. 我可以使用任何本地数据库来存储我的文本以便于查询,还是我别无选择,只能依赖静态文本文件?
  4. 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:

  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. :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

冷夜 2024-07-22 19:56:02

最好的方法是制作一个 HTML 文档文件来创建离线网页。

Well the best way would be to make an HTML document file to create an off-line web page.

埖埖迣鎅 2024-07-22 19:56:02
  1. PSP 具有良好(但不是很好)的 CSS 支持和较弱的 Javascript 支持(与桌面浏览器相比)。
  2. 最好坚持使用的 Doctype 是 XHTML Strict 1.0。
  3. 除非你找到另一种方法来做到这一点。
  4. 不适用于 PSP,但我建议这样做:让您的标记和 CSS 尽可能简单。 不要设置字体大小或宽度,让 PSP 浏览器为您完成这些操作。 如果您需要生成一堆静态文件,那么可能值得构建一个简短的脚本来为您完成此任务。 不要过于复杂化。

希望有帮助。

  1. The PSP has good (but not great) CSS support and weak Javascript support (compared to a desktop browser).
  2. The best Doctype to stick to would be XHTML Strict 1.0.
  3. Not unless you find another way to do it.
  4. Not for the PSP, but I would recommend this: Just keep your markup and CSS as simple as possible. Don't set font-sizes or widths, let the PSP browser do that for you. If you need to generate a bunch of static files, it might be worth building a short script that will do it for you. Don't overcomplicate.

Hope that helps.

冬天旳寂寞 2024-07-22 19:56:02

关于我的担忧 #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

浅忆 2024-07-22 19:56:02

要回答您的问题(不是您的问题),您是否考虑过使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文