Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~24.6K People Reached
Interests
Android Development
Favorite Tags
Member Avatar for TheSam

Ive recently signed up with Bidvertiser. I wonder now if any of you have used them in the past. Are they a waste of my time? Good and bad feedback about them is appreciated. Thomas.

Member Avatar for ahmedelgamal19
0
738
Member Avatar for sfrider0

An auto dealer has asked me if I would create an Android app for them. They already have a good website with images, prices, details, etc. I'm not really sure what all they would want, but for now, I'll will mostly deal with letting the users search through the cars …

Member Avatar for chrishea
0
242
Member Avatar for sfrider0

How do you open a file from the root directory without have to type the complete path like C:\folder\subfolder\file.txt? I have [code] System.Diagnostics.Process.Start("file.txt"); [/code] It works fine when I type in the whole location but I need to send this file to another computer and it won't be in the …

Member Avatar for humar
0
234
Member Avatar for sfrider0

What software does everybody use to create cool animated banner ads? I've tried some of the free online banner ad makers, but I would like something better. Any ideas?

Member Avatar for kaizerkiller
0
135
Member Avatar for sfrider0

I just graduated back in December with a Computer Science degree and have been looking for application developer types job. I have come across some on job sites that require you to submit sample code with your resume. Does anybody have any experience with this and recommend any certain type …

Member Avatar for sfrider0
0
170
Member Avatar for sfrider0

I'm running Ubuntu and have just installed PHP5, Apache2, and MySQL. I created a PHP Project in Netbeans and trying to echo "Hello World." When I run it, I just get a 404 Not Found error with this "The requested URL /PhpProject1/index.php was not found on this server." Any ideas …

Member Avatar for sfrider0
0
3K
Member Avatar for sfrider0

Is it possible to display a web page inside of a java applet? It would work similar to a frame using html. I guess it would be like a mini web browser inside of a web browser.

0
81
Member Avatar for sfrider0

I am working on an Android app for a company. Their website is hosted on godaddy and all of the info I need for a "news" section are in their MySQL database. What is the best way to show the latest news in the app? I figure the easiest way …

0
62
Member Avatar for sfrider0

I've been using Mint 8 for a while on my Sony Vaio laptop without any problems. My laptop was recently stolen and I got a new Sony Vaio laptop, model VPCF127FX. I went ahead and installed the newest version of Mint, which is Mint9. Now the touchpad doesn't work and …

0
170
Member Avatar for sfrider0

Say I have a pac-man applet and I have a counter that increments every time a dot is eaten, and I want to save that for every player, for every game, so there will be a total number of dots eaten from everybody combined. The counter will never reset, just …

Member Avatar for NormR1
0
173
Member Avatar for lich

i need to lock a label positions so that it wont move during a event. when there is a event happens that label is moving from that particular position. is there any solution for this

Member Avatar for xonglennao
0
349
Member Avatar for Fisher78

Write a program that simulate a die roller. The user should type in the number of the throws. Let the program count how many ones, twos, threes... are in the series. In the end the program should write down how many ones ... that was and also figure out the …

Member Avatar for javaAddict
0
119
Member Avatar for sfrider0

I finally figured out that my applet needs to be signed for it to work. So I've spent the last few hours figuring out how to do that. I used the keytool to create my .crt file, then created the .jar file using jarsigner. After I did all of that, …

Member Avatar for bigdognec
0
100
Member Avatar for sfrider0

I've been working on an applet that gets all the links from a webpage. So far, I have it getting the source. I have found some regular expressions that supposedly will parse out the source, but it doesn't make any change to the original source. I also found some example …

Member Avatar for sfrider0
0
93
Member Avatar for idlackage

Is it possible? I want my components to look separated--properly so, with distinguishing border colours, not just with hgaps and vgaps. Is there a way to emulate it? I tried setting a panel background to black, then using hgaps and vgaps in hopes that the black would show through the …

Member Avatar for sfrider0
0
69
Member Avatar for heiro

Here is my code so far: [CODE] import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseMotionAdapter; import javax.swing.*; public class Paint extends JFrame { private static PCanvas canvas = new PCanvas(); public Paint() { // Create a panel to group three buttons JPanel p1 = new JPanel(new GridLayout (1, …

Member Avatar for sfrider0
0
3K
Member Avatar for sfrider0

I found an application that gets the source from a webpage. That worked fine. I tried converting it to an applet, and it works great in netbeans. The problem is when I try to run it in a browser, it does nothing. As you can see from the code, I …

Member Avatar for sfrider0
0
125
Member Avatar for sfrider0

I've created a link checker in the past that checked all the links on a web page. I created it in C#, then made it work for an asp.net page. I've taking a Java class since then. I found this code on the internet that is supposed to check the …

0
75
Member Avatar for sfrider0

I have several columns in each row stored with a user's information. I have put a checkbox at the end of each row and a Delete button at the at the bottom of the table. How can I check a box and simply delete the whole row from the database? …

Member Avatar for karuppasamy
0
147
Member Avatar for sfrider0

I have recently made a program that gets the links from a webpage, then checks to see if they are valid or not. I used the HtmlElement to get the "HREF" attribute and stored all the links into a list. I also tried using the HttpWebRequest and stored the stream …

Member Avatar for apegram
0
138
Member Avatar for lebanese007

Hello, I have a web app that on a buttonClick event it goes and checks a database for a particular field. if that field = a certain value, the app does something. is there a way to make this app run every x seconds rather than on a buttonClick? do …

Member Avatar for serkan sendur
0
190
Member Avatar for sfrider0

I just need to be able to get and read the text in my gmail inbox using c#. I've googled it but mostly all I found was how to send, which I already know how, email. I just want to connect to my own account. I don't need to get …

Member Avatar for sfrider0
0
202
Member Avatar for sfrider0

Is there a way to do this in PHP without using IMAP? All I need is to get who it is from and the text of the message. No attachments or anything.

Member Avatar for kireol
0
73
Member Avatar for sfrider0

I have been working on this a while and have tried just about way trying to delete a row from a database using a button. What I have is a list of websites and data about each on each row. Then next to the row is a Delete button. I …

Member Avatar for FlashCreations
0
9K
Member Avatar for sfrider0

What is the best way to create a banner ad using information stored in a database? I have the information I was to use and already pulled from the database using PHP. How can I put this into a 460x80 banner in .gif or .png? I want to banner to …

Member Avatar for vaultdweller123
0
146
Member Avatar for sfrider0

What is the best way to create a banner ad in .gif or .png from information in database? I just want to display how many members or or info enter from a user on the ad. Is this a fairly simple this to do?

Member Avatar for sfrider0
0
59
Member Avatar for sfrider0

Can somebody please explain this problem to me? A computer has 20 bit instructions with 8 bit addresses. Suppose that there are 12 two-address instructions. How many 1-address instructions are theoretically possible? Would the instruction set be set up like this? 0000|00000000|00000000

Member Avatar for sfrider0
0
127
Member Avatar for sfrider0

Hey. I'm trying to simply input items into a list, then be able to sort them and do whatever. I've done this before for my previous classes, but we have we have to use class files out of the book and modify them to make this work and I'm having …

Member Avatar for HAZEM8002
0
146
Member Avatar for sfrider0

Can somebody explain to me or point me in good direction for some help on instruction sets and addresses? I have problems where it tells you that your computer has instruction that is 12 bits and addresses that are 4 bits. Then asks questions like is it possible to have …

Member Avatar for Rashakil Fol
0
87
Member Avatar for sfrider0

I'm drawing a sphere and some ground. I used GL_POLYGON to draw a rectangle and colored it green. When I added a sphere, my ground just turned black. Is this because the sphere is a 3d object and the polygon is 2d or is there something else? Here is the …

Member Avatar for sfrider0
0
152