Creating An Online Dictionary Web Application?

Feb 16, 2011

I am looking into creating an online dictionary.

1. Should I create my own application?

2. Or, should I use a premade web application if so, what?

3. What about open source application such as MediaWiki?

View 5 Replies


Similar Messages:

Creating An Online Application Form For Members?

Apr 4, 2010

creating an online application form. As in an application forms to sign up for a course. i would like users to enter their name and email address so that it can be stored onto a database table. im using sql 2005 express edition on visual studio.

View 17 Replies

Web Forms :: Creating A Webform That Will Require Online Application And Sending / Uploading Of Resume?

Mar 9, 2010

I will be creating a webform that will require online application and sending/uploading of resume that will later be forwarded to an e-mail address (the resume will be an email attachment). I badly need some tips on this! Really new at these things. I will be using VB to code the web form.

View 2 Replies

Web Forms :: Creating Online Shopping Site?

Jan 4, 2010

I would like to know the information about creating an online shopping site..What are the basic things need to follow in creating database for the online website. It would be better if i am aware about the same from some of the basic online shopping sites.

View 5 Replies

C# - Creating An Online Visual Designer Using Silverlight

Sep 26, 2010

I'm trying to create an visual designer like Visual Studio, Expression Blend, Dreamweaver etc as an ONLINE APPLICATION (ASP.NET).

Can Silverlight be helpful with this? What are the things i need to be aware of before starting developing this online app? How good is it dragging, dropping & moving controls around with Silverlight?

View 2 Replies

How To Add Dictionary Facilities To An .net MVC Application

Jul 8, 2010

I need to add dictionary facilities to an Asp.net MVC app. Does anyone know a library that I could use? Where can I get word definitions from?

View 2 Replies

C# - Static Methods Updating A Dictionary<T,U> Is It Safe To Lock() On The Dictionary Itself

Dec 23, 2010

I have a class that maintains a static dictionary of cached lookup results from my domain controller - users' given names and e-mails.My code looks something like:

private static Dictionary<string, string> emailCache = new Dictionary<string, string>();
protected string GetUserEmail(string accountName)
{
if (emailCache.ContainsKey(accountName))
{
return(emailCache[accountName]);
}
lock(/* something */)
{
if (emailCache.ContainsKey(accountName))
[code]...

View 6 Replies

Writing Application For Online Install?

Jan 5, 2011

I need to develop a small application, In our office server a folder Soft contains a office.exe software, our office having a own

website, In that website just click the link Install, the office.exe should be install in the browsing system.

View 3 Replies

Developing A Web Application Which Will Deal With Online Examination?

Mar 8, 2011

I am developing a web application which will deal with online examination. The requirement is:

There can be n-number of sections in an exam and admin users should be able to create questions/answers and add to an exam. The questions should be displayed for a certain amount of time in the browser with meclock and it should move to next question automatically. User should not be allowed to open any other instance of the browser or login from another IP if the exam is in progress.

I am seeking community vote of how would someone design the application to meet all these criterias? What patterns should be used? What components to reduce the development time etc..My technology stack is C#, ASP.NET MVC or ASP.NET with SQL Server.

View 3 Replies

Web Forms :: How To Create Offline And Online Application

May 5, 2010

me how create offline and on line application.like..

I need create an app.net application.This should works with or with out internet.

Here main requirement is some user will connects to internet and get data to local system.then whey will work on offline.Finally need update server all users updates to server.

so here..

1. user will connect to internet every morning at that time we need to synchorize local database from server database.

2.next user will do some operataions like adding some records or updating some records from his local database using application.

3.Finally end of the day we need to synchronize his local database with server.

View 3 Replies

Configuration :: Connecting Application To Online DataBase

Oct 1, 2010

I have all my tables and queries in online DB ie., i have created all my tables and queries in online using third party site [URL] Now i want to make connect my application (which is in my system) with that database

View 5 Replies

Web Forms :: How To Add Timer In Online Quiz Application

Feb 15, 2010

I have created an application in asp.net using c#.In that i have a Quiz Module.Quiz is working fine but now clients wants a Timer in this Module.How do i add a Timer for two minutes for whole quiz which will be showing like this- > 02:00 to 00:00 ?

View 8 Replies

Develop An Application To Sell Music Online?

Apr 28, 2010

We need to develop an application to sell music online. No need to specify that all will be done quite legally and in so doing, we have to plan an interface to pay artists. However, we are confronted with a question: What is the best way to store music on the server? Should we save it on server's disk from a HTTP fileupload? Should we save via FTP or would it be wiser to save it in the database? No need to say that we need it to be the most safiest as possible. So maybe an https is required here. But, we what you think is the best way? Maybe other idea? Because in all HTTP case, upload songs (for administration) is quite long and boring, but easly linkable to a song that admin create in his web application comparativly to an FTP application to upload song on server and then list directory in admin part to link the correct uploaded song to the song informations in database.

View 1 Replies

C# - Counting Online Number Of Users Of A Web Application?

Jul 18, 2010

I am using ASP.Net + .Net 3.5 + VSTS 2008 + IIS 7.0 + C# to develop a web application. I want to count how many users are online. This is my current implementation,when Session_Start is called, I will increase # of users online by 1;when Session_End is called, I will descrease # of users online by 1.Two quesitons,A Is that implementaiton correct?B. Another question is, I think this method can not track # of users of real time, since when user closes the browser, Session_End will not be called immediately (Session_End will be deferred to be called). Correct?

View 3 Replies

Web Application - How To Implement Online Payment For Visitor

Jun 18, 2012

i am working in a web application that should allow online payment to its visitor, and how to implement online payments in a asp.net web application.

View 1 Replies

How To Create A Very Simple Online Event Reservation Application

Oct 26, 2010

Im about to create a very simple online event reservation application and currently have 3 tables:

User
PK_UserID
UserName
Event
PK_EventID
EventName
EventDescription
EventStartDate
EventEndDate
SeatsAvailable
BookedEvents
ID
FK_UserID
FK_EventID

Do you have any experience of how to handle SeatsAvailable? I mean if SeatsAvailable is set to 5 and there are 5 users online and want to book event. And some user has started to fill out the form then changed his mind. Then seats in database can just leak. I was thinking about sessions - like to limit every user to 5 minutes to complete the booking but i dont really know.

View 2 Replies

Web Forms :: How To Develop An Application That Should Be Able To Work Online And Offline

Jan 6, 2011

I want to develop a utility where user will insert new Records and also the same application should work if user is not connected with internet.When user wants to submit records only that time he required to connect internet.

We have created one sample application using excel where we use Dropdown, Textbox, Label.User will download excel file from website and filled up details. When user wants to submit all details only that time internet is required. Application will insert value from excel file to server using WebServices when user click on submit button.

Above is working file but it's increasing our work because we are creating website and also Excel project (Almost double work). I want something where we can utilize the code for online and offline application.

View 1 Replies

C# - How To Get List Of Current Online Users Of A Facebook Application

Nov 12, 2010

I am trying to create ajax based chat for my application users; I need to get list of All currently online users of the application ..Is there a way to retrieve such a list with facebook aPI? if not how can I implement that?

View 1 Replies

Make Epaper(Online News Paper) Like Application In .net?

Jan 6, 2011

Let say I have complete Image of Newspaper front page i want it make asp.net or winform application so user can slice this page and then link this page to another image...I am confused what should i do from where should I start although this is not my newspaper application its university project but it works same like this images....For clear understanding here is site link eg. http://epaper.dawn.com

View 1 Replies

Web Forms :: Set Two Minutes Timer In Online Questionnaire Test Application?

Feb 6, 2013

how to set time for particular questions.

eg: 2 min.

if the user not click the answer for particular question, it should automatically went to next question. (online exam text).

View 1 Replies

Drawback To Creating A Separate IIS Application Pool For Each Website / Application?

Jan 5, 2010

Currently, on our production IIS web farm, we host about 15 applications in a single App Pool (Default App Pool). There are two websites and about 13 virtual directories.A colleague has recommended that we change our IIS configuration so each application is a separate App Pool (with identical settings).

Is there any drawback or potential issues to doing this?Is it possible that ASP.NET applications could have been built with the requirements that they are all within the same App Pool?

View 2 Replies

DataSource Controls :: Create A Dictionary... Where Can Get Dictionary Database Or World Lists (english To English , English To Hindi?

Mar 5, 2010

I want to create a Dictionary... where i can get Dictionary database or World lists (english to english , english to hindi)

View 1 Replies

Web Forms :: Create An Online Html Editor Used In .net Application With The Basic button ?

Jan 18, 2011

i need to create an online html editor to be used in my asp.net application with the basic button of dataformating + adding/inserting images+creating templates

View 4 Replies

Developing A Simple Online DBMS To Browse Database Online?

Dec 6, 2010

I am developing a simple online DBMS to browse my database online.... the main concern for me is to clear everything from the PC when the user disconnect so no body can go and click (Back) on the browser and see the pages if the user forgot to close it.. what I have done so far is :

[Code]....

I am sure this is not enough.. am I right? so what else I should include there?

View 13 Replies

Architecture :: Using GMT Time(Online) In Online Exam Website

Feb 25, 2010

I want to create a Online Exam site in ASP.NET .In that i want to display Test based on the Date and time and the user can take the test at the time set my the Teacher.

For Example:

Teacher want to take C Test for the Mid Semester Test and the test is schedule on 1 May 2010,then the test should appear on the test page on the 1st may only and the user should be able to take the test on the set time.

The problem is that if i use System time then user can change the system time and can take the test schedule in future.

So i want to know how can implement this thing.I have given many online test but dont know how they work out the time and date logic.

View 2 Replies







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