Looking for a rundown of all the tools available that will allow me to develop mobile websites using the .NET stack. I'm likely going to be using MVC 4 and jQuery Mobile, but what else do I need to be thinking about as far as getting all devices compatible. Keep in mind, I'm talking about web sites, not native apps right now.
寻找所有可用工具的概要,这将允许我使用.NET堆栈开发移动网站。我可能会使用MVC 4和jQuery Mobile,但在获得所有设备兼容方面我还需要考虑什么。请记住,我现在谈的是网站,而不是原生应用。
Thanks in advance.
提前致谢。
2 个解决方案
#1
1
Visual Studio is all you need to write the apps themselves. The Web Essentials VS extension is really handy with working on web related stuff, so I'd suggest taking a look at and installing it. Jquery/Jquery mobile is probably your best bet for client compatibility as far as JavaScript goes.
Visual Studio是您自己编写应用程序所需的全部内容。 Web Essentials VS扩展程序非常适合处理与Web相关的内容,因此我建议您查看并安装它。就JavaScript而言,Jquery / Jquery mobile可能是客户端兼容性的最佳选择。
Now, that's all you need to MAKE the site, but for testing, you should really use actual mobile browsers. One way of course is to get your hands on an actual iOS or Android device to try out mobile safari, mobile chrome, etc. The other way is to download the SDKs and development tools for iOS and Android, which come with the iOS SDK and XCode and the Android SDK and Eclipse, respectively. You can use the emulators, which are normally used for app testing, to run the mobile browser on the fake device on your PC, which will give you a more real-world way of testing the site's look as well as touch functionality inherent in mobile browsers.
现在,这就是制作网站所需的全部内容,但是对于测试,您应该真正使用实际的移动浏览器。当然,一种方法是开始使用实际的iOS或Android设备来尝试移动游戏,移动Chrome等。另一种方法是下载适用于iOS和Android的SDK和开发工具,它们随附iOS SDK和分别是XCode和Android SDK和Eclipse。您可以使用通常用于应用程序测试的模拟器在PC上的假设备上运行移动浏览器,这将为您提供更真实的方式来测试网站的外观以及移动设备中固有的触摸功能浏览器。
#2
1
Visual Studio. Especially Visual Studio 2012, highly optimized for mobile web.
视觉工作室。特别是Visual Studio 2012,针对移动网络进行了高度优化。
Mono Projects for support across platforms (not web app, but regular apps).
Mono Projects支持跨平台(不是Web应用程序,而是常规应用程序)。
#1
1
Visual Studio is all you need to write the apps themselves. The Web Essentials VS extension is really handy with working on web related stuff, so I'd suggest taking a look at and installing it. Jquery/Jquery mobile is probably your best bet for client compatibility as far as JavaScript goes.
Visual Studio是您自己编写应用程序所需的全部内容。 Web Essentials VS扩展程序非常适合处理与Web相关的内容,因此我建议您查看并安装它。就JavaScript而言,Jquery / Jquery mobile可能是客户端兼容性的最佳选择。
Now, that's all you need to MAKE the site, but for testing, you should really use actual mobile browsers. One way of course is to get your hands on an actual iOS or Android device to try out mobile safari, mobile chrome, etc. The other way is to download the SDKs and development tools for iOS and Android, which come with the iOS SDK and XCode and the Android SDK and Eclipse, respectively. You can use the emulators, which are normally used for app testing, to run the mobile browser on the fake device on your PC, which will give you a more real-world way of testing the site's look as well as touch functionality inherent in mobile browsers.
现在,这就是制作网站所需的全部内容,但是对于测试,您应该真正使用实际的移动浏览器。当然,一种方法是开始使用实际的iOS或Android设备来尝试移动游戏,移动Chrome等。另一种方法是下载适用于iOS和Android的SDK和开发工具,它们随附iOS SDK和分别是XCode和Android SDK和Eclipse。您可以使用通常用于应用程序测试的模拟器在PC上的假设备上运行移动浏览器,这将为您提供更真实的方式来测试网站的外观以及移动设备中固有的触摸功能浏览器。
#2
1
Visual Studio. Especially Visual Studio 2012, highly optimized for mobile web.
视觉工作室。特别是Visual Studio 2012,针对移动网络进行了高度优化。
Mono Projects for support across platforms (not web app, but regular apps).
Mono Projects支持跨平台(不是Web应用程序,而是常规应用程序)。