Freelancers Forum Messages on Wednesday March 19th 2008
RE: FN-FORUM: Oscommerce Fixes
date posted 19th March 2008 20:56
You can also set PHP options in the Apache server config file if it's
specifically .htaccess files you have a problem with. And obviously if
you use Apache. :)
>
> Hi Andrew,
>
> I am a little curio...
RE: FN-FORUM: Oscommerce Fixes
date posted 19th March 2008 20:51
Hehe - I would recheck what exactly he says needs fixing! I am still a
little new to osCommerce, but even still, I had absolutely no issue with
running osCommerce on PHP5 and MySQL5. The fix I had in...
Re: FN-FORUM: Oscommerce Fixes
date posted 19th March 2008 20:38
Hi Alex, everything you say is correct, I am also using htaccess on several
sites but want to not rely on this.
One of my developers is now apparently making all the fixes! I guess I have
been spu...
RE: FN-FORUM: Oscommerce Fixes
date posted 19th March 2008 19:57
Hi Andrew,
I am a little curious - I assume you have an existing osCommerce install,
which you need to convert to run off PHP5 and MySQL5, correct?
It is just that I have a test server at home (XAMP...
Re: FN-FORUM: Basic spreadsheet
date posted 19th March 2008 18:46
Many thanks to the secret benefactor!
:)
Lee Rickler
Director - Point and Stare - pointandstare.com
Web Design and Development for over 11 years
Lee Rickler wrote:...
RE: FN-FORUM: basic spreadsheet
date posted 19th March 2008 18:43
Lee,
Have a look at this...
http://www.caroline-murphy.co.uk/personal/books/
Steve
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Lee
Rickler
Sent: 19 March 2008 19:0...
Re: FN-FORUM: basic spreadsheet
date posted 19th March 2008 18:41
And there it goes ... way over my head!
Pivot table?
But, in general, what you said ben, sounds right.
I have had something sent over which works perfect, thanks, but feel
free to better his work i...
RE: FN-FORUM: basic spreadsheet
date posted 19th March 2008 18:33
Lee Rickler wrote:
> Has anyone a very basic excel spreadsheet template for keeping track=20
> of monthly costs?
> Basic needs are, for example:
> 1 column for outgoing (number)
> 1 column for outgoi...
FN-FORUM: basic spreadsheet
date posted 19th March 2008 17:43
Has anyone a very basic excel spreadsheet template for keeping track of
monthly costs?
Basic needs are, for example:
1 column for outgoing (number)
1 column for outgoing name (text)
1 column for inc...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 11:39
----- Original Message -----
From: "Dom Latter" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Wednesday, March 19, 2008 12:10 PM
Subject: Re: FN-FORUM: Check box problem
>
> On Wednesday 19 March 200...
FN-FORUM: Oscommerce Fixes
date posted 19th March 2008 11:17
Has anyone gone through the PHP5, MySQL5, Globlas_Registered =OFF fixes?
Andrew...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 11:06
On March 19, 2008 11:55 AM, Pam wrote:
>
> Strange isn't it
>
> This is the Check box
>
>
> diaries?" Text="All Diary's">
>
>
> This is the bit of code
>
>
> f...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 10:54
>Strange isn't it
>
>This is the Check box
>
>
>diaries?" Text="All Diary's">
>
>
>This is the bit of code
>
>
>function Check_Diary_Validate(source, argument...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 10:47
On Wednesday 19 March 2008 12:55:03 [EMAIL REMOVED] wrote:
> Strange isn't it
What, how "All" and "ALL" are not the same thing?
> Text="All Diary's"
Beats me how you can spell it correctly in the...
RE: FN-FORUM: Check box problem
date posted 19th March 2008 10:43
>>>> How do you check if a Check Box exists using JavaScript before you test
>>>> if it is checked?
try this
if (document.getElementById("ALL_Diaries")) {
}
I presume you are checking it bef...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 10:39
On 19/03/2008 11:55, [EMAIL REMOVED] wrote:
>
> ----- Original Message -----
> From: "Martin Wheatley" [EMAIL REMOVED]
> To: [EMAIL REMOVED]
> Sent: Wednesday, March 19, 2008 11:35 AM
> Subject: Re:...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 10:39
On Wednesday 19 March 2008 12:44:32 Richard Fletcher wrote:
> If the answer is "name" then document.getElementByID won't work. You
> will want id= as well.
I'm willing to bet a pint that that's the...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 10:31
----- Original Message -----
From: "Martin Wheatley" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Wednesday, March 19, 2008 11:35 AM
Subject: Re: FN-FORUM: Check box problem
>
> On 19/03/2008 01:06,...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 10:20
[EMAIL REMOVED] wrote:
>> They were all null even if they existed when I tried - Pam
Do the tags have id="Diary_X" (for X is 1,2,etc). or name="Diary_X"?
If the answer is "name" then document.get...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 10:18
[EMAIL REMOVED] wrote:
> How do you check if a Check Box exists using Javascript before you test if
> it is checked?
> This is my Routine
On a slightly different note, your routine sets arguments.Is...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 10:12
On 19/03/2008 01:06, [EMAIL REMOVED] wrote:
> ----- Original Message -----
> From: "James Herrington" [EMAIL REMOVED]
> To: [EMAIL REMOVED]
> Sent: Wednesday, March 19, 2008 1:00 AM
> Subject: Re: FN...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 10:05
On 19 Mar 2008 11:01:31 -0000, pamela @ gconnect. [EMAIL REMOVED] wrote:
>
> >>> How do you check if a Check Box exists using Javascript before you test
> >>> if it is checked?
> >>>
if (document.get...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 09:54
>>> if (document.getElementById("ALL_Diaries") !=3D null) {
var all_diaries =3D document.getElementById("ALL_Diaries");
if (all_diaries) {
... do something with all_diaries here ...
}
perhaps?
HTH,...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 09:37
>>> How do you check if a Check Box exists using Javascript before you test
>>> if it is checked?
>>>
>>> if (document.getElementById("ALL_Diaries") == true) {
>>>
>>>
>>> }
>>>
>>> doesn't work
>> I...
Re: FN-FORUM: Check box problem
date posted 19th March 2008 00:07
>>>> How do you check if a Check Box exists using Javascript before you
>>>> test if it is checked?
>>>>
>>>> if (document.getElementById("ALL_Diaries") == true) {
>>>>
>>>>
>>>> }
>>>>
>>>> does...