- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 4
- Posts with Downvotes
- 3
- Downvoting Members
- 4
84 Posted Topics
Re: A packet of Lays, a type of biscuit which his available only in my country(probably) and a Pepsi. :-) | |
Re: because i want an answer. why do we have chandeliers? | |
Re: my favourite shows character and my favourite show concatenated. | |
My computer does not have the swing.properties. How to make a swing.properties file and with what software? | |
Re: I don't leave any blank lines, but I like to indent for the sake of neatness. I don't really use comments unless really really necessary. | |
Re: Look-- 1. First of all, look in the JavaScript forum. 2. [B]Onclick[/B] = wrong spelling; [B]OnClick[/B] = correct spelling 3. Better write [CODE]"javascript:hello"[/CODE]. 4. Image is NOT AN INPUT TYPE: easy way to make that work = [CODE]<a href="javascript:hello" ><img src="image.jp[B]e[/B]g width="" height="" alt="" border="0"></img></a>[/CODE] | |
Re: Everybody can take part? And what is the topic? And which language should it be done in (Java, C++, C etc) ? | |
| |
Re: Pain - Three Days Grace (or) I Hate Everything About You - Three Days Grace (or) Over and Over - Three Days Grace (or) What I've Done - Linkin Park (or) In The End - Linkin Park (or) Give It All - Rise Against (or) But Tonight We Dance - … | |
Re: redirect to my thread:- [URL="http://www.daniweb.com/community-center/geeks-lounge/threads/405418"]programming for...[/URL] | |
Hey guys, jackbauer24 here. I am about to finish Final Fantasy 10. I really liked the way we fight(commands), how we upgrade(sphere grid) and most importantly the storyline. I live in India. Could you recommend another Final Fantasy game? My requirements are:- 1.These are the minimum graphics ie- I don't … | |
Re: xp? if yes, you should choose "start windows normally". | |
Re: Yes. Instead of typing the declaration/initialization, condition and increment/decrement, you just go through two steps. | |
Re: Can you explain your problem properly? And also, please show us your code. | |
I am learning jQuery from Head First jQuery. But first they have asked me to install Apache, PHP and MySQL(in that order). Apache is successful. Up and running. Version 2.2.22 of Apache for Windows XP. I downloaded php-5.2.17-Win32-VC6-x86.msi(file name) and installed. Successful. So just to make sure php was working, … | |
Re: An interface is more like a "template." It is the base for something. Like there could be an interface called Flyable. It would have methods for flying speed, how to fly etc. A duck would implement it. An abstract class would have some methods already built in like run. Every … | |
HTML:- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" > <html lang="en"> <head> <title>hey</title> <link rel="stylesheet" type="text/css" href="style.css"/> <script src="functions.js"></script> </head> <body> <img src="website_main-logo(main).png" class="mainLogo" height = "120" width="336"/> <img src="authoropedia_logo.png" class="authorLogo" height="112" width="249"/> <hr class="hrStyle"/> <ul class="navigBarLinks"> <li> <a class="navigLinkDecorForHome" id="youarehereForHome" href="#"></a></li> <li> <a class="navigLinkDecorForAuthors" href="#"></a></li> </ul> </body> </html> CSS:- … | |
Re: profyou, now you're going off the topic the original topic was which language you should learn. now it is should you get a licence or not. start a new thread, please. you're going off the topic. | |
Re: Since every number is divisible by 1, you can try doing a hidden division :- boolean isANumber; try { if((userInput % 1) ==0) { isANumber=true; } } catch(NumberFormatException e) { System.out.println("This is not a number"); } if(isANumber) { //further code which will be executed only if it is a number … | |
I am learning jQuery from thenewboston. I have learnt about ID selectors (#) and element selectors (<html element>). They have also used the colon selector (:). What is the colon selector for? Can somebody please explain in an easy way? | |
Re: [Head First Design Patterns](http://shop.oreilly.com/product/9780596007126.do) | |
Re: Links are blocked. Also, I would suggest either of the two:- 1.Do the coding yourself. Put a hidden border around the images and [apply max width and max height to your customization in CSS](http://www.quackit.com/css/tutorial/css_height_width.cfm). (or) 2.Do the coding yourself. Use [CSS positioning for every image](http://www.quackit.com/css/tutorial/css_positioning.cfm)(inefficient way). | |
HTML <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" > <html lang="en"> <head> <title>hey</title> <link rel="stylesheet" type="text/css" href="style.css"/> <script src="functions.js"></script> </head> <body> <img src="website_main-logo(main).png" class="mainLogo" height = "120" width="336"/> <img src="authoropedia_logo.png" class="authorLogo" height="112" width="249"/> </p> <hr/> <div class="linksPositionDiv"> <a class="homeLink" href="authoropedia.html"></a> <a class="aboutAlert" href="javascript:about();"></a> </div> </body> </html> CSS:- .mainLogo { position: … | |
Hey guys, thepythonguy here. Here is my problem:- My son has made a CSS webpage. It is in the rar file I gave you. It contains a few images on the left(Home, Home, Home, Home). They lead to non-existent files(just for learning purpoe). He has repeated the images there because … | |
Re: I don't think it has assignments, but [this](http://docs.oracle.com/javase/tutorial/) tutorial is AWESOME. | |
Re: [A short definition of the IP address](http://www.webopedia.com/TERM/I/IP_address.html) | |
Re: Is this the *exact* code you have used? If yes, then I see that you have left a space after "email" and before "templates." | |
Re: I didn't program, but started teaching my son programming in 2010. So far I have learnt too! | |
Re: [QUOTE]Do you like cats?[/QUOTE] soft furry cats are awesome! Do you like steak? | |
Re: Thankfully I am not a Greek and more importantly not a politician. :D | |
So my son has learnt Java and has come to a decision point. First, the flashback,:- May, 2011--Back when he was 10 years old and didn't know Java, he gave C++ a try. He understood loops and variables. But when he reached the page teaching functions, he didn't understand a … | |
Re: @pytony --- This is tagged "crack password illegal." So this is not legal. So please delete this thread and report the user. | |
My son found [this](http://www.sourceforge.net) website and wants to make his own project. This is what he has learnt:- * Inheritance * Serialization * GUI * KeyAdapter * Everything basic He also wants it to be iterative (version 0.1, only bones, ver 0.2 some updating etc). Could you suggest any programs … | |
Re: You know, a mixture of code in blue and background code confuses others. Please tab the background code. | |
Re: Daniweb has... changed. :-( | |
So now my son is into PHP and so I bought a book for him, Head First PHP and MySQL and my son took the code and tried it. The main page is report.html. report.html:- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" … ![]() | |
When I run my bucky.java, the background color is black and not pink. Why? Here is my bucky.java:- import javax.swing.*; import java.awt.*; /** * Created by IntelliJ IDEA. * User: Administrator * Date: 3/30/12 * Time: 3:59 PM * To change this template use File | Settings | File Templates. … | |
Re: try dragging your image into netbeans. | |
Hey guys, sorry I didn't post for long. Now here I am, with a new issue. Here is my code:- import java.applet.*; import java.awt.*; import javax.swing.JFrame; public class HelloWorld extends JFrame { public HelloWorld() { setVisible(true); setResizable(false); setSize(300, 300); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); } public void paint (Graphics g) { g.drawString("Hello World!", 50, … | |
Re: That is pretty easy. An example is here:- [CODE]import java.awt.*; import javax.swing.*; class <your className> { Image im = new ImageIcon("Yourimage.jpeg/png").getImage(); JFrame frame; public static void main(String[] args) { <your className> y = new <your className>(); y.go(); } public void go() { /*normal GUI code would appear here * with … | |
Re: Please DO NOT link to sites which are not even related to Daniweb. We are not people who fill out surveys for you. | |
Re: Can you show us your code? | |
Re: I suggest you use drawString(); (my personal opinon). | |
Here is my code:- [CODE]/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author Administrator */ import javax.swing.*; import java.awt.event.*; import java.awt.event.*; import java.awt.*; public class MyQuiz { int score; JFrame frame; String[] questions = {"Who invented … | |
Re: C# is more like... making forms C++ is more like... making programs | |
Here is my problem:- On my desktop, there is a folder called "Test." In Test, there is a folder called "toUse." In "toUse," there is a java source file called "Test" and three folders, namely "Print," "SwingFrame" and "TextFileWriter." The source file for "Test.":- [CODE]package Test.toUse; import Test.toUse.Print.Printer; public class … |
The End.