Greenguy's Board

WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses

Go Back   Greenguy's Board > Search Forums
Register FAQ Calendar Today's Posts

Showing results 1151 to 1175 of 3285
Search took 0.05 seconds; generated 105 minute(s) ago.
Search: Posts Made By: cd34
Forum: Chit Chat 2007-01-19, 01:04 PM
Replies: 63
Views: 5,872
Posted By cd34
Happy Birthday Greenie!

Happy Birthday Greenie!
Forum: Newbie Questions 2007-01-19, 12:55 PM
Replies: 26
Views: 3,147
Posted By cd34
abercwm, What was represented as what you...

abercwm,

What was represented as what you were purchasing?

It looks to me like you bought a doorway into an affiliate program where you have no control over the domain, site design, links,...
Forum: General Business Knowledge 2007-01-19, 11:33 AM
Replies: 31
Views: 3,081
Posted By cd34
There is an accept-language header in the http...

There is an accept-language header in the http requests of browsers which gives their language preferences. You could also use that to set the preliminary pageview to more closely match the surfer....
Forum: Chit Chat 2007-01-18, 08:22 AM
Replies: 17
Views: 1,613
Posted By cd34
quick meeting in the morning and back to the...

quick meeting in the morning and back to the grind.

Hope everyone has a safe return trip from Vegas. (and now we do have documented proof that what happens in Vegas, doesn't stay in Vegas)
Forum: Chit Chat 2007-01-17, 01:21 PM
Replies: 20
Views: 1,421
Posted By cd34
I heard that Mount Washington is having problems...

I heard that Mount Washington is having problems because their 6' pole can't deice the windows because they don't have enough snow to stand on... but then they did register -77 wind chill last night.
Forum: Chit Chat 2007-01-17, 11:18 AM
Replies: 20
Views: 1,421
Posted By cd34
2007 is sure shaping up to be a really...

2007 is sure shaping up to be a really interesting year. A few very interesting projects have been put across my desk and there are people really thinking out of the box.

Great Vegas pics Doc!
Forum: General Business Knowledge 2007-01-15, 02:14 AM
Replies: 4
Views: 1,289
Posted By cd34
Just wanted to thank you Mr Mary Lou... Two...

Just wanted to thank you Mr Mary Lou...

Two projects that I've been mulling over, one got a significant amount of time this weekend and is heading in a radically different direction than I had...
Forum: Chit Chat 2007-01-12, 02:07 PM
Replies: 54
Views: 4,692
Posted By cd34
I have Cingular GSM (and have had Verizon and...

I have Cingular GSM (and have had Verizon and Sprint in South Florida) and in terms of ability to get a signal, even Cingular's TDMA beats those two hands down.

T-mobile coverage in South Florida...
Forum: Chit Chat 2007-01-12, 12:40 PM
Replies: 21
Views: 1,742
Posted By cd34
got my corp taxes back -- missed my financial...

got my corp taxes back -- missed my financial goal by a tiny bit due to the way a lease had to be recorded, but, overall 2006 looks better on paper than it felt. :)

Hopefully 2007 will feel...
Forum: Chit Chat 2007-01-11, 02:29 PM
Replies: 22
Views: 1,767
Posted By cd34
well, I had a longer post, but, firefox2 decided...

well, I had a longer post, but, firefox2 decided that it didn't like my post, and promptly shut down when I hit a site with a flash banner.

So, good afternoon -- hopefully 2007 is shaping up...
Forum: Chit Chat 2007-01-11, 12:29 PM
Replies: 5
Views: 1,299
Posted By cd34
regrettably, the comet is too low on the horizon...

regrettably, the comet is too low on the horizon for me to see from here -- I suppose if I were further west near the sugar cane fields I might be able to see it.

Or, if I lived in a condo on the...
Forum: Chit Chat 2007-01-09, 08:02 PM
Replies: 54
Views: 4,692
Posted By cd34
and cingular is supporting Edge out of the gate.

and cingular is supporting Edge out of the gate.
Forum: Chit Chat 2007-01-09, 07:56 PM
Replies: 54
Views: 4,692
Posted By cd34
AT&T Wireless sold their network to Cingular....

AT&T Wireless sold their network to Cingular. Cingular had the largest TDMA Network -- AT&T Wireless had a TDMA/GSM Hybrid. At that point Cingular used AT&T's TDMA and Cingular's TDMA and allowed...
Forum: Chit Chat 2007-01-09, 05:21 PM
Replies: 54
Views: 4,692
Posted By cd34
well Cleo, if you want, buy it, and I'll put my...

well Cleo, if you want, buy it, and I'll put my sim card in it and you can see how it works. :) In fact, I'll give it a good home until you switch to Cingular.

Also note that the first version...
Forum: General Business Knowledge 2007-01-09, 11:56 AM
Replies: 15
Views: 1,882
Posted By cd34
The issue at that time was whether the link was...

The issue at that time was whether the link was coded in html (which does work) or done through a redirect script (which of course doesn't work)

If you code the html in the links, most browsers...
Forum: General Business Knowledge 2007-01-06, 05:37 PM
Replies: 9
Views: 1,864
Posted By cd34
Cleo used trafficguardian.com (which went down a...

Cleo used trafficguardian.com (which went down a while back and appears to be down currently). It was an apache module which checked in with the mothership every time apache was restarted, and when...
Forum: General Business Knowledge 2007-01-05, 12:55 PM
Replies: 20
Views: 3,758
Posted By cd34
Internet Billing Company, LLC 3275 West...

Internet Billing Company, LLC
3275 West Hillsboro Blvd. Suite 300
Deerfield Beach, Florida 33442
United States
(954) 363-4400 Fax -- (954) 363-4401

Their parking...
Forum: Programming & Scripting 2007-01-04, 03:39 PM
Replies: 13
Views: 1,526
Posted By cd34
You might be able to use something like ...

You might be able to use something like

RewriteRule ^(.*)\.html$ $1.php [QSA]

but then you would want to also make sure the destination file exists, etc.

I'm not sure why your hosting...
Forum: Programming & Scripting 2007-01-04, 02:19 PM
Replies: 13
Views: 1,526
Posted By cd34
RewriteEngine on RewriteRule ^whatever.html$...

RewriteEngine on
RewriteRule ^whatever.html$ whatever.php [QSA]

not that it a perfect solution, but, it is a workaround
Forum: Programming & Scripting 2007-01-03, 05:01 PM
Replies: 13
Views: 1,526
Posted By cd34
doesn't work meaning what? pages aren't...

doesn't work meaning what?

pages aren't parsed for php?
web pages all of the sudden pop up save-as boxes?
Error 500 - Internal Server Error pops up?
Forum: Chit Chat 2006-12-31, 05:36 PM
Replies: 29
Views: 3,070
Posted By cd34
Closing the books on 2006, making a note of...

Closing the books on 2006, making a note of things that will need to get fixed in 2007. 2006 missed one of my sales goals a little -- if it weren't for the way my accountant wanted to structure...
Forum: Programming & Scripting 2006-12-27, 12:00 PM
Replies: 10
Views: 2,573
Posted By cd34
I don't believe that will make a difference. ...

I don't believe that will make a difference.

What it looks like is happening is that your inbound mailer is doing verification based on the absolute sender rather than the envelope sender, and...
Forum: Programming & Scripting 2006-12-26, 09:04 PM
Replies: 10
Views: 2,573
Posted By cd34
Dec 26 19:24:24 colo50 postfix/smtp[15168]:...

Dec 26 19:24:24 colo50 postfix/smtp[15168]: EDB8016001D09: to=<jeremy@jeremyporn.com>, relay=mail.jeremyporn.com[74.52.237.124], delay=3, status=bounced (host mail.jeremyporn.com[74.52.237.124] said:...
Forum: Chit Chat 2006-12-26, 10:52 AM
Replies: 13
Views: 1,221
Posted By cd34
Spent a quiet day working and catching up on a...

Spent a quiet day working and catching up on a few things, getting prepped for a few things I want to do in 2007. Other than that, hope everyone had a good holiday and for those that are traveling,...
Forum: General Business Knowledge 2006-12-22, 01:35 PM
Replies: 2
Views: 1,206
Posted By cd34
Relative Speeds: P3/800 = 1 P4/2.4 Celeron...

Relative Speeds:

P3/800 = 1
P4/2.4 Celeron = 3x faster than p3/800
P4/3.0 with Hyperthreading = 5.5x faster than P3/800
P4 Dual Core 3.0ghz = 7.5x faster
core2duo 2.4ghz = 11x faster

Now,...
Showing results 1151 to 1175 of 3285

 
Forum Jump

All times are GMT -4. The time now is 06:07 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc