Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 88
Search took 0.03 seconds.
Search: Posts Made By: Eryk
Forum: Other Programming Languages Nov 20th, 2006, 3:11 PM
Replies: 1
Views: 130
Posted By Eryk
This was answered somewhere else. Thanks for the...

This was answered somewhere else. Thanks for the help.
Forum: Community Introductions Nov 19th, 2006, 6:38 PM
Replies: 9
Views: 185
Posted By Eryk
No need to shout. I am just informing the person...

No need to shout. I am just informing the person of behavior that I have seen here. Perhaps others have not observed these happenings, but who can know for sure?

People can't be too critical of...
Forum: Community Introductions Nov 19th, 2006, 3:56 PM
Replies: 9
Views: 185
Posted By Eryk
Hey welcome. You may find this place somewhat...

Hey welcome. You may find this place somewhat uninviting because some of the members can be rude to people looking to learn. The staff disregards it because these members are "senior members."...
Forum: PHP Nov 19th, 2006, 3:47 PM
Replies: 6
Views: 165
Posted By Eryk
Does one have www. before and the other not?

Does one have www. before and the other not?
Forum: PHP Nov 19th, 2006, 1:57 PM
Replies: 6
Views: 165
Posted By Eryk
Well that would mean that its not a server-side...

Well that would mean that its not a server-side error, but rather the way its handled by the client. Perhaps something wrong with setting the cookies. After the cookie supposed to have been sent go...
Forum: PHP Nov 19th, 2006, 1:51 PM
Replies: 6
Views: 165
Posted By Eryk
Could you supply a link? Or is this on a personal...

Could you supply a link? Or is this on a personal server?
Forum: Other Programming Languages Nov 19th, 2006, 1:13 PM
Replies: 1
Views: 130
Posted By Eryk
CLISP Help

(defmacro alias(name cur_fun)
`(defun ,name(&rest clauses)(,cur_fun ,@clauses)))



That's what I currently have, but I can't figure out how to get it to work out right. Basically I just want to be...
Forum: PHP Nov 19th, 2006, 1:07 PM
Replies: 4
Views: 129
Posted By Eryk
No there isn't, Python has many features that...

No there isn't, Python has many features that aren't available in other languages.
Forum: JavaScript and Client-Side Browser Scripting Apr 15th, 2006, 10:54 PM
Replies: 19
Views: 484
Posted By Eryk
If I may inject what I think mongeau is getting...

If I may inject what I think mongeau is getting at here, is that there is no way that a server-side language can protect your HTML layout, which is what this guy wants. Its not even javascript that...
Forum: JavaScript and Client-Side Browser Scripting Feb 24th, 2006, 2:15 PM
Replies: 2
Views: 217
Posted By Eryk
Yes, event handlers. What I did was just create a...

Yes, event handlers. What I did was just create a function to set it up to reassign the event handlers to the node, and all its element child nodes.

If you want to see what I made (for whatever...
Forum: JavaScript and Client-Side Browser Scripting Feb 23rd, 2006, 9:41 PM
Replies: 2
Views: 217
Posted By Eryk
Clone Node Events

Is there any way to keep an old node's events when duplicating it? I'm setting up a sort of weird practice page, but the events don't stay with it, meaning I can do it only one time.

Thanks guys.
Forum: Coder's Corner Lounge Feb 14th, 2006, 7:04 PM
Replies: 7
Views: 229
Posted By Eryk
Thanks guys, I really appreciate the help, as...

Thanks guys, I really appreciate the help, as I've been having trouble with lack of planning in larger projects.
Forum: Coder's Corner Lounge Feb 13th, 2006, 10:28 PM
Replies: 7
Views: 229
Posted By Eryk
Application Planning

"Planning ahead saves tons of time later on"
-- Everybody who plans, or acts like they plan

I've heard that saying so often. Yet, I've never really seen anything on what to plan, or how you should...
Forum: PHP Feb 10th, 2006, 3:16 PM
Replies: 25
Views: 534
Posted By Eryk
The checkboxes checked will be the only ones...

The checkboxes checked will be the only ones passed over from the form submition. Therefore, for the most part, you can just cycle through the POST form. Although I'd do a different value that is...
Forum: Coder's Corner Lounge Feb 8th, 2006, 9:51 PM
Replies: 60
Views: 1,272
Posted By Eryk
Except for the fact that not all freelance is...

Except for the fact that not all freelance is done on sites like rentacoder. In fact, freelance work doesn't have to be online at all. However, I did not end up adding any more features for any of...
Forum: Coder's Corner Lounge Feb 8th, 2006, 8:23 PM
Replies: 60
Views: 1,272
Posted By Eryk
I've done it a few times. I never really like the...

I've done it a few times. I never really like the clients though. They try to add on more stuff to the original job as you are halfway into. They also tell you that you can't use objects halfway into...
Forum: Coder's Corner Lounge Feb 6th, 2006, 9:00 PM
Replies: 302
Views: 6,930
Posted By Eryk
I have to agree about the part that most people...

I have to agree about the part that most people know the difference between the religion and the extremists. Most people I know use the word extremist or fanatic just to be on the safe side, and not...
Forum: Coder's Corner Lounge Feb 6th, 2006, 3:35 PM
Replies: 302
Views: 6,930
Posted By Eryk
I think it is where you worship the person, and...

I think it is where you worship the person, and not God. Perhaps not though, because in Buddhism don't they worhship Budda?
Forum: PHP Feb 6th, 2006, 2:20 PM
Replies: 10
Views: 332
Posted By Eryk
I know that it had to to do with the fact that he...

I know that it had to to do with the fact that he had a script that worked on windows, but not on linux. The amount of script that he had was so much that it would have taken too long to actually...
Forum: PHP Feb 5th, 2006, 9:25 PM
Replies: 10
Views: 322
Posted By Eryk
I'm familiar with Smarty as well, but I really...

I'm familiar with Smarty as well, but I really don't see what that has to do with extensions, or as Cerulean calls them, plugins. I do know how to use include/require as I already said. The problem...
Forum: PHP Feb 5th, 2006, 4:14 PM
Replies: 10
Views: 332
Posted By Eryk
Change include to require in everything. Then see...

Change include to require in everything. Then see what error is generated (if any). Also, make sure that you have errors on, because they might be off.
Forum: PHP Feb 5th, 2006, 4:12 PM
Replies: 10
Views: 322
Posted By Eryk
I know how to work with the include/require...

I know how to work with the include/require statement. Though by templates do you mean something like Smarty?
Forum: PHP Feb 5th, 2006, 3:53 PM
Replies: 10
Views: 322
Posted By Eryk
By extensions I mean like new features to the...

By extensions I mean like new features to the code.

My basic code would have things like:
-A CMS
-A membership system
-An article system
-User groups
-Categories
-et cetera
Forum: PHP Feb 5th, 2006, 2:54 PM
Replies: 10
Views: 322
Posted By Eryk
Thanks for the response, I appreciate it. I'm...

Thanks for the response, I appreciate it.


I'm going to hijack my own thread by adding on, but the topics are somewhat similar :P. I'm working on my website, and the way I would like to set it up is...
Forum: PHP Feb 5th, 2006, 1:16 PM
Replies: 10
Views: 322
Posted By Eryk
Design Patterns In PHP

I'm trying to learn about design patterns right now, but I really don't know where to start. All of the tutorials that I have found seem like they either use PHP 5, or require the use of other design...
Forum: PHP Feb 4th, 2006, 10:37 PM
Replies: 20
Views: 436
Posted By Eryk
Instead of using "\r\n" Just do: " " Or in his...

Instead of using "\r\n"

Just do:
"
"

Or in his case:
$customercontent = "Your feedback was received and will be read by our staff.
Thank you for providing feedback on our services.
Here is your...
Forum: PHP Feb 4th, 2006, 10:22 PM
Replies: 20
Views: 436
Posted By Eryk
Just an idea, but since PHP allows line breaks,...

Just an idea, but since PHP allows line breaks, why not just do that and see if it works?

ie:
$message = "Hello Sir,
This message...
Thank you,
MrMan";
Forum: C++ Dec 24th, 2005, 12:31 PM
Replies: 27
Views: 606
Posted By Eryk
HackeZ: Perhaps you should explain why you want...

HackeZ:
Perhaps you should explain why you want the 8 loops to run at the same time. It might allow us to offer you a better solution, or at least answer your question better.
Forum: Coder's Corner Lounge Dec 20th, 2005, 1:34 PM
Replies: 302
Views: 6,930
Posted By Eryk
I believe what you are talking about is...

I believe what you are talking about is Saturnalia. Its original date was December 17th, and then it eventually expanded how long it was celebrated.
Forum: Coder's Corner Lounge Dec 20th, 2005, 1:25 PM
Replies: 302
Views: 6,930
Posted By Eryk
I am a Baha'i. No thats not Baha'iism or anything...

I am a Baha'i. No thats not Baha'iism or anything like that, the religion itself is called the Baha'i Faith. We believe that all the religions came from one God, and that over time the meanings of...
Forum: C++ Nov 26th, 2005, 4:35 PM
Replies: 5
Views: 300
Posted By Eryk
Thanks for that as well, I didn't know that a...

Thanks for that as well, I didn't know that a string type/class existed.The main practice of my project has been to learn classes, so in this script that I've made I have added yet another class, but...
Forum: C++ Nov 26th, 2005, 10:58 AM
Replies: 5
Views: 300
Posted By Eryk
I'm a web programmer, so yes, you are right. All...

I'm a web programmer, so yes, you are right. All the languages I have known have 2 types to make this very easy, strings and arrays. And the passing of them is very easy.

Thanks for the help buddy,...
Forum: C++ Nov 25th, 2005, 10:15 PM
Replies: 5
Views: 300
Posted By Eryk
Pointer Problems

#include <iostream>

// A class to hold a song's name and its length (time)
class Song
{
private:
char name[]; // An array of characters to store the song's name
int length; // The...
Forum: HTML / XHTML / CSS Oct 2nd, 2005, 1:18 PM
Replies: 20
Views: 451
Posted By Eryk
You could just do: A:link,A:visited,A:hover {...

You could just do:
A:link,A:visited,A:hover { text-decoration: none; }
Forum: Coder's Corner Lounge Oct 1st, 2005, 9:24 AM
Replies: 43
Views: 1,043
Posted By Eryk
I've noticed that I've become a lot more...

I've noticed that I've become a lot more structured. You should see my notes. They are almost freakily organized with indentations and all the stuff. I feel that my logic has improved, though the...
Forum: JavaScript and Client-Side Browser Scripting Sep 29th, 2005, 6:36 PM
Replies: 20
Views: 684
Posted By Eryk
It was a challenge from mod-x. A rather simple...

It was a challenge from mod-x. A rather simple one too. The thing is, is that you should be the one to figure this out, you shouldn't be having others do it for you, which is the piont of the site.
Forum: JavaScript and Client-Side Browser Scripting Sep 25th, 2005, 8:08 AM
Replies: 18
Views: 541
Posted By Eryk
I've found that the simple games are really just...

I've found that the simple games are really just using DHTML, so learning that will allow you to make them. Most everything for javascript can be learned on the web. I personally learned by reading...
Forum: JavaScript and Client-Side Browser Scripting Sep 24th, 2005, 3:06 PM
Replies: 18
Views: 541
Posted By Eryk
JavaScript shouldn't be used for anything that...

JavaScript shouldn't be used for anything that would make users have it on. It should be for side-effects. You don't want it for form submitting or anything like that. Most commonly it is used for...
Forum: Other Web Development Languages Sep 21st, 2005, 5:50 PM
Replies: 6
Views: 254
Posted By Eryk
@Dameon: So your suggestion is just to use...

@Dameon:
So your suggestion is just to use absolute linking?

@DaWei:
I happen to know that my host implements it, but do you think I should still not use it?

@tempest & OpenLoop:
mod_rewrite is an...
Forum: Other Web Development Languages Sep 19th, 2005, 6:57 PM
Replies: 6
Views: 254
Posted By Eryk
Apache mod_rewrite

I am on the quest to make my URL's more user friendly.
I have decided to use the oh-so-common method of:
/somevarhere/anothervarhere/etc/
instead...
Showing results 1 to 40 of 88

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:24 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC