Tagged Questions
-2
votes
1answer
69 views
Begginer webdeveloper. How to make development right?
I work for a company that has developed its own PHP framework. From my perspective, it seems quite hard and tiresome to develop and maintain websites in this framework.
Let me give an example. It is ...
-8
votes
1answer
94 views
Does ASP.NET MVC, or any other modern web development framework provide ONE single web development environment? [closed]
I keep searching for this online with no answer. I understand that web development you worry about the front end (HTML, CSS, javascript) and the backend (PHP, JSP, ASP.NET, etc). All of these use ...
-3
votes
1answer
53 views
Webframework/Service for controlling a long running calculation task [closed]
I have the task of updating a calculation platform
Basicly there is a webfrontend to setup a calculation (3d Data for crashtest) and then you start via the web the calculationprocess which takes from ...
1
vote
1answer
141 views
how to develop a common pool of functions? [closed]
I need to develop an application which runs on the web as well as on mobile platform. I want to make something like a directory where i hold my common functions in respect to web and mobile platform. ...
9
votes
2answers
500 views
The C++ web stack, is there one?
Java would be jsps and servlets (or a framework such as Spring) running on the JVM and tomcat (or glassfish etc).
C# would be asp and C# running on dot.net framework and IIS ? (I have no experience ...
7
votes
8answers
1k views
Rush to client-side in web development
In the past few months, I recognized a big excitement about client-side scripting in web development. But while server-side technologies are mature, stable and well accepted by backend-developers, ...
2
votes
4answers
1k views
How to choose a server side language / framework
I am trying to come up with a list / ranking system on determining which server language to choose for a particular website. Assume that familiarity with a certain language is not important and the ...
4
votes
5answers
359 views
What micro web-framework has the lowest overhead but includes templating [closed]
I want to rewrite a simple small (10 page) website and besides a contact form it could be written in pure html. It is currently built with classic asp and Dreamweaver templates.
The reason I'm not ...
0
votes
2answers
222 views
Given an idea for an application, how should I decide which web technologies to use? [closed]
Background: I'm an experienced Java developer, know basic Javascript, HTML, and CSS (and find it easy to figure out how to do something), and have a little experience in Python. I've seen Ruby ...
5
votes
1answer
104 views
When to use shared libraries for a web framework?
tl;dr:
I've found myself hosting a bunch of sites running on the same web framework (symfony 1.4). Would it be helpful if I moved all of the shared library code into the same directory and shared it ...
1
vote
3answers
5k views
How to develop front end (UI) for my Django website
I am learning Django and new to web development. Please excuse me if you find this question too dumb.
So, I am creating a Facebook application using Django which I would like to host in Google App ...
-1
votes
2answers
135 views
How much important understanding how a web framework works under the hood?
I'm using Symfony2 PHP framework to build a product. I got most of the features working and a satisfied client. Now I have to maintain this project. So I was wondering, is understanding how the ...
2
votes
2answers
506 views
Understanding blocking and non-blocking frameworks
Could someone help me understand what is the difference between the two, far as I understand it when request comes to a blocking framework it creates new thread for that request and processes it, if ...
10
votes
5answers
934 views
How do I make sense of the javascript frameworks explosion ? Should I learn them all?
For a beginner web developer who is still doing web development the conventional way (PHP/J2EE/Struts on server side, HTML/CSS/Javascript on client side), I was bowled over by the recent blog post on ...
1
vote
4answers
311 views
Would it make more sense to use a framework to build an commerce site, or build it from the ground up?
Keep in mind, I know PHP as I learned it for this specific project. Also, I thought about just using magento, but as I went through it, I realized I would have to learn their framework. I am very ...
0
votes
3answers
142 views
web content management system
Quite a few of my friends want to have their own personal website to showcase their talents. However, they don't want to deal with such technical things as writing html and managing web server. ...
1
vote
2answers
2k views
Java Web Frameworks (JSF vs Wicket) Third-party component suites in Wicket?
A presentation linked in an answer here demonstrated a comparison of several web development frameworks. It was a good comparison but caused me a little worry based on the technology stack that I ...
6
votes
8answers
8k views
Is JSF really ready to deliver high performance web applications?
I have heard a lot of good about JSF but as far as I know people also had lots of serious complains with this technology in the past, not aware of how much the situation has improved. We are ...
1
vote
5answers
2k views
Front-End Java Web App Framework [closed]
I have not done web development in Java for the past three years and now I need to use one for a project I am working on. I am thinking of using Seam, Flex + BlazeDS, Struts2 or Spring MVC. The most ...
6
votes
8answers
2k views
Website development from scratch v/s web framework
Do people develop websites from scratch when there are no particular requirements or they just pick up an existing web framework like Drupal, Joomla, WordPress, etc.
The requirements are almost ...
0
votes
1answer
133 views
Web framework for faceted navigation
I am looking for a web framework that will specifically save me time in building a new website with faceted navigation. This seems a fairly common thing to want to do, so I am sure there must be ...
3
votes
6answers
5k views
Can You Make An Entire Website With JavaScript?
I have looked at the aims of Java-script and it intends to provide and enhanced user-interface and dynamic websites. I am trying to get into the Web Development Business and am learning Javascript. ...
4
votes
2answers
266 views
Feeds to stay up to date in web development frameworks? [duplicate]
When you start a web development project you have to read a lot, really a lot, specially if you're a noob. As you develop you get outdated. In a 6 months time frame a lot will happen!
You cannot read ...
3
votes
7answers
1k views
Web framework able to handle many concurrent users
Social networking sites needs to handle many concurrent users e.g. for chat functionality.
What web frameworks scales well and are able to handle more than 10.000 concurrent users connected with ...
5
votes
4answers
815 views
Which framework for HTML5 mobile web app?
I used to be an iPhone app developer. Now there are frequent enquires on cross-platform mobile app. So I look for a web based solution and find Sencha Touch. Are there more options? What's your ...
2
votes
1answer
624 views
What web development frameworks questions should I include in my thesis? [closed]
I'm busy working for my thesis about Web Development Frameworks. I want to write about frameworks that have been used in the past and frameworks that have a good chance of lasting in the future, such ...
3
votes
5answers
584 views
Detect frameworks and/or CMS utilized on websites in Firefox
I'm redesigning the website for my academic library and am examining other sites to determine to identify the technologies used. Things like:
Web frameworks
Javascript frameworks
Server-side ...
9
votes
3answers
1k views
Ur/Web new purely functional language for web programming?
I came across the Ur/Web project during my search for web frameworks for Haskell-like languages. It looks like a very interesting project done by one person.
Basically, it is a domain-specific purely ...
19
votes
2answers
1k views
Haskell web frameworks survey
There are several web frameworks for Haskell like Happstack, Snap, and Yesod, and probably a few more.
In what aspects do they differ from each other? For example:
features (e.g. server only, or ...
13
votes
4answers
2k views
Explain Model View Controller
My experience with developing dynamic websites is limited mostly to Java servlets. I've used Tomcat to develop various Java servlets, and I wouldn't hesitate to say that I'm reasonably proficient ...
0
votes
1answer
814 views
Technologie Roadmap: Portlet JSR286 vs Widget/Gadget
IBM got me confused (again).
For many years IBM have been pushing for Portlet Containers with the JSR 168 and later the JSR 286 Specification.
2008-2009, IBM the Lotus division introduced the ...
0
votes
1answer
157 views
What tools or way to start a web project
I am a sandwich training student in a company that has a little informatics service who develop web app
Until today, they work with simple php, a little CSS and no version control. So, the code ...
2
votes
2answers
478 views
I'm creating my own scalable, rapid prototyping web server. How should I design it?
I'm going to create my own web server that focuses on scalability, rapid prototyping and the use of JavaScript as the server's scripting language, much like node.js. It will use a ...
4
votes
7answers
274 views
Am I wrong to disagree with A Gentle Introduction to symfony's template best practices?
I am currently learning symfony and going through the book A Gentle Introduction to symfony and came across this section in "Chapter 4: The Basics of Page Creation" on creating templates (or views):
...
8
votes
2answers
1k views
Web framework for iPad and common desktop browsers?
We are developing a web-based, commercial point-of-sale application. We'd like the same web site to work well on an Ipad as well a desktop browsers. We're looking for a web framework that makes the ...
42
votes
4answers
2k views
What is REST (in simple English)
Lately I have become interested in familiarizing myself with REST. I tried reading wiki entry on REST, but it was of no help. I would really appreciate it if someone can explain in simple English ...
4
votes
2answers
387 views
Developing With Ruby/Rails Easier, Faster Than Developing With PHP/CakePHP?
What is your experience when developing web applications using one of these two languages/frameworks? Which have you found to be more convenient and faster to develop with?
7
votes
5answers
954 views
What's the web framework to use on a front-end web application?
What do you consider a good client web framework to use on interface business application? jQuery? YUI!? Another? Some plugins useful?
The application will be use mostly internally replacing a ...
