DotNetShoutout - Stories tagged with Mobile
5
Shouts

Getting Started with Mobile Web Development Using HTML5, jQuery Mobile and ASP.NET MVC 4 - Rachel Appel

published 476 days, 23 hours, 12 minutes ago posted by StevesSteves 477 days, 23 hours, 11 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Wednesday, February 01, 2012 5:07:55 PM GMT
Welcome to the first installment of the Web Development Report, a new online column at MSDN Magazine. Each month, current topics and issues in Web application development using technologies such as HTML5, ASP.NET, jQuery, Mobile Web and more will be discussed. The area covered this month is mobile Web Development. As you probably know, software development is shifting toward the mobile space. Mobile devices have become ubiquitous in the consumer landscape, and the demand for mobile software is increasin... (more)
category: Web Dev | clicked: 80 | 1 comment | | source: msdn.microsoft.com
tags: ASP.NET MVC, ASP.NET MVC 4, ASPNETMVC, jQuery, Mobile, html5
3
Shouts

An approach to mobile support in ASP.NET MVC

published 495 days, 4 hours, 24 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 497 days, 20 hours ago
Sunday, January 15, 2012 11:54:38 AM GMT Thursday, January 12, 2012 8:19:20 PM GMT
I have been spending a decent amount of time working on a side project in ASP.NET MVC lately. From the start, I planned on supporting mobile. There are lots of ways you can use or extend ASP.NET MVC to support mobile. Having tried several, I can say they all have their merits, and the solution that will work for you very much depends on your requirements. In this post I will run you over the implementation that worked for me, for my specific requirements. (more)
category: Web Dev | clicked: 39 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, Mobile, ASP.NET
2
Shouts

Programming for the future of mobile

published 559 days, 12 hours, 57 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 561 days, 18 hours, 47 minutes ago
Saturday, November 12, 2011 3:22:30 AM GMT Wednesday, November 09, 2011 9:31:57 PM GMT
I have been working on something small on the side lately. I hardly have anything to show for it though, most of it is still being shaped in my head. Anyhow, a very important part of the front-end is built using jQuery mobile. Although the framework hasn't been released - release candidates are available though -, it's something you should start looking into today. Why? Because the browser is the future of mobile applications. With the Flash and Silverlight bombs that were dropped today, I am even mo... (more)
category: Web Dev | clicked: 64 | 3 comments | | source: jclaes.blogspot.com
tags: jQuery-mobile, Windows Phone 7, jQuery, Mobile
4
Shouts

JavaScript - RoyalSlider – Touch-Enabled jQuery Image Gallery - CodeCanyon

published 648 days, 19 hours, 26 minutes ago posted by diiiimaaaadiiiimaaaa 651 days, 3 hours, 2 minutes ago
Sunday, August 14, 2011 8:53:00 PM GMT Friday, August 12, 2011 1:16:59 PM GMT
RoyalSlider is easy to use jQuery image gallery with animated captions and touch support for mobile devices. Easily add unlimited number of slides and captions. Use it as image slider, image gallery, banner rotator, banner ads, or even presentation. - Animated HTML captions with custom effects (fade, move top, move right…) - Touch gestures navigation (tested on iOS and Android) - Adjustable speed, transition and easing for each caption or slide - Static content for each slide is allowed - Resizable(fluid... (more)
category: UX | clicked: 38 | 1 comment | | source: codecanyon.net
tags: Slider, gallery, jQuery, Mobile, touch, html5
3
Shouts

Using The Viewport Meta Tag - Gil Fink's Blog

published 667 days, 20 hours, 8 minutes ago posted by gilfgilf 671 days, 2 hours, 4 minutes ago
Tuesday, July 26, 2011 8:11:13 PM GMT Saturday, July 23, 2011 2:15:31 PM GMT
Many smartphone browsers support the viewport meta tag which controls the logical dimensions and scaling of the browser’s viewport window. In this post I’m going to describe what is the viewport meta tag and how you can use it in your web pages. (more)
category: Web Dev | clicked: 15 | 1 comment | | source: blogs.microsoft.co.il
tags: Windows Phone 7, meta tag, Mobile
8
Shouts

Opera Mobile Emulator for desktop - Dev.Opera

published 716 days, 7 hours, 44 minutes ago posted by iftekharahmedamitiftekharahmedamit 717 days, 20 hours, 35 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Monday, June 06, 2011 7:44:04 PM GMT
Figure 1: The Opera Mobile Emulator running on Mac.Introduction Making sure that your site looks great and works exactly as it should in mobile and tablet browsers can often be a tedious process — you typically need one or more physical devices, or some form of virtual machine emulating the whole operating system, and that’s just the start. Our updated Opera Mobile 11 Emulator for Windows, Linux and Mac makes things a whole lot easier. It’s a small, native application that’s easy to install on your de... (more)
category: How To | clicked: 15 | comment | | source: dev.opera.com
tags: Opera Mobile Emulator, Emulator, Opera, Opera Mobile 11, Mobile
5
Shouts

ASP.Net HttpModule to detect and redirect mobile devices version 2.0

published 805 days, 4 hours, 15 minutes ago posted by http://dougrathbone.myopenid.com/http://dougrathbone.myopenid.com/ 807 days, 5 hours, 3 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Wednesday, March 09, 2011 11:16:17 AM GMT
Last year I wrote a post on how to setup an ASP.Net HttpModule that detects and redirects mobile devices so that you can show a different version of your site to users browsing your site using whatever hot new mobile device is going around. Since then the lay of the land has changed a bit, so i thought it was time to reassess the solution i recommended and offer you a new updated one for 2011. The great thing about this solution is it’s a lot more future proof, so hopefully i won’t have to write another ... (more)
category: Web Dev | clicked: 21 | 1 comment | | source: www.diaryofaninja.com
tags: iPhone, Android, Mobile, Windows-Phone-7, ASP.NET
7
Shouts

Use Custom Resize to Make The IE9 Mobile Experience - Chris Love's Official ASP.NET Blog

published 808 days, 21 hours, 47 minutes ago posted by StevesSteves 809 days, 16 hours, 40 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:38:58 PM GMT
Last month Microsoft demonstrated IE9 on Windows Phone 7, a big w00t for that. But we won’t have a copy of IE9 on the Windows Phone 7 emulator for a while to come, and no I have no idea when the SDK will be updated. But I have started doing a lot of experimenting with mobile web development in recent months and wanted to get the feel for IE9 in a phone size. Microsoft introduced the F12 tools in IE8 and has expanded them for IE9. I honestly can’t rec... (more)
category: Smart Client | clicked: 3 | comment | | source: professionalaspnet.com
tags: Windows Phone 7, IE9, Mobile
5
Shouts

Creating ASP.NET Mobile Web pages

published 816 days, 9 hours, 34 minutes ago posted by taanu51taanu51 818 days, 7 hours, 54 minutes ago
Monday, February 28, 2011 6:45:19 AM GMT Saturday, February 26, 2011 8:25:25 AM GMT
Now, we discuss the main theme of this article. How you can create mobile web pages (generally called web forms in ASP.NET environment). The code below displays a simple message for any mobile device. Note that ASP.NET Mobile library classes have to be included in every mobile web page. These classes define mobile web controls.  <% Page Inherits= "System.Web.UI.MobileControls.MobilePage " Language= "C# "%> <%@ Register TagPrefix= "mobile " Namespace= "System.Web.UI.MobileControls " Assembly= "Sys... (more)
category: Web Dev | clicked: 2 | comment | | source: taanu51.blogspot.com
tags: ASPNET, Mobile
5
Shouts

ASP.NET Mobile Web Controls

published 816 days, 9 hours, 34 minutes ago posted by taanu51taanu51 818 days, 7 hours, 55 minutes ago
Monday, February 28, 2011 6:45:19 AM GMT Saturday, February 26, 2011 8:24:21 AM GMT
Mobile Programming involves many controls that are used to deal with the input/output data and presenting it. Some of these controls are the same you normally use in traditional ASP.NET programming. I am giving a short list of mobile controls along with their description.  TextView Description: Used to display simple text messages on the screen.  MyLabel.text = “Under 21”  List : Label Description: Displays strings on the screen. Its value can be set dynamically.  Example:  if... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: taanu51.blogspot.com
tags: Web Controls, ASPNET, Mobile
2
Shouts

Gizmox Enters the Business Mobile Application Market – Visual WebGui Based Solutions Deployed in Major Financial and Medical Institutions

posted by EinatsmEinatsm 836 days, 3 hours, 3 minutes ago
Tuesday, February 08, 2011 1:15:41 PM GMT
In partnership with IdeoMobile, business mobile solutions have been developed and implemented quickly with minimal cost (more)
category: Web Dev | clicked: 1 | comment | | source: www.visualwebgui.com
tags: Solution, Mobile
2
Shouts

Gizmox exposes its VWG Enterprise Mobile solution

posted by EinatsmEinatsm 843 days, 2 hours, 21 minutes ago
Tuesday, February 01, 2011 1:58:10 PM GMT
After successfully tackling rich Web applications' major security, performance and economics challenges Gizmox is now extending Visual WebGui to Mobiles (more)
category: Web Dev | clicked: 6 | comment | | source: www.visualwebgui.com
tags: Web, Solution, Mobile
3
Shouts

.NET Application delivery Development & Migration Solutions

published 854 days, 18 hours, 49 minutes ago posted by webguiwebgui 856 days, 58 minutes ago
Thursday, January 20, 2011 9:30:20 PM GMT Wednesday, January 19, 2011 3:20:58 PM GMT
Visual WebGui Instant CloudMove provides simplest, fastest transformation path from .NET and VB6 Client/Server applications to secure SaaS-native .NET based Cloud/Web and Mobile deployments (more)
category: Web Dev | clicked: 4 | comment | | source: www.visualwebgui.com
tags: .NET, migration, cloud applications, Web, client-server, Cloud Computing, web development, Mobile
10
Shouts

Building mobile web site with ASP.NET MVC and jQuery Mobile

published 938 days, 21 hours, 45 minutes ago posted by gpeipmangpeipman 940 days, 15 hours, 53 minutes ago
Thursday, October 28, 2010 6:34:36 PM GMT Wednesday, October 27, 2010 12:25:56 AM GMT
jQuery Mobile is unified UI system that will work on all popular mobile device platforms. Currently alpha version is available to download. In this posting I will show you how to use jQuery Mobile with ASP.NET MVC 3 and how jQuery Mobile pages look on Windows Mobile. (more)
category: Web Dev | clicked: 5 | comment | | source: weblogs.asp.net
tags: jQuery, Mobile, MVC, ASP.NET
9
Shouts

Dean Hume - jQuery Mobile - Optimizing your Website for Smartphone's and Tablets

published 941 days, 15 hours, 50 minutes ago posted by deanomachinodeanomachino 942 days, 5 hours, 46 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 10:33:18 AM GMT
jQuery Mobile - Optimizing your Website for Smartphone's and Tablets As developers today, our websites are constantly being accessed from different forms of devices - PC's, Mac's, iPhones, Blackberry's, iPads - and the list goes on! Developing websites and content that conforms to all these standards can be a nightmare. Luckily, jQuery has just released a version of their library called jQuery Mobile. Not only does it provide sleek, clean and semantic HTML - but it is a unified JavaScript User Inter... (more)
category: UX | clicked: 4 | comment | | source: deanhume.com
tags: jQuery mobile, jQuery, Mobile
6
Shouts

Announcing Pictures Lab for Windows Phone

published 946 days, 19 hours, 28 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 948 days, 21 hours, 21 minutes ago
Wednesday, October 20, 2010 8:51:26 PM GMT Monday, October 18, 2010 6:58:14 PM GMT
"Windows Phones are going to be absolutely amazing devices for taking pictures and dealing with pictures." - Joe Belfiore at the official Windows Phone 7 launch event in NYC last week. Rene Schulte has been working heavily during the last months to enhance this photo experience with his kind of skills. This blog post announces the Windows Phone app I created and will also provide the references to how it works internally. (more)
category: Metro | clicked: 0 | comment | | source: kodierer.blogspot.com
tags: Silverlight, WP7, wp7dev, Mobile
4
Shouts

Building Windows Phone 7 Apps with Azure

published 1038 days, 21 hours, 36 minutes ago posted by http://jamescrowley.myopenid.com/http://jamescrowley.myopenid.com/ 1039 days, 3 hours, 41 minutes ago
Tuesday, July 20, 2010 6:43:23 PM GMT Tuesday, July 20, 2010 12:38:32 PM GMT
Jason Zander as looks at how to building a cloud service using WCF, SQL Azure and then hook that into a Windows Phone 7 application. (more)
category: Smart Client | clicked: 2 | comment | | source: www.developerfusion.com
tags: Windows Phone 7, SQL Azure, Mobile, Azure
4
Shouts

Windows Phone 7 Tools Beta released

published 1045 days, 59 minutes ago posted by http://jamescrowley.myopenid.com/http://jamescrowley.myopenid.com/ 1045 days, 23 hours, 48 minutes ago
Wednesday, July 14, 2010 3:20:19 PM GMT Tuesday, July 13, 2010 4:31:08 PM GMT
Microsoft have just announced the release of Windows Phone Developer Tools Beta. The new tools included in the Beta comprise of a new express edition of Visual Studio, “Visual Studio 2010 Express for Windows Phone”; a version of Expression Blend for Windows Phone; Silverlight for Windows Phone 7; and XNA Game Studio for Windows Phone 7. On top of the CTP and CTP Refresh already released, it adds a stack of new features that developers will have been looking forward to. (more)
category: Smart Client | clicked: 0 | comment | | source: www.developerfusion.com
tags: Windows Phone 7, developer tools, Mobile
7
Shouts

I want more shell applications, especially for mobile - Tim Heuer

published 1066 days, 5 hours, 47 minutes ago posted by jantujantu 1067 days, 6 hours, 29 minutes ago
Wednesday, June 23, 2010 10:32:13 AM GMT Tuesday, June 22, 2010 9:50:09 AM GMT
I just got back from speaking/attending the Norwegian Developers Conference in Oslo, Norway. It was a great time and a well run conference. Like many other conferences I found myself looking for two things I wanted on my mobile: the schedule and a map/guide for the city (I’ve never been to Oslo). You see every time I take a trip, here’s what I do: Search for an app that contains the schedule (or offline version). Ideally allows me to build my schedule and gets updates for changes Find the metro/map... (more)
category: Metro | clicked: 0 | comment | | source: timheuer.com
tags: iPhone, guide, MIX10, metro, carsonified, Conference, Mobile
5
Shouts

Compact Framework is finally dead (or is it)

published 1142 days, 2 hours, 27 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 1144 days, 17 hours, 52 minutes ago
Thursday, April 08, 2010 1:51:53 PM GMT Monday, April 05, 2010 10:26:59 PM GMT
I think many people know that we used to produce a Compact Framework (CF) provider for VistaDB.  We didn’t do it for VistaDB 4 specifically because of a couple issues that I saw coming, and couldn’t get clear answers from anyone at Microsoft.  I think since the Windows Phone 7 announcement things are finally clearing up, but Microsoft has some confusing terminology. Compact Framework for Visual Studio 2010 A lot of people noticed this doesn’t exist.  There is no mobile story in the Visual Studio 2010 be... (more)
category: Metro | clicked: 2 | comment | | source: infinitecodex.com
tags: Silverlight, Windows Phone 7, CompactFramework, Mobile
Previous 1 2 Next