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 1126 to 1150 of 3285
Search took 0.05 seconds; generated 105 minute(s) ago.
Search: Posts Made By: cd34
Forum: General Business Knowledge 2007-02-01, 03:37 PM
Replies: 34
Views: 6,267
Posted By cd34
A wise man once said: It is as important to...

A wise man once said:

It is as important to consider who you link to, as it is to consider who is linking to you.
Forum: Chit Chat 2007-01-31, 08:48 PM
Replies: 23
Views: 6,114
Posted By cd34
I use IMAP because I can access email from...

I use IMAP because I can access email from multiple machines or devices. Its a bit quicker when you deal with a lot of mail because it only downloads the headers until you are ready to view the...
Forum: Chit Chat 2007-01-31, 06:37 PM
Replies: 23
Views: 6,114
Posted By cd34
You might try Mozilla's Thunderbird. And you...

You might try Mozilla's Thunderbird. And you might consider IMAP rather than pop if that is an option.

I've used thunderbird for a while and its pretty quick, does everything I need, has a lot of...
Forum: Chit Chat 2007-01-31, 10:38 AM
Replies: 26
Views: 2,946
Posted By cd34
I needed another tuesday this week. though later...

I needed another tuesday this week. though later this week I'll feel like I missed a day somewhere.
Forum: Chit Chat 2007-01-30, 04:53 PM
Replies: 27
Views: 2,297
Posted By cd34
Antec sells a laptop cooler that has a fan and...

Antec sells a laptop cooler that has a fan and USB built in which you might be able to use. I bought myself one of those mini-whiteboards and velcroed it to the bottom of my laptop -- because the...
Forum: Chit Chat 2007-01-30, 02:18 PM
Replies: 20
Views: 3,244
Posted By cd34
An interesting article about a writer that...

An interesting article about a writer that switched from Mac to Vista...

http://www.msnbc.msn.com/id/16873608/

Cleo will appreciate the irony.
Forum: Chit Chat 2007-01-30, 11:53 AM
Replies: 27
Views: 2,297
Posted By cd34
I've used a laptop as my primary machine since...

I've used a laptop as my primary machine since '96 or so. Mostly, the problem was that data needed to be in two places, and as it exceeded the size of a floppy, it became too unwieldy. I've never...
Forum: General Business Knowledge 2007-01-30, 11:38 AM
Replies: 96
Views: 10,978
Posted By cd34
best wishes Pat... get well soon.

best wishes Pat... get well soon.
Forum: Programming & Scripting 2007-01-29, 11:52 PM
Replies: 5
Views: 827
Posted By cd34
http://delorean.com/dmcstore/onlinestore-search.as...

http://delorean.com/dmcstore/onlinestore-search.asp

Just in case you need a spare flux capacitor, just type in 'flux' in the search box and note the part number. :)
Forum: Programming & Scripting 2007-01-29, 10:06 PM
Replies: 5
Views: 827
Posted By cd34
The problem with doing it with php is twofold. ...

The problem with doing it with php is twofold. One, it doesn't easily support chunked output. Secondly, it adds some buffering to the page.

Lets say you have a page that consists of 100k of...
Forum: Chit Chat 2007-01-29, 08:47 AM
Replies: 22
Views: 1,963
Posted By cd34
I spent the day actually surfing the web...

I spent the day actually surfing the web yesterday. Since 1994 when I put the first few web sites on the net for clients, regrettably, about 90% of the sites are of the same caliber.

The amount...
Forum: Newbie Questions 2007-01-28, 05:19 PM
Replies: 8
Views: 1,141
Posted By cd34
Generally, I would do something like ...

Generally, I would do something like


<?php
if (!(file_exists($_FILES['uploadedfile']['tmp_name']))) {
$error .= "Please try again, I didn't get a file. ";
} else {
// do...
Forum: Newbie Questions 2007-01-28, 03:21 PM
Replies: 8
Views: 1,141
Posted By cd34
HTML: <form method="post"...

HTML:

<form method="post" enctype="multipart/form-data">
<input name="uploadedfile" type="file">
<input type="submit" name="submit" value="Upload">
</form>


Some php code to deal with the...
Forum: Chit Chat 2007-01-26, 05:25 PM
Replies: 27
Views: 2,596
Posted By cd34
Hotdogs, armour hotdogs. (actually, I think...

Hotdogs, armour hotdogs.

(actually, I think they are Oscar Meyer)
Forum: I'm Looking For....... 2007-01-25, 02:39 PM
Replies: 3
Views: 843
Posted By cd34
http://w3schools.com/css/css_reference.asp ...

http://w3schools.com/css/css_reference.asp

none
hidden
dotted
dashed
solid
double
groove
ridge
Forum: Chit Chat 2007-01-25, 12:32 PM
Replies: 25
Views: 2,361
Posted By cd34
I wonder about boiling diet coke, mentos, and...

I wonder about boiling diet coke, mentos, and -45F air temp. The eepy's might have to make a trip to the great white north.

Quite a bit of shuffling today while one of my suppliers tries to...
Forum: Search Engines 2007-01-23, 12:59 PM
Replies: 23
Views: 2,805
Posted By cd34
I believe this is why google is an icann approved...

I believe this is why google is an icann approved registrar
Forum: Chit Chat 2007-01-23, 12:29 PM
Replies: 31
Views: 3,998
Posted By cd34
update dl_sites set category='73' where...

update dl_sites set category='73' where category='17' and elements in (1,2,3);

update dl_sites set category='73' where title like '%keyword%';
Forum: Programming & Scripting 2007-01-23, 09:52 AM
Replies: 4
Views: 879
Posted By cd34
it needs to be -ppassword or -p'password' if...

it needs to be -ppassword or -p'password' if there are characters that the shell might escape.
Forum: Programming & Scripting 2007-01-23, 09:02 AM
Replies: 4
Views: 879
Posted By cd34
if it is huge, you're likely to run into timeouts...

if it is huge, you're likely to run into timeouts on apache that aren't going to allow it to be downloaded completely.

What you can try is something like forking a process that does

mysqldump...
Forum: Chit Chat 2007-01-23, 01:39 AM
Replies: 34
Views: 3,685
Posted By cd34
Happy Birthday MML!

Happy Birthday MML!
Forum: Blogs and Blogging 2007-01-22, 08:53 PM
Replies: 6
Views: 1,046
Posted By cd34
you probably have mod_security enabled which...

you probably have mod_security enabled which might be blocking the 'large' post. Its also possible that you have entered content that is getting hit by mod_security's rules.

did you by chance...
Forum: I'm Looking For....... 2007-01-21, 09:51 PM
Replies: 9
Views: 1,562
Posted By cd34
http://grimthing.com/archives/2007/01/11/Gimp_vs_P...

http://grimthing.com/archives/2007/01/11/Gimp_vs_Photoshop/

http://www.gimpshop.net/
Forum: Chit Chat 2007-01-21, 12:44 PM
Replies: 19
Views: 1,462
Posted By cd34
stayed up another 3 hours to watch one of them on...

stayed up another 3 hours to watch one of them on the west coast feed?

Not much new on the agenda for me except finishing up a project and starting a new one (hopefully).
Forum: Chit Chat 2007-01-20, 08:20 AM
Replies: 24
Views: 1,732
Posted By cd34
No snow here, but, the chill is in the air as the...

No snow here, but, the chill is in the air as the mercury (do any thermometers still use mercury) has dipped to 64. I'm sure it'll warm up by later today.

Only hills around here are landfills......
Showing results 1126 to 1150 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