Website development....
-
Hello, One of my friend needs some help in creating a website for teaching sign language(for deaf people). I am more into Software development rather than website. So what do you all suggest, which language would be the best for this option. Website will include video clips and all for teaching sign language. Would ASP.Net gonna be suitable for this or if any other platform then please let me know. Keeping in mind it would be a volunteer work.Any further information related to this would be appreciated. Thank You James
-
Hello, One of my friend needs some help in creating a website for teaching sign language(for deaf people). I am more into Software development rather than website. So what do you all suggest, which language would be the best for this option. Website will include video clips and all for teaching sign language. Would ASP.Net gonna be suitable for this or if any other platform then please let me know. Keeping in mind it would be a volunteer work.Any further information related to this would be appreciated. Thank You James
The core question is, what does he know ? I like ASP.NET a lot, but if he knows PHP, perhaps he should use that. All of those frameworks are engines for spitting out HTML, that's all they do. The one he's most productive in, is probably the best one to use. If he doesn't know any, then especially if he knows OO development in general, I'd say C#/ASP.NET.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
The core question is, what does he know ? I like ASP.NET a lot, but if he knows PHP, perhaps he should use that. All of those frameworks are engines for spitting out HTML, that's all they do. The one he's most productive in, is probably the best one to use. If he doesn't know any, then especially if he knows OO development in general, I'd say C#/ASP.NET.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Well actually he wants help from me and i have never developed any website except one in HTML quite a long time ago. I know C#,C++,Java language but now i want to learn some web development language as well.. so this project will be a good option for me to learn it..It would be easy i guess, but i don't understand which language is best for which type of website. Can i implement any sort of website(normal site without any database) with ASP.Net or only data driven website. I know even HTML can do the job for normal sites but if ASP.Net can be used to develop any sort of website then i would definitely go for that. Thank You James
-
The core question is, what does he know ? I like ASP.NET a lot, but if he knows PHP, perhaps he should use that. All of those frameworks are engines for spitting out HTML, that's all they do. The one he's most productive in, is probably the best one to use. If he doesn't know any, then especially if he knows OO development in general, I'd say C#/ASP.NET.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Back in 1999, Microsoft used to have a very helpful group whose purpose was to aid developers in using their products to provide applications usable by the handicapped. You might want to find out if its still around.
Jon Smith & Wesson: The original point and click interface
-
The core question is, what does he know ? I like ASP.NET a lot, but if he knows PHP, perhaps he should use that. All of those frameworks are engines for spitting out HTML, that's all they do. The one he's most productive in, is probably the best one to use. If he doesn't know any, then especially if he knows OO development in general, I'd say C#/ASP.NET.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
OT: How's the back with the new gear you got yourself?
"Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "The secret to a long and healthy life is simple. Don't get ill and don't die." Pete O'Hanlon, courtesy of Rama "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon
-
Well actually he wants help from me and i have never developed any website except one in HTML quite a long time ago. I know C#,C++,Java language but now i want to learn some web development language as well.. so this project will be a good option for me to learn it..It would be easy i guess, but i don't understand which language is best for which type of website. Can i implement any sort of website(normal site without any database) with ASP.Net or only data driven website. I know even HTML can do the job for normal sites but if ASP.Net can be used to develop any sort of website then i would definitely go for that. Thank You James
ASP.NET is an engine for creating HTML. If you don't want anything data driven, just don't use any data driven controls. No problem.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
OT: How's the back with the new gear you got yourself?
"Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "The secret to a long and healthy life is simple. Don't get ill and don't die." Pete O'Hanlon, courtesy of Rama "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon
Sore as hell after being front row for Maiden. But, being able to stand for a lot of the day is really helping, I think. I just need to get back in to swimming.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hello, One of my friend needs some help in creating a website for teaching sign language(for deaf people). I am more into Software development rather than website. So what do you all suggest, which language would be the best for this option. Website will include video clips and all for teaching sign language. Would ASP.Net gonna be suitable for this or if any other platform then please let me know. Keeping in mind it would be a volunteer work.Any further information related to this would be appreciated. Thank You James
:) Will it be section 508 compliant?
MrPlankton
-
ASP.NET is an engine for creating HTML. If you don't want anything data driven, just don't use any data driven controls. No problem.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
:) Will it be section 508 compliant?
MrPlankton
hmmm good point..will take this into consideration. :)
-
Well actually he wants help from me and i have never developed any website except one in HTML quite a long time ago. I know C#,C++,Java language but now i want to learn some web development language as well.. so this project will be a good option for me to learn it..It would be easy i guess, but i don't understand which language is best for which type of website. Can i implement any sort of website(normal site without any database) with ASP.Net or only data driven website. I know even HTML can do the job for normal sites but if ASP.Net can be used to develop any sort of website then i would definitely go for that. Thank You James
-
Hello, One of my friend needs some help in creating a website for teaching sign language(for deaf people). I am more into Software development rather than website. So what do you all suggest, which language would be the best for this option. Website will include video clips and all for teaching sign language. Would ASP.Net gonna be suitable for this or if any other platform then please let me know. Keeping in mind it would be a volunteer work.Any further information related to this would be appreciated. Thank You James
Something I've been interested in learning from watching "The L Word". ;) It would be cool if everyone learned it so you could communicate at loud concerts or to other people in other cars who cut you off (more eloquently). Is there no pre-made tutorials type site already on the net where you could simply slot in the content without having to build anything? There are some pretty professional sites out there, of course I can't think of one at the moment but I've come across them from time to time, they have videos etc.
When everyone is a hero no one is a hero.
-
james_dixon_2008 wrote:
i have never developed any website except one in HTML quite a long time ago.
If only I could be that lucky :sigh:
xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 1 out nowlol bt hv to develop software's which is much more pain at times.. :-D
-
Back in 1999, Microsoft used to have a very helpful group whose purpose was to aid developers in using their products to provide applications usable by the handicapped. You might want to find out if its still around.
Jon Smith & Wesson: The original point and click interface
Do you remember any name for that ????
-
Sure. Like CG said, all of these web development frameworks are just engines for generating HTML/CSS/JS, nothing more. So you can definitely add AJAX stuff to it later. There's even an ASP.NET AJAX toolkit to help you do it. :)
-
AJAX basically means using javascript to make asyncronous calls and then update the page without a refresh. Microsoft did not invent it, you don't need to use their library to use AJAX. Either way, AJAX, either vanilla or with a library, can be added to your pages at any time.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Something I've been interested in learning from watching "The L Word". ;) It would be cool if everyone learned it so you could communicate at loud concerts or to other people in other cars who cut you off (more eloquently). Is there no pre-made tutorials type site already on the net where you could simply slot in the content without having to build anything? There are some pretty professional sites out there, of course I can't think of one at the moment but I've come across them from time to time, they have videos etc.
When everyone is a hero no one is a hero.
John C wrote:
Is there no pre-made tutorials type site already on the net where you could simply slot in the content without having to build anything?
Not sure if this will have what he needs, but the ASP .NET starter Kits are pretty nice, especially when one is first diving in to programming sites. http://www.asp.net/community/projects/[^]
--> Applied Knowledge Group - linking the knowledge of people
-
hmmm good point..will take this into consideration. :)
MrPlankton
-
Do you remember any name for that ????
Sorry, no. But I found them by calling Microsoft's Support and explaining that I was trying to design a single app for both the sighted and the blind. They transferred me over to a very helpful woman who sent me stuff, pointed to online stuff and gave me a couple of contact numbers that I made use of during the project. This was 1999 so a lot of things have changed since then, but I would guess that this would still be something they supported.
Jon Smith & Wesson: The original point and click interface
-
Hello, One of my friend needs some help in creating a website for teaching sign language(for deaf people). I am more into Software development rather than website. So what do you all suggest, which language would be the best for this option. Website will include video clips and all for teaching sign language. Would ASP.Net gonna be suitable for this or if any other platform then please let me know. Keeping in mind it would be a volunteer work.Any further information related to this would be appreciated. Thank You James