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 3
1
2
3
>
Showing results 1 to 25 of 73
Search took
0.26
seconds.
Search:
Posts Made By:
Infect
Forum:
PHP
11-06-2012, 06:04 AM
Replies:
2
check array for blanks
Views:
343
Posted By
Infect
You've shown us no code, how are we supposed to...
You've shown us no code, how are we supposed to fix what we can't see?
Forum:
Ruby & Ruby On Rails
11-06-2012, 12:30 AM
Replies:
7
Sticky:
Quick Start Guide?
Views:
33,886
Posted By
Infect
Sorry for the gravedig, mods feel free to delete...
Sorry for the gravedig, mods feel free to delete but I think it's a pretty good addition to the still-stickied thread. A list of phenomenal sites that introduce you to Ruby itself:...
Forum:
Project collaboration/ partnership
10-05-2012, 12:17 AM
Replies:
1
In need of a PHP developer for PPD!
Views:
1,058
Posted By
Infect
The site looks great and it seems like you've got...
The site looks great and it seems like you've got everything coded already, so why are you looking for a coder?
Forum:
Project collaboration/ partnership
09-23-2012, 11:19 PM
Replies:
1
Developer for E-Sports Related Project
Views:
809
Posted By
Infect
What kind of app are you looking for? A "slick...
What kind of app are you looking for? A "slick app with a elegant and efficient design" is hardly specific. What kind of programming languages should a developer know, time commitment necessary, etc.?
Forum:
Project collaboration/ partnership
07-06-2012, 02:11 AM
Replies:
3
Small Dev. Team - Websites and Software
Views:
1,572
Posted By
Infect
Interested, would like a few more details on...
Interested, would like a few more details on project ideas. I'm a web developer myself and soon to be a computer science student so hopefully will be gaining some background in C++ shortly. Right now...
Forum:
PHP
03-15-2012, 09:38 PM
Replies:
4
Server side validation
Views:
282
Posted By
Infect
Is your form submitting by post or get? ...
Is your form submitting by post or get?
Basically what you need to do is this:
$check = mysql_real_escape_string(trim($_GET['value'])); // where 'value' is the name of the text field being...
Forum:
PHP
03-15-2012, 06:31 PM
Replies:
2
Contact form secure?
Views:
312
Posted By
Infect
Just make sure you sanitize all user input...
Just make sure you sanitize all user input properly and you should be fine for just a contact form.
Forum:
Project collaboration/ partnership
03-11-2012, 08:08 AM
Replies:
9
Shark Lake project looking for partnership
Views:
923
Posted By
Infect
Wait...you're calling that 'frame' that you made...
Wait...you're calling that 'frame' that you made 70% of the work? Can't tell if you're joking or not...why would I basically make the entire site for you for just 30% of the profit? The amount of...
Forum:
Project collaboration/ partnership
12-08-2011, 04:10 AM
Replies:
1
Read: Text-Based Mafia Game
Views:
573
Posted By
Infect
So...why doesn't a coder like myself just make my...
So...why doesn't a coder like myself just make my own mafia script? Or why don't I just buy one of the ready-made ones on the internet and modify it myself and keep 100% of the profits?
You give...
Forum:
Large Projects (new web application, complex features etc)
11-20-2011, 07:30 AM
Replies:
2
Social Game Development
Views:
1,030
Posted By
Infect
I think herein lies your problem in finding a...
I think herein lies your problem in finding a 'reliable' programmer. Those are 3 relatively unrelated programming languages that are all very extensive in their own right. You want complex coding...
Forum:
Project collaboration/ partnership
11-20-2011, 07:25 AM
Replies:
5
Coder Wanted (texted based mafia game)
Views:
743
Posted By
Infect
So what are you contributing to the project...
So what are you contributing to the project that's worthy of 50% of all the profits? Seems like you're doing none of the creation of the site but still managing to do 50% of the work? Hmm...
Forum:
PHP
08-18-2011, 04:17 AM
Replies:
6
Values on both sides of a predefined character
Views:
363
Posted By
Infect
Values on both sides of a predefined character
I have a database field with this in it:"3:1,4:2,1:3" without the quotes.
I retrieved the field and exploded the commas, so now I have an array with the values:[0] => 3:1 [1] => 4:2 [2] => 1:3
Now...
Forum:
Project collaboration/ partnership
06-14-2011, 04:57 PM
Replies:
3
Coding partner for MMA style game?
Views:
702
Posted By
Infect
What all are you bringing to the table?
What all are you bringing to the table?
Forum:
Project collaboration/ partnership
06-01-2011, 04:53 AM
Replies:
2
Development Opportunity with Design Team
Views:
1,049
Posted By
Infect
For more clarity, what kind of a position is it...
For more clarity, what kind of a position is it then?
Forum:
Project collaboration/ partnership
05-31-2011, 11:37 PM
Replies:
5
Looking for a Team of coders!
Views:
1,262
Posted By
Infect
And on top of what Matt said, you have given...
And on top of what Matt said, you have given pretty much no info on what exactly we'll be doing. You named several languages that we should know, which is a huge amount I might add if you want each...
Forum:
Project collaboration/ partnership
05-31-2011, 01:33 AM
Replies:
3
Social Music Platform Requiring Developer Partnership
Views:
754
Posted By
Infect
What languages do developers need to be familiar...
What languages do developers need to be familiar with? I've established you need someone to help develop a music-themed Facebook essentially, but you've given very little info on what specifically...
Forum:
PHP
02-19-2011, 02:51 AM
Replies:
3
Question about HTML/PHP Order Form
Views:
441
Posted By
Infect
Well you need the names of the items to send, and...
Well you need the names of the items to send, and then the data to send. It's really simple to email data, just use the mail() (http://www.w3schools.com/php/php_mail.asp) function. This is pretty...
Forum:
PHP
02-17-2011, 09:45 PM
Replies:
1
Adding BBCode Tags around a URL using preg_replace
Views:
1,170
Posted By
Infect
**bamp?**
**bamp?**
Forum:
PHP
02-17-2011, 04:56 AM
Replies:
1
Adding BBCode Tags around a URL using preg_replace
Views:
1,170
Posted By
Infect
Adding BBCode Tags around a URL using preg_replace
Alright so I'm trying to make a function that takes a string (a post from a forum) and finds all URL's in it (starting with http://,https://,ftp://) and simply adding for example a tag around them....
Forum:
Vacant job positions
08-19-2010, 10:56 PM
Replies:
1
Looking PHP Coder For Hire
Views:
1,799
Posted By
Infect
Wait what do you need a developer for? You said...
Wait what do you need a developer for? You said YOU can develop addons, what do you need someone else for?
Forum:
Looking for work/ for hire
08-18-2010, 02:29 AM
Replies:
4
Looking for a programmer to develop a site using mysql/php
Views:
1,818
Posted By
Infect
Hey this sounds pretty cool, but can you give...
Hey this sounds pretty cool, but can you give some me more details? Do you need the front-end done as well? Because that will require HTML/CSS and probably some Photoshop work.
Either way shoot me...
Forum:
Project collaboration/ partnership
08-17-2010, 06:00 AM
Replies:
4
Webhost Looking for Partners (Web Designers,etc.)
Views:
1,386
Posted By
Infect
Alright well this sounds cool, can you PM me more...
Alright well this sounds cool, can you PM me more details on signing up and stuff?
Forum:
Project collaboration/ partnership
08-16-2010, 09:18 AM
Replies:
4
Webhost Looking for Partners (Web Designers,etc.)
Views:
1,386
Posted By
Infect
What's the percentage earned per job? If I'm good...
What's the percentage earned per job? If I'm good at say the coding aspects only, but can't use photoshop or make any decent graphics myself, would you partner me up with a GFX pro and we'd split the...
Forum:
Medium projects (new script, new features, etc)
08-16-2010, 03:19 AM
Replies:
12
eCommerce Store
Views:
3,261
Posted By
Infect
You want someone to build an eCommerce site from...
You want someone to build an eCommerce site from scratch for only $150? Even with graphics provided that's still a TON of work! I don't think you understand how much work goes in to making a fully...
Forum:
Project collaboration/ partnership
08-16-2010, 03:12 AM
Replies:
1
Creating petsite - looking for coders
Views:
1,201
Posted By
Infect
Sounds interesting, but you haven't really given...
Sounds interesting, but you haven't really given any REAL info on what you need. A coder, sure, but that's super general. Will we be making the backend/frontend/both? Will we be making an actual game...
Showing results 1 to 25 of 73
Page 1 of 3
1
2
3
>
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
08:49 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.