- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 2
15 Posted Topics
Re: "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. | |
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. | |
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 … | |
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? | |
Re: 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. | |
Re: 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. | |
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? | |
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. … | |
Re: 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> | |
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 … | |
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. | |
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 … ![]() | |
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 … | |
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". … | |
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 … |
The End.