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

15 Posted Topics

Member Avatar for Vincentas

"Virtuemart" is a powerful free extension for the Joomla CMS. If you have little or no experience, you can find Joomla templates all over the shop, but i'll always suggest hiring a developer if you don't know.

Member Avatar for vacurect
0
471
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
151
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
107
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
117
Member Avatar for sushants

A String is effectively an array of chars and can be easily swapped between the two using the `.toString()` and `.toCharArray()` methods. Chars are single characters and a string is a collection of characters. ie `'f'` and `'2'` are chars, but `'brown'` is a string, or array of chars.

Member Avatar for JamesCherrill
-4
225
Member Avatar for tom_benton

There is unlikely to be one specifically for political campaigns, but http://www.wix.com has some respectable templates. I'm naturally inclined to suggest you find a professional web designer if you're serious about any venture.

Member Avatar for tdjprj
0
196
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
642
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
635
Member Avatar for yaragalla_mural

What do you mean? Like this? <div style="height:200px;border: 2px solid red;text-align:center;"> This is my book.<br>I am so happy. </div>

Member Avatar for Troy III
0
360
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
257
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
94
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
756
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
194
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
251
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
284

The End.