C# - Finding Tutorials For Designing Webpages For Mobile Browser

Jul 5, 2010

I'm making my debut in designing a web app specifically targeted at mobile browsers. While I've written web pages before in C#/ASP.NET, I've never done anything specifically for the limited screen real estate and other idiosyncrasies of mobile browsers. So I'm looking for some pointers here:

What design considerations should I be taking account of (aside from the obviously smaller screen)?

What useful features are there in C# that can be put to good effect for the mobile client?

How do you make sure to give a relatively uniform user experience for all different mobile browsers?

View 7 Replies


Similar Messages:

Visual Studio :: Can See Video At Any Browser Using Mobile Webpages

Mar 9, 2010

I wnt to see video but i don't wnt to use media player.....

View 1 Replies

Designing Webpages To Look Good In Both IE6 And IE8 Browsers

Oct 15, 2010

in ASP.NET application, how to design the pages in such a way that they are displayed properly in both IE6 and IE8 browsers? I would like to minimise the CSS work that I need to do if there are any general guidelines to follow which will work in both browsers. I may still need to tweak here and there, but I want to reduce bulk of the work.

View 3 Replies

AJAX :: Finding Mobile AjaxToolkit To Develop Mobile Web Application

May 24, 2010

I'm developing a office site but i wnt to include popup in tht but all mobile is not support fully to javascript & jquery . ........

View 1 Replies

ADO.NET :: How To Use Fluent Nhibernate - Finding Tutorials

Nov 9, 2010

, I want to use fluent hibernate with asp.net but couldn't find any website or tutorial for that , they're all to configure it with asp.net mvc , anyone knows any?

View 3 Replies

Finding Tutorials About Ckeditor Jquery Integration?

Jun 8, 2010

can some one guide me to a good tutorial for jquery ckeditor integration?

View 1 Replies

JQuery :: Finding Tutorials For SiteMap Menu Using CSS?

Mar 5, 2011

I am using asp.net sitemap with the in-built asp.net menu but this is very 'dull'. I want to apply CSS and jQuery to give it a better visual look and feel. I have read various articles based on[URL] However, i really liked

[URL]

Is there any examples or tutorials similar to this which are FREE?

View 2 Replies

Architecture :: Finding Best Practice For Designing Classes - OOP

Aug 10, 2010

I am searching for what are the standard best practice (for OOP) used to design classes for develop asp.net application? I am aware of most of the OOP concepts but confused with how to map object/classes.

Let's take example of Adventure works - 2005 database provided by Microsoft; it has five schemas Sales, Purchase, Person, Production, HR and DBO.

Should we consider Schemas as Namespace in Classes?

Now, Person schema has 5 tables, should we design classes based on tables?

i.e. Person schema has Address, AddressType, Contact, ContactType, CountryRegion & StateProvince tables. What are the classes we can consider?

What are the basic criteria to decide objects? What to do and how to design classes for tables like Purchase order detail, Product cost history, Product inventory, Product Category etc.

View 3 Replies

Forms Data Controls :: Enter Key Will Not Click The Form's Default Button On Mobile Browser, IE Mobile 5.0

Aug 10, 2010

I am developing a web based application for a Motorolla Mc 9090, it is a wireless barcode scanner running windows mobile 5.0.

The idea is to centralize the inventory in one database, by scanning items, serials, bins etc.

I have a set of pages each containg forms, where the user will have to scan an item, and automaticall the scanner has a carriege return (ENTER key) the idea was to have the user simply scan, and the page would automatically click the button posting to server for processing and then the server would reply.

For some reason i cannot get the focus() to work as well as the defaultbutton propperty of the form. There is also 1 more problem, the readOnly textboxes look the same as the non readOnly textboxes, even with the backcolor property changed.(guessing this is just MS)

View 3 Replies

Mobiles :: How To Create A Mobile App For All Mobile's Models, No WAP Browser Intrection

Aug 8, 2010

I have an assignment to develop a mobile application for My company's customers (around 250000). its could be download from our website or we can also provide to our customers those are visiting our branches, on their demand.Requirments:

View 5 Replies

Web Forms :: Build Mobile Webpages In WebApplication?

Jun 25, 2012

How to develop Mobile Web Pages/Web Application in ASP.NET What are the requirement?

View 1 Replies

VS 2008 Avoiding MSDTC / Finding Tutorials For Options

Oct 31, 2010

Various tutorials and articles describing the N-tier architecture use the "Open Late Close Early" methodology for Connection objects. The connection is just opened before a "ExecuteNonQuery or ExecuteReader" command, and closed immediately

This means that inside a transaction where a number of business objects have to be updated (using different DAL classes), the connection can be opened and closed many times.

In that case the transaction will be escalated to a distributed transaction. Now we can’t assume that MSDTC will be availableunning every where. Now if I am building a website to be uploaded using those shared web hosting services, which does not allow MSDTC , what are my options ?

View 10 Replies

Finding Tutorials About Asmx Service With Xml Input And Output?

Jan 20, 2010

I need to write an asmx service that takes the xml file as input and also gives an xml as output which are validated using an xsd..

I was trying to read about the services that accept xml inputs and return xml outputs.. but all in vain, I couldn't find a proper tutorial and sample codes to work on..

Can anyone give some links to some nice tutorials and samples with asmx services accepting xml data and returning xml data..

View 5 Replies

How To Use/create A Custom Control In MVC 2 - Finding Tutorials To Write

Sep 28, 2010

I am trying to figure out how to use/create a custom control in ASP.NET MVC 2.

I created a custom control earlier and compiled it (ccontrol.dll), the control renders a div, textbox and a button + some javascript in order to post a comment on the website. It could be a static aspx page that i wanted to allow my visitors to add a comment to. I would then drag my control from the toolbar to the aspx page and run it, it would then render all the code needed on the webpage including fetching the data from a datasource and displaying that inside the div. The user could also just type in a comment and press the button to save it to the datasource.

Is this possible to convert to MVC 2? Any good tutorial that covers custom controls and MVC 2? (Ideally would be if the control could be made into a .dll file that i then could reuse on future webpages)

How do i write a custom control the mvc way? Any good tutorials on the topic?

View 2 Replies

Using MVC 2, StructureMap, Fluent NHibernate, And PostgreSQL - Finding Tutorials

Aug 8, 2010

I am using the above combo in a new web app Im doing just to try to learn to build new stuff to expand my knowledge. Im hoping to go live if I do a good job.. Im kind of new at MVC and the other products so I was trying to find a link to a good tutorial that set all of these up together.

View 1 Replies

Finding Good Ruby Tutorials On Rails Book For A Developer

Dec 3, 2010

I'm predominantly a .Net developer but am wanting to look into ruby on rails.

Has anyone else been in this situation? And can they recommend any good books/tutorials/general resources for someone wanting to cross over?

View 3 Replies

Security :: Finding Tutorials On User Activity Logging For Windows Authenticated Applications?

May 19, 2010

I have this web application built. I am using windows authentication for this application. I have to log all the user activity as wells as site activity in this application. I have the below mentioned class established to log some activity regarding the user to an SQL server database table..

[code]....

I would still need to log many other items regarding the user and also the site, like the time spent by the user on the site, no: of currently logged in users on the site. Can anyone here suggest me as to how do I capture those items?? let me know if I am going in the right direction too.....?? If you can provide me with some links on this "user activity logging for windows authenticated applications".

View 3 Replies

Security :: Finding Tutorials For Registering And Sending An Activation Link To The User's Email Address

Feb 9, 2010

I program in vb

I was wondering if someone can direct me to a good quality tutorial on the process of registering and sending an activation link to the user's email address. I can't seem to find any useful tutorials online!

View 5 Replies

Mobiles :: Link Button Not Working In Mobile Web Browser But It Works On Regular Browser

Feb 9, 2010

I have website home page which my client can view well on his blackberry mobile phone but I have link buttons on that page which redirect the users to other pages ..just Response.Redirect ............simple code.... but when he clicks on the link, it requests for enabling javascript..I do that but the home page just does a postback. Links are not working on cellphone........... on regular website they are working fine.

View 2 Replies

Web Forms :: 2 Webpages On A Single Browser?

Mar 4, 2010

I want to design a website wherein the page would be having 2 sections.

Section 1. Web page comming from other web site (this web page's domain may/ may not be the same wrt the website in which it would be getting displayed)

Section 2. Web page designed for this webSite

I don't want to use the IFrames for this purpose.

Further, the webpage from Section 2 would require the data from webPage of Section 1 (Interaction would be there)

View 6 Replies

Making SiteMap Menu Using CSS And JQuery - Finding Step By Step Tutorials

Mar 5, 2011

I am using asp.net sitemap with the in-built asp.net menu but this is very 'dull'. I want to apply CSS and jQuery to give it a better visual look and feel. I have read various articles based on [URL] However, i really liked [URL]

Is there any examples or tutorials similar to this which are FREE?

View 1 Replies

How To Make A Website In XHTML And CSS / Finding Step By Step Tutorials

Jan 22, 2010

Well as the title says I am a total noob to web programming. I have experience in XHTML and CSS and that is it, and it is time to expand my knowledge and start making much better websites

I have a project to completely rewrite the site [URL] and want to do it in ASP.NET rather then PHP, and since I do not know either language I would rather learn this one instead.

My question is simple, where do I start? I learn well by reading books and doing examples and building example websites, that sort of stuff. Can anyone suggest any good book titles that will get me started in the right direction? A friend sent me the PDF version of the book: "Learning ASP.NET 3.5, 2nd Edition (Build web applications with ASP.NET 3.5, AJAX, Linq and MORE)." This is so far the only resource I have. The only thing about that book is that it promotes using the WYSIWYG style of web design and I
have always been tought to stay away from that.

View 1 Replies

Visual Studio :: Unable To View The Webpages In The Browser

Aug 17, 2010

While I am running a webpage by doing a right click on it and selecting 'View in Browser' in Visual Studio 2008; it popping up the following error:-

ERROR

The requested URL could not be retrieved While trying to retrieve the URL: /TestADO2/Default.aspx

The following error was encountered:

Invalid URL Some aspect of the requested URL is incorrect. Possible problems:

Missing or incorrect access protocol (should be `http://'' or similar) Missing hostname Illegal double-escape in the URL-Path Illegal character in hostname; underscores are not allowed Your cache administrator is webmaster.

Generated Tue, 17 Aug 2010 06:23:46 GMT by linux.site (squid/2.5.STABLE5)

Preconditions:-

1. My system is connected to a LAN which is accessing the internet through a webserver.

2. When we first time open a web browser it asks us to login to access the internet.

View 1 Replies

Want To Learn C# - Finding Books For Step By Step Tutorials?

May 11, 2010

i decided that asp.net is the one for me. But i dont know any of .net languages. My teacher recommended c# but i dont nedd to learn c# completely but only basics with asp.net. Is there any book or website that teaches c# specifically for asp.net

View 1 Replies

C# Checking If Browser Is Mobile - What Is The Most Reliable Way

Mar 16, 2010

I know I can use Request.Browser.IsMobileDevice.

But does anyone know how it works, and if it is reliable and up to date?

View 6 Replies







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