English 中文(简体)
4. 未获得客户方的保险单
原标题:Backbone.js without client-side javascript

I m 考虑使用背书、js和Node.js书写一个小型网络。 客户和兄弟之间的交流守则具有吸引力。

I can t figure out how clients without JS (and search engines) should interact with the site. How should form validations and rendering work with no client-side JavaScript work?

www.un.org/Depts/DGACM/index_spanish.htm 当然,我要在不重复法典的情况下这样做。 对我来说,“后台”点和其他服务器门口是,在服务器和客户上,你可以有同样的确认形式和模板/概览生成。

问题回答

If you have your view coded with javascript, search engines are buggered as they conform to a more traditional web (one url, one state, one page) and don t understand javascript.

You need to use graceful up-gradation if you want to provide a rich experience and support search engines.

有了宽松的升级,你就把网站编码,而没有客户旁遮盖,使网站所有工作都成为一种 n。 然后,你使用java字母提升经验。 在大多数情况下,由于升级过程可以自动化,因此这项工作实际上比较容易。 见

验证客户方面的形式数据是一种良好做法,因为如果用户在服务器上没有效力,就不必重新进入书面材料。 在客户方面进行验证并不能消除在服务器上验证的必要性,因为你的提问有助于说明这一点,因为没有保证贾瓦文能够运行,或者甚至所使用的表格是服务器上的。





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签