Search Results

Showing results 1 to 40 of 147
Search took 0.01 seconds.
Search: Posts Made By: hopalongcassidy
Forum: PHP Nov 21st, 2008
Replies: 16
Views: 1,698
Posted By hopalongcassidy
At the bottom of this thread are two buttons; one says "REPLY W/ QUOTE" and the other says "MULTIQUOTE".

Hoppy
Forum: PHP Nov 20th, 2008
Replies: 16
Views: 1,698
Posted By hopalongcassidy
Thanks to digital-ether, I found this piece of code:


// PHP supports fork/exec/wait but not pipe. However, it does
// support socketpair, which can do everything pipes can as well
// as...
Forum: PHP Nov 18th, 2008
Replies: 16
Views: 1,698
Posted By hopalongcassidy
Thank you digital-ether, this looks like information I can use. :icon_smile:
Forum: PHP Nov 17th, 2008
Replies: 16
Views: 1,698
Posted By hopalongcassidy
Forum: PHP Nov 17th, 2008
Replies: 16
Views: 1,698
Posted By hopalongcassidy
I read the URL you provided and especially the user contributed notes that followed. It appears to me that the folks that designed the process control portion of PHP (pcntl) were rank amateurs with...
Forum: PHP Nov 17th, 2008
Replies: 16
Views: 1,698
Posted By hopalongcassidy
My question is not the least bit vague. It is perfectly clear. Let's say, for example, that I had a parent process whose job it was to read a file containing URLs. And that each child process was...
Forum: PHP Nov 16th, 2008
Replies: 16
Views: 1,698
Posted By hopalongcassidy
Of course not. If I knew how to pass info from one process to another, I would not have asked the question!
Forum: PHP Nov 14th, 2008
Replies: 16
Views: 1,698
Posted By hopalongcassidy
My problem is that I have a PHP application that needs to (in Windowsese) multi-task. I am relatively new to PHP and equally new to Linux. I need to know how to pass information from a parent process...
Forum: Legacy and Other Languages Dec 19th, 2007
Replies: 66
Views: 14,966
Posted By hopalongcassidy
I think that it's important to realize that 99% of the code does not need to be efficient. The argument that it's just UI code is really valid. That having been said, it's a lot more important to...
Forum: Legacy and Other Languages Dec 10th, 2007
Replies: 3
Views: 1,968
Posted By hopalongcassidy
Boy,. I didn't know I would strike such a nerve. I guess I would be sensitive too if I was constantly trying to keep an arcane language from going extinct.

Hoppy :(
Forum: Legacy and Other Languages Dec 9th, 2007
Replies: 66
Views: 14,966
Posted By hopalongcassidy
That's exactly true. But it shouldn't be a surprise. Did you know that the new space suit that NASA is working on for the Mars mission has 20,000 parts and cost over $1,000,000.

That's what is...
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007
Replies: 13
Views: 2,038
Posted By hopalongcassidy
I wouldn't waste my time replying to this character. If you notice his status, it is marked as "Banned". DanyWeb has obviously gotten plenty of complaints about him, but for some reason continue to...
Forum: ASP Nov 26th, 2007
Replies: 6
Views: 2,744
Posted By hopalongcassidy
;)

That's cool, thanks,

Hoppy
Forum: Visual Basic 4 / 5 / 6 Nov 25th, 2007
Replies: 4
Views: 3,144
Posted By hopalongcassidy
So, what's your question?

Hoppy :icon_question:
Forum: Visual Basic 4 / 5 / 6 Nov 23rd, 2007
Replies: 13
Views: 2,038
Posted By hopalongcassidy
Your age is no excuse for your laziness!

Hoppy :yawn:
Forum: Visual Basic 4 / 5 / 6 Nov 23rd, 2007
Replies: 8
Views: 1,288
Posted By hopalongcassidy
Your problem is on the MsgBox. Try the following:


Call MsgBox("Sorry, there is no such record found in the database with Employee ID :" & _
Trim(txtsearch.Text) & "." & vbCrLf & "Please try...
Forum: Visual Basic 4 / 5 / 6 Nov 23rd, 2007
Replies: 4
Views: 3,144
Posted By hopalongcassidy
You can do this using Call DoCmd.TransferSpreadsheet(...).

You can read about the parameters of this call in the Microsoft Access Help file under TransferSpreadsheet. You can use...
Forum: Geeks' Lounge Nov 20th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
If global cooling occurred, which is supposed to be happining as a result of the slowing of the so called "conveyor" (of which the gulf stream is a part), then England is the last place you would...
Forum: Geeks' Lounge Nov 18th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
It sounds, to me, like the positives far outweigh the negatives for these units. This is especially true considering the fact that these roof-top wind machines offset the need for energy from uglier,...
Forum: Geeks' Lounge Nov 17th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
Thats's an interesting perspective I hadn't read before. But you are right. Those wind machines are incredibly ugly. I wasn't aware that they were also noisy. I have also not heard about their effect...
Forum: Geeks' Lounge Nov 16th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
You know, I think that everyone wants basically the same thing. A cleaner, less poluted environment in which to live. I think that this holds true whether you are liberal or conservative, whether you...
Forum: Geeks' Lounge Nov 16th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
What I am getting from all that I am reading and listening to is that there is no real evidence of any kind of climate change trend. There especially does not seem to be any evidence that the planet...
Forum: ASP Nov 9th, 2007
Replies: 2
Views: 2,640
Posted By hopalongcassidy
If you are interested in reading a good piece on SQL Injection that tells you how to hack into sites that don't protect themselves against such attacks and (what is more important) how to protect...
Forum: Geeks' Lounge Nov 9th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
That's interesting, I have never watched the Weather Channel. Do you know if John Coleman is still associated with the Weather Channel? If he is, then you have certainly asked an interesting...
Forum: PHP Nov 9th, 2007
Replies: 8
Views: 1,132
Posted By hopalongcassidy
The colon (:) that the error message is referring to might be in your include file. How about sharing that with us as well?

Hoppy
Forum: PHP Nov 9th, 2007
Replies: 2
Views: 1,209
Posted By hopalongcassidy
You might want to check for a few more things. Please read the following:

http://ocliteracy.com/techtips/sql-injection.html

Hoppy
Forum: Geeks' Lounge Nov 9th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
I happened to be listening to Rush Limbaugh yesterday. He talked about an article, written by John Coleman, who is the founder of the Weather Channel and who has been closely following this "Global...
Forum: Legacy and Other Languages Nov 9th, 2007
Replies: 66
Views: 14,966
Posted By hopalongcassidy
Actually, according to accounts I've read, neither Bill Gates nor any of his company wrote DOS. They bought the license from the fellow who did (I don't remember his name) for a fee based on the...
Forum: Visual Basic 4 / 5 / 6 Nov 9th, 2007
Replies: 11
Views: 4,283
Posted By hopalongcassidy
How are you connecting to the database? If you are using ODBC, you need to create a like ODBC element on the new computer.

Hoppy
Forum: Visual Basic 4 / 5 / 6 Nov 8th, 2007
Replies: 2
Views: 3,132
Posted By hopalongcassidy
The best way to do this is with a macro. Macros in Excel are written in Visual Basic. I don't think you can create such a macro by recording, but you could try. If you don't know Visual Basic, and...
Forum: Geeks' Lounge Nov 7th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
I have a question. If anyone knows the answer, I'd like to hear from you. The question is:

1. Is there really more CO2 in the atmosphere than in past years? (I suspect that there is.)

2. Did it...
Forum: Geeks' Lounge Nov 5th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
Just a follow-up thought...

I said that I found the article enlightening. I did not however say that I found it convincing. I took the article for what it was, a report on fraudulant activity...
Forum: Geeks' Lounge Nov 5th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
I read the web page you linked to with great interest. I found it very enlightening. I recommend that the others interested in this subject do so as well!!!

Hoppy
Forum: Geeks' Lounge Nov 4th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
The volume of time wasted with all of this worthless rhetoric is equal to that of the hot air displaced. (Not directed at anyone in particular).

Hoppy

P.S. "and there's a warm wind blowin' "...
Forum: Geeks' Lounge Nov 4th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
I went to look for the entire posting that MidiMagic wrote. I couldn't find it so I might be wrong, but I don't think so. I think he said (and I'm paraphrasing) "If an object is submerged, it's...
Forum: Geeks' Lounge Nov 4th, 2007
Replies: 101
Views: 8,995
Posted By hopalongcassidy
Everybody here is sort of missing the point. It is sort of useless to try to figure out who is to blame for global warming (man or nature); it's more important to answer two questions:

Is global...
Forum: Visual Basic 4 / 5 / 6 Oct 27th, 2007
Replies: 2
Views: 1,990
Posted By hopalongcassidy
Sorry to have to break the news to you. The code you posted is totally unusable. It has to be rewritten by someone who knows how to program. Even if you get the code to work perfectly, the code is ...
Forum: ASP Oct 26th, 2007
Replies: 4
Views: 1,368
Posted By hopalongcassidy
Sure, where would you like the contents of the variable (say myHTML) to come from? It could be read from a file, it could be passed in from the old web page.

Regardless of the source, you can...
Forum: Visual Basic 4 / 5 / 6 Oct 25th, 2007
Replies: 6
Views: 4,879
Posted By hopalongcassidy
The code you posted, apart from having a number of syntax errors does not really do what I understand you to want done (according to your first post). It reads a CSV file into a record set and sorts...
Forum: Visual Basic 4 / 5 / 6 Oct 24th, 2007
Replies: 6
Views: 1,672
Posted By hopalongcassidy
In whatever code you develop to solve this problem, consider what you would do if the user types in a formula that contains multiple functions (e.g. 3 + 4 - 2).

Hoppy
Showing results 1 to 40 of 147

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC