Greenguy's Board


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

Showing results 701 to 725 of 3285
Search took 0.06 seconds; generated 103 minute(s) ago.
Search: Posts Made By: cd34
Forum: Chit Chat 2008-12-31, 11:41 AM
Replies: 28
Views: 2,397
Posted By cd34
Cleaning up a bunch of paperwork, looking forward...

Cleaning up a bunch of paperwork, looking forward to 2009. 2008 was good but not great. Got mired in a bunch of things that slowed down a bit of progress, but, I believe most of those issues should...
Forum: Chit Chat 2008-12-29, 11:52 AM
Replies: 31
Views: 2,216
Posted By cd34
late to bed, early to rise makes... not quite...

late to bed, early to rise makes... not quite how I remembered it from childhood.

catching up on a few things postponed by the holiday stuff and getting the end of year junk done prior to Dec...
Forum: Chit Chat 2008-12-25, 11:41 AM
Replies: 27
Views: 2,079
Posted By cd34
Merry Christmas to everyone that celebrates. ...

Merry Christmas to everyone that celebrates. Happy Day to Simon. :)

Probably will be making and receiving a number of calls today while working on some code. Our family has sort of postponed...
Forum: Blogs and Blogging 2008-12-22, 12:37 AM
Replies: 46
Views: 9,278
Posted By cd34
Briefly, on each page that is composed, wordpress...

Briefly, on each page that is composed, wordpress runs the following query:


SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID =...
Forum: Chit Chat 2008-12-21, 12:35 PM
Replies: 30
Views: 2,998
Posted By cd34
Supposed to see a high of 78F today, with the...

Supposed to see a high of 78F today, with the wind chill, that's 78F. brrrrr

Work on tap, hopefully finishing up the fix on apache that they claimed was not a security issue and is 'working as...
Forum: General Business Knowledge 2008-12-17, 08:13 PM
Replies: 30
Views: 4,528
Posted By cd34
I would doubt you would see a real difference in...

I would doubt you would see a real difference in the CPU speeds -- RAM on the other hand, definitely get the upgrade.

The clock speed differences they are talking about would be important if you...
Forum: General Business Knowledge 2008-12-16, 01:24 PM
Replies: 30
Views: 4,528
Posted By cd34
I used the multitouch trackpad and keyboard at...

I used the multitouch trackpad and keyboard at the apple store for about 20 minutes one day. Since I use the touchpad all the time rather than an external mouse, and I am used to the double click or...
Forum: General Business Knowledge 2008-12-16, 12:37 PM
Replies: 30
Views: 4,528
Posted By cd34
What is more important to you? The Air...

What is more important to you?

The Air uses a slower cpu but gives longer life when not plugged in. I'm not sure if that is a real dealbreaker if you're doing email, browsing, etc. Video...
Forum: Blogs and Blogging 2008-12-16, 12:47 AM
Replies: 10
Views: 1,121
Posted By cd34
do you have any .htaccess files down below the...

do you have any .htaccess files down below the one in your top directory?

if so, do they contain:

RewriteOptions inherit

in them?

If they don't, they replace the existing rewrite rules
Forum: Blogs and Blogging 2008-12-15, 08:51 PM
Replies: 10
Views: 1,121
Posted By cd34
Are you sure your .htaccess is being parsed? ...

Are you sure your .htaccess is being parsed? what is a url on that other site that is supposed to redirect based on your rule?

can you give me the query you use from the remote site? perhaps...
Forum: Blogs and Blogging 2008-12-15, 02:11 PM
Replies: 10
Views: 1,121
Posted By cd34
Yes NY Jester, that snippet would work for...

Yes NY Jester, that snippet would work for banning 1 domain.


RewriteCond %(HTTP_REFERER) ^http(s)?://(www\.)?http://www.asktiava.com/search/.$[NC,OR]


this will actually look for...
Forum: Blogs and Blogging 2008-12-15, 03:24 AM
Replies: 10
Views: 1,121
Posted By cd34
There are two ways to do it. 1) Block...

There are two ways to do it.

1) Block everything unless you specifically allow it -- this probably doesn't play well with the nature of blogs, but, the code would be:


RewriteEngine on
#...
Forum: Chit Chat 2008-12-14, 12:34 PM
Replies: 24
Views: 1,998
Posted By cd34
working on a few things today to finish up a few...

working on a few things today to finish up a few projects. Looking forward to Dexter, not happy that it is the last episode of the season though. The season went too quickly.

Have a good day...
Forum: Blogs and Blogging 2008-12-08, 08:52 PM
Replies: 19
Views: 2,066
Posted By cd34
any site ripper would work if you're...

any site ripper would work

if you're comfortable with wget, you could do something like:

wget -r -l 99 http://site.com/

you MIGHT try it without adding -F to the command line which will put...
Forum: Blogs and Blogging 2008-12-08, 06:51 PM
Replies: 19
Views: 2,066
Posted By cd34
walrus, before you shut down -- your sites can be...

walrus, before you shut down -- your sites can be mirrored with static files so that they would just be archived and could run on a machine with very little impact on cpu. Then, you could figure out...
Forum: Blogs and Blogging 2008-12-06, 11:48 PM
Replies: 4
Views: 1,021
Posted By cd34
When a surfer hits your site, and wordpress...

When a surfer hits your site, and wordpress realizes it is the first time that article has been viewed, it will do the pings at that time. Be forewarned, the surfer will see a slight delay if they...
Forum: Chit Chat 2008-12-05, 12:25 PM
Replies: 26
Views: 2,158
Posted By cd34
Last time I had a sprint phone with the...

Last time I had a sprint phone with the replacement, it was a matter of going into the store, they mirrored the sim card and I had service and a replacement phone within an hour.

another full...
Forum: Blogs and Blogging 2008-12-05, 01:38 AM
Replies: 46
Views: 9,278
Posted By cd34
Having helped a number of wordpress powered...

Having helped a number of wordpress powered sites, Walrus has reached a conclusion that a number of other people have reached.

The issue really isn't with BlogsOrganizer powering the network of...
Forum: Chit Chat 2008-12-02, 11:54 AM
Replies: 27
Views: 4,139
Posted By cd34
UW's doing camshows? Busy day ahead. Tons...

UW's doing camshows?

Busy day ahead. Tons o' work on tap.

I missed Monday somehow.
Forum: Programming & Scripting 2008-11-30, 10:57 AM
Replies: 10
Views: 2,420
Posted By cd34
Once you have removed it, there is a link in...

Once you have removed it, there is a link in webmaster tools to ask for reinclusion which is quicker than waiting for the bot to discover that it isn't there.

If you had foreign javascript on your...
Forum: Programming & Scripting 2008-11-29, 11:53 PM
Replies: 10
Views: 2,420
Posted By cd34
Recently, a client was hit with an ftp attack...

Recently, a client was hit with an ftp attack where the hacker used their user/pass and modified the pages with an <iframe> loaded on many of the pages. If you have wordpress on those sites, you...
Forum: Chit Chat 2008-11-25, 11:13 AM
Replies: 26
Views: 4,186
Posted By cd34
because it was full of water. Where do I send...

because it was full of water. Where do I send the bill? :)
Forum: Chit Chat 2008-11-25, 11:07 AM
Replies: 26
Views: 4,186
Posted By cd34
I would have figured the police in your area to...

I would have figured the police in your area to be Alliance. Are they not human? (sorry, my nephew is a WoW addict and we've been working with his blog)

Wrote 85 lines of python last night which...
Forum: Chit Chat 2008-11-22, 01:06 AM
Replies: 8
Views: 1,361
Posted By cd34
Here I thought it was a 'Level 42' revival thread.

Here I thought it was a 'Level 42' revival thread.
Forum: Programming & Scripting 2008-11-21, 11:30 PM
Replies: 11
Views: 3,128
Posted By cd34
http://jscroller.markusbordihn.de/example/up/ ...

http://jscroller.markusbordihn.de/example/up/

I think this is ultimately what you were asking for -- even though you have a flash actionscript -- you might find this to be a little easier as you...
Showing results 701 to 725 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