Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 17 of 17
Search took 0.13 seconds.
Search: Posts Made By: joshuadavid2007
Forum: Medium projects (new script, new features, etc) 01-28-2008, 11:13 AM
Replies: 1
Views: 4,162
Posted By joshuadavid2007
Hi, my name is Joshua David and I'm a PHP coder....

Hi, my name is Joshua David and I'm a PHP coder. My rate is $10 per hour. I'll do u a good job. I also know JavaScript, AJAX, HTML, CSS and XML. I am a beginner at JAVA also. Can i pls do this...
Forum: Java and JSP 01-21-2008, 11:40 AM
Replies: 1
Views: 1,134
Posted By joshuadavid2007
Exclamation Why the button 9 is not displaying properly ?

import java.awt.*;
import java.awt.event.*;

public class Standard_Calculator
{
static Frame W;
static Button num;
Button operate;
Button memory;
Forum: PHP 10-16-2007, 04:24 AM
Replies: 9
Views: 1,062
Posted By joshuadavid2007
use strip_tags to get rid of the tags...

use strip_tags to get rid of the tags...
Forum: Post a PHP snippet 10-14-2007, 02:57 PM
Replies: 4
Views: 10,730
Posted By joshuadavid2007
Age calculation function

function age($month, $day, $year)
{
(checkdate($month, $day, $year)==0) ? die("no such date.") : "";
$y=gmstrftime("%Y");
$m=gmstrftime("%m");
$d=gmstrftime("%d");
$age=$y-$year;
return...
Forum: PHP 10-04-2007, 08:47 AM
Replies: 1
Views: 774
Posted By joshuadavid2007
Why does strftime giving me the wrong month ?

<?php

echo $now = strftime("%Y-%m-%d %I:%M:%S");

?>


i get this:

2007-04-02 02:25:40
Forum: PHP 10-04-2007, 08:36 AM
Replies: 6
Views: 2,180
Posted By joshuadavid2007
Hi, is it better to use a open source php sms gateway or create my own sms gateway ?

to create my own sms gateway, how should i start ? i need some advice...
Forum: PHP 10-04-2007, 03:59 AM
Replies: 2
Views: 664
Posted By joshuadavid2007
sorry, i did not notice that.

sorry, i did not notice that.
Forum: PHP 10-03-2007, 02:51 PM
Replies: 2
Views: 664
Posted By joshuadavid2007
Cool Perform addition to a array of integers

Hi, sometimes you would want to total up all an array of integers. I came across that when i was thinking how to make a pie graph...


<?php

function sumEnum(array $enum)
{
for ($x=0;...
Forum: JavaScript programming 09-30-2007, 11:14 AM
Replies: 1
Views: 771
Posted By joshuadavid2007
Why overflow doesn't work when i'm using the javascript ?

the code is here:


<HTML>
<HEAD>
<TITLE>New Document</TITLE>
<script language="JavaScript">
var a=50;
var b=250;
var c=350;
Forum: PHP 09-30-2007, 05:38 AM
Replies: 4
Views: 892
Posted By joshuadavid2007
post the whole code...

post the whole code...
Forum: PHP 09-22-2007, 11:16 AM
Replies: 1
Views: 599
Posted By joshuadavid2007
Is there a class's function was called in an object ?

Is there a way to check if a class's function was called in an object ?



class Hello
{
protected $a;

function say($i)
{
Forum: PHP 08-22-2007, 08:13 AM
Replies: 4
Views: 1,152
Posted By joshuadavid2007
Forum: JavaScript programming 08-13-2007, 09:19 AM
Replies: 2
Views: 532
Posted By joshuadavid2007
if you can't see where is the function check1()...

if you can't see where is the function check1() above, here it is:


function check1()
{
if (document.getElementById('checkbox19').checked)
{
c2();
}
else
Forum: JavaScript programming 08-13-2007, 09:18 AM
Replies: 2
Views: 532
Posted By joshuadavid2007
Why doesn't the js function execute when i click the image below ?

here is my code:



<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Cybershatter</title>

<script...
Forum: JavaScript programming 06-22-2007, 12:18 PM
Replies: 3
Views: 628
Posted By joshuadavid2007
JavaScript clock help ?

I created a clock with JavaScript but it does not work when the time is PM. here's the code :

<html>
<head>
<title>Your title here</title>
<meta http-equiv="Content-Type" content="text/html;...
Forum: JavaScript programming 06-18-2007, 11:08 AM
Replies: 1
Views: 464
Posted By joshuadavid2007
JavaScript help ?

I made a clock using JavaScript, the code is this :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html...
Forum: JavaScript programming 06-18-2007, 10:41 AM
Replies: 1
Views: 418
Posted By joshuadavid2007
JavaScript help ?

I made a clock using JavaScript, the code is this :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html...
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT +1. The time now is 04:43 AM.