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 12
1
2
3
11
>
Last
»
Showing results 1 to 25 of 284
Search took
0.74
seconds.
Search:
Posts Made By:
KeZZeR
Forum:
Site reviews
04-08-2008, 09:40 PM
Replies:
32
General Gaming Planet - Requesting a Review
Views:
4,148
Posted By
KeZZeR
Most people have covered everything said I...
Most people have covered everything said I imagine, however, I hate the colour contrast.
Forum:
Java and JSP
04-08-2008, 09:34 PM
Replies:
1
Need help randomly putting rectangles into a JPanel
Views:
1,958
Posted By
KeZZeR
You should implement: public void...
You should implement:
public void paint(Graphics g);
as part of RectanglePanel. Then use the rendering context to draw whatever it is you need, in this case being the variable g.
You can...
Forum:
Computer Programming
05-31-2007, 01:57 PM
Replies:
7
why private static
Views:
31,860
Posted By
KeZZeR
It is confusing, I remember being taught the...
It is confusing, I remember being taught the concept years ago because I just didn't understand why you would need private static. I use it very occasionally, it's good if you want to modularise...
Forum:
General web building
05-29-2007, 01:03 PM
Replies:
1
Icon reloading issue
Views:
545
Posted By
KeZZeR
Disregard, this was an IE6 issue with JavaScript
Disregard, this was an IE6 issue with JavaScript
Forum:
General web building
05-29-2007, 11:17 AM
Replies:
1
Icon reloading issue
Views:
545
Posted By
KeZZeR
Icon reloading issue
I'm having a serious issue in IE6, my page is continually loading some icons set on li elements.
Two examples of which are:
span.entry-category {
background:...
Forum:
Computer Programming
05-25-2007, 11:22 AM
Replies:
7
why private static
Views:
31,860
Posted By
KeZZeR
Calling the method from a static reference...
Calling the method from a static reference internal to the class. It means you don't need a class instance to call the method internally. Say you've got another method you call from a static...
Forum:
Java and JSP
05-24-2007, 05:20 PM
Replies:
4
Learning GUI's
Views:
1,308
Posted By
KeZZeR
I put my GUI code in a separate package with my...
I put my GUI code in a separate package with my project.
As for GUI coding, you simply hook library calls into the GUI code.
Forum:
Computer Programming
05-23-2007, 11:18 AM
Replies:
13
C++ vs C#
Views:
8,806
Posted By
KeZZeR
Well I chatted to some people who code real...
Well I chatted to some people who code real industry standard stuff and apparently they work in Java for systems powering massive databases. Java can achieve just as much as C can in some cases...
Forum:
Java and JSP
05-22-2007, 04:54 PM
Replies:
5
How do I pass a variable from a while block?
Views:
1,137
Posted By
KeZZeR
Calling a function, or placing it in an array of...
Calling a function, or placing it in an array of some kind. There's many ways you could do it.
You could always create a class variable and just assign a value to that.
For example;
int x =...
Forum:
Java and JSP
05-22-2007, 11:18 AM
Replies:
8
I really need ur help guys, so come on and help me ;)
Views:
1,358
Posted By
KeZZeR
So where exactly did you say "I haven't even...
So where exactly did you say "I haven't even started with the code yet"? You said "I don't know how to do it" you didn't say that you haven't started yet.
Forum:
Computer Programming
05-21-2007, 02:27 PM
Replies:
13
C++ vs C#
Views:
8,806
Posted By
KeZZeR
You should choose a language dependant on your...
You should choose a language dependant on your needs. Never compare two languages directly, only compare them with a project in mind. That's like saying "Shall I get a four-door car, or a two-door...
Forum:
Java and JSP
05-21-2007, 02:23 PM
Replies:
8
I really need ur help guys, so come on and help me ;)
Views:
1,358
Posted By
KeZZeR
Wow, that's one of the stupidest threads ever. ...
Wow, that's one of the stupidest threads ever.
Could you elaborate more on this? Perhaps provide additional information which could actually help us to help you? You're pretty much asking us to do...
Forum:
Computer Programming
05-16-2007, 09:46 AM
Replies:
4
For Elites Only!
Views:
853
Posted By
KeZZeR
And the thread title "for elites only" really...
And the thread title "for elites only" really isn't descriptive of your problem, and is quite egotistical I think ;) None of us are elite, there's always someone better than us.
Forum:
Site reviews
05-16-2007, 09:24 AM
Replies:
5
Photo Phatty, need reviews
Views:
944
Posted By
KeZZeR
Yes, "Site reviews", surely it's clear enough. ...
Yes, "Site reviews", surely it's clear enough. You've titled your thread as "need reviews", you're pointing to a website, and this thread was placed in "site reviews". Logic yes? :D
Forum:
Site reviews
05-15-2007, 09:37 AM
Replies:
8
Sky Blue - Template - Review
Views:
1,011
Posted By
KeZZeR
The contrast isn't good. The darker blue with...
The contrast isn't good. The darker blue with the black text makes it difficult to see the black text and the lighter blue with the white text is too hard to read also.
Forum:
Java and JSP
05-14-2007, 01:14 PM
Replies:
3
JDBC + Oracle
Views:
1,171
Posted By
KeZZeR
Yeh I've had a bash, still getting the following...
Yeh I've had a bash, still getting the following though:
I'm going to try it in C# quickly see if I have any more luck.
Ta
Forum:
Java and JSP
05-11-2007, 02:25 PM
Replies:
3
JDBC + Oracle
Views:
1,171
Posted By
KeZZeR
JDBC + Oracle
I'm trying to connect to an Oracle DB but have no idea where to start. I've been searching through multitudes of documentation without any luck.
Mainly it doesn't tell you what driver you need in...
Forum:
Site reviews
05-10-2007, 08:15 AM
Replies:
4
Please review the update of my site...
Views:
822
Posted By
KeZZeR
Building on what ahallicks said, tables are for...
Building on what ahallicks said, tables are for tabular data, not for layouts. (Just thought I'd mention because then people don't see what's wrong with using tables for layouts)
Forum:
Java and JSP
05-02-2007, 09:26 AM
Replies:
18
need help with calling a method
Views:
3,058
Posted By
KeZZeR
As david_kw said, can we see perhaps the entire...
As david_kw said, can we see perhaps the entire class? That way we can find out where it is, and why it doesn't see it in its scope. To be honest, your compiler probably isn't lying, and it probably...
Forum:
Computer Programming
05-01-2007, 03:58 PM
Replies:
12
plz problem with arrays
Views:
1,020
Posted By
KeZZeR
It doesn't work? Be more specific. "It doesn't...
It doesn't work? Be more specific. "It doesn't work" is the most well known phrase used by people who need help, and it doesn't relate to the problem at hand whatsoever.
Help us to help you.
Forum:
Computer Programming
05-01-2007, 03:56 PM
Replies:
26
too early to start java 2?
Views:
2,063
Posted By
KeZZeR
I know a professional programmer who's 13 years...
I know a professional programmer who's 13 years old. He develops games to a professional, commercial level.
It's never too young to start, but I guess it is highly dependant on your knowledge in...
Forum:
Java and JSP
04-30-2007, 04:14 PM
Replies:
5
need help with a project
Views:
1,142
Posted By
KeZZeR
Can nested classes be public in Java?
Can nested classes be public in Java?
Forum:
Computer Programming
04-30-2007, 04:08 PM
Replies:
4
C++ Sockets
Views:
849
Posted By
KeZZeR
I thought ICMP was just built upon the IP stack?...
I thought ICMP was just built upon the IP stack? Thus ICMP uses TCP/IP to make requests to the host computer?
Forum:
Computer Programming
04-15-2007, 01:38 PM
Replies:
1
what language are software like MS office made with
Views:
1,226
Posted By
KeZZeR
PHP was actually based upon C++ IIRC. C++ is...
PHP was actually based upon C++ IIRC.
C++ is a very difficult language to learn (relative to the individual of course) if you haven't got any experience in real programming languages. There's a...
Forum:
Java and JSP
04-05-2007, 09:02 AM
Replies:
3
Defying the return type
Views:
1,131
Posted By
KeZZeR
Also, if your integer is supposed to be unsigned,...
Also, if your integer is supposed to be unsigned, then you could always just return -1 as an error code. It depends on what the method is doing. I'd probably go for the try/catch statement though...
Showing results 1 to 25 of 284
Page 1 of 12
1
2
3
11
>
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
09:35 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.