Hey. I know what your first reactiopn is going to be> "You shouldn't be doing that". I know this, but my work wants it done for a locally installed html help guide.
I am using relative positioning to overlay text over an image. There is now a gap of space at the bottom of the page where the text box would be if it was not re-positioned. Is there anyway around...
I have since noticed while searching through online code examples that the format function doesn't seem to work.
I suppose my real question here is, how can I format a date (into dd/mm/yyy format)...
Good morning. At work we have a system that tracks access to data so that people must re-request access to their data (to ensure people don't have access to data after thier requirement has ended).
...
Hi everyone. Does anyone know if the stock site used on the mootools video tutorial is free and where I can find it? I can't quite make out the name of the site. Something like globetron?
I'm wanting to define an instance of a class as a variable in another class. Is this possible? See example code below (Example is made up. It's not actually an exerpt from my code.
Hi there. I am programming a helpdesk application in PHP and they way I was going about it was to make all my class files, and then treat the index file as the Main class (in java terms). The reason...
I would like to be able to store some search paramaters in an array so that a user can search on certain fields in a database. The way I saw this happening in my mind was along the lines as follows
...
Generally the Javascript forum is where you should post your AJAX questions, although, if you have an issue, it could easilly be PHP or XML that is the cause of the problem.
I would definately say use ajax. I had to do something similar for my degree and used ajax for this. I would recommend breaking down w3schools' suggest example and working tweaking it for your use....
I have a file localSettings.php which I am calling by using require() on each page. This is going to hold info like, the name of the application, database authentication details like username,...