Greenguy's Board


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

Showing results 651 to 675 of 3285
Search took 0.06 seconds; generated 103 minute(s) ago.
Search: Posts Made By: cd34
Forum: Chit Chat 2009-03-12, 08:55 AM
Replies: 26
Views: 2,538
Posted By cd34
Wrote a simple facebook application yesterday. ...

Wrote a simple facebook application yesterday. Not completely happy with it, but, it does work and do what it is supposed to with a few minor issues. Back to python coding today.... and that task...
Forum: Chit Chat 2009-03-11, 11:41 AM
Replies: 27
Views: 3,235
Posted By cd34
Do you test a theory or a hypothesis. In either...

Do you test a theory or a hypothesis. In either case, I'll be putting some equipment together to test one or the other.

Have a good Hump Day.
Forum: General Business Knowledge 2009-03-11, 02:05 AM
Replies: 9
Views: 1,156
Posted By cd34
You want remote sites to be able to hotlink your...

You want remote sites to be able to hotlink your recip?


<a href="http://www.exquisiteangelz.com/"><img src="http://www.exquisiteangelz.com/images/recips/exquisiteangelz.gif" width="120"...
Forum: General Business Knowledge 2009-03-10, 11:50 PM
Replies: 9
Views: 1,156
Posted By cd34
If I understand what you're asking: ...

If I understand what you're asking:


RewriteEngine on
RewriteRule .*exquisiteangelz.gif$ /images/recips/exquisiteangelzrecip.gif [L]


is what you want.

Store your recip in /images/recips/...
Forum: General Business Knowledge 2009-03-10, 11:25 PM
Replies: 9
Views: 1,156
Posted By cd34
RewriteRule .*exquisiteangelz.gif$...

RewriteRule .*exquisiteangelz.gif$ /images/recips/exquisiteangelzrecip.gif [L]


This rule will match anything that ends with exquisiteangelz.gif As a consequence, it will also match...
Forum: General Business Knowledge 2009-03-10, 10:49 PM
Replies: 9
Views: 1,156
Posted By cd34
To prevent loops, you want to name the recip to...

To prevent loops, you want to name the recip to something different than exquisiteangelz.gif and use something like:


RewriteEngine on
RewriteRule .*exquisiteangelz.gif$...
Forum: Chit Chat 2009-03-10, 12:24 PM
Replies: 27
Views: 2,867
Posted By cd34
Got distracted writing some code last night and...

Got distracted writing some code last night and the wheels are turning.

Is it a bug if something is working as designed, but not as expected? Due to some limitations in the way a piece of vendor...
Forum: Search Engines 2009-03-10, 11:15 AM
Replies: 2
Views: 1,033
Posted By cd34
you might also consider modifying robots.txt file...

you might also consider modifying robots.txt file to tell all search engines to ignore portions of your sites like admin areas, etc.
Forum: General Business Knowledge 2009-03-10, 10:40 AM
Replies: 44
Views: 8,562
Posted By cd34
It hurt me so bad, I couldn't walk for 9 months.

It hurt me so bad, I couldn't walk for 9 months.
Forum: Chit Chat 2009-03-09, 12:09 PM
Replies: 27
Views: 2,210
Posted By cd34
The one task I had planned for this weekend...

The one task I had planned for this weekend slipped past me. I believe the government took the hour away I had planned for that task.

Had a fun time playing with mysql on three machines... there...
Forum: General Business Knowledge 2009-03-07, 02:38 PM
Replies: 2
Views: 1,207
Posted By cd34
Its been done for a long time both with pictures...

Its been done for a long time both with pictures and videos. As to the usefulness, well, the sponsors that I know that have done it use it to track down the accounts that have reposted their videos...
Forum: Chit Chat 2009-03-06, 11:09 AM
Replies: 25
Views: 3,009
Posted By cd34
Working on some code, heading out to lunch with...

Working on some code, heading out to lunch with my nephew later on and then dinner with some out of town guests.

Yeah, that's why I don't have twitter.

Have a great day everyone.
Forum: Chit Chat 2009-03-02, 05:28 PM
Replies: 4
Views: 1,306
Posted By cd34
Due to the amount of spam posts, the board was...

Due to the amount of spam posts, the board was configured with akismet. Since your post contained a number of urls (even though they were within code blocks), akismet tagged it for moderator...
Forum: Chit Chat 2009-03-01, 12:10 PM
Replies: 29
Views: 4,834
Posted By cd34
fixed. :) Spent about 14 hours playing...

fixed. :)

Spent about 14 hours playing with wordpress yesterday. Have to clean up from that mess today.

I am hoping something decent will be on TV tonight. Shutter was interesting, but,...
Forum: Chit Chat 2009-02-27, 02:34 PM
Replies: 28
Views: 3,690
Posted By cd34
Spent last night debating whether it was easier...

Spent last night debating whether it was easier to fix 4000 lines of code, or rewrite it. I believe the answer in this case is rewrite it. Of course with the advances in modern science, that 4000...
Forum: Chit Chat 2009-02-21, 11:43 AM
Replies: 17
Views: 1,806
Posted By cd34
A few years ago I wrote some code. It wasn't...

A few years ago I wrote some code. It wasn't anything revolutionary at the time, nor was it anything particularly grand. I never figured I'd have another use for it, and, two laptops later, a...
Forum: General Business Knowledge 2009-02-18, 11:43 PM
Replies: 20
Views: 3,037
Posted By cd34
I think the power supply failure was coincidence....

I think the power supply failure was coincidence. The power supply may have had poor ventiliation, a flaw, was running just on the edge of being in spec when they sold it and it just happened to...
Forum: General Business Knowledge 2009-02-13, 10:14 PM
Replies: 27
Views: 2,811
Posted By cd34
if (trim($line) != "") { // rest of stuff } ...

if (trim($line) != "") {
// rest of stuff
}


would eliminate blank lines assuming that the file MIGHT not have every other line as blank.
Forum: General Business Knowledge 2009-02-13, 12:35 PM
Replies: 27
Views: 2,811
Posted By cd34
upload the following and your file to be...

upload the following and your file to be converted as filename.txt:


<?php
$contents = file_get_contents("filename.txt");
$line_by_line = explode("\n", $contents);
...
Forum: Chit Chat 2009-02-13, 12:17 PM
Replies: 30
Views: 3,161
Posted By cd34
Wish I could see the movie, but alas, the spousal...

Wish I could see the movie, but alas, the spousal unit has made plans for this evening. Plenty of work on tap. I can tell this will be a two-liter diet-coke day.

Hope everyone with and without...
Forum: Chit Chat 2009-02-10, 12:20 PM
Replies: 25
Views: 2,017
Posted By cd34
Have you noticed that almost every zombie movie...

Have you noticed that almost every zombie movie released in 2007-2008 seems to have the song "In The House - In A Heartbeat", or a song inspired by that song in it?

Its almost like every music...
Forum: Chit Chat 2009-02-10, 10:39 AM
Replies: 25
Views: 2,017
Posted By cd34
Worked until 4:30 on some elusive code. Back at...

Worked until 4:30 on some elusive code. Back at it today. The bug will not win. :)

Hope everyone has a good Tuesday.
Forum: Chit Chat 2009-02-04, 11:15 AM
Replies: 34
Views: 3,443
Posted By cd34
In '99, I moved from Maryland to Florida, 1020...

In '99, I moved from Maryland to Florida, 1020 miles. Best decision I ever made. Texas, Huntington Beach/Seal Beach CA were also potential locations. I absolutely loved LA/San Diego when I used to...
Forum: Chit Chat 2009-02-02, 09:16 AM
Replies: 32
Views: 2,464
Posted By cd34
There were a string of commercials interrupted by...

There were a string of commercials interrupted by a bunch of guys in tight pants throwing some leather ball around. I found it ironic that they advertised hulu, then, when you watched the superbowl...
Forum: Programming & Scripting 2009-02-02, 08:59 AM
Replies: 4
Views: 1,198
Posted By cd34
the server variable REMOTE_USER can be used...

the server variable REMOTE_USER can be used within your system to get the username that was used to sign in when using .htaccess authentication. CCBill does support writing to a mysql...
Showing results 651 to 675 of 3285

 
Forum Jump

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


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