Go Back   CodingForums.com > Search Forums

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
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
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
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
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
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
Views: 635
Posted By ECoode
Smile '$.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
Views: 355
Posted By ECoode
Smile 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

All times are GMT +1. The time now is 03:11 PM.