As a programmer my first instinct is to start coding, but then again chapter one of every programming book says that you should NOT sit down and code.
So the question is, where to start?
I've given the project some thought, it's going to be a fairly simple web app, kind of a time logging app, to give you an idea.
Even though it's a sm...
Can any one let me know how to start working on the MongoDB in xampp(windows) with examples of applications?
...
Say, for example, you are caching data within your ASP.NET web app that isn't often updated. You have another process running outside of the app which ocassionally updates this data, when you do this you would like the cached data to be cleared immediately so that the next request picks up the new data straight away.
The caching service...
Hello everybody,
I'm working on distributed web application and we decided to separate web module from business services to make it more scalable.
Here is the situation:
We have one server instance that keeps web application (Controllers, JSPs, etc) and lots of server instances with business services. If web application needs any data ...
When building a web application's help section, what are the preferred tools?
Specifically, I'd like to make a searchable set of help documents.
I'm hoping there are more specialized tools than just good ol' fashioned HTML / database backend.
...
This might sound like a dumb ques but how do u figure that out ? like some websites I visit do not have ANY extension to their web pages so I cannot tell if its built using Java, asp.net or php where as others have extensions clearly visible like .jsp,.php n .aspx
How do u hide extensions anyway and why would anyone do that ?
[edit]
T...
I'm using git with trac and I need some simple code review tool. I just need the ability to write some comments on some lines on each commit.
I've googled a litte and found gerrit, but It seems too complex for my needs. I also found trac plugin http://trac-hacks.org/wiki/CodeReviewPlugin, I will try it. But maybe you can pont to some be...
I am using the python version of Google AppEngine. I want to be able to be able to serve and upload blobs from/into the blobstore using the same URL. As an example, lets say a user can upload a display picture for himself. A GET request to /user/USERNAME/avatar will return the image, whilst a POST request to the same URL will set it.
AF...
Not a programming question, as such. I'm looking for a web service (API) to handle the notification emails and all other little emails my web application generates. I know I found one before, but now it escapes me.
...
I am working on a webbased system where users will click through a lot of pages. Because they will often return to specific pages (for example, an overview of books), I would like to implement some caching mechanism to speed things up.
Before I show the contents of the user, I would store an MD5 checksum of the content in a database, to...
I am building a web app, and I am thinking about how I should build the database.
The app will be feed by keywords, then it will retrieve info for those keywords and save it into the database with a datestamp. The info will be from different source like, num of results from yahoo, diggs from the last month that contains that keyword, et...
I'm in the middle of developing a CMS web app and I'd like to make it work well and look nice. Of course the age-old issues of browser support com into play here.
What are some good frameworks for developing "Web apps"?
I'm talking about libraries that do things that like AJAX, animations and HTML5 support.
Please provide link and de...
I am building a web app for keywords research. Mainly what it does is it takes a keyword and it uses it to make curl requests and it parses numbers which then are stored in a mysql table. The curl request would be for example for retrieving yahoo number of results, number of diggs for that keyword, etc.
So I was thinking to code it in s...
I have tried to disable phone number detection in safari for my web app but it still shows 7 character strings comprised of numbers as phone numbers. I used the apple provided meta tag but no joy.
<meta name="format-detection" content="telephone=no">
Anyone else run into this problem and work around it?
Thanks.
Update: It looks li...
I've just been redirected by a firend on the uniGUI website. In a previous question I asked about a comparison between Raudus and ExtPascal.
Now this unigui seems to be an alternative to Raudus, that moreover has the advantage of allowing you to compile the win32 exe at the same time with the same source code (of course if you limit you...
I’m trying to help a friend in his election campaign.
We mainly need a tool to manage a list of possible voters. We need to be able to:
1. Easily update details about the voters, and
2. Query for voters according to various parameters, and show and print the resulting lists
To enable campaigners to work from multiple workstations, we wo...
I'm looking for a js library or jquery plugin that helps me to create training/guide mode for web application.
Best example I know of training/try now mode is Atlassian JIRA one.
...
I get java.lang.NoSuchMethodError: org/hibernate/Session.isDefaultReadOnly() because jboss uses own libraries, not that from webapp.war. How to force jboss (5.1.0) to get proper jars ?
...
I have a visual studio solution with an ASP.NET 3.5 web application (WCF host) and a test project. I wanted to use the Oracle Instant Client (v11, via NHibernate) to create Oracle connections without having the Oracle client tools installed on every "involved" machine (dev, CI server, test server, production server).
The weird thing is ...
I am building an interactive tutorial for a web app (something that teaches the user how to use the site without presenting boring texts and static manuals).
The idea is to guide the user through all the site sections explaining every important feature. I've found the perfect tool to do that: http://amberjack2.org/, however it does not ...