Search Results

Showing results 1 to 40 of 68
Search took 0.01 seconds.
Search: Posts Made By: K?!
Forum: HTML and CSS 6 Days Ago
Replies: 4
Views: 278
Posted By K?!
For example, when I put in min-width=100px; for the left div, it resizes pretty good, and everything stays in the same position, the right div just disappears when the browser window gets too small....
Forum: HTML and CSS 6 Days Ago
Replies: 4
Views: 278
Posted By K?!
well, I have tried to create a "liquid" banner (fluid design) that gets wider when the window's width increases. So there are typical 3 div's (left, center, right) (and a container div for these...
Forum: HTML and CSS 7 Days Ago
Replies: 4
Views: 278
Posted By K?!
never mind, solved it with a fluid design approach.
Forum: HTML and CSS 7 Days Ago
Replies: 4
Views: 278
Posted By 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...
Forum: HTML and CSS 16 Days Ago
Replies: 6
Views: 227
Posted By K?!
Yes, I know it's kind of interesting, but the problem is that 1: I'm pretty new, and 2: I'm making a website for someone to manage with a CMS, so I might overlook an element he might use lateron, and...
Forum: HTML and CSS 17 Days Ago
Replies: 6
Views: 227
Posted By K?!
I had the margin and padding of the html and the body element set to 0, I would really like to know which element it is that is still preserving a space between the header and the top of the browser...
Forum: HTML and CSS 17 Days Ago
Replies: 6
Views: 227
Posted By K?!
I was like "ok, it certainly doesn't do it for me", but it's the
* { padding: 0; margin: 0; }
in the CSS that does the trick.

I am in doubt whether to use this or not. It does the trick indeed,...
Forum: HTML and CSS 17 Days Ago
Replies: 6
Views: 227
Posted By 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,...
Forum: PHP Aug 14th, 2009
Replies: 9
Views: 286
Posted By K?!
Oh snap
The problem was just that in the class I downloaded "<?" was used in stead of "<?php". Kind of emberassing, but I think everyone understands that it can take a while before finding that...
Forum: PHP Aug 14th, 2009
Replies: 9
Views: 286
Posted By K?!
I was wondering, is mysqli using mysqlnd or are those 2 different things?
Forum: PHP Aug 14th, 2009
Replies: 9
Views: 286
Posted By K?!
well, it's one of my first projects (non professional of course).
So keeping it easy would be nice :-).
It's only for a website with few visitors so I don't think that will be the problem.
Forum: PHP Aug 14th, 2009
Replies: 9
Views: 286
Posted By K?!
Ok, thx.

I already did a google search before this post, and found some classes, but I'm not sure about using them. They're pretty much the same then the previous class I used, using mysql_...()...
Forum: PHP Aug 14th, 2009
Replies: 9
Views: 286
Posted By K?!
Yes, but I'm talking about classes using those libraries.

It kind of goes like this:

The downloaded class uses the mysql(i) interface to provide database access and querying. It also...
Forum: PHP Aug 14th, 2009
Replies: 9
Views: 286
Posted By K?!
Hi all

I'm encountering some problems switching to PHP 5.3.
I am now using XAMPP 1.7.2.

I had this (http://slaout.linux62.org/php/index.html) database class extended and it worked when using...
Forum: PHP Aug 1st, 2009
Replies: 3
Views: 559
Posted By K?!
I got XDebug setup in xampp.
Following instructions in this tutorial (also read the comments, there's a littel error): http://www.madbabble.com/install-xdebug-in-xampp.html
I tried it before but it...
Forum: PHP Jul 31st, 2009
Replies: 4
Views: 253
Posted By K?!
Yes, I'm already using func_get_args(), but I was wondering how the PHP developers get real method overloading (or at least something that looks like real method overloading), while the solution I...
Forum: PHP Jul 30th, 2009
Replies: 4
Views: 253
Posted By K?!
First: Oops, it seems like I forgot the attachment.
I posted 2 attachments now, which will make it more clear what I mean.

Answer: uhu, indeed, the solution posted on that site is the solution I...
Forum: PHP Jul 30th, 2009
Replies: 4
Views: 253
Posted By 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...
Forum: PHP Jul 30th, 2009
Replies: 3
Views: 249
Posted By K?!
Uhu, I get the point. Thanks.
I have been validating html and xhtml sites before, but it's been a while, and it was only for little sites, made to practice.

I'm going to focus on the programming...
Forum: PHP Jul 30th, 2009
Replies: 3
Views: 559
Posted By K?!
I heard about XDebug and Zend, one site said "XDebug is best choice", you say "Zend is best". I have no idea what's real for the moment.
Can you give arguments why it is best choice?

To be...
Forum: PHP Jul 30th, 2009
Replies: 3
Views: 559
Posted By 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...
Forum: PHP Jul 30th, 2009
Replies: 3
Views: 249
Posted By K?!
Sorry for answering my own thread:
I use XHTML 1.0 strict, and it seems that the <input> tags are supposed to be within a tag like <p> or something like that, and not just in <form>.
I know this...
Forum: PHP Jul 30th, 2009
Replies: 3
Views: 249
Posted By 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...
Forum: PHP Jul 15th, 2009
Replies: 4
Views: 743
Posted By K?!
Hi again

Sorry for posting three times in a row and answering my own threads =D.

I have installed netbeans 6.7 now and it works there. I don't know how to solve the problem in netbeans 6.5, but...
Forum: PHP Jul 15th, 2009
Replies: 4
Views: 743
Posted By K?!
Here's some extra info: the code completion does work when programming in Java.
EDIT: And all my autocompletion options are marked. Except for "Case sensitive code completion", but that shouldn't be...
Forum: PHP Jul 15th, 2009
Replies: 4
Views: 743
Posted By K?!
Hmmm, I tried it, and it didn't really work.
And even if it did, if I have to do this for every variable... It would be nice if would be possible just to make it work automatically.

Thx for your...
Forum: PHP Jul 14th, 2009
Replies: 4
Views: 743
Posted By 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...
Forum: Computer Science Jul 10th, 2009
Replies: 7
Views: 688
Posted By K?!
Ok, thx.
Well, I heard it from a classmate. It felt kind of awkward indeed, but if it solved a problem, why not...
But I'll try solving the problems without using it.

Thx for the clear answer.
...
Forum: Computer Science Jul 10th, 2009
Replies: 7
Views: 688
Posted By K?!
For GUI: you only have to pass through that one class.

Other example: (I'm programming in php)
If a page has a list on it where the items represent objects (classes), I can not acces these...
Forum: HTML and CSS Jul 6th, 2009
Replies: 2
Views: 449
Posted By K?!
Ok, thx.
I think I'll be trying using Id's as value and then using php to get the classes, ajax would probably give a better result, but since I'm just starting with web development I'm going to try...
Forum: Computer Science Jul 3rd, 2009
Replies: 7
Views: 688
Posted By K?!
Well, now it is indeed for use with a GUI (well, web pages...). But I think it can be used as a general approach too (with or without GUI), just
"using one class containing all other classes and...
Forum: Computer Science Jul 3rd, 2009
Replies: 4
Views: 399
Posted By K?!
Well, I think it's quite a help when programming complex program's. If you design it accurately with UML you only have to "translate" your design into real code, and if your design is logically...
Forum: Computer Science Jul 2nd, 2009
Replies: 7
Views: 688
Posted By K?!
Hi all

I have found 2 approaches in Object Oriented programming:

Creating a "master" class that contains all classes, and creating a method for each operation. (With this approach you only...
Forum: Computer Science Jul 2nd, 2009
Replies: 4
Views: 399
Posted By K?!
I don't know 'bout the first question, but I've been searching for free uml tools for a couple of days.
http://plg.uwaterloo.ca/~migod/uml.html (under title: some open source tools)
I'm using Bouml...
Forum: HTML and CSS Jun 30th, 2009
Replies: 2
Views: 449
Posted By 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...
Forum: Java May 13th, 2009
Replies: 7
Views: 285
Posted By K?!
Yes, someone told me that before, but I wasn't able to make it work at that time.

I got the program to work at the moment (also removing the previous panels), the only thing is that the program...
Forum: Java May 13th, 2009
Replies: 7
Views: 285
Posted By K?!
Clarification: If a JPanel is held by a JFrame and I want to use a method from the JFrame, but i'm coding in the JPane, then I need to be able to access the JFrame class while coding in the JPanel...
Forum: Java May 13th, 2009
Replies: 7
Views: 285
Posted By K?!
Hi masijade

In the meanwhile I found the answer to the problem, but (like usual) now there is another one :icon_wink: .

My main problem was, how can i control the JFrame. Like, when a class...
Forum: Java May 13th, 2009
Replies: 7
Views: 285
Posted By 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...
Forum: Java May 7th, 2009
Replies: 4
Views: 321
Posted By K?!
Ok, thank you :)
I'll be trying that out ;)

Greets
Kenny
Showing results 1 to 40 of 68

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC