WebMatrix :: Creating A Mobile Version From Website ?

Feb 13, 2011

creating a mobile version of the website I have created in WebMatrix. I have created the website and the email form and the data input forms and all seems to work ok with the SQL Server Compact 4 database, but I now want to create a version to run on my smartphone (it's a htc hd2 running windows mobile 6.5.3, though I think I may have to produce it to run on windows mobile 7 -feel free to comment).

There are some good tutorials out there for WebMatrix generally but I have yet to find anything covering the scenario above.

The other query relates to deploying the WebMatrix site. I know there is webhosting offered on WebMatrix, but I can't find a simple guide to what spec to be looking for in any package offering webhosting. (poor student looking for cheapest offer for trialling practise sites) I think I have come to the conclusion that if they offer Microsoft ASP.NET 4 then that should be ok for the Razor syntax and cope with the cshtml, and that at the basic level I am working at I don't need an SQL database as part of the hosting package as the compact travels as a file with the rest of the site.

View 4 Replies


Similar Messages:

Performance - Creating A Mobile Version Of The Existing 3.5 Application?

Jan 12, 2011

I have an existing web application developed in Asp.Net F/W 3.5 and a mobile version of the same need to be created.

May i have some suggestions on:

How can i start with?.Some links & sites that would give me more clarity on how to approach this requirement. Is there any ASP.Net/iis features or Visual Studio option that ease this mobile version creation? As there are RadControls & Ajax used throughout the application, what should i be careful about? Will it require every form in the UI to be replaced and take the same time as the old UI creation? What all thinks should i be considering in the performance/optimization point of view?.

View 3 Replies

How To Create Mobile Version Of Website

Sep 2, 2010

i have a web created on asp

And i want to make it mobile phone web, such that user can use it through his / her cell phone. I don't have any knowledge about XML And also i don't have knowledge of .NET. How can I do this?

View 2 Replies

How To Structure Website To Expose Mobile Version

Mar 11, 2011

Pretend i have an existing web-site, e.g.:[URL]i now want to expose a mobile version of this web-site:

m.stackoverflow.com
IIS, with its host-header name resolution, would normally require two web-sites to be created:
www.stackoverflow.com
m.stackoverflow.com

Except now i have two web-sites in IIS. This means i have to duplicate code/files between them. i don't need to (nor do i want to) duplicate all the "model" and "controller" code between two web-sites. i would much rather have one web-site that exposes a mobile version.

i could have the default page in m.stackoverflow.com simply perform a redirect to a mobile landing page on the "real" web-site:

m.stackoverflow.comdefault.asp:

<% Response.Redirect "www.stackoverflow.com/mobile" %>

Then the client will end up at (for example) www.stackoverflow.com/mobile/default.aspx.

This isn't what i want. i want it to appear to the browser that they are visiting m.stackoverflow.com.

So what i could do in IIS is have two host-header names for one IIS web-site:

stackoverflow.com
m.stackoverflow.com
and inspect the http-request HOST header: [URL]
Host: stackoverflow.com

[Code]....

View 1 Replies

Web Forms :: How To Create Mobile Version Of A Website

Aug 31, 2012

I have googled this topic and found lots of solutions like

[URL] ....
[URL] ....

But still I am confused how to start. I have made some asp.net websites in which i was applying JQuery, Ajax, webservices this technology. Now i want to make that website in a lighter mobile version(windows phone, android phone, tablet, iphone, other mobile device).

View 1 Replies

Creating Mobile Website Page To Download Symbian .sis File To Mobile Unable To Download Properly

Dec 10, 2010

i m creating asp.net Mobile website page to download symbian .sis file to mobile ,but its not geting download properly.its working perfectly on desktop.

View 2 Replies

Mobiles :: Mobile Version Of A Website Which Using Ajax And Displays At 100% Width Via Css?

Feb 2, 2011

i have developed a mobile version of a website which using ajax and displays at 100% width via css.this displays and works fine on the HTC phones, i have a few issues below, i have read a few post saying you can preset the phones browser settings do you know how i can fix the problems below?iphone - my css width is 100% the iphone is scaling the site to a very small versionblackberry - ajax is not working

View 1 Replies

Web Forms :: How To View Desktop Website From Mobile Website Using Mobile Device

Dec 3, 2013

I have one mobile website using ASP.NET with c# language. The problem which i have rise you that, I have two websites with same domain name, they are Desktop websites and mobile website

1. Desktop websites ->www.****.com -> this is i have used to view full websites in IE,FIREFOX,CHROME,etc...

2.mobile website ->www.****.com -> this is i have used to display mobile website using any mobile devices like iphone, stc, nokia, samsung, etc...

In my mobile website  have one button which is for "view full website" . If i click on that from mobile the link which i want to show full website with the same mobile device what devices i have using.

View 1 Replies

WebMatrix :: Include Microsoft.Data.Entity.CTP.dll Reference To WebMatrix Website?

Jan 19, 2011

I'm wondering if it is possible to include Microsoft.Data.Entity.CTP.dll reference to WebMatrix site and if the Compact edition of the database would support it? I'd kinda love use something like

code-first development in my WebMatrix project. I think is even easier than writing SQL-s into the code...

View 1 Replies

WebMatrix :: Running Version Of Wordpress?

Feb 7, 2011

I am trying to roll out a Wordpress site here at [URL] but ran into a snag as the only Wordpress version that it supported was the 3.0.1 not the 3.0.4. What version does Webmatrix install? I have a running site and would rather not rebuild it, can I install this over the top of my existing site?

View 6 Replies

Converting Existing Websites To Mobile Version?

Oct 15, 2010

I have a existing web site which is developed in Asp.Net / AJAX 3.5, C#, Now I need to make this site available in Mobile version.. and I came across an open source tool [URL]

But I am not sure How do I integrate.. this in my existing application...

Also my site is running in godaddy shared hosting server..

View 2 Replies

Mobiles :: Developing A Mobile Version Of A Web Application?

Feb 3, 2010

I currently have a ASP.NET web application that was designed for desktops/laptops. Now we need a mobile version of this application. I have never developed mobile application before and am looking for any good tips before i start. Things that i have been thinking about like how do you know when load the mobile version or the normal version.

View 2 Replies

Strategy For Making A Mobile Version Of A EPiServer Site?

Feb 16, 2011

I am about to a client develop a mobile version of their EPiServer site. The mobile version should have different functionality than the regular but some content might be shared so that it won't have be maintained twice.

I'm thinking about using jQuery Mobile as the user interface system to reach as many users as possible with the same solution and possibly 51degrees.mobi for best detection of mobile devices.

Does anyone have any experience in how to do this with EPiServer? How to structure? I'm thinking of using a sub-node (/mobile) that gets hidden on the regular site but I'm not sure it's the best solution.

View 1 Replies

How To Change Size Of Textboxes For Mobile Version To Make Them Smaller

Feb 26, 2015

this is my css for the mobile version I was just wondering how I can change the size of the textboxes for the mobile version to make them smaller but don't change on the computer version? if you go here on the mobile version youll see what I mean URL... the code for the form is inside this class tag.

<section class="left-col">
</secion>

PHP Code:

/*--------MEDIA!!!-----------*/@media screen and (max-width: 478px){   body{    
font-size: 13px;    }}@media screen and (max-width: 740px){          nav {        
width: 100%;        margin-bottom: 10px;    }    nav ul{        list-style: none;        
margin: 0 auto;        padding-left: 0px;    }    nav ul li{        text-align:  center;        
margin-left: 0 auto;        width: 100%;        border-top: 1px solid #878E63;  

[Code]......

View 6 Replies

Social Networking :: Mobile Version Post Publish And Share Facebook

Aug 28, 2013

Post Publish and Share content on user’s FaceBook Wall or Timeline using Graph  does not work on the mobile version.

Redirects to a page with an error, the desktop version works on mobile no, is how to fix it

View 1 Replies

SharePoint External Facing Website Ability To Go Full Website And Non Full Website When Accessed In Mobile Device?

Dec 15, 2010

I've got an external site that's built in SharePoint 2007. the user of the site need to have an option to view the full site when accessed from a mobile device. I am thinking of just creating a button control to do this. The question is, what would be the best solution to do this?

View 1 Replies

Creating Mobile Web Applications In VS 2010?

Jun 29, 2010

I am trying to create a mobile version of a web application using VS2010 (.Net 3.5, not 4). When I search for information on ASP.net mobile I see a lot of references to mobile controls that adapt their HTML to the specific device requesting the page. Since I would like this app to be viewable on as many as devices as possible, it seems like it would be better to use the mobile controls rather than just create a smaller version of a web form. Apparently VS2008 and up do not include the mobile control templates, but you can download and install them separately. I did, but when I tried to create a test page I get a server error complaining that the assembly "System.Web.Mobile" could not be found. I double checked in my references and that assembly is included in the project. The file System.Web.Mobile.dll is also on the server running the app.

Is there something that I am doing wrong, or is developing a mobile web app in this way using VS2010 not possible?

View 1 Replies

WebMatrix :: Web Development 101: Part 6 - Creating An Add Data Page

Mar 22, 2011

I've followed this training without problem until Part 6. When I get to the last execise on the page "Adding to the Database" my form does not work as expected. Here's the code for my AddMovie.cshtml:

@{
var MovieName="";
var MovieGenre="";
var MovieYear="";
if(IsPost){
MovieName=Request["formName"];
MovieGenre=Request["formGenre"];
MovieYear=Request["formYear"];
var SQLINSERT = "INSERT INTO Favorites (Name, Genre, ReleaseYear) VALUES (@0, @1, @2)";
var db = Database.Open("Movies");
db.Execute(SQLINSERT, MovieName, MovieGenre, MovieYear);
Response.Redirect("dataMovies.cshtml");
}
}
<h1>Add a New Movie to the database</h1
<form action="" method="post">
<p>Name:<input type="text" name="formName" /></p>
<p>Genre:<input type="text" name="formGenre" /></p>
<p>Year:<input type="text" name="formYear" /></p>
<p><input type="submit" value="Add Movie" /></p>
</form>

I get the Add Movie submit button, and I've rechecked several times, but I cannot find why 1) the data is not added to the database and 2) that the redirect does not send me back to the start page dataMovies.cshtml (which is working fine).

View 4 Replies

WebMatrix :: Run Website On Local Server?

Sep 27, 2010

I am new to this new version of Webmatrix. I developed a couple of web sites on the previous version about 4 years ago.

I have downloaded and installed all of the recommended products using Microsoft Web Platform Installer including IIS Express, Web Matrix and Visual Studio 2010 Express.

1) I followed the Start From Scratch and set up the Hello World web site.

When I click on Run, if I am not online Internet Explorer opens but does not display the Hello World site.

If I am online and click on Run the Hello World site does display.

2) The new Webmatrix does not not have different tabs like the previous one did: Design & HTML & Code. To see the Design I launched Visual Studio 2010 Express but it still only shows me the code. In Tools/Options I have selected both Design view and Split View but both still only show me the code.

View 1 Replies

Put Version Of The Website?

Mar 29, 2011

I am running an asp.net website.which is working perfect.

now my boss is asking me to put version of the website.On what scenario i can do this part.

View 3 Replies

Website Not Working Properly In Mobile

Oct 18, 2010

I have created a simple app with a page having a server side form, three fields and a button that submits and performs two operations - 1) adds the form fields to the database table 2) sends an email. Now everything works fine on the web browser on my machine but when I access the app through my mobile, the page does not seem to work. the UI and all are set but the button click functionality doesnt seem to be working and also the label which is set after a successful submit is already visible and showing the "thank you" message. Am i doing something wrong here? I have checked the app on Nokia Smartphone browser, android phone, and iphone simulator.

View 2 Replies

Mobiles :: How To Develop A Mobile Website

Sep 6, 2010

i am developing a mobile website ... and the target devices are windows mobile or black berry... following is my form code...

[Code]....

i have uploaded the site to the server .... when i try to access the site... it is showing the 404 error... but working in Windows Mobile simulator with out any error

View 1 Replies

What Calendar Control Can Use For Mobile Website

Jul 14, 2010

I'm developing a web site in ASP.NET/C# that is targeted at mobile users.

What calendar control do you recommend, that will work on Nokia, Safari, Opera?

View 3 Replies

How To Get Website Product Name And Version

Nov 15, 2010

Usually in an ASP.NET Web Application I would write - My.Application.Info.ProductName or My.Application.Info.Version, but I'm looking at an older ASP.NET Web Site and it doesn't have the Application option.

Does anyone know the equivalents?

View 2 Replies

Send And Receive Messages From Website On To A Mobile?.

Apr 4, 2010

to send and receive messages from my website on to a mobile and if it is then how.

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved