Web is referred to a network environment without any specific web frameworks used in programming.

learn more… | top users | synonyms

0
votes
0answers
39 views

Are there other web frameworks out there that use the same style as Deployd?

After looking around for a web framework to use in making an API, I found one called Deployd. The way it works is it exposes a database back end (MongoDB) with a REST API that doesn't require any ...
2
votes
1answer
143 views

What mindset should an ASP.NET developer have in terms of client-side vs server-side code?

I'm jumping back into ASP.NET development after spending the past 7 years playing manager, dba, and winforms developer. I've dabbled with a few things web related, primarily maintenance of existing ...
-2
votes
0answers
60 views

is it possible to write web applications with java fx? [closed]

is it possible to write web applications with java fx? I heard java fx support full java core functionality and have a better media and graphics support
-3
votes
0answers
59 views

How does tinysong download songs from their servers and then make it readily available? [closed]

I was searching music downloaders and I came to tinysong.com I generally use grooveshark for listening music. I was wondering how tinymusic downloads music from their (tinymusic) server? Beacuse when ...
-1
votes
0answers
44 views

What are the core concepts that a web application developer should know? [duplicate]

During a recent job interview for a web application development position I was asked questions that were outside the scope of my knowledge since web development is not my primary field. I was asked ...
-8
votes
1answer
87 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 ...
52
votes
8answers
24k views

Why did Alan Kay say, “The internet was so well done, but the web was by amateurs”?

Ok, so I paraphrased. The full quote: The Internet was done so well that most people think of it as a natural resource like the Pacific Ocean, rather than something that was man-made. When was the ...
0
votes
1answer
130 views

How to create a Web app that “interacts” with email?

I have a web host that supports cPanel and email addresses. I'm interested in creating a web app that checks for email messages, reads their contents and then does something with them, like interact ...
-1
votes
1answer
69 views

Better performance on web with big PNGs [closed]

I'm currently developing a web that is all made from images (an HTML version of a Flash web). The client provided me with a big PSD which I had to export each layer as a PNG to keep transparencies. ...
2
votes
3answers
171 views

How do I convince manager to move me from services/support team to development? [closed]

I joined a company a few months ago as a Java developer. I like doing coding and it makes me happy. After my Java training I was put into services/support project. There is no coding in this team. ...
3
votes
1answer
218 views

How do I make a cloud based web app accessible internally in the event of an internet outage?

I have a Java Web application backed by a database. Both are hosted in Amazon EC2. If the Internet is down, I need to allow internal users to be able to continue to work and somehow update the hosted ...
-2
votes
4answers
281 views

Is there anything like a CSS Fiddle? [closed]

I'm trying to create the CSS design for a new web application. Usually what I do is write the code in Notepad++, then ALT+TAB to Firefox and refresh the page to see my changes. The problem is that ...
2
votes
0answers
100 views

Web application framework for embedded systems?

I'm currently developing the software for a measurement and control system. In addition to the usual SCPI interface I'd also give it a nice HTTP frontend. Now I don't want to reinvent the wheel all ...
-2
votes
2answers
58 views

Help on an IMS App, Web Based or Desktop Based? [closed]

I'm a little bit confused. I'm currently working on an inventory management system project for a client, and don't know if I should make the system web or desktop based. I have reasons for making it ...
0
votes
1answer
92 views

Advice on App/Service Architecture

I'm starting a project that will have a web front end for the users coupled with a database. There will then be a stand-alone service running that will, on a specified interval, poll an API and update ...
2
votes
2answers
118 views

need advice for building evaluation system in Java for the web

I have made a java program that allows to mark an exam made by one student. In the interface the student chooses between a set of options for each question, and by an array (that holds the correct ...
2
votes
1answer
125 views

Erlang/Haskell web service to server files [closed]

I have across a thread mentioning that Erlang would not be suited for a web application serving files. I was curious whether anyone had any experience building such webservice with erlang? Would ...
4
votes
2answers
213 views

How to find a 'good' seed page for a web crawler? [closed]

I started building a web crawler and read somewhere that it's a very hard problem to find a good seed page for the crawler. Can anyone explain me if there is any pre-defined procedure/ guidlines of ...
-2
votes
3answers
115 views

terms for the html/css/javascript model?

Are there any words for the design model implemented by HTML + CSS + JavaScript, either for that specific set of technologies or any abstract pattern that they follow?
2
votes
2answers
276 views

what are the main differences between a web server and application server? [closed]

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 ...
0
votes
1answer
60 views

Does Web Accessibility have something to do in server side languages?

I want to understand how web accessibility experts deals with websites if they want to confirm that those sites are compatible with accessibility guidelines. Do they have to understand any server-side ...
1
vote
1answer
234 views

The Jitter (the just-in-time compiler) in ASP.NET [closed]

I know that C# gets compiled to an IL then after that to a machine code depending on the machine using just-in-time compiler. My question will go to ASP.NET. Is it the same? Does it require 3 steps? ...
1
vote
1answer
304 views

What are Web runtime environments and programming languages

I've been looking into the details behind these two different categories: Web runtime environments Web application programming languages I believe I have the correct information and have phrased ...
-1
votes
1answer
265 views

Which Web or UI technology to learn for experienced Java developer [closed]

I have been working on Core Java for around 4-5 years now, but have no exposure of working on any Web or UI technology. So want to have preliminary knowledge of some Web/UI technologies now. My query ...
3
votes
1answer
140 views

How is the DOM language independent?

Quoting from Wikipedia The Document Object Model (DOM) is a cross-platform and language-independent convention for representing and interacting with objects in HTML, XHTML and XML documents. and ...
-2
votes
1answer
58 views

How can I “bulk paste” a clipboard string of multi-line text into a readable ordered list? [closed]

How can I "bulk paste" a clipboard string of multi-line text into a readable ordered list? I'm trying to demonstrate how to turn any string of multi-line text into an ordered list. The script ...
0
votes
3answers
130 views

Render Ruby object to interactive html

I am developing a tool that discovers network services enabled on host and writes short summary on them like this: init,1 └── login,1560 -- └── bash,1629 └── nc,12137 -lup 50505 { ...
2
votes
4answers
997 views

Is there a way to develop desktop software using PHP?

I have to develop a real estate marketing CRM software for my client - where the application is installed on desktop but can also be accessed from web. 2 reasons why they want the application to run ...
1
vote
2answers
359 views

Record management system java web framework

We're currently reconsidering technologies and frameworks to get more agile with "simple" RMS CRUD-based projects. In short, short-living things like this Right now we have a custom extension on top ...
-2
votes
2answers
145 views

Is there a connected graph of the web, connecting sites by similarity or something else? [closed]

For example, one could make a graph that connects site to sites that are linked by it - or that are accessed by the same people. Does that kind of analysis exist? Where, how it is called and how can I ...
4
votes
2answers
119 views

Is it my responsibility to code for errors on a completely separate website and domain when redirecting or doing a single sign on? [closed]

If my application is responsible for redirecting/doing a single sign on to a destination managed by a third party, in general, where should I draw the line for error handling during this process? If ...
18
votes
5answers
1k views

Pure Java web browser, is it practical?

I know that a Java web browser is possible, but is it practical? I've seen the Lobo project and must admit I am impressed, but from what I've gathered it seems that development stopped in 2009. Would ...
2
votes
1answer
60 views

Does (should?) changing the URI scheme name change the semantics?

If we take: http://example.com/foo is it fair to say that: ftp://example.com/foo .. points to the same resource, just using a different mechanism for resolving it (and of course possibly a ...
1
vote
0answers
80 views

Add text to graphic: Looking for inspiration [closed]

I have to redesign a report (web-based) that basically adds text on top of a map. It relies on some parts which are no longer supported by 64bit systems and is too unreliable and complex to just ...
16
votes
6answers
619 views

Why did the web win the space of remote applications and X not?

The X Window System is 25 years old, it had it's birthday yesterday (on the 15'th). As you probably are aware of, one of it's most important features is the separation of the server side and the ...
2
votes
1answer
465 views

Getting URLs from search results

After 1 months research I basically give up on getting all URL's from a search results programmatically, I looked at Google Search API to find a way to get millions of search results "URL's" to be ...
3
votes
1answer
346 views

Can a single simple language such as Clojure replace Html + JavaScript + CSS + Flash + Java Applets …? [closed]

Please do not dismiss the idea right away. I know that it is hard to compete with a mainstream approach that already works (mostly), so my question is partly "academic". I also am aware that ...
1
vote
1answer
127 views

Book or open source project with active REST usage [closed]

Found this question. And now I'm interested, where we can see project example with REST architecture? I have seen a lot of nice books and articles around, but I want an answer like "These guys use ...
1
vote
1answer
170 views

How can I get my website's search results into Google's search results?

All I can find online is stuff about search result rankings, which I'm not concerned with at the moment. We're going to have a cloud-based online database and we want Google search results for ...
4
votes
7answers
3k views

Is there any design pattern except MVC for web?

I want to know are there any design patterns for web besides MVC? I know there are design patterns as: Registry, Observer, Factory, ActiveRecord ,... and MVC a set of other design patterns and folder ...
2
votes
1answer
566 views

web server response code 500

I realize that this may spur a religious discussion, but I discussed this with friends and get great, but conflicting answers and the actual documentation is of little help. What does the 500 series ...
8
votes
6answers
392 views

Technology/Techniques to prevent offensive images on a website

I am planing to build a website which one of its main features is the usage of pictures. I was wondering what existing techniques are used to prevent offensive pictures (i.e pornography) to get loaded ...
9
votes
2answers
454 views

Non-blocking ORM issues

I asked a question on SO, and found that there are no non-blocking ORMs for my favorite web framework. By non-blocking I mean an ORM with callback support for asynchronous retrieval. The ORM would be ...
0
votes
0answers
75 views

How to become a solid python web developer [duplicate]

Possible Duplicate: How do I learn Python from zero to web development? I have started Python recently with the goal to become a solid developer to make a web application eventually. ...
4
votes
2answers
2k views

Difference between a CMS and a Web Development Framework

The web world is flooded with CMSes. Some tout their CMS as Web Development Framework. Some say it as Content Management Solution and nowadays i m hearing Content Management Framerowk. When we hear ...
3
votes
2answers
1k views

Should I still make my site work in non-javascript capable browsers?

Apparently less than 1% had javascript off in 2010: http://developer.yahoo.com/blogs/ydn/posts/2010/10/how-many-users-have-javascript-disabled/ So is it worth it to still support browsing without ...
4
votes
6answers
496 views

Managing a website with version control?

The small website I built a long time ago is starting to pick up a little and I'm starting to run into problems with making changes. Originally, all the pages were .html and I would edit and test them ...
0
votes
3answers
197 views

How do I communicate concepts and design for a web application?

Iam not sure if this topic is ok to ask, but we are talking about this since years in our Developer-"Shop". How to write concepts for Web- Applications? We are using Zend Framework (MVC), OOP Based, ...
3
votes
3answers
360 views

How to implement Cache in web apps?

This is really two questions. Im doing a project for the university for storing baseball players statitics, but from baseball data I have to calculate the score by year for the player who is beign ...
1
vote
1answer
182 views

Coding a web browser on Windows using a layout engine?

I've never attempted anything like this before but what I want to do is code a browser for Windows. I know that I can use the web-browser control that Microsoft has released, but I'm interested in ...

1 2 3