ajnl Posted December 6, 2010 Posted December 6, 2010 Hey, pretty sure this is the right place to put it, but if not let me know! I have two questions: 1. Is there an easy way to make a website that works well on mobile phones? Are there any tutorials? I looked on google and couldn't find anything that really helped. 2. Is it possible to code a website with C#? My school gives us each a person profile on our school website (like facebook) and I looked thru the code. It says that its coded using C#. Is that possible? Quote
Chuckun Posted December 6, 2010 Posted December 6, 2010 I believe windows-served ASP websites can be / are coded in C#? Quote
Krauersaut Posted December 6, 2010 Posted December 6, 2010 Hey, pretty sure this is the right place to put it, but if not let me know! I have two questions: 1. Is there an easy way to make a website that works well on mobile phones? Are there any tutorials? I looked on google and couldn't find anything that really helped. 2. Is it possible to code a website with C#? My school gives us each a person profile on our school website (like facebook) and I looked thru the code. It says that its coded using C#. Is that possible? 1. depends on the complexity of the website and the device itself. You wouldn't need to adjust much for a small portfolio site but rather much for a forum like this one. There are a bunch of tutorials about this topic out there, like this one for example. 2. IIS runs ASP.NET applications, which could be coded in any language that support .NET, mainly C# and VB.NET. Yes, it is possible. Quote
ajnl Posted December 6, 2010 Author Posted December 6, 2010 that makes sense, it is a .aspx page. Quote
Administrators daredevil Posted December 6, 2010 Administrators Posted December 6, 2010 Our forums works well on mobile, if you choose mobile skin and I don't think it's .aspx either. It's php and css modification. I could be wrong also. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.