1,350 Posted Topics

Member Avatar for sk8ndestroy14
Member Avatar for SgtMe
Member Avatar for mrnutty

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 :(

Member Avatar for GrimJack
0
284
Member Avatar for Warrens80

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 …

Member Avatar for avishek12345
0
169
Member Avatar for tayspen
Member Avatar for james.lu.75491856
Member Avatar for avishek12345
0
298
Member Avatar for ArashVenus
Member Avatar for <M/>

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 | …

Member Avatar for pritaeas
0
194
Member Avatar for AARTI SHRIVAS

>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

Member Avatar for arti_1
2
171
Member Avatar for ~s.o.s~

There is an anime club in my school and i heard they watch some of these. they say they are good.

Member Avatar for <M/>
0
313
Member Avatar for <M/>

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?

Member Avatar for <M/>
0
160
Member Avatar for <M/>

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?

Member Avatar for JorgeM
0
896
Member Avatar for Dani
Member Avatar for stultuske
2
380
Member Avatar for tian93

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/

Member Avatar for <M/>
0
230
Member Avatar for Qqueen

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

Member Avatar for stokes
0
185
Member Avatar for Warrens80

Creme filled donuts from krispy kreme... we go there 4 times a year ;)

Member Avatar for ddanbe
0
176
Member Avatar for GrimJack

>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...

Member Avatar for GrimJack
2
838
Member Avatar for imalizya
Member Avatar for <M/>

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 …

Member Avatar for <M/>
0
351
Member Avatar for <M/>

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 …

Member Avatar for dev90
0
501
Member Avatar for tqmd1

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.

Member Avatar for vani krishnan
0
119
Member Avatar for <M/>

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 = …

Member Avatar for ryantroop
0
318
Member Avatar for Dani

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!

Member Avatar for mike_2000_17
3
235
Member Avatar for happygeek
Member Avatar for JoaoParreira
Member Avatar for <M/>

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 …

Member Avatar for dev90
0
322
Member Avatar for kent.johnstone_1

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 …

Member Avatar for kent.johnstone_1
1
246
Member Avatar for <M/>

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.

Member Avatar for dev90
0
164
Member Avatar for Fr3aK
Member Avatar for <M/>

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 …

Member Avatar for <M/>
0
265
Member Avatar for Shamshad_1

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*

Member Avatar for <M/>
0
58
Member Avatar for Dani

I like the new page, now it is easier (for me) to navigate the site :D

Member Avatar for happygeek
1
829
Member Avatar for Shami80
Member Avatar for <M/>

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( …

Member Avatar for <M/>
0
1K
Member Avatar for <M/>

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 …

Member Avatar for <M/>
0
251
Member Avatar for <M/>

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 …

Member Avatar for <M/>
0
226
Member Avatar for Warrens80

warrens80, why are you trolling? the only thing that is self destructing is your ambition for whatever your aiming for on this forum...

Member Avatar for diafol
-8
215
Member Avatar for sciwizeh

@sciwizeh, i don't know if it is me, but i think "a" is trying to make a game like tetris?

Member Avatar for sciwizeh
2
858
Member Avatar for <M/>

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 = …

Member Avatar for JamesCherrill
0
208
Member Avatar for cakka

>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 …

Member Avatar for jwenting
0
338
Member Avatar for <M/>

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 * …

Member Avatar for Reverend Jim
0
174
Member Avatar for <M/>

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) …

Member Avatar for <M/>
0
471
Member Avatar for johmny

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 …

Member Avatar for <M/>
0
212
Member Avatar for <M/>

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 …

Member Avatar for <M/>
0
130
Member Avatar for mrnutty
Member Avatar for Reverend Jim
0
687
Member Avatar for pritaeas

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)

Member Avatar for diafol
0
981
Member Avatar for Warrens80
Member Avatar for <M/>
0
134
Member Avatar for seocompany2013
Member Avatar for Ancient Dragon

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 …

Member Avatar for jwenting
2
302
Member Avatar for <M/>

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; …

Member Avatar for pritaeas
0
179

The End.