Tagged Questions

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

learn more… | top users | synonyms

1
vote
0answers
57 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 ...
0
votes
2answers
35 views

Help on an IMS App, Web Based or Desktop Based?

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
83 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
99 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 ...
1
vote
1answer
81 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
140 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
96 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
164 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
58 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
170 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
186 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
117 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
129 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
48 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
118 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
580 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
342 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
142 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
116 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
50 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
74 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
598 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
334 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
275 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
117 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
154 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 ...
3
votes
7answers
2k 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 ...
1
vote
1answer
428 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
353 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
444 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
69 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
1k 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
804 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 ...
3
votes
6answers
405 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
186 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
326 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
175 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 ...
2
votes
2answers
284 views

Advise on how to move from a .net developer role to a web developer role

I've been working primarily as a .net developer for the past 4 years for a financial services company. I've worked on .net 1.1, 2.0, 3.5 and have done the 3.5 enterprise app developer cert (not that ...
3
votes
1answer
190 views

confusion understanding the fluid 2 column navigation layout

I'm trying to understand the following cross-browser layout: http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm but I'm having some confusion with some of its parts and there isn't ...
1
vote
0answers
31 views

Web Development know how. Best practices [duplicate]

Possible Duplicate: What should every programmer know about web development? I have recently started learning about web development and I am currently working on a project that involves web ...
-1
votes
1answer
143 views

Protecting your interests as a freelance web designer

What is the best way to protect your interests as a freelance web designer when: The client is unresponsive and takes a long time to make decisions The client makes constant changes Feature creep
4
votes
3answers
359 views

To program in free time as a programmer, is to show that programming is passion. If not, is the programmer good? [duplicate]

Possible Duplicate: I don't program in my spare time. Does that make me a bad developer? A lot of blogs and advice on the web seem to suggest that in order to become a great developer, ...
7
votes
4answers
984 views

JavaScript Multi Threading

Well these days JavaScript is main player in all web development technologies , on client side for making user interface better, client side logic, on some web servers as server side logic also Add ...
-1
votes
1answer
445 views

python login form vulnerability?

<HTML> <HEAD><TITLE>Login Page</TITLE></HEAD> <BODY> <CENTER> <FORM method="POST" action="http://yourserver/cgi-bin/login.py"> <paragraph> Enter ...
1
vote
4answers
939 views

Where to use C++ today? [duplicate]

Possible Duplicate: Is there any reason to use C++ instead of C, Perl, Python, etc.? When to use C over C++, and C++ over C? I am going to enter university next fall in computer sciences, ...
6
votes
4answers
160 views

What web frameworks are capable of loading other web apps at runtime?

I am not sure how to phrase this, but in asp.net there is the notion of a "web application" that is fundamentally just a DLL that the web server loads. It has the ability to dynamically discover and ...
2
votes
2answers
2k views

Percent or Pixels HTML/CSS

Coding a new website. Basically, for position elements using CSS I would use percents and figured that was the best thing to do since everyone's monitor was a different size. But I noticed a lot of ...
2
votes
1answer
679 views

Implementing oAuth 2 server

Do you have any pointers on how one should go about implementing the oAuth2 protocol itself? That is, the server side or the "provider" facet of OAuth2? If you have tried to implement (a part of) ...
0
votes
1answer
145 views

Should I focus on web development or try other technologies? [duplicate]

Possible Duplicate: Should I focus on being deep or broad I'm a web developer with some Java experience and it has been just over a year since I graduated. I really would like to work with ...

1 2 3