Click here to Skip to main content
15,908,906 members
Home / Discussions / Web Development
   

Web Development

 
Questionhow to draw a transparent rect in vml? Pin
ganeshMohan26-Apr-05 23:33
ganeshMohan26-Apr-05 23:33 
Generalopen new browser window with c# Pin
ABBASI_RA26-Apr-05 15:17
ABBASI_RA26-Apr-05 15:17 
GeneralRe: open new browser window with c# Pin
Torsten Mauz30-Apr-05 0:51
Torsten Mauz30-Apr-05 0:51 
GeneralLong-term web-development: Win/MS or Linux/open src Pin
Vlad Gabovich26-Apr-05 5:21
Vlad Gabovich26-Apr-05 5:21 
GeneralRe: Long-term web-development: MS or Linux Pin
NewSilence26-Apr-05 7:09
NewSilence26-Apr-05 7:09 
GeneralRe: Long-term web-development: MS or Linux Pin
Vlad Gabovich26-Apr-05 7:38
Vlad Gabovich26-Apr-05 7:38 
GeneralRe: Long-term web-development: MS or Linux Pin
DavidNohejl26-Apr-05 8:18
DavidNohejl26-Apr-05 8:18 
GeneralRe: Long-term web-development: MS or Linux Pin
NewSilence26-Apr-05 8:41
NewSilence26-Apr-05 8:41 
i think you will be able to decide what techs it might best to use basing on deliverables of the 1st stage.

ASP.NET and JavaScript are different things. parts of an ASP.NET are content(web forms, html etc), program logic(executable files, scripts that could be JS) and config (iis setting, web config, css). I'd say that an ASP.NET is kind of JSP. but there are several differences e.g. codebehind. it is a division of the web page into two units those ones are view and program logic. so that it makes much easier to change the face of your application. Also ASP.NET has many useful web controls that JSP has not. when you use JSP sometimes you have to write own web control that takes time.

JavaScript is a scripting language targeted specifically at the Internet. You can use JS language to interact with DHTML DOM from the web browser side.

Yes, Java and C# are from the same league. but they have significant different architectures. Java code is compiled into kind of intermediate language that is interpreted by the java virtual machine. C# code is compiled into MSIL that later is compiled into e.g x86 instructions. so that C# code is much faster than Java.
QuestionIs HTTP GET method secure over HTTPS? Pin
Anonymous25-Apr-05 17:18
Anonymous25-Apr-05 17:18 
AnswerRe: Is HTTP GET method secure over HTTPS? Pin
JKroschel26-Apr-05 3:38
JKroschel26-Apr-05 3:38 
Generalmirroring sql server 2000 database Pin
Rajesh_K_Sharma25-Apr-05 2:58
Rajesh_K_Sharma25-Apr-05 2:58 
GeneralConfiguration Error - .NET, Web Pin
Pete Belcher25-Apr-05 0:53
Pete Belcher25-Apr-05 0:53 
GeneralRe: Configuration Error - .NET, Web Pin
Pete Belcher4-May-05 3:33
Pete Belcher4-May-05 3:33 
Generalpage cannot be displayed... Pin
Anonymous24-Apr-05 22:06
Anonymous24-Apr-05 22:06 
GeneralRe: page cannot be displayed... Pin
Noorl24-Apr-05 22:08
Noorl24-Apr-05 22:08 
GeneralRe: page cannot be displayed... Pin
Yulianto.24-Apr-05 22:47
Yulianto.24-Apr-05 22:47 
QuestionHow to access relational tables in asp.net Pin
Anonymous24-Apr-05 8:14
Anonymous24-Apr-05 8:14 
GeneralPreload Images with Javascript. Need Help. Thank You. Pin
shapper24-Apr-05 3:57
shapper24-Apr-05 3:57 
Generaldynamic content according to date Pin
SouthernFried22-Apr-05 11:40
sussSouthernFried22-Apr-05 11:40 
Generalsharepoint login Pin
JKroschel22-Apr-05 7:28
JKroschel22-Apr-05 7:28 
Generalzbrowser size Pin
anj198322-Apr-05 4:48
anj198322-Apr-05 4:48 
Questionhow to add tooltip Pin
ganeshMohan22-Apr-05 4:41
ganeshMohan22-Apr-05 4:41 
GeneralForm question Pin
rleffew22-Apr-05 3:35
rleffew22-Apr-05 3:35 
GeneralASP.NET AND HEBREW RESULT ON GOOGLE.. Pin
bbbbxssasdsad20-Apr-05 19:43
bbbbxssasdsad20-Apr-05 19:43 
GeneralMIME types for Visio Pin
pankajdaga20-Apr-05 6:29
pankajdaga20-Apr-05 6:29 

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.