I need to make amock up of a webpage, is it easier to do this in kompozer or Visual Studio.
I thought VS had drag and drop but it seems more complicated to build the webpage as it has to add...
Is it possible to use an Adobe PDF file as the front end connection to a database?
I'm pretty sure this is a bad way of programming things but I have seen more and more ocntrolled forms recently and...
What are the best books to read to learn C#?
I have programming experience and have actually done some stuff in C# before but want a structured book.
I found the following but the seem about 5...
I have some domains that all point to the same backend folder. However, I would like to keep the URL the same.
For example, if someone accesses mysite.com or mysite.eu or mysite.net they will remain...
I have a .reg file, which is available as a download from my website which changes the timeout setting in IE to run a series of stored procedures on the SQL server without timing out.
I think the problem lies in the form somewhere or the submission of it but I can't see it.
checklogin.php is fine as I wouldn't have access to the page at all. For safety, I have commented it out...
Nothing appear in the query_creditcontroller array when I run this code. There's a bif javascript that submits it. Also, I can't use get for some reason, the javascript doesn't like it?
Example #1 doesn't have any working day code in it ?
There is some working day code further down but only to find the number of working days in a month, which is a calculation...
Yes, but date() doesn't have a built in check for working days.
I assume I am going to have to code and check the actual day:
if day == 6 and saturday or sunday then day++
then do a recursive loop...
Any ideas on how I can find the 6th working day of each month?
I don't want to put in a check for if Monday, else if Tuesday advance 1 day, etc. although maybe this is the only way?
Can anyone see anything wrong with this excerpt of code.
When I use alert(workingstructurewithdivid.length);
I get 111 but it only seems to be going through the code once and stopping
yeah, I know it's the old fashioned way to do it but I copied it from a template!
I found what it was though, there was a tag in there style='white-space: pre' that only FF was picking up
Hi
I have a page that appears correctly in IE but in FF the top right appears incorrectly.
The Home | Fixtures | Contact section appears to be one row down?
ANy ideas why?
I have run it through a...
So, how do I compare the values and remove duplicates?
When I pass in the array as it is, how does the function know which values to compare in the 2nd dimension? I don't think it can.
So, I can...
No, just one array.
If I understand correctly your code is supposed to loop through the relevant dimension of the array and return an array with out the duplicates.
Either I am passing in the index...
Something weird is definitely happening here.
When I run it, it seems to only list 1 row, the number 3.
Is that because I only use this line once?
workingstructure[0] = unique(structure[0],false);...