You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'Phroek'

We found 462 matches.


<< < > >>

Viewing 1-30 of 462 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91216

1.

None

Topic: Weird error on my site

Posted: 11/06/05 12:28 PM

Forum: Programming

Sounds like a looping problem of some sort...


2.

None

Topic: Email Somthin In: Html Or Php...

Posted: 11/04/05 05:34 PM

Forum: Programming

At 11/4/05 05:07 PM, blah569 wrote: Could you tell me how ;). Yes, my PHP server has it all :).

Tell you how? Just read that link I posted up there. The PHP online manual is pretty easy to read, so it shouldn't be that hard.

ie: mail( "recipient@isp.com", "Subject", "Message body", "[headers here]" );

And that's it. Headers are optional, like doofy said.

ie: "From: The Phroek <phroek@isp.com>\r\nReply-To: someone@somewhere.com\r\n"


3.

None

Topic: Free points for helping an idiot.

Posted: 11/04/05 04:06 PM

Forum: Programming

At 11/4/05 03:51 PM, pt9_9 wrote: Could it be compiled on a site's CGI? I do that for perl docs.....i'm not sure if java is similar...

To be honest, I have no idea; I've never even considered doing that... Try googling it and see what you find. Someone may have built a cgi java compiler and made it available on the web.

Now that I'm curious, I'm going to look when I have a minute. If I find anything, I'll post it here.


4.

None

Topic: Free points for helping an idiot.

Posted: 11/04/05 10:33 AM

Forum: Programming

Visit http://java.sun.com/../1.4.2/download.html
and download the latest Java SDK. These are the tools you'll need to compile any Java program you write.

As far as compiling it at the command prompt, I think it's either java.exe or javac.exe (can't quite remember - somebody help me out here?). In any case, browse through the documentation and the files installed with the SDK and you'll find it's easy to compile your code at the command prompt with the tools that come with the SDK.

Netbeans is a great IDE (Integrated Development Environment) for developing Java code. Sure, it's a hell of a lot heavier than notepad, but has tonnes of tools designed to help you construct robust Java applications.


6.

None

Topic: Marquee's

Posted: 11/04/05 10:15 AM

Forum: Programming

First off, if you're thinking about using the <marquee> tag, don't. It's so depreciated, it's not even funny.

In any case, you can create any kind of marquee-type element you want using creative DHTML coding. Take a look through Dynamic Drive to get some ideas and code samples for what you need to do.


7.

Happy

Topic: PHP forum question?

Posted: 11/04/05 10:13 AM

Forum: Programming

At 11/4/05 07:54 AM, Pilot-Doofy wrote: (phpMyAdmin helps).

phpMyAdmin is a great tool, but if you're just learning right now, try to get used to MySQL's command line client first. Get used to using it, and it'll really help you get a strong grasp of the SQL language.

Remember, your first forum is nearly guaranteed to suck.

Uhh, I dunno man, my first forum was pretty damn cool... ;-) lol joking, it wasn't all that, wasn't bad though.


8.

Happy

Topic: Open source ftp program!

Posted: 11/03/05 11:44 PM

Forum: Programming

At 11/3/05 06:10 PM, Pilot-Doofy wrote: Thanks for the suggestions Phroek. When will you be unbusy? lol Sounds retarded and pitiful I know.

That's hard to say for me, since I work full time as a network administrator and develop web applications for clients freelance on the side. I'm trying to get out of the freelance work, since it's becoming too much with a full-time job to contend with. I still have contracts to conclude, but once that's finished I'll finally have more spare time.

If you want, drop me a line on MSN Messenger at phroek@hotmail.com, and if you can catch me online we'll talk about it.


9.

None

Topic: No double clicking

Posted: 11/03/05 06:03 PM

Forum: Programming

At 11/3/05 10:54 AM, Pilot-Doofy wrote: I'd really like to do something with programming or something for a career but I'm scared I won't get paid enough to support a family very well.

The programming field is very competitive, but you can have a great career making top dollar if you sell yourself properly. Freelance might be the way to go. It always takes time to develop a good client base, but once you do, you'll find that getting new clients becomes easier and easier as time goes on.

Alternatively, just analyze the industry and try to get into what's in demand. It may not have been your first choice, but you'll very likely get a chance to do what you REALLY wanted to do eventually in your career.

You just have to have a positive attitude, be patient, and proactive. (God, do I sound like a motivational speaker or what??)


10.

None

Topic: Open source ftp program!

Posted: 11/03/05 05:59 PM

Forum: Programming

At 11/3/05 04:07 PM, Pilot-Doofy wrote: Well, the Windows server that I ran the script on isn't mine, so I'm not sure what is and isn't enabled in the php.ini file and what not.

Why don't you use phpinfo() and take a look at the installation's configuration?

Did you install php on the web app server, or was it already installed? php.ini has to be configured carefully if PHP is running on an IIS server.

Another thought I just had: A big issue with Windows Server is directory security/permissions. If you don't have a lot of experience with it, it can actually be very confusing, but if you're having trouble viewing the contents of a directory, uploading a file, or ANYTHING else, it may very well have something to do with the permissions and security settings on said directories.


11.

None

Topic: Open source ftp program!

Posted: 11/03/05 05:53 PM

Forum: Programming

At 11/3/05 10:52 AM, Pilot-Doofy wrote: Come on, no one wants to help me out? :( I'm studying for exams so I'm having a hard time finding time. I don't ask you do a lot, but I'll pay you if you get it to work because I got a few bucks to waste.

I'd love to help you out with it, and I'd even do it for free if I wasn't already so damn busy.


12.

Happy

Topic: Need some C++ help

Posted: 11/03/05 05:50 PM

Forum: Programming

At 11/3/05 04:05 PM, Pilot-Doofy wrote: Well, it's actually C++ that he's writing in, but it's very similar to C. Why pick Java over something as stable and fast as a C language?

Better memory management, cross-platform portability, a HUGE library of classes/functions ready to be used for virtually any situation, strict object-oriented structure, support for multi-threading/concurrent processes... Sure, C++ is faster, but you'd be surprised how much you can overcome that speed disadvantage by tweaking your code properly.

Don't get me wrong, I'm not stomping on C++. Both languages have situations in which either one would be the better choice. It depends on your project.


13.

None

Topic: Need some C++ help

Posted: 11/03/05 10:28 AM

Forum: Programming

At 11/3/05 08:20 AM, Pilot-Doofy wrote: I'm no expert on C++ but don't you have to specify the maximum length an array argument can be in the argument list when a function is first defined?

Yes. (Although it's been a while, and I'm kind of rusty on C++)


14.

None

Topic: No double clicking

Posted: 11/03/05 10:23 AM

Forum: Programming

At 11/3/05 08:22 AM, Pilot-Doofy wrote: Yep, I look back when I first signed up a little over 2 years ago and think I was a complete idiot. I basically just read up on everything I could about everything I wanted to learn about and spent hours a day. I learned quickly because I spent so much time on it.

At first, I would try to average at least 2-3 hours a day for at least 5 days out of a week of pure reading and practice. It sounds like some Michael Jordon story or something, I just wanted to be a geek. :)

That's the best way to learn. Personally, I never did learn well in a classroom environment. Solo was the best way to go. Think about this: The pace that technology progresses at is so fast, that by the time you take a course on any given subject in the field and graduate months later, that technology can already be obsolete! So people like you, who can keep up with the technology, and even more so because they LIKE IT, will go far. A lot further than systems engineers who have degrees that are years old, and take three times as long to figure things out than you do.

Just keep it up, and stay interested. You could have a great job by the time you're 20 and you might not even have to go to university/college.


15.

None

Topic: Php Where Statements

Posted: 11/03/05 12:12 AM

Forum: Programming

At 11/2/05 11:58 PM, Inglor wrote: you might as well use === and not ==, it also checks for the variable type and is ususally safer to use

Got a point, Inglor. He might as well. Although as for it being "safer", you don't really have to worry about anything unless you're testing the return value of a function that could return either zero as a number or zero as a boolean value (for instance, strpos()).


16.

None

Topic: Open source ftp program!

Posted: 11/03/05 12:08 AM

Forum: Programming

At 11/2/05 06:13 PM, Greeley wrote: That is because windows is retarded when it is used as a server!

How about telling us in what way you find Windows Server to be retarded? As someone who works with it every day, I can tell you that it can be a very powerful, stable platform; You just need to know how to configure it properly.

Anything can be retarded if you lack the skills to configure and maintain it properly.


17.

Happy

Topic: No double clicking

Posted: 11/03/05 12:02 AM

Forum: Programming

At 11/1/05 04:18 PM, Pilot-Doofy wrote: Everyone knows I'm merely 16. My true fans know that. :)

Good show, doofy... Man, where does the time go? I've been away from this forum for a while, but I remember reading doofy's posts a couple years ago, and he's come a long way. Wasn't that long ago that he was asking other people on the forum about javascript.

Hehe ;-)


18.

Thinking

Topic: Php Where Statements

Posted: 11/02/05 11:55 PM

Forum: Programming

At 11/1/05 08:55 PM, SigmaStudios wrote: if($ipaddress = $IPRow['ipaddress']){

Does anyone know why this is happening?

You should be using an equality operator in that conditional statement.

== instead of =.

By using a single =, it's trying to assign variable $ipaddress the value of $IPRow['ipaddress'] in the conditional statement, instead of simply comparing them.

Side note: mysql_db_query() is depreciated (I think as of version 4?). You should use mysql_select_db() and mysql_query() instead.


19.

None

Topic: Php Where Statements

Posted: 11/01/05 08:16 PM

Forum: Programming

At 11/1/05 07:59 PM, SigmaStudios wrote: How do you group WHERE statements when you are calling? My code looks like this....

$IPQuery = "SELECT * from $TableName2 WHERE id=$id";

And I want it to look like this:

$IPQuery = "SELECT * from $TableName2 WHERE (id=$id AND ipaddress=$ipaddress)";

Except that doesn't work....sorry about the quicky but google gets messed up when i try searching WHERE statement.

Well first off, you might not get any results on Google depending on what you're searching for, because the WHERE claus is part of SQL, not PHP.

Of what data types are your id and ipaddress fields? For instance, if you have defined the ipaddress field as a type varchar or text, you must enclose the value in quotes.
Ex: ... WHERE id = $id AND ipaddress = '$ipaddress'

Hope that helps.


20.

Thinking

Topic: masters and apprentices

Posted: 07/25/05 09:04 PM

Forum: Programming

At 7/24/05 12:22 AM, Short_Shit wrote: you know basic html....thats good now learn CSS and you're pretty much good to go. Wait when you say you know basic Html how basic of a knolwedge do you have?

I believe he said he knows BASIC (as in the language BASIC) and a bit of advanced HTML. But then that begs the question, how do you define "a bit of advanced HTML"?

Lol.

Man it's been a while; I miss this forum...


21.

Happy

Topic: Screen Resolution

Posted: 02/23/05 12:04 AM

Forum: NG News

I love using 1280x1024...


22.

None

Topic: Php Header() Error

Posted: 12/17/04 04:38 PM

Forum: Programming

At 12/17/04 08:18 AM, Pilot-Doofy wrote: As I said, I know nothing about headers. lol Sorry.

Read this: http://www.php.net/manual/en/ref.http.php


23.

None

Topic: Php Header() Error

Posted: 12/17/04 01:32 AM

Forum: Programming

You have to send header information BEFORE any other data has been outputted (even white space). So make sure there is no white space before your opening php tag at the top of the page <?php, and make sure nothing is outputted before the header information is sent.


24.

None

Topic: Best Languages?

Posted: 12/13/04 06:10 PM

Forum: Programming

At 12/13/04 01:18 AM, Misty_Dragon wrote:
At 12/11/04 07:08 PM, Phroek wrote: The last one I flipped through in a book store was Teach Yourself Java in 21 Days 4th edition, and from what I could tell from just browsing it, it seemed very well written and structured with great projects and case studies
Lol, I could teach Java in a week ^_^

Hey, nobody said you couldn't ;-) That's around how long I learned it in... I was just saying that particular book was pretty good.


25.

None

Topic: Best Languages?

Posted: 12/12/04 11:27 AM

Forum: Programming

At 12/11/04 11:23 PM, Pilot-Doofy wrote: I never read a lot about programming since I'm mainly a scripter. But, everyone is entitled to their own opinion. I do think that anyone who has read PHP and MySQL Web Development will agree it is phenominal.

After reading your post I went to a book store and took a look at PHP and MySQL Web Development to see for myself if it was worthy of the praise Doofy gave it, and I was impressed; It seems to be a good book, worth buying if you're in the market for a book on PHP/MySQL.


26.

None

Topic: MySQL code check isle 1

Posted: 12/11/04 07:24 PM

Forum: Programming

Doesn't it just suck when you get stuck by something as small as a comma??


27.

None

Topic: Best Languages?

Posted: 12/11/04 07:08 PM

Forum: Programming

At 12/11/04 03:38 PM, Pilot-Doofy wrote: SAMS series suck, they flat-out suck for scripting languages. They are good to learn how to use programs but not create web based or even desktop apps.

I tend to disagree, I've taken a look at some of the SAMS books and they seem to be pretty good. The last one I flipped through in a book store was Teach Yourself Java in 21 Days 4th edition, and from what I could tell from just browsing it, it seemed very well written and structured with great projects and case studies. I read parts of some of the chapters and I thought it did a good job of teaching Java and OOP in general.


28.

None

Topic: help!!!

Posted: 12/10/04 09:59 PM

Forum: Programming

openPop will only work if you've previously defined a function called openPop that does what you need it to do (in this case, open a Javascript window).

For example...

[script type="text/javascript"]
function openPop( addr, name, features ) {
window.open( addr, name, features );
}
[/script]

But then what's the point of doing that when you can just directly call window.open() from any anchor tag?


29.

None

Topic: is it hard to learn css

Posted: 12/09/04 02:35 PM

Forum: Programming

At 12/9/04 02:39 AM, Freakapotimus wrote: Tables are NOT deprecated

Did anyone even say they were?


30.

Happy

Topic: php include: scrolling text

Posted: 12/09/04 02:31 PM

Forum: Programming

At 12/9/04 03:01 AM, Dancinninja wrote: overflow! it's JUST what I wanted! Thank you!

Glad I could help. :-)


All times are Eastern Standard Time (GMT -5) | Current Time: 09:49 AM

<< < > >>

Viewing 1-30 of 462 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91216