Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 253
Actual Results
- righteous_trespasser
- Forum: General Discussion
- Topic: "This space intentionally left blank"
- Subject: "This space intentionally left blank"
- Replies: 8
- Views: 201
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 ...
- righteous_trespasser
- Forum: Google Forum
- Topic: Site Speed to be Ranking Factor in 2010, Be Prepared
- Subject: Site Speed to be Ranking Factor in 2010, Be Prepared
- Replies: 3
- Views: 120
Posted: November 17th, 2009, 5:45 am
Cool, just installed YSlow ... and I must say it's superbly helpful so-far ...
- righteous_trespasser
- Forum: Website Design Forum
- Topic: overflowing content
- Subject: overflowing content
- Replies: 1
- Views: 74
- Subject: overflowing content
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&...
- righteous_trespasser
- Forum: Programming / Scripting / Coding Forum
- Topic: delete multiple checkbox coding
- Subject: delete multiple checkbox coding
- Replies: 1
- Views: 65
- Subject: delete multiple checkbox coding
Posted: November 10th, 2009, 12:49 am
What do you need help with? Please be more specific.
- righteous_trespasser
- Forum: Programming / Scripting / Coding Forum
- Topic: Image Thumbnail Creator
- Subject: Image Thumbnail Creator
- Replies: 4
- Views: 520
- Subject: Image Thumbnail Creator
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
- righteous_trespasser
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Form Issue
- Subject: PHP Form Issue
- Replies: 7
- Views: 89
- Subject: PHP Form Issue
Posted: November 9th, 2009, 2:55 am
- righteous_trespasser
- Forum: Programming / Scripting / Coding Forum
- Topic: Dynamic Forms
- Subject: Dynamic Forms
- Replies: 3
- Views: 48
- Subject: Dynamic Forms
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
- righteous_trespasser
- Forum: Website Design Forum
- Topic: Recent Browser Performance Chart
- Subject: Recent Browser Performance Chart
- Replies: 8
- Views: 668
- Subject: Recent Browser Performance Chart
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
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
- righteous_trespasser
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Mail headers
- Subject: PHP Mail headers
- Replies: 6
- Views: 134
- Subject: PHP Mail headers
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...
- righteous_trespasser
- Forum: Website Design Forum
- Topic: Recent Browser Performance Chart
- Subject: Recent Browser Performance Chart
- Replies: 8
- Views: 668
- Subject: Recent Browser Performance Chart
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.
- righteous_trespasser
- Forum: Programming / Scripting / Coding Forum
- Topic: Shorthand IF block
- Subject: Shorthand IF block
- Replies: 1
- Views: 65
- Subject: Shorthand IF block
Posted: November 3rd, 2009, 2:13 am
- righteous_trespasser
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Mail headers
- Subject: PHP Mail headers
- Replies: 6
- Views: 134
- Subject: PHP Mail headers
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.
- righteous_trespasser
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Mail headers
- Subject: PHP Mail headers
- Replies: 6
- Views: 134
- Subject: PHP Mail headers
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...
- righteous_trespasser
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Mail headers
- Subject: PHP Mail headers
- Replies: 6
- Views: 134
- Subject: PHP Mail headers
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}>...
- righteous_trespasser
- Forum: Programming / Scripting / Coding Forum
- Topic: MySql Rollback
- Subject: MySql Rollback
- Replies: 2
- Views: 88
- Subject: MySql Rollback
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.

