Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
25% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Member Avatar for Vincentas

Hi guys, I need to build an ecommerce site for a client and I have the general design figured out but I can't find a solution that works for me. I need to be able to adapt the html/css to my design as well as have a search engine, that …

Member Avatar for vacurect
0
466
Member Avatar for poopuh

I'm going to be selling ad space on a radio page which gets 300 hits an hour and is a solely student demographic. I was just wondering if there is anyway I can work out how much to charge to local clubs/student attractions for advertisement.

Member Avatar for ellena980
0
149
Member Avatar for poopuh

This is the code I have built so far. The shake detector is complete and works, I just don't know what to write for the execution code at line 26. I have 10 images stored in my res/drawable-hdpi folder, entitle 1-10 and I want to change between them randomly when …

Member Avatar for peter_budo
0
106
Member Avatar for poopuh

I have an image set as my background, which fades from blue to white and I'm just wondering if anyone knows how I can vertically repeat the image, but make the second one upside-down?

Member Avatar for mattster
0
115
Member Avatar for sushants
Member Avatar for JamesCherrill
-4
222
Member Avatar for tom_benton
Member Avatar for tdjprj
0
195
Member Avatar for poopuh

I've been asked to edit the code in this post http://www.daniweb.com/software-development/java/threads/455560/java-recursion-brute-force-sim so that it "Runs the function as a thread which wouldn’t then hang the program whilst it’s waiting for the result". I've looked it up, but I'm struggling to apply it to this program, any tips?

Member Avatar for JamesCherrill
0
637
Member Avatar for poopuh

I'm moving onto android dev from a year of experience with Java. I want to build an app which scrolls randomly through about 40 photos when you shake it. I've already built a `ShakeDetector` class and `onShake();` method I'm unclear how I would build the class to manage the photos. …

Member Avatar for poopuh
0
627
Member Avatar for yaragalla_mural

Hi the following is my code:- <div style="height:200px;border: 2px solid red"> This is my book.<br>I am so happy. </div> I have to vertically align the text in center of the div. I will have multiple lines of text. Can anyone help me solve this?

Member Avatar for Troy III
0
359
Member Avatar for poopuh

Hey guys, I'm planning to develop a java web text editor which stores its entries on a MySQL database and is then private for every user. This is a learning curve for me and I will share all of my findings and such on here. Can anyone give me any …

Member Avatar for stultuske
0
252
Member Avatar for poopuh

How to I create an exe file? I've downloaded JSmooth, but it say I need binary files and I am a little bit confused. My project is in Netbeans.

Member Avatar for stultuske
0
92
Member Avatar for poopuh

Hey guys, I recently completed a program for my boss which simulates a brute force hacker in that it hacks a password by trying every possible combination of ascii characters until it finally discovers the password. I'm new to Java and I drew up a logical, straight forward way of …

Member Avatar for Vesmir
0
742
Member Avatar for poopuh

I have this line of code if (passLength >= 1) { for (i = 0; i <= 62; i++) { if (ascii[i] == inPass[0]) { outPass[0] = inPass[0]; i=100; } } } else { return "Please enter a Password"; } I basically want the program to check through an array …

Member Avatar for JamesCherrill
0
191
Member Avatar for poopuh

I have to build a program which takes a password as input and then the password machine hacks it. It should do it by looping through the ascii character map 4 times i.e a, b ,c etc followed be aa, ab, ac. It's meant to simulate a "brute force attack". …

Member Avatar for poopuh
0
249
Member Avatar for poopuh

Hi, I'm new to this forum and look forward to contributing. I am currently working on a project where I have to build a Java simulator which consists of three input lines of food, three processing machines and two packing machines. There are 2 processing machines dedicated to processing perishable …

Member Avatar for bguild
0
256