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.
How is the DOM language independent?
Quoting from Wikipedia
What are Web runtime environments and programming languages
I’ve been looking into the details behind these two different categories:
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 language? or just HTML and CSS?
what are the main differences between a web server and application server? [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. I am new to web development and just […]
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?
How to find a ‘good’ seed page for a web crawler? [closed]
Closed 11 years ago.
Erlang/Haskell web service to server files [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
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 the database with the changes it found.
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 service when the Internet is available again. Is this possible? How would I design such a solution.