Search found 3789 matches

Actual Results

Post Posted: November 17th, 2009, 5:48 am

I have FF3.5, I am logged in, I see that aswell, I must admit that in the beginning it confused me quite a bit ...

Post Posted: November 17th, 2009, 5:45 am

Cool, just installed YSlow ... and I must say it's superbly helpful so-far ...

Post Posted: November 10th, 2009, 1:15 am

[code].text { display:block; height:400px; background:#c0c0c0; width:600px; margin-top:35px; padding-left:0px; border-top:1px solid #000; border-left:1px solid #000; border-right:1px solid #fff; border-bottom:1px solid #fff; -webkit-border-top-left-radius&...

Post Posted: November 10th, 2009, 12:49 am

What do you need help with? Please be more specific.

Post Posted: November 9th, 2009, 3:02 am

I use the following class to resize my images ... I just have a tweaked one lying around here somewhere to suit my needs more specifically ... it works really well though ... http://www.white-hat-web-design.co.uk/a ... sizing.php

Post Posted: November 9th, 2009, 2:55 am

I don't know if this will make a difference, but it's worth a try ... where you declare the variables like:
PHP Code: [ Download ] [ Select ]
$name = $_POST ['name'];

try it without the space like this:
PHP Code: [ Download ] [ Select ]
$name = $_POST['name'];

See if that make's a difference first.

Post Posted: November 9th, 2009, 2:50 am

I have done this before ... not with cars, but something similar ... I used jQuery's ajax calls to call in data from a database dynamically into a form ... http://www.jquery.com

Post Posted: November 4th, 2009, 12:46 am

I tested the following three browsers:

Firefox 3.5.4 = 1989
Chrome 3.0.195.97 = 3441
IE8 = 798

My system:
Windows Vista Enterprise
Intel Core2Duo T9300
ATI mobility Radeon HD2600

Post Posted: November 4th, 2009, 12:24 am

Yeah, the funny thing is, these mails were getting sent off our dedicated server at work ... our email addresses on ther domains on the same server were getting it fine, but then even yahoo and hotmail were receiving the mails just fine, but the client wasn't receiving the mails. It's a really stran...

Post Posted: November 3rd, 2009, 2:34 am

That's a very cool chart ... I'll do those tests on my own machine though just to see the differences for me personally. Because tests like these are rather accurate, but per-machine settings change a lot of things.

Post Posted: November 3rd, 2009, 2:13 am

Yes it would be really awesome ... That makes me think a bit of jQuery's way of doing things ... this is just a lot neater jQuery would be:
Code: [ Download ] [ Select ]
$("#id").click(function(){ /* lots of stuff */ });
a function where the result is another function (if that's understandable) ...

Post Posted: November 3rd, 2009, 2:09 am

Sorry that I wasted your time guys ... I forgot to add the semi-colon after each of the lines ... What a daft moment ... Thanks anyway guys.

Post Posted: November 2nd, 2009, 2:22 pm

Yeah joebert I hear you. What really sucks is that my client doesn't ... These people have absolutely no understanding of the internet. It's difficult for me to try and get it through to them that it just isn't that simple. hehe. @atno: Thanks for the link, I can't view that page (RFC) but I found i...

Post Posted: November 2nd, 2009, 10:32 am

I have the following mail headers: [code]$headers = "MIME-Version: 1.0\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\n"; $headers .= "X-mailer: php\n"; $headers .= "From: \"{$from_name}\" <{$from_email}>...

Post Posted: October 30th, 2009, 3:04 am

Yeah, the tables all do support transactions. Thanks for the link, that looks very impressive. I think I am going to see how I can implement that.
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.