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 9
1
2
3
>
Last
»
Showing results 1 to 25 of 206
Search took
1.08
seconds.
Search:
Posts Made By:
JPM
Forum:
Computer Programming
01-08-2006, 04:02 PM
Replies:
8
null pointer exception ?????????
Views:
1,434
Posted By
JPM
If you want help post the code...
If you want help post the code...
Forum:
Computer Programming
01-05-2006, 02:38 PM
Replies:
8
Boot loader
Views:
932
Posted By
JPM
Obvioulsy all code must at sometime be turned to...
Obvioulsy all code must at sometime be turned to machine instructions. But as hyperbole said, the special thing about asm is the one-to-one relationship where each assembly instruction represents...
Forum:
Java and JSP
10-11-2005, 10:53 PM
Replies:
5
.java to .exe
Views:
2,140
Posted By
JPM
http://www.gold-software.com/download8803.html
http://www.gold-software.com/download8803.html
Forum:
PHP
10-11-2005, 01:11 PM
Replies:
1
int to char
Views:
734
Posted By
JPM
int to char
How would you turn an int (ascii value) into its char equal in php?
C/Java ex:
int test = 97;
char ctest = (char) test;
Forum:
Computer Programming
10-06-2005, 01:13 AM
Replies:
7
Need some help in C++ code
Views:
1,035
Posted By
JPM
It seems to me you need two cin.get() even if the...
It seems to me you need two cin.get() even if the input is valid.
Forum:
Computer Programming
10-05-2005, 10:01 PM
Replies:
7
Need some help in C++ code
Views:
1,035
Posted By
JPM
Ive just started doing some programming c++ and...
Ive just started doing some programming c++ and this is what I came up with.
#include <iostream>
using namespace std;
int main()
{
int number1 = 1;
int number2 = 0;
Forum:
Computer Programming
09-30-2005, 10:24 PM
Replies:
0
Learning Assembly
Views:
664
Posted By
JPM
Learning Assembly
Ive decided to learn assembly (basically just to learn more about how computers work). I came across this ebook (http://courses.ece.uiuc.edu/ece390/books/artofasm/artofasm.html) and it looks good,...
Forum:
Computer Programming
09-30-2005, 09:30 AM
Replies:
1
jsp page which take input in russian language
Views:
797
Posted By
JPM
and whats the problem?
and whats the problem?
Forum:
Java and JSP
09-30-2005, 09:29 AM
Replies:
5
Dealing With Mathmatical Functions In Java
Views:
1,242
Posted By
JPM
change sin(a) to Math.sin(a)
change sin(a) to Math.sin(a)
Forum:
Java and JSP
09-19-2005, 04:46 PM
Replies:
3
Java-Chat Program Help
Views:
2,012
Posted By
JPM
Something like this maybe: class AnotherClass ...
Something like this maybe:
class AnotherClass
{
ChatWindow cw
public AnotherClass(ChatWindow cw)
{
this.cw =cw;
}
public void setText(String t)
Forum:
Geek News and Humour
09-16-2005, 02:17 PM
Replies:
19
INFO domain - Identity Thefts?
Views:
4,554
Posted By
JPM
Havent read all the posts here so this may be way...
Havent read all the posts here so this may be way off topic, but check this (http://www.icann.org/registrars/wdrp.htm) out. I remember hackthissite.org and many similar sites were contacted by icann...
Forum:
Java and JSP
09-16-2005, 09:37 AM
Replies:
2
java programming question
Views:
1,202
Posted By
JPM
Check out this tutorial...
Check out this tutorial (http://www-128.ibm.com/developerworks/edu/j-dw-javachat-i.html)
Forum:
Computer Programming
09-14-2005, 09:38 AM
Replies:
19
AWESOME Program!!!
Views:
3,729
Posted By
JPM
If it's good or not I cant see why people would...
If it's good or not I cant see why people would want to buy it, when there's already several free scripting languages.
Forum:
Java and JSP
09-11-2005, 11:09 AM
Replies:
1
how send a message through email using jsp or java
Views:
2,089
Posted By
JPM
JavaMail (http://www.google.no/search?q=JavaMail)
JavaMail (http://www.google.no/search?q=JavaMail)
Forum:
Computer Programming
09-11-2005, 10:55 AM
Replies:
9
Wot language teaches you how to make bat files?
Views:
959
Posted By
JPM
Batch is basicly just ms-dos commands...
Batch is basicly just ms-dos commands...
Forum:
Java and JSP
09-11-2005, 09:25 AM
Replies:
5
Need some java advice
Views:
1,229
Posted By
JPM
You can call the addCat method. Look at what...
You can call the addCat method. Look at what error you get when you run it: NullPointerException. You havent initiated catArray, because thats done in the constructor, which only gets called when...
Forum:
Computer Programming
09-05-2005, 10:55 PM
Replies:
2
Making a Guestbook
Views:
1,264
Posted By
JPM
A guestbook is basically just storing and...
A guestbook is basically just storing and retriving data from a sipmle database, so look into that...
Forum:
Computer Programming
09-05-2005, 10:10 PM
Replies:
5
Read Me And HELP!!!!!!!
Views:
617
Posted By
JPM
Aman has already answered your question about the...
Aman has already answered your question about the random thing in your first post. Before you make a game with random behavior you first have to learn how to generate the random numbers. Your...
Forum:
Computer Programming
08-25-2005, 06:04 PM
Replies:
2
Any ideas on what this code may be?
Views:
685
Posted By
JPM
Its not code, just a bunch of numbers in hex...
Its not code, just a bunch of numbers in hex (base 16, 0-9a-f). Most enctyptions are in hex, so it might be an ecryption,though its very long, too long for md5, SHA etc.
Forum:
JavaScript programming
08-21-2005, 05:33 PM
Replies:
3
Reverse Engineering - Can't do this one...
Views:
634
Posted By
JPM
Check out substr() and unescape()/ascii
Check out substr() and unescape()/ascii
Forum:
JavaScript programming
08-01-2005, 04:04 PM
Replies:
5
RegExp problem in validating a form
Views:
625
Posted By
JPM
Im no good with regexp but couldnt you just allow...
Im no good with regexp but couldnt you just allow a "-".
Forum:
Computer Programming
07-29-2005, 11:50 PM
Replies:
2
static keyword/string analogy
Views:
910
Posted By
JPM
1. a static function/variable is shared by...
1.
a static function/variable is shared by all instances of a class. It can (if it's public) also be called/set/whatever from outside the class without making an instance of the class.
ex
...
Forum:
JavaScript programming
07-29-2005, 11:35 PM
Replies:
1
java in javascript
Views:
634
Posted By
JPM
java in javascript
Just noticed that you can use all(?...security) classes from the java api. Anyone heard of this before?
example
<script>
var s = new java.lang.String("test");
var t = new...
Forum:
Site reviews
07-29-2005, 03:51 PM
Replies:
24
I was told it couldn't be done and LOOK!
Views:
2,075
Posted By
JPM
It seems safe enough for your site, but it could...
It seems safe enough for your site, but it could easily be passed by bruteforcing it or running a dictionary attack. You'd have to know someones username though, if not it would take a million years.
Forum:
PHP
07-23-2005, 02:25 AM
Replies:
8
HELP! upload multiple files.
Views:
1,401
Posted By
JPM
Wouldnt it be possible to upload an non image...
Wouldnt it be possible to upload an non image file (php etc)?
Showing results 1 to 25 of 206
Page 1 of 9
1
2
3
>
Last
»
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
06:01 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.