Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for K?!

Hi all This is what I want to achieve: a fixed positioned div next to my content area where the text changes depending on the section of the content area the user is reading. Can this be achieved, and how? Greetings and thanks in advance, Kenny

Member Avatar for K?!
0
118
Member Avatar for K?!

Hi all I'm having a major problem here. Before you read this and think "that's a stupid mistake to make", I'm on an internship and it's my first "real" website. ( I experimented before, but it's the first time I have to make a "finished product) So I hope for …

Member Avatar for K?!
0
187
Member Avatar for K?!

Hi all Is it possible to specify that NOTHING is allowed to come below an element? It's like this, if have a menu on the left, and when i make the browser small enough, text starts getting below the menu, and I don't want it to. I'd rather not create …

Member Avatar for K?!
0
456
Member Avatar for K?!

I'd like to know if there is an alternative to "this" and "super" from Java in PHP. Greets, K?!

Member Avatar for wrivera
0
172
Member Avatar for K?!

Hi all I want a header to stick to the top of the browser window and left and right to it. (pretty standard, right?) I have configured the following things for this: (never mind the colors, those ar just for testing purpose.) [CODE] body { margin: 0; padding: 0; border: …

Member Avatar for xigmapro
0
97
Member Avatar for K?!

Hi I'm trying to put this 800x60 banner image on my page, I succeeded to center it, but I don't want it to stay from above the menu on the left. So, lets say that this menu is 100px wide, then I want a minimum distance of 100px between browser …

Member Avatar for K?!
0
124
Member Avatar for K?!

Hi all I'm encountering some problems switching to PHP 5.3. I am now using XAMPP 1.7.2. I had [URL="http://slaout.linux62.org/php/index.html"]this[/URL] database class extended and it worked when using PHP 5.2.9. But after the switch to 5.3 it doesn't. (Today I found out it was originally written for PHP 4 so it's …

Member Avatar for K?!
0
100
Member Avatar for K?!

Hi all I would like to start debugging and have been doing some searching on the web, but everything I find is pretty complicated. (I'm just starting to learn web developping) Does anyone know where to find good, plain, correct instructions, for setting up my environment for debugging? I'm using …

Member Avatar for K?!
0
146
Member Avatar for K?!

Hi all I'm used to programming in Java, which does support method overloading. So when starting to use PHP, I quickly found that this was not supported in PHP. But why and how is this supported with "system methods" (I don't know if that name is correct) like, for example, …

Member Avatar for K?!
0
120
Member Avatar for K?!

Hi all I'm having a problem with netbeans when I try to make af form. It gives an error when it's not supposed to. At least, as far as I know it's not. An image can say a thousand words: check the attachment. Any help? I know this is not …

Member Avatar for K?!
0
124
Member Avatar for K?!

Hi all I'm am using Netbeans 6.5 on ubuntu for programming PHP. When I create an instance of a class and type "->" after the variables name, I don't get to see any methods. Even when I press CTRL-Space, it only says "No suggestions"... Code templates do work (like typing …

Member Avatar for K?!
0
158
Member Avatar for K?!

Hi all I have found 2 approaches in Object Oriented programming: [LIST=1] [*]Creating a "master" class that contains all classes, and creating a method for each operation. (With this approach you only have to pass the "master" class throughout different GUI screens) [*]Using only the classes you need in the …

Member Avatar for BestJewSinceJC
0
105
Member Avatar for K?!

Hi all I was wondering if there was something like Java's JList in HTML. I guess not because I can't find anything like it in the list of the form's input types. What is the easiest way to provide the functionality of a JList? Thx in advance. Greetings, K?! Ps: …

Member Avatar for K?!
0
398
Member Avatar for Stefano Mtangoo

Does it take UML knowledge to be good at designing BIG project? If yes is there free UML modeling software? Thanks

Member Avatar for K?!
0
170
Member Avatar for K?!

Hi all I'm having trouble using panels in a GUI. I created panels for steps through a programme. Like when you're installing something, you click "Next" and the GUI switches to the following step. So for each of these steps, I've created a JPanel. But I was wondering, how can …

Member Avatar for BestJewSinceJC
0
126
Member Avatar for K?!

Hi all Is it possible to use only the classes you need in a panel or something? I'm finding it hard to explain my question, i'll give an example: We need to make a program to organise swimming competitions. When you want to (as a user) edit or create a …

Member Avatar for peter_budo
0
115
Member Avatar for K?!

Hi all Is there any class to store time in easily, without having to store a date too? We have to create a program for swimming competitions. The swimmers in a match need a time (the time they did swimming the match). So we only need hours, minutes, seconds and …

Member Avatar for K?!
0
97
Member Avatar for K?!

Hi all We have to create a program that will require a lot of database interaction. I would like to create a JList with all events where a user can select an event he would like to edit. Is there a good way to store ID's into the list and …

Member Avatar for K?!
0
110
Member Avatar for K?!

What's wrong about this code? ($matches is a 2 dimensional array) for($i = 0; $i < count($matches); $i++) { [INDENT]echo $matches[$i][0]->getName_team_home()."<br />";[/INDENT] } It's not the actual code, it's just an example, originally it has to put the names of a team playing home in a table. It only shows …

Member Avatar for K?!
0
93
Member Avatar for K?!

Hi, i don't know how to do the following or even if it's possible. These are 3 tables from my database sport: [team]-|-----<-[team_match]->-----|-[match] [LIST] [*]Team: [LIST] [*]id (int) [*]name (text) [/LIST] [*]Team_match: [LIST] [*]match_id (bigint) [*]team_id (int) [*]score (text) {this is not an integer because it can contain "f" for …

Member Avatar for K?!
0
117
Member Avatar for K?!

Hey everyone I'm having a problem with connecting to my router with Ubuntu (the newest version). As well wired as wireless connection hass problems. I'm able to connect to the internet with the utp cable that comes from and goes to the modem (cable connection), but i can't connect to …

Member Avatar for str1099
0
275
Member Avatar for K?!

Hello everyone As you can see, this is my first post. We're trying to write a cards game and it uses 12 cards. Someone taught me to put the buttons in an array, which i think is a really good idea. I'm encountering one problem, how do i create an …

Member Avatar for sciwizeh
0
2K
Member Avatar for K?!

Hello I'd like to create a hover effect for JButtons, but i can't find it for the moment. It doesn't have to be antything spectacular, it just has to be visible. Thanks in advance. Greets, K?!.

Member Avatar for K?!
0
9K