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 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
Custom Facebook Application & Custon Toolbar WANTED
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
Why the button 9 is not displaying properly ?
Views:
1,134
Posted By
joshuadavid2007
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
get file contents as plain text
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
Age calculation function
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
Why does strftime giving me the wrong month ?
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
Hi, is it better to use a open source php sms gateway or create my own sms gateway ?
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
Perform addition to a array of integers
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
Perform addition to a array of integers
Views:
664
Posted By
joshuadavid2007
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
Why overflow doesn't work when i'm using the javascript ?
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
VERY STRANGE problem with SESSIONS, buffer output, and server variables
Views:
892
Posted By
joshuadavid2007
post the whole code...
post the whole code...
Forum:
PHP
09-22-2007, 11:16 AM
Replies:
1
Is there a class's function was called in an object ?
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
How do i use php to start a file download ?
Views:
1,152
Posted By
joshuadavid2007
How do i use php to start a file download ?
what functions to use ?
Forum:
JavaScript programming
08-13-2007, 09:19 AM
Replies:
2
Why doesn't the js function execute when i click the image below ?
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
Why doesn't the js function execute when i click the image below ?
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
JavaScript clock help ?
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
JavaScript help ?
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
JavaScript help ?
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
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
04:43 AM
.
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.