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
Showing results 1 to 24 of 24
Search took
0.11
seconds.
Search:
Posts Made By:
ECoode
Forum:
JavaScript frameworks
10-04-2012, 02:48 PM
Replies:
6
'$.getScript()' question!
Views:
635
Posted By
ECoode
Thanks for this very useful information! I...
Thanks for this very useful information!
I really appreciate that you answered, thanks again :D!
Forum:
JavaScript frameworks
10-03-2012, 08:08 AM
Replies:
6
'$.getScript()' question!
Views:
635
Posted By
ECoode
Couple days since no1 answered! So now I can...
Couple days since no1 answered!
So now I can *bump* *bump* it !
Forum:
JavaScript frameworks
09-28-2012, 03:47 PM
Replies:
6
'$.getScript()' question!
Views:
635
Posted By
ECoode
Ok I'm trying to re-post this to other forums if...
Ok I'm trying to re-post this to other forums if one of them could answer :)
Forum:
JavaScript frameworks
09-28-2012, 11:22 AM
Replies:
6
'$.getScript()' question!
Views:
635
Posted By
ECoode
I'm sure someone could help me out even a bit! ...
I'm sure someone could help me out even a bit!
*BUMP*!
Forum:
Geek News and Humour
09-28-2012, 09:41 AM
Replies:
21
Is this real?
Views:
12,624
Posted By
ECoode
I was thinking this was kind of insult to...
I was thinking this was kind of insult to programmers.
Like we need to get girlfriend if we can code, because programmers stereotype is alone living nerd(?)
lol... :D
Forum:
JavaScript frameworks
09-28-2012, 09:07 AM
Replies:
6
'$.getScript()' question!
Views:
635
Posted By
ECoode
'$.getScript()' question!
Hey CodingForums and coders!
I'm coding plugin for a website and websites has good APIS to example check when someone joins to chat and to send automatically message: 'Welcome' etc.
So I'm...
Forum:
PHP
08-25-2012, 08:41 PM
Replies:
2
PHP Form "works" but format is way off. Help?
Views:
355
Posted By
ECoode
Hey! Include all info what you wanna be shown...
Hey!
Include all info what you wanna be shown at the sent mail to your $message variable ^^!
Forum:
PHP
08-23-2012, 06:14 PM
Replies:
4
php/html issues with styling
Views:
276
Posted By
ECoode
Making pages more identical with HTML and PHP...
Making pages more identical with HTML and PHP could be done with PHP include!
You should create etc 'header.php', which includes
<!DOCTYPE html>
<!-- Template by freewebsitetemplates.com -->...
Forum:
HTML & CSS
08-23-2012, 06:03 PM
Replies:
1
background not extending
Views:
166
Posted By
ECoode
<div class="entry-content"> <h1>Welcome to...
<div class="entry-content">
<h1>Welcome to Vintage Pool Tables</h1>
<h2>Unique, antique & vintage pool tables & accessories</h2>
<p>Vintage Pool Tables was established to fill a growing need in...
Forum:
General web building
08-19-2012, 04:33 PM
Replies:
5
creating login/Registration functionality SOME ONE PLEASE HELP
Views:
2,647
Posted By
ECoode
If you're asking advice for what language to use...
If you're asking advice for what language to use I would suggest PHP.
And if you're not familiar with PHP you should start by reading tutorials at W3Schools.com...
Forum:
PHP
08-18-2012, 11:09 PM
Replies:
15
Different landing page for different geo location
Views:
739
Posted By
ECoode
$Language =...
$Language = substr($_SERVER["HTTP_ACCEPT_LANGUAGE"],0,2);
if( $Language == "fi" ){ //fi for Finland (My language..)
echo "You're from Finland!";
}else{
echo "This is finnish site, you should...
Forum:
HTML & CSS
08-18-2012, 12:47 PM
Replies:
3
Website Networks bar on top of page...
Views:
298
Posted By
ECoode
HTML Code: <div class="header"> </div> ...
HTML Code:
<div class="header">
</div>
CSS Code:
body{
margin: 0;
Forum:
PHP
08-11-2012, 08:57 AM
Replies:
3
Help with PHP PDO
Views:
385
Posted By
ECoode
I tried something like this too, but got error...
I tried something like this too, but got error like now;
Warning: PDOStatement::execute() expects parameter 1 to be array, string given in [LINE]
EDIT: It works now when I edited the code to...
Forum:
PHP
08-11-2012, 08:12 AM
Replies:
3
Help with PHP PDO
Views:
385
Posted By
ECoode
Help with PHP PDO
Hey guys I just started to learn PHP PDO and I'm kinda lost with it.
Well practice makes perfect...
I'm trying to check is there row in the database with checking is there id..
There is form...
Forum:
PHP
08-03-2012, 06:54 PM
Replies:
11
problem of showing only the filled in results sent to email
Views:
729
Posted By
ECoode
Shouldn't it be: if(...
Shouldn't it be:
if( empty($_POST['postcode']) ){
Or it doesn't matter?
Forum:
PHP
08-02-2012, 09:20 PM
Replies:
10
Error - Warning: mysql_fetch_array():
Views:
794
Posted By
ECoode
You should add button which generates another...
You should add button which generates another random quote :)
Forum:
PHP
08-02-2012, 09:05 PM
Replies:
12
form to email problem
Views:
850
Posted By
ECoode
You should use my original code, as you might...
You should use my original code, as you might noticed that I added part:
<p>Email is from ".$email." </p>
to $message variable to show on every email who sended it.
If you still wanna add that...
Forum:
PHP
08-02-2012, 12:35 PM
Replies:
12
form to email problem
Views:
850
Posted By
ECoode
You should try this: <?php if...
You should try this:
<?php
if (isset($_REQUEST['email']))
//if "email" is filled out, send email
{
//send email
Forum:
General web building
08-01-2012, 11:07 PM
Replies:
1
How to create a live preview for sites?
Views:
2,672
Posted By
ECoode
You could just create another version of the...
You could just create another version of the sites, like demo version where you can't click the links, or whatever you want.
Then make header like on Template Monster saying like: 'This is a live...
Forum:
Graphics and Multimedia discussions
08-01-2012, 10:20 PM
Replies:
2
Video adding code
Views:
808
Posted By
ECoode
Add youtube video to your websites? It's really...
Add youtube video to your websites?
It's really easy: here's link how to do it
http://www.htmlgoodies.com/tutorials/web_graphics/article.php/3480061/How-To-Add-a-YouTube-Video-to-Your-Web-Site.htm
Forum:
HTML & CSS
08-01-2012, 09:43 PM
Replies:
8
How to show the password input value as normal text?
Views:
1,247
Posted By
ECoode
Sorry I didn't understand the problem! and I...
Sorry I didn't understand the problem!
and I see you already got answer!
~Peace
Forum:
PHP
08-01-2012, 08:51 PM
Replies:
3
Need a PHP help for my assignment (urgent)
Views:
671
Posted By
ECoode
You have one hour to complete all of this? You...
You have one hour to complete all of this?
You really shouldn't leave projects to the deadline..
Or do I smell 'scam' here? :S
Forum:
PHP
08-01-2012, 08:47 PM
Replies:
10
How to detect proxies
Views:
1,433
Posted By
ECoode
Hey, I did some research at google and found out...
Hey, I did some research at google and found out that this code will not work on anonymous proxies but try this:
$proxy_headers = array(
'HTTP_VIA',
'HTTP_X_FORWARDED_FOR',...
Forum:
HTML & CSS
08-01-2012, 08:34 PM
Replies:
8
How to show the password input value as normal text?
Views:
1,247
Posted By
ECoode
<input type="password" /> Is for making those...
<input type="password" />
Is for making those dots, so just use like you used on first line:
<input type="text" />
Btw, why do you wanna show text in password field?
Showing results 1 to 24 of 24
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
03:11 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.