Mobile Website Development [closed] - mobile

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Are there any tools for Mobile Website (not Mobile Application) Development?
For computer websites, CSS grids like Blueprint CSS are used. Is there any thing similar for the mobile version?
There's lot of talk about HTML5 + CSS3 + Javascript - a combination thats going to transform Mobile Websites. Not sure how true. Any good tutorials or starting points that you could suggest.
Thanks.

For touch devices jqtouch is a good solution. There are also commercial ones like Sencha Touch.

Check out a responsive framework like zurb or bootstrap. If you stick with what the frameworks have, you can have one codebase of the site that works in mobile browsers also.

Related

Best framework for create responsive website? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I need much time for create a responsive website. Need to create normal website after it costumize the css using media query. I think I can safe my time. Sometime I browsing and find a framework : amazium. My question,
Is the best framework or any another method for easily and fastly to create any responsive website? I need any suggestion for safe my time. Thank you.
You could use a framework like Zurb Foundation 4 it's a responsive front-end framework highly recommended. It has fluid layouts, responsive design and a grid system.
Getting started docs: http://foundation.zurb.com/docs/
Marakana TechTv video: http://www.youtube.com/watch?v=1HvE1h9gN8M
It depends on your needs, but you should check out Bootstrap.
Bootstrap would be my first choice.
responsive website is not about the framework. Most of time is about how you organize your web page and how you use the framework.

Responsive design frameworks [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Hello I'm about to implement responsive design for a major companies primary website which gets about 14 million unique visitors a month. I'm setting up the basic front end architecture and was wondering on any ideas and techniques that could make life easier. Was looking into backbone for mvvc, Zurb foundation, respond js for ie8, replace js for reducing http calls, GUI minifier...any suggestions that have made everyone's life easier after going down the same path??
Thanks
I currently have a platform that runs the same UX on chrome, ie8+, ff, opera, safari, ios, and android.
I would say do a lot of testing, and make sure to only use cross browser implementations.
Try not to be too cutting edge, or you will drown yourself trying to spotfix the environments which do not support those features. http://www.caniuse.com is a nice resource.
Avoid using explicit sizing.

Iphone test automation - Need Software [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
In my work we recently started to build iphone (and a little bit of android) apps.
and now we are searching for a software that we could make an automated tests for our apps.
It could be a virtual emulator or a physical device, it doesn't matter.
the only condition is that we can't use a jailbroken devices.
Can someone help me to find some softwares so we could make automation on iphone (and android if possible)?
If there are emulators or plugins for QTP it will also be fine Because we are using QTP Regularly.
Thanks a lot,
Idan.
You can test mobile devices with QTP using Perfecto Mobile, I'm not sure how good a fix this will be for you since they provide the mobile devices as a service.

What is the most popular cross-platform mobile development kit available? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm a .NET/Flex web/windows developer about to make the plunge into mobile development. I was wondering what toolkit other mobile developers use to build their applications.
Is there any toolkit that works on all mobile devices, that provides a rich interface, preferably with touch capability? Ease of development would be a bonus.
What framework do you recommend? What are its advantages and limitations?
Your question is far more generalized and covers a broad view of mobile development. Mobile development can be of many types depending on many factors like:
Execution environments
Platform development environment
You can check the Wikipedia page for a generalized idea of what a mobile development can be and what types of developments can be done for what.

MVC frameworks for .NET desktop applications [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've been playing a lot with MVC lately in the forms of ASP.NET MVC and Django (MTV actually) and I must say that I love it.
Are there any similar frameworks for creating desktop WinForm apps?
Not that I know of.
Most of my Winforms apps use the MVC or MVP pattern though. I've noticed that when creating Winforms apps you don't really need much of a framework. There is no routing infrastructure and no view-rendering. I find that I don't have to do much plumbing to use these patterns.
That might explain why there are no high profile frameworks in that space.
A winforms app blends the view and controller into pretty much one thing, the form. In other words, you are working with a model view/controller pattern. Much of the work for the view and controller is already done.

Resources