Click here to Skip to main content
15,886,362 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: CSS Pin
molesworth8-Feb-10 6:48
molesworth8-Feb-10 6:48 
QuestionIframe problem with IE8 Pin
r aa j7-Feb-10 19:25
r aa j7-Feb-10 19:25 
AnswerRe: Iframe problem with IE8 Pin
thatraja8-Feb-10 6:33
professionalthatraja8-Feb-10 6:33 
Questionaccessing iis7 log files from the web application... Pin
l a u r e n6-Feb-10 12:59
l a u r e n6-Feb-10 12:59 
AnswerRe: accessing iis7 log files from the web application... Pin
Jörgen Andersson7-Feb-10 11:49
professionalJörgen Andersson7-Feb-10 11:49 
QuestionDifferent Web Technologies Pin
programmervb.netc++5-Feb-10 19:01
programmervb.netc++5-Feb-10 19:01 
AnswerRe: Different Web Technologies Pin
Not Active6-Feb-10 6:24
mentorNot Active6-Feb-10 6:24 
GeneralRe: Different Web Technologies Pin
Bhushan19807-Feb-10 16:59
Bhushan19807-Feb-10 16:59 
Hi,
It all depends on what your goal is. If you are wanting to use windows as your operating system, then you should definitely use ASP.NET. Have you ever heard of ASP.NET web services? If yes, then those will do the trick for you. That means, you can make your architecture to be service oriented. Since your application is a commercial application, I presume that it has been systematically categorized in to a Database, Data Access Layer or ORM, Business Logic Layer, Service Layer (if any) and presentation or the UI layer. All the projects accept UI layer are .NET assemblies and UI is Windows Forms project. You can make the service layer as a .NET assembly or a service. If you have this classification, then you can simply add a web UI layer and use the the same database / business objects from the browser. Ofcourse that is if you decide to use ASP.NET...which is the easiest approach. But if you want to make the task more challenging then...Good luck.
If, however, there is any change in the OS or the environment, then you might consider other alternatives like HTML (supported versions) along with Java script, AJAX, XML and all. There is a lot of help provided by google to use javascript and other languages and technologies for web development. However, their main languages for business development remain Java and C++.
In my opinion, if you want your performance to be gr8, stay away from php and other dynamic languages for server side programming. php however provides a good help for development with 100s of starter kits available and can be used if there is not going to be a great deal of traffic (requests) for your web application.
There is more to tell...yet it will come to you by the way of research. So put your head down and get used to terms in web technology. Some of them are Server side and client side programming, Caching, Sessions, Cookies, post backs, http handlers, hits, requests, responses, url mappings and more...they are not technology specific. Since you have developed n/w oriented apps on windows it will be easier for u to sight the differences...
Thanks and Regards,
Bhushan
GeneralRe: Different Web Technologies Pin
Not Active7-Feb-10 17:06
mentorNot Active7-Feb-10 17:06 
GeneralRe: Different Web Technologies Pin
Bhushan19808-Feb-10 1:21
Bhushan19808-Feb-10 1:21 
GeneralRe: Different Web Technologies Pin
Bhushan19808-Feb-10 1:23
Bhushan19808-Feb-10 1:23 
GeneralRe: Different Web Technologies Pin
programmervb.netc++14-Feb-10 19:42
programmervb.netc++14-Feb-10 19:42 
QuestionManaging Multiple SSL Certificates in a web API Pin
Jammer5-Feb-10 10:23
Jammer5-Feb-10 10:23 
AnswerRe: Managing Multiple SSL Certificates in a web API Pin
Jammer8-Feb-10 0:24
Jammer8-Feb-10 0:24 
QuestionFrontpage Adding a video with navigation buttons Pin
Kontakentee5-Feb-10 1:27
Kontakentee5-Feb-10 1:27 
AnswerRe: Frontpage Adding a video with navigation buttons Pin
Not Active5-Feb-10 2:26
mentorNot Active5-Feb-10 2:26 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Kontakentee5-Feb-10 2:43
Kontakentee5-Feb-10 2:43 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Kontakentee5-Feb-10 2:52
Kontakentee5-Feb-10 2:52 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Not Active5-Feb-10 2:54
mentorNot Active5-Feb-10 2:54 
GeneralRe: Frontpage Adding a video with navigation buttons [modified] Pin
Kontakentee5-Feb-10 3:08
Kontakentee5-Feb-10 3:08 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Not Active5-Feb-10 3:20
mentorNot Active5-Feb-10 3:20 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Kontakentee5-Feb-10 3:26
Kontakentee5-Feb-10 3:26 
AnswerRe: Frontpage Adding a video with navigation buttons Pin
daveyerwin5-Feb-10 3:14
daveyerwin5-Feb-10 3:14 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Not Active5-Feb-10 3:21
mentorNot Active5-Feb-10 3:21 
GeneralRe: Frontpage Adding a video with navigation buttons [modified] Pin
Kontakentee5-Feb-10 3:28
Kontakentee5-Feb-10 3:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.