Wow. I can't believe you put the time into this to actually write the graphing script. Thanks a bunch, this will definitely get me started. I tested it in my browser and it works great.
I see there are lots of plugins for Javascript graphing and they seem easy to use for what they do but I have a slightly unusual graph and I can't find a graph plugin that supports it. Do...
I have a client who sent me a screenshot showing me a small line height issue. The thing that scares me is that she is using Lotus Notes and I have no idea what that is. It looks like...
I don't know where else to put this, but I would like some help to connect to a server via SSH and then modify some stuff. I just want to modify the max upload file size so I contacted...
I just launched a site that was designed over two years ago! I think the site looks aged and since I did not design the site I will listen to criticism about any aspects of the site...
My main domain works just fine - example.com and a subdomain set up by another developer works fine as well - sub1.example.com. But when I try to set another one up I go through the...
I wish to use the semantic tags introduced in HTML5 instead of using div tags. They include { header, footer, nav, aside, etc. }. Now as of right now the good browsers can style them just fine; IE<=8...
I am trying to convince my boss to use HTML5 and one of his main gripes about using HTML5 is that without the HTML5 shiv (a JS file) that the entire site looks terrible in IE. So I am...
Here is the page I am working on: http://www.patrickrauland.com/ The selectors work just fine in my version of firefox, but they do not work in IE 7,...
Thanks for the quick reply. That didn't quite solve the issue.
setting the #nav height to 100% will make that section as tall as your browser is. If the user scrolls down, there will be unfilled...
The problem using OR is that if for example I was looking for vendor option 1 or 4. Then I would also get vendor #2 because he meets one of the two conditions. I'm trying to only get results that...