使ASP.NET站点与Blackberry兼容(Make ASP.NET site compatible for Blackberry)

我在C#/ ASP.NET中有一个小网站,有几种查找数据的表单。 我需要将其与Blackberry兼容,以便现场用户可以掌握数据。 我不打算制作一个适当的专用黑莓应用程序,但要使当前网站黑莓友好。 任何提示或链接将非常感激。

I have a small website in C# / ASP.NET with a couple of forms which looks up data. I need to make this compatible with Blackberry so that users out on site can have the data in hand. I am not looking to make a proper dedicated Blackberry app as such, but to make the current site Blackberry friendly. Any tips or links would be much appreciated.

最满意答案

我想看看这些黑莓文档 ,这个页面列出了对黑莓设备的CSS支持,以及这个页面 。

您需要在Google上查找自适应设计作为一个术语,以便让您的网站响应不同的浏览器/操作系统。 像Bootstrap和Foundation这样的框架可以为构建响应式网站提供大量繁重的css / js / html。

I would have a look at these blackberry docs, this page lists CSS support for blackberry devices, as well as this page.

You will want to look up Responsive Design as a term on google for ways to make your site responsive to different browsers/operating system. Frameworks like Bootstrap & Foundation do a lot of the heavy lifting css/js/html wise for building responsive sites.

使ASP.NET站点与Blackberry兼容(Make ASP.NET site compatible for Blackberry)

我在C#/ ASP.NET中有一个小网站,有几种查找数据的表单。 我需要将其与Blackberry兼容,以便现场用户可以掌握数据。 我不打算制作一个适当的专用黑莓应用程序,但要使当前网站黑莓友好。 任何提示或链接将非常感激。

I have a small website in C# / ASP.NET with a couple of forms which looks up data. I need to make this compatible with Blackberry so that users out on site can have the data in hand. I am not looking to make a proper dedicated Blackberry app as such, but to make the current site Blackberry friendly. Any tips or links would be much appreciated.

最满意答案

我想看看这些黑莓文档 ,这个页面列出了对黑莓设备的CSS支持,以及这个页面 。

您需要在Google上查找自适应设计作为一个术语,以便让您的网站响应不同的浏览器/操作系统。 像Bootstrap和Foundation这样的框架可以为构建响应式网站提供大量繁重的css / js / html。

I would have a look at these blackberry docs, this page lists CSS support for blackberry devices, as well as this page.

You will want to look up Responsive Design as a term on google for ways to make your site responsive to different browsers/operating system. Frameworks like Bootstrap & Foundation do a lot of the heavy lifting css/js/html wise for building responsive sites.