1,350 Posted Topics
Re: I am working on getting an A on one of the few computer classes I enrolled in, right now I have a B and there is about 6 days left in the class :( | |
![]() | Re: I am a gamer but I don't play very often because I tend to just go to gym and "body build"... my siblings on the other hand are hard core gamers... they know the entire game before it comes out :D BTW, we are getting the ps4 on friday so … |
Re: how about you guys just type Hello and see what errors you get :) or do this `//hello` | |
![]() | |
I created a table in phpmyadmin and i was curious to know if it is possible to assign multiple values to one variable/field in the same table. For example here is what i have: ID | Shoe | Sizes ____________________ 1 | CK | 7 ____________________ 2 | LV | … | |
Re: >Got you beat. I'm turning 60 on Sunday. Man, you must need to get a big cake then if your going to fit all those candles :D I am turning 16 in 2 months, lets hope i become more mature... :D | |
Re: There is an anime club in my school and i heard they watch some of these. they say they are good. | |
I updated my windows 8 to 8.1 and for some odd reason some of the items that i see on the screen look fuzzy and some things do not. How do i fix the screen resolution problem that only affects half of the content i see on the screen? | |
I am trying to delete xampp from my computer and reinstall it but the problem is that it keeps saying that the folder for xampp is open somewhere else? How do i delete it properly? | |
Re: my account seems fine... i guess it only affected you happygeek ;D | |
Re: If you are looking for a shortcut, a group has made a tool called CSS HAT and that takes the layers of your psd and converts it into css (no html). But if you are wishing to learn, here is a simple tutorial on how to do it: http://net.tutsplus.com/tutorials/site-builds/convert-a-warm-cheerful-web-design-to-html-and-css/ | |
Re: Also be sure to not share your admin account information with anyone. I recommend changing your password. On the side note, try not using Admin as your username, you will most likely be targetted for a hack :D | |
![]() | |
Re: >banning people who're critical of him from the white house press room takes care of that. or people just don't bother with writing articles like that... | |
So I am reading a book from Pratt and it is called A Guide to MySQL. Apparently the book stinks and I am trying to answer some of the questions from the book. #fc1 show tables in the current selected database # for your current database it should be two … | |
I am trying to write a program to calculate mean & standard deviation. I sort of figured out how to find mean (it is not correct yet, so i am going to need help on this part as well) but how do you do standard deviation? import java.util.Scanner; public class … | |
Re: The author of this site has created a pretty nice one: http://the-echoplex.net/log/how-to-style-a-html-file-upload-control-using-css-and-javascript it maybe pretty helpful but i think jorge's source maybe easier to follow. | |
I need help with the queries I wrote and I don't understand what is wrong with them? Can someone help me correct them? #11 SELECT BOOK_CODE, TITLE, PUBLISHER.PUBLISHER_CODE, PUBLISHER_NAME FROM BOOK, PUBLISHER WHERE PUBLISHER.PUBLISHER_CODE = BOOK.PUBLISHER_CODE ORDER BY PUBLISHER_NAME; #12 SELECT BOOK_CODE, TITLE, PRICE FROM BOOK, PUBLISHER WHERE PUBLISHER_NAME = … | |
Re: It kind of reminds of that one stackoverflow feature they have (i would know because i was banned from their site a few times due to promoting daniweb :D). Nice touch! | |
Re: Well, you can't blame them... they were the biggest target out there ;) | |
This is a code that I wrote and for some odd reason it doesn't count the number of inputted integers properly. import java.util.Scanner; public class IntegerCount { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.print("Enter an integer, the input ends if it is 0: "); int … | |
Re: According to a post on stackoverflow: The dot (.) operator is used to access a member of a struct, while the arrow operator (->) in C is used to access a member of a struct which is referenced by the pointer in question. The pointer itself does not have any … | |
Is this correct? I wrote a decimal format and it doesn't work. how do i correct this: return sum / myFormatter.format(Math.sqrt(x.length - 1)); I will submit the full code if needed. | |
I asked a [question recently](http://www.daniweb.com/web-development/databases/mysql/threads/469956/mysql-query-syntax-issues) in the MySQL forum and when i look at my thread in the watched articles page, it says it has been marked solved even though i didn't mark it solved nor does the buttons on the thread indicate that it has been marked solved. Is … | |
Re: Check your computer preferences, it should say somewhere to stop automatic updates... Also, what is your OS that your using? Windows, mac, etc.? *note, don't post questions like that in the community introduction* | |
Re: I like the new page, now it is easier (for me) to navigate the site :D | |
I am trying to do an assignment that requires us to do something with pentagonal numbers. This is my code: import java.util.Scanner; public class Pentagonal { public static void main(String[] args) { System.out.print("The Pentagonal Numbers: "); getPentagonalNumber(10); } public static int getPentagonalNumber(int n) { Scanner input = new Scanner(System.in); System.out.print( … | |
I am trying to reverse the number that is doubled from the user input. Problem is that if they enter a number like 20000 it gets doubled into 40000 but it reverses it to 2 rather than 4. How do i get it to make the doubled number reversed and … | |
Okay, so for another assignment I have to find the distance of two points. I understand how that works but for some odd reason, when the program the professor set up tests it, the numbers are way off. This is what i have done: public class Distance { public static … | |
![]() | Re: warrens80, why are you trolling? the only thing that is self destructing is your ambition for whatever your aiming for on this forum... ![]() |
Re: @sciwizeh, i don't know if it is me, but i think "a" is trying to make a game like tetris? | |
This is how you calculate the area of a triangle, hope you guys find this useful. import java.text.DecimalFormat; import java.util.Scanner; public class Exercise2_15 { // find the area of a triangle public static void main (String [] args) { double side1 = 0; double side2 = 0; double side3 = … | |
Re: >eBay and PayPal have a reputation lately of siding with the buyer - much to the detriment of some sellers. They should make it right. Just recently i heard that paypal fined a couple 2500 dollars because they wrote a bad review. So yeah, they are losing their rep. with … | |
According to my professor's program, it says that the snippet of code that i wrote has a syntax or runtime error. This is my code: #S3 display fruit name, inventory quantity sum, price and sum quantity*price displayed as value for each row in fruit SELECT name, sum(quantity), price, price * … | |
Hi guys, i am trying to find the area of a triangle and for some odd reason i can't get it to produce the right numbers. Here is my code: import java.util.Scanner; public class Exercise2_15 { // find the area of a triangle public static void main (String [] args) … | |
Re: The main difference is that Fluid Layouts (also called Liquid Layouts) are based on proportionally laying out your website so elements take up the same percent of space on different screen sizes, while Responsive Design uses CSS Media Queries to present different layouts based on screen sizes/type of screen. For … | |
I wrote 2 queries and I am not sure what is wrong with them. Can someone tell me what to do in order to fix them? #T8 select sum( quantity ) * (select price from fruit where name like 'apple') from inventory where fruitID=(select fruitID from fruit where name like … | |
Re: <M/> - It is just the first letter of my first name within tags... | |
Re: I love how he slaps sense into him :D I saw this on CNN, it was hilarious but seriosly, the drinking age should be increased... (my opinion) ![]() | |
![]() | |
| |
Re: This is proof that you don't even need to go to school to be great. This kind of makes you question the existance of school... There are a handful of people that have made it in similar conditions as he is in but I find the one man in the … | |
These are my queries for an assignment. It says that I made a mistake on query 8 and 9... problem is that I don't see any mistakes? Can someone tell me what is wrong? #T1 SELECT * FROM `inventory`; #T2 SELECT fruitID, sum( quantity ) FROM `inventory` group BY fruitID; … |
The End.