Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 29
Search took 0.08 seconds.
Search: Posts Made By: fatecaresx13
Forum: Python 03-14-2012, 04:20 AM
Replies: 3
Views: 3,037
Posted By fatecaresx13
I misread the question.. but I hope I helped some...

I misread the question.. but I hope I helped some :P
Forum: Python 03-14-2012, 04:18 AM
Replies: 3
Views: 3,037
Posted By fatecaresx13
This is an excellent question. I tend to use the...

This is an excellent question. I tend to use the official python documentation but examples are not often found.

http://docs.python.org/

Some good hints for you might be to use the command...
Forum: PHP 03-14-2012, 04:14 AM
Replies: 3
Views: 426
Posted By fatecaresx13
did you try using fully qualified domain name? ...

did you try using fully qualified domain name?

i.e.

http://www.domain.com/page.php
Forum: Python 03-11-2012, 10:29 PM
Replies: 1
Views: 2,040
Posted By fatecaresx13
So just as a starting point it may be helpful to...

So just as a starting point it may be helpful to have another function to handle calculations and a function to handle input and call the calculating function.

Not sure which variables you'd want...
Forum: PHP 03-11-2012, 10:19 PM
Replies: 3
Resolved Image question
Views: 326
Posted By fatecaresx13
Silly questions that may be helpful. What...

Silly questions that may be helpful.

What is the background behind the image (are you just viewing it on it's own page)?

What browser are you using?

Thanks,
Anthony
Forum: Looking for work/ for hire 02-01-2012, 04:50 AM
Replies: 0
Views: 579
Posted By fatecaresx13
Portfolio Development

Hi,

I'm looking for any small web projects to build a portfolio or references (or basically free of charge). I am particularly talented with coding work that is back end although I can do some...
Forum: PHP 01-16-2012, 06:17 AM
Replies: 4
Views: 875
Posted By fatecaresx13
Hmm, that's a good question. I'd suggest if you...

Hmm, that's a good question. I'd suggest if you don't find a solution to replace all english characters (or roman characters) and then do a strlen(); Not even sure it would work, but I'd try it.
Forum: PHP 01-16-2012, 06:14 AM
Replies: 3
Views: 324
Posted By fatecaresx13
Couple ideas for you. So I'm assuming this is a...

Couple ideas for you. So I'm assuming this is a simple PHP POST method form (or GET doesnt really matter) and you want to know how to pass the data from page to page. You can take one of few...
Forum: PHP 01-13-2012, 08:35 AM
Replies: 4
Views: 384
Posted By fatecaresx13
You absolutely have to scrape and can't access...

You absolutely have to scrape and can't access any database or anything? I feel like there may be an API or view only access of some kind for this kind of thing.
Forum: PHP 01-12-2012, 08:45 AM
Replies: 3
Views: 670
Posted By fatecaresx13
Logging all the keys a user types? Could you be...

Logging all the keys a user types? Could you be more specific.

Suppose you had a form and you wanted to maintain a serious logging of every keystroke this could be possible with the use of AJAX I...
Forum: Python 01-12-2012, 07:49 AM
Replies: 2
Views: 2,924
Posted By fatecaresx13
Hmm this is an interesting question. If you have...

Hmm this is an interesting question. If you have access to the backend of this form there is a far easier way to solve this problem I'm sure.

However, if you can't you want to look up how to...
Forum: MySQL 01-12-2012, 07:43 AM
Replies: 1
Views: 396
Posted By fatecaresx13
Hmm well it looks like you have a foreign key...

Hmm well it looks like you have a foreign key constraint. That is you're referencing a value that doesn't exist in its reference table.

Example:

hosts:

host_id
host_name

uptime:
Forum: PHP 01-12-2012, 07:40 AM
Replies: 4
Views: 384
Posted By fatecaresx13
if you have some kind of unix account couldn't...

if you have some kind of unix account couldn't you basically cap your scripts with variables (i.e. iterate this many times, quit after this period of time, etc) and perhaps cron out jobs periodically...
Forum: PHP 01-12-2012, 07:36 AM
Replies: 8
Views: 667
Posted By fatecaresx13
If you're good with regular expressions you could...

If you're good with regular expressions you could honestly write your own templating system. I like Smarty a lot however, I know you mentioned no templates. :P

It is nice to basically code out...
Forum: PHP 01-12-2012, 07:32 AM
Replies: 4
Views: 382
Posted By fatecaresx13
Could you perhaps echo out sql issues/warnings? ...

Could you perhaps echo out sql issues/warnings?

echo mysql_error();

Just curious.

At least do the following to sanity check your self:


$cookies=$_COOKIE['pc'];
Forum: JavaScript programming 10-05-2011, 06:10 AM
Replies: 7
Views: 783
Posted By fatecaresx13
I would say have adjacent fields organized like...

I would say have adjacent fields organized like so:

id=x id=x_answer

and when x is called only update x_answer. Something like that. As I said there are many solutions but you don't want to...
Forum: JavaScript programming 10-03-2011, 08:03 AM
Replies: 7
Views: 783
Posted By fatecaresx13
This line here is the issue: itemPrice =...

This line here is the issue:

itemPrice = parseFloat(formName.substring(formName.lastIndexOf("0") + 1

formName.lastIndexOf("0"); There is no "0" in bed_359. Not sure what you're meaning to do...
Forum: JavaScript programming 10-03-2011, 03:46 AM
Replies: 7
Views: 783
Posted By fatecaresx13
Hello there, Just wanted to follow up with a...

Hello there,

Just wanted to follow up with a few short questions. What browser are you running this on? Also, have you tried logging or printing the variables within the function to determine...
Forum: HTML & CSS 10-03-2011, 01:51 AM
Replies: 3
Views: 1,017
Posted By fatecaresx13
Try a template system like Smarty :P ...

Try a template system like Smarty :P

http://www.smarty.net/
Forum: Python 10-03-2011, 01:44 AM
Replies: 2
Views: 3,005
Posted By fatecaresx13
I would say that you'd use C++ (or Java I prefer...

I would say that you'd use C++ (or Java I prefer C though) for the actual searching portion. Maybe like a command line interface. ./search [options] query_terms or something that returns a reusable...
Forum: PHP 10-16-2010, 06:40 AM
Replies: 2
Views: 945
Posted By fatecaresx13
You shouldn't just take input from the user and...

You shouldn't just take input from the user and allow them to poke around your filesystem. I'd suggest taking only the file name and using glob print out all the paths/files and matching the file...
Forum: Looking for work/ for hire 01-27-2010, 08:12 PM
Replies: 6
Views: 2,158
Posted By fatecaresx13
Edit/Bump. In case I was unclear, I just wanted...

Edit/Bump. In case I was unclear, I just wanted restate that I will work for free.

Thanks,
Anthony
Forum: PHP 01-25-2010, 01:42 AM
Replies: 15
Views: 1,804
Posted By fatecaresx13
post all of your code again

post all of your code again
Forum: PHP 01-25-2010, 12:11 AM
Replies: 15
Views: 1,804
Posted By fatecaresx13
as long as each username only has one skin that...

as long as each username only has one skin that should work. try it out and let me know how it goes. for future reference you should start a new thread next time in case someone else has this...
Forum: PHP 01-24-2010, 11:55 PM
Replies: 15
Views: 1,804
Posted By fatecaresx13
I suspect it's because you're trying to set one...

I suspect it's because you're trying to set one value 'skin' to an entire array.
try adding the name of the field to the end of the variable.

Like this maybe,



$skin_array =...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT +1. The time now is 02:57 PM.