Web development is a broad term for the work involved in developing a web site for the World Wide Web or an intranet.
3
votes
2answers
52 views
what are the main differences between a web server and application server?
I am new to web development and just started exploring the things. I read about how web page is processed and sent to client by a web server but I got confused with application server. what is the ...
-3
votes
3answers
126 views
Do I need a website to practice AJAX? [closed]
I am beginner in Web development and I have learned HTML, CSS, JS, Jquery. I am learning AJAX.
I used to write things in notepad++ and just execute it in browser.
Even ajax request were working fine ...
-2
votes
1answer
38 views
What are some libraries to help with creating interactive tools [closed]
My goal is to make something that looks like this:
There will be some web-services maybe Thrift,Avro, etc to gather this data from other places, with probably some use of Ruby on Rails too... but ...
-3
votes
0answers
29 views
ideas of how to implement a paas events application on multiple sites? [closed]
I am trying to design an application that will be hosted on multiple servers with their own domain names/uri's.
For example, if I have a 'widget' like the parties example ...
2
votes
1answer
32 views
serving static or dynamic web-content based on user group
I need help understanding a problem I have, and that others surely have had as well.
I'm working on a web-application that allows users to interface with a database. The application in general has ...
-4
votes
0answers
77 views
The right thing to do when given a huge project as a web developer [closed]
I am a web developer and college undergrad and I just started web development. I have strong skill in major web programming and scripting languages.
The thing is since I started I usually got jobs ...
-1
votes
0answers
68 views
Do freelance web developers/designers usually manage and update sites after development? [closed]
After the development phase is complete, do freelancers generally manage and update the websites that they've developed? I'm starting to look into doing web development and design on the side, and I'm ...
-2
votes
0answers
50 views
Strange behavior while running application on different computers with the same code [closed]
I'm working in a development team and I'm facing an issue that I have no idea how to solve, and it's really weird:
it's a big java application with several frameworks, so I won't be able to describe ...
0
votes
1answer
126 views
When should I use js framework and when should I avoid it? [closed]
I decided to learn something new and useful and .js framework (ember, node.js, meteor, angular.js, derby... there are so many of them!) looks like a good choice.
Mostly I need rapid prototyping of ...
-2
votes
0answers
20 views
Would Google Spreadsheet online data show in a local host preview from VS Express for Web? [closed]
Does Visual Studio Express 2012 (Web Edition) allow you to see/link to Google Spreadsheet data? Even though when you preview it's looking at a 'local host'?
I'm interested in using VS Express to help ...
-3
votes
0answers
46 views
web desiging tools for mobile devices [closed]
I need a drag and drop tool to develop my new mobile website , Which one is the good, open source designing tools for that?
-5
votes
1answer
155 views
What is the easiest OOP language to master? [closed]
I tried C# but it seems that C# is improving quickly and keep adding features so it's quite difficult to catch it. I'm looking for OOP language which has complete main OOP principles and it is not ...
0
votes
1answer
90 views
Best Technique to build PDF Reader [closed]
I am developing a website, where a user can browse e-books (in pdf) and read it on my website (something like scribd.com or issuu.com). I am using the Zend framework (PHP), javascript (jquery, ...
5
votes
3answers
134 views
Advice: Developing two projects where one is an extension of the other
The Two Projects
I work at a pretty small software company, and I'm currently in a situation where I'm at the end of development for "Project A", about to start development for "Project B". Project B ...
4
votes
0answers
160 views
lightweight document indexing to handle less than 250k potential records
Recently I've found myself chafing at the limitations of document indexing engines. I was developing a small website that needed some fairly robust searching capabilities but due to their hardware ...