Javascript - Learn Any More Programming Language?
Jul 21, 2010
As a web programmer do I need to learn any more languages to enhance my career? I work in a .NET environment and am good at C#, but have zero skill in VB. For client side scripting I use javascript, jQuery and PrototypeJS. Should I learn any more languages or do you think that what I know is enough for web programming?
View 5 Replies
Similar Messages:
Feb 6, 2010
Which Programming Language Should I Learn? Best language to learn (for a solo web designer looking to program) Is there a general guideline of which dynamic programming language to choose to start with?
View 5 Replies
May 25, 2010
start learning ASP.NET Help getting started in programming? I am new to programming.How can I best start to learn?
View 6 Replies
May 30, 2010
I am a PHP MYSQL person but now i have got webiste to do it ASP.net.I kow nothing about ASP.NET. INitially i was thinking of ASP.NET as a programming language but now i now its not , i really don't know what it is.Someone told me that i have to do c sharp to build the website. I i have to display simple data from database how much different is c sharp from php.Does it has all function like php to echo stuff etc
View 4 Replies
May 8, 2010
I want to build a scalable dynamic Web Application. I have never programmed an Object Oriented language before. Or, let's just say I am completely new to programming, because the previous experiences aren't worth talking about.
I know I have a really big task ahead of me ^^ but I wanted to get into coding for the last 10 years and now that I'm finally doing it, I would like to know how to get there in the most efficient way.
Any good books/tutorials you could recommend?
View 4 Replies
Feb 27, 2010
1- Can I select programming language in the exam or I will be forced to learn both VB and C#?2- Does MS consider testking as cheating.2- Why testking is considered cheating in some communities? what is the difference between testking and practice exams.
View 1 Replies
Nov 24, 2010
I am in a partnership with someone. We are currently planning a system that can either use ASP.NET MVC or PHP With //Insert your framework here//. At this stage I can't say to much. Now the thing is I have a bit of experience with C# and MVC. I understand the concepts and actually wrote a fully functional blog with it. Now the other side of me wants to take PHP for a test drive. Will I waste my time? How good will ASP.NET MVC scale against PHP? I have to say that I love visual studio and the integration of MVC tools like quickly adding a view and a controller... Everything fits nicely. But the learning curve was quite steep and still is. I haven't really touched AJAX and Jquery yet but how easy is it to use it with ASP.NET MVC? I already googled and researched this but I want opinions of those who have been working with these technologies.
View 6 Replies
Jul 22, 2010
A bit of background: I am familiar with PHP and Java, did some C, C++ and Lisp (gasp!) back in programming classes but never used them too much. So, I've been wanting to step out of PHP a bit for web development. I have a few reasons for this (in no particular order): there's a lot of amateurish code(rs) in PHP, which somehow makes me look bad; I am unhappy with a few quirks in the language; and I really want to try something new. Here are the options I've been looking at:
Python and Ruby (on Rails): They both seem nice, but it looks like I'll have some difficulty finding webhosts that run these. And it appears that Python scripts aren't as portable as PHP (correct me if I am wrong).SP.NET: I have an issue with Microsoft software kind of existing in their own realm. I mean, MS has some really good tools for developers and if you stay within those tools your life is easy. But if you deviate just a bit out of it, you are on your own. And oh, it's not opensource.
So what do you recommend? And if I go with Python (it's tempting), should I use a framework like Django or web2py or should I go down and dirty with the basics (same thing with ASP.NET and MVC)?
EDIT: What I don't like about PHP:
No namespaces
Implicit type conversions can cause problems
Many silent errors
No unicode support
Slow
....
View 8 Replies
Dec 15, 2010
Yesterday my lecturer who's currently teaching us ASP.NET (more like flying through it) introduced us to LINQHowever he uses VB for the back end programming, and I just can't understand VB. I am more of a C# person, since my first real programming language was Java and that is close to C# than it is to VB.
Here is the code that we had to type in VB:
[Code]...
View 3 Replies
Sep 14, 2010
programming option?Our Web application could have 60000 database requests/second or more in future.Which is better: MS-SQL or MySQL or other?Which is better: Asp.net, PHP, JSP or other?What kind of webhosting is reliable for auto-scaling?Any good webhosters or hosting plans?
View 1 Replies
Mar 16, 2011
but I am rather confused about what to invest in. I heard that server-side code translates into client-side code. So, if you have an .aspx file, it will be converted to HTML/CSS/JavaScript. I have experience with the latter three technologies put into a rather dull text file and rendered by a web browser. My question is how much HTML/CSS/Javascript coding would I have to do when server-side programming? In other words, can someone using ASP.NET program purely on the server side and not bother to write for the client side? Of course, I don't care about server-side being translated into client-side, but I am wondering if client-side programming needs to be done explicitly and to what degree.
View 4 Replies
Dec 14, 2010
ASP.NET server controls has a few categories, for example, normal ones e.g. TextBox, Button which can be done in HTML/JS; Validation controls: can be done in JS; Login controls: I have seen them implemented in JS. Data bound controls: not sure, but maybe JS can work directly with databases, implementing controls like photo slider. So in the time span of next 5-10 years, will server-side web programming model fall out of mainstream and be replaced by JS/Ajax that interacts directly with databases?
View 2 Replies
Mar 24, 2011
I'm starting to learn jquery widthout knowing javscript.someone told me that I don't need to learn javascript before learnig jquery.But I seen many people (in the internet) said that I must learn javascript well. to start learn Juqery?so do I must to learn javascript before jquery?
View 8 Replies
Jun 24, 2010
how can i change exception message language to English without changing the users language
[Code]....
View 1 Replies
Apr 19, 2010
I am developing a multi language website. language change is working very well on master page. from master page I am storing session to use in contant pages.
when I am trying to change text (<p>.....<P>) in content page, thats not working.
protected void Page_PreRender()
View 2 Replies
Aug 30, 2010
Here is the thing. I have an aspx page with NO master page. I have two resource files with the same name (and specifying the language) in the App_LocalResources folder. If I do something like text="<%$ Resources:lblUser %> works fine. What I do to test it is change the browser's selected language.
But, if I do the same in a MasterPage or in a Page that is inside a MasterPage... when changing the Browser's language and refreshing... I'm still getting the default language...
I've been reading some threads about this but the situation was a little bit different.
View 16 Replies
Sep 16, 2010
I have created a web application and generated local resources. Its working when user select language from browser. But what i want is, when user select language from dropdown list, i want to change the pages according to selected language. i can save user selected language in a session. then how should I change/assign local resource file to web page?
View 2 Replies
Mar 15, 2011
I'm creating a website that is going to be dual language, so it will have a german face and an english face and the user can swich between the two versions.
How do I do this in MVC?
should I have URIs like
www.mydomain.com/de/home/index
www.mydomain.com/en/home/index
if home is the controller and index is the action then what would the de/en be?
In my site should I have two versions of all controllers and views? one for german and one for english?
View 9 Replies
Feb 21, 2011
I would like to create web site in ASP.NET MVC3 in english language and Turkish language. I would like to know what care do i need to take before designing web site?
View 5 Replies
Sep 6, 2010
Language problem cookies in the Arab language upload my project to server , I discovered that when you save data[Values] in cookies, we find ( Request.Cookies["test"].Values["val"] -----> تجربة) in that the symbols =?????
View 4 Replies
Mar 11, 2011
I have issues with resource language translations.
When page load all contents are displayed according to selected language from master page.
But when page is post back, page forgets language value and returns English language.
View 3 Replies
Dec 3, 2010
I have a requirement which i would like to achieve using .net.What i want is that any person who is having a mic attached should speak in some language.He can select some language from the application and the application would convert his voice into that particular language.i.e Voice-to-Voice conversion. How can i do this?Is there some third party API?How should i start?
View 1 Replies
Apr 29, 2010
just wanted to know what are the requirements to learn asp.net i mean i know that you need to know any .net language ( i am for C#). But do u need to also know xhtml, CSS and all other stuff.
View 5 Replies
Nov 19, 2010
It does not matter for me which background I come from, I want to learn the best. Which is best to learn ASP.NET web forms or ASP.NET MVC and please be specifc and give me a reason?
View 3 Replies
Nov 25, 2010
can anyone tell me which is best website to learn asp.net and sql well for beginners?
View 6 Replies