For one type of exception, IOException, I want to display one page. For all other exceptions I have a default error page. In my web.xml I have things setup like this:
<error-page>
<exception-type>java.io.IOException</exception-type>
<location>/queryException.jsp</location>
</error-page>
<error-page>
<exception-type>java.lang.E...
Hello guys,
I am looking for displaying Forecast information in my Django Website.
Do you have any idea of how I can do that ?
I looked at https://registration.weather.com/ursa/wow/ but it is in english and I didn't find anyway to put it in French.
I looked at libgweather, but it didn't helps me a lot.
Do you know how I can do that ?...
This seems really complicated to ask about so I hope someone can help:
We have a long time running static website held with a hosting company that provide PHP, Ruby-on-Rails and Drupal/Joomla support. A little limited I know but we got reasonably decent search engine rankings and didn't want them to drop. We have two much more recently ...
not sure why my code wont work, im teaching myself javascript i know php moderatly and i also know the intelligence of using java to hold a password and username, but at the moment i just want the script to work.
<html>
<head>
<title>34webs</title>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen...
I'm trying to evaluate an expression stored in a database i.e.
"if (Q1 ==2) {result = 3.1;} elseif (Q1 ==3){result=4.1;} else result = 5.9;"
Rather than parsing it myself I'm trying to use the DLR. I'm using version .92 from the Codeplex repository and my solution is a .NET 3.5 website; and I'm having conflicts between the System.Core...
I have a few years experience programming c++ and a little less then that using Qt. I built a data mining software using Qt and I want to make it available online. Unfortunately, I know close to nothing about web programming. Firstly, how easy or hard is this to do and what is the best way to go about it?
Supposing I am looking to hire ...
I have a blog, and I have been considering publishing a sitemap for it, which would include the index page, archives page, and an entry for each individual blog post. Is this ever a bad idea? Is it a good (or useful) idea? I'm particularly interested in the <changefreq> element: I edit posts from time to time, and while that's not a comm...
Possible Duplicate:
What are the best programming and development related Blogs?
Stack overflow has become the first place i come to whenever i have dev problem. I also like to browse when i'm killing time.
Just curious to know what other general sites or resource people use regularly.
...
In a nutshell my split tests aren't tracking conversions at all.
My A/B pages are on http://www.mydomain.com, and my conversion page is the last stage of my shopping cart on https://secure.mydomain.com.
I thought the most concise way of explaining this would be to post my page source code:
http://pastebin.com/ru7dCDqD
To summarize, ...
We currently have an iPhone app and would like to build a mobile website that has similar functionalities so it is accessible on multiple types of handsets.
what programming language should we best use for this? our app would like to use geolocation, camera/photo upload and access to the phone's contacts.
hope you can help us out!
be...
I am the technology director at a small nonprofit, and we are in the process of making a new website. We have several proposed mock-ups of different homepage designs, and need to receive input from our board members. Is there an online application/program/framework that will receive and organize user comments? I'm looking for somethin...
i want to find out the websites that are people are coming from when they come on my website. so lets say someone comes from google.com or yahoo.com or someone came through email or somewhere else. how can i do this?
...
I currently have a mysite.com (A) which points to /public_html/ and a dev.mysite.com (B) which I created a /dev_html/ for that. I cloned the site but now I need a way of switching between them without having to copy all the files from one dir to another and without bringing the site down. I just want to switch the live site to B and then...
Hello, I work with Visual Studio 2008 and work on a web project which contains a web site.
When opening the solution file, I receive the error message:
"Unable to open the Web site http://localhost/myWebsite.de. The Web site http://localhost/myWebsite.de does not exist."
I can see the web site greyed out, with the remark "unavailable", i...
My organization is building a new version of our ticketing site and is looking for the best way to build an online waiting room when the number of users in our purchase path exceeds a certain limit. The best version of this queue would let new users in after existing users have either completed their purchase or have exceeded a timeout ...
Is it possible to achieve this? For example I will have "website.com/index.php?skin=name" can I password protect only this url? (with no php changing only htaccess)
P.S. "website.com/index.php" or "website.com/index.php?skin=other_name" should not be restricted..
Thanks!
...
I have already test Firefox extension like "Selenium" and "Molybdenum" but they are not really usefull with a dynamic website.
Indeed, the content changes often so all functionnal tests recorded are quickly deprecated.
...
I recently moved my blog from
http://blog.mydomain.com
to
http://mydomain.com
My problem now is that I have sites linking to the old addresses.
What can I put in my .htaccess file to make, for instance,
http://blog.mydomain.com/my-post-title-here
go to
http://mydomain.com/my-post-title-here
Thanks in advance!
...
How to create simple web site with python?
I mean really simple, f.ex, you see text "Hello World", and there are button "submit", which (onClick) will show ajax box "submit successful".
I want to start develop some stuff with Python, and I don't know where to start ;)
...
Hi,
I have a .exe program which has an embedded webservice running on port 800.
I can access it locally via 127.0.0.1:800 just fine once the program is executed.
I need to be able to send the service commands such as: * 127.0.0.1:800/dev * will get a list of devices attached to the program.
To my knowledge i need to forward port 800 o...