Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
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
Where can i find some good python game tutorials
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
Where can i find some good python game tutorials
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
header function returns object not found error
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
APR Interest Calculator help
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
Portfolio Development
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
Counting ONLY Chinese characters?
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
Need a hand in this multiple page contact form thing
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
Site scraping.. job management.
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
Key Logger Script For PHP
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
Calling PHP
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
phpMyadmin Questions
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
Site scraping.. job management.
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
Separating PHP and HTML
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
log out script fix
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
Calculating Form totals
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
Calculating Form totals
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
Calculating Form totals
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
how to add php to html and css and otherwise
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
In What Way Is Python Suitable For Programming A Web Search Engine?
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
Script issues, access files below webroot
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
portfolio building
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
Session Variables Resetting Due to Code - Help Please
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
Session Variables Resetting Due to Code - Help Please
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
Session Variables Resetting Due to Code - Help Please
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
02:57 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.