Drawing using asp.net mvc [closed] - asp.net-mvc

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is there any way to draw a simple image like some lines with asp.net mvc?
Any component or tool?
Actually user wants to draw a simple map and save it to database. Any idea?

I think they warn against doing it in ASP.NET but we've used the graphics libraries to do it before. http://msdn.microsoft.com/en-us/library/5y289054.aspx

try to understand mvc first, its a framework on top of ASP.NET not a client side tool. You could try HTML5 Canvas

Related

iOS Token Field [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Any way of doing the described in this question in iOS?
NSTokenField with mixed token/string input, possible?
As you probably know there are no equivalent Classes for iOS, anyway there are a couple of project around that do this pretty well, for example TITokenField. You can use the control as it is or grab just the logic behind.

Recommended Blog Engine for ASP.NET MVC site [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am building a website in ASP.NET MVC 4. I want a lot of control over this site. For this reason, I'm not using a full blown CMS. However, I would like to integrate a blog engine into my site.
What is the most recommended blog engine for an ASP.NET MVC site?
Thank you
oxite its an mvc blog engine. There are lots of other blogs that use web forms, which wouldn't be that hard to implement

I'm a newbie using rails. I want to make my rails app file be editable [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am a newbie using rails. I want to make my app/views/themes/index.html.erb be editable thru the browser. Anyone here have an idea how to do it?
As a video tutorial is better than I could ever explain, check those 2 links
http://railscasts.com/episodes/332-refinery-cms-basics
http://railscasts.com/episodes/296-mercury-editor
Will explain you how to easily set a WYSWYG editor for your HTML content (not your ruby code)
You can use in-place editing gem.. Here is the link
http://railscasts.com/episodes/302-in-place-editing?view=asciicast
You can use ckeditor to achieve this. See these posts.
http://ckeditor.com/demo
https://github.com/galetahub/ckeditor

iPhone SDK: eMail application source code [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to make an emailing application but I wanted to know if there is maybe already an application that provides their source code so I could get a head start. Like maybe just the simple concept of placing emails in a table view and retrieving them from a server. If there is anything out there please let me know.
If you do a google search, you should be able to find what you are looking for. Here are some I found.
http://mobile.tutsplus.com/tutorials/iphone/mfmailcomposeviewcontroller/
http://m.youtube.com/#/watch?v=ECkJh2mnFc8&desktop_uri=%2Fwatch%3Fv%3DECkJh2mnFc8
The geeky lemon drop one is pretty good.

Is there a web framework for creating a review/rating website? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am looking for creating something like mouthshut.com where users can rate products and services. Thanks.
You can create a review/rating website with any web framework available over there...
The important thing is what programming language do you like to build it.
For Example:
Python: Web2py, Django
Java/Scala: Play2,
PHP: YII
A good place to begin: http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks

Resources