754 Posted Topics

Member Avatar for cancer10

What do you mean by cut the edges? Use the selection tool and "cut" menu option. Paste into a new image document and save.

Member Avatar for Dani
0
136
Member Avatar for Prajijithesh
Member Avatar for Tauren

What do you need our help with? Finding a college you can attend? Do a google search for colleges in your area then look at their available curriculum. Do you want to do the graphics and modelling? Or do you want to do the programming? The spell casting is part …

Member Avatar for Phaelax
0
147
Member Avatar for R.S.Chourasia

[code=html] <html> <head> <script language="javascript"> function checkState() { document.testform.tf1.disabled = !document.testform.tf1.disabled; } </script> </head> <body> <form name="testform"> <input name="cb1" value="test" type="checkbox" onClick="checkState()"> <input name="tf1" value="test2" type="textfield" disabled="true"> </form> </body> </html> [/code]

Member Avatar for R.S.Chourasia
0
98
Member Avatar for magkii

I host my own but only when I need to show someone something. (using Apache) I would never leave my computer open and publicly display its address. [URL="http://www.spidahost.com/?affid=8"][COLOR=#0000ff][/COLOR][/URL] I use [url=http://www.spidahost.com/?affid=8]http://spidahost.com[/url]. It hasn't been around very long, but if I run into any problems I can usually get a hold …

Member Avatar for Gmarvz
0
202
Member Avatar for kanaku

If you're the only one that needs access, I'd say put the file in a separate directory and use an htaccess file.

Member Avatar for kanaku
0
99
Member Avatar for anti_genius

Well if your ActionListener is an inner class of your frame, then 'this' will point to the ActionListener instead. What's your code look like?

Member Avatar for anti_genius
0
98
Member Avatar for msamir

My guess is that perhaps the information used to connect to the SQL server may be incorrect, and so its not actually establishing a connection. Also, to prevent the application from quitting, wrap the while loop in a try-catch block.

Member Avatar for nikkiH
-1
421
Member Avatar for skramath

Sounds like what you need to create is a spectrograph. There's no native way in any language i know of that'll compare sound data the way you want, you'll have to write your own, which is rather math intensive.

Member Avatar for Phaelax
0
62
Member Avatar for ingeborgdot@yah

Most motherboards I've seen that support SATA will usually support RAID 0 and 1. Assuming the Epox mobo listed in your signature is the one you have, then yes you can do raid. The spec sheet I found online for it said is supports 0, 1, 0+1. Whether or not …

Member Avatar for DimaYasny
0
448
Member Avatar for javabuddy

nope. But I'll link you to a free FTP library you can interface with. [URL]http://www.enterprisedt.com/downloads/ftp.html[/URL]

Member Avatar for kimbokasteniv
0
83
Member Avatar for shrini

Doesn't the compiler warning tell you what deprecated method you're trying to use? Or at least a line number? I'm not going to look through that spaghetti code, next time post your code inside code tags.

Member Avatar for jwenting
0
2K
Member Avatar for Turbo4reek

I'd probably use SMF. [URL]http://www.simplemachines.org/[/URL] 1. It's not too hard as long as you can be intuitive about using a new control panel. No coding should be needed. 2. Depends on how much traffic you think the website will receive. Take a look at the various hosting packages on [URL]http://dreamhost.com/[/URL] …

Member Avatar for Turbo4reek
0
130
Member Avatar for ketz_01

Does your Employee class contain this constructor definition? [COLOR=#0000ff]public Employee (String s)[/COLOR]

Member Avatar for iamthwee
0
79
Member Avatar for Maidomax

Either use a library like FMod (only one i know off the top of my head) or write your method for extracting the data. It's not too difficult to write an ID3 tag reader, but it takes some work to support all the versions. You can also search here for …

Member Avatar for Phaelax
0
130
Member Avatar for dowen

[quote=dowen;307436]i have try to look for sorting object using Bubble sort on the internet but couldn't , i only found insertion object[/quote] You didn't look too hard then, I searched "bubble sort" on google and oddly enough, the whole page has results for bubble sort, not insertion. First result is …

Member Avatar for Phaelax
0
99
Member Avatar for Phaelax

I'm not sure how to correct for these size difference. This is sort of my first real attempt to not use tables. [U]Borders:[/U] IE: adds border to the inside FF: adds border to the outside (making component display larger) [U]Padding:[/U] IE: adds padding inside the component. (component width of 10 …

Member Avatar for Phaelax
0
112
Member Avatar for jbennet

NT4? IE2? How old is your computer? If you just want to get your idea out and not worry about all the picky details of coding an engine, take a look at darkbasic: [URL]http://darkbasicpro.thegamecreators.com/[/URL] Since you said you were pretty good with VB, I assume you'd be able to pick …

Member Avatar for jbennet
0
519
Member Avatar for nschessnerd

To put it bluntly, any website that tries to take control away from me by hiding a browser's UI, for whatever the reason, I will very quickly become annoyed and not only ignore the site but possibly tell others to avoid it. Just a thought from a general web surfer.

Member Avatar for roryt
0
130
Member Avatar for Phaelax

[code=java] public static final String SEPARATOR = System.getProperty("file.separator"); String code = "test.foo.bar"; String fix = code.replaceAll("\\.", SEPARATOR); [/code] I'm keep getting a StringIndexOutOfBoundsException. If I replace SEPARATOR with "[URL="http://www.daniweb.com/techtalkforums/"]\\\\[/URL]" then it'll work as I want. Is there a safe way to replace the periods with the file separator associated with …

Member Avatar for DavidRyan
0
98
Member Avatar for Tom Pilk

It is possible, and I've seen it before. But that was years ago on those big QB sites back in the 90's. qbt50.com and others. Not a clue which websites for QB are still around. But the code you want is out there. If I remember correctly, the sound drivers …

Member Avatar for gummo
0
1K
Member Avatar for Phaelax

For awhile now, I've been using Mac to code java. Though my programs compile and run fine, I always get these errors. Using the same project to compile on windows with the same IDE(netbeans), I dont get them. I was hoping someone would be able to shed some light on …

0
80
Member Avatar for Talon

Your idea for a semester project would take about 2 minutes to complete and I don't see where you'd need more than one class. I know you're just a first year beginner, but choose something a little challenging at least. Mastermind game. Computer picks a random number and the player …

Member Avatar for jwenting
0
350
Member Avatar for izharg

[code=java] JButton startButton = new JButton("Start"); startButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { System.out.println("Click on Start"); } }); [/code]

Member Avatar for Phaelax
0
106
Member Avatar for s_khardenavis

Check the library, I just got a book from there and so far its pretty good. "Java Threads, 3rd edition" - O'Reilly

Member Avatar for Phaelax
0
136
Member Avatar for Phaelax

I have a computer that had an Abit mobo and the controller card went out for IDE-0 channel. Replaced it with the board below. [url="http://www.newegg.com/Product/Product.asp?Item=N82E16813128307"]http://www.newegg.com/Product/Product.asp?Item=N82E16813128307[/url] I get power, lights and fans come on(including cpu fan) but no display. I've removed all non-essential piecesa and tried every ram configuration, no luck. …

Member Avatar for raybay
0
75
Member Avatar for anti_genius

here's some pseudo-basic code. [code] cx,cy = center of circle for a = 1 to 360 step 2 x = sin(a)*radius y = cos(a)*radius line cx,cy,x,y next a [/code]

Member Avatar for s_khardenavis
0
140
Member Avatar for anti_genius
Member Avatar for tom_h_500

I use FrontPage98 still for when I need to design tables or something, but for the most part I just use good ol' notepad. I'll use HyperEdit when I'm on the Mac though.

Member Avatar for GreenDay2001
0
377
Member Avatar for Sheki RDH

Some code would help us see what you're doing. (use code tags when you do) I can't see why doing anything with a JTable would affect a JDialog.

Member Avatar for Phaelax
0
84
Member Avatar for harisha
Member Avatar for Saronic

It could just need defragged, but if this is a fresh drive then those websites just might be right. You could've bought a faulty drive. Go to the manufacturer's website and see if they have a diagnostic tool. Run it and see what kind of code you get and try …

Member Avatar for Phaelax
0
100
Member Avatar for Teachingmyself

The charAt method returns a character and you're trying to assign it to a String variable. Fixing that should prevent the second error. You can turn a character into a string by adding a blank string with it. String s = ""+value.charAt(0); Your output still won't look right since you're …

Member Avatar for Teachingmyself
0
107
Member Avatar for dil.om

Skip the programming for now, learn to type first. I have absolutely no idea what you're trying to ask.

Member Avatar for Phaelax
0
117
Member Avatar for crestaldin

I'll give him the simple answer to the first part simply because he typed his question like an adult and not some kid using a bunch of net lingo shortcuts. [code] public class Student { private Courses courses = new Courses(); //constructor public Student() { } } [/code]

Member Avatar for Phaelax
0
104
Member Avatar for anti_genius

What exactly didn't work? Code should be the same. public class MyFrame extends Frame implements MouseListener //include methods found in the MouseListener interface

Member Avatar for Phaelax
0
227
Member Avatar for Phaelax

[B]Drive specs:[/B] Type: Seagate Barracuda, 7200rpm Model: ST3200826AS Size: 200GB Interface: SATA [B]System specs:[/B] OS: Win2k SP4 RAM: 1GB CPU: P4 2.8e MOBO: Asus P4P800-e deluxe AV Software: NOD32, 30 day trial version. [B]Problem:[/B] In short, data corruption. Originally, I was using NTFS on the drive. I use it as …

Member Avatar for Chaky
0
92
Member Avatar for freesoft_2000

Found your problem. [quote]although i am using a JTextPane as a cell renderer. [/quote] Correct, but you haven't set the default editor, so its still editing a JTextField, just rendering it as a JTextPane. Add this: [code] Table1.setDefaultEditor(Object.class, new CellPaneEditor()); class CellPaneEditor extends DefaultCellEditor { JTextPane textPane = new JTextPane(); …

Member Avatar for Phaelax
0
218
Member Avatar for Phaelax

Is there a limit to how deep you can go with inner classes? Like having a class within a class, within a class, within a class, etc.... I'm just curious.

Member Avatar for jwenting
0
294
Member Avatar for Cerberus

Can't help you without know what language you're using. Both languages have their preferred methods for parsing and highlighting text.

Member Avatar for Cerberus
0
131
Member Avatar for bluebird
Member Avatar for anti_genius

You may want to use Canvas to draw your images in the application. Use a mouse listener to help place the antenna.

Member Avatar for Phaelax
0
112
Member Avatar for anti_genius

Just position them in the same place when you draw it? g.drawImage(x,y,image1) g.drawImage(x,y,image2)

Member Avatar for Phaelax
0
84
Member Avatar for Phaelax

Anyone know when Sun plans to release 1.6 for Mac? I couldn't find an estimated date anywhere.

Member Avatar for jwenting
0
107
Member Avatar for knifegun

I believe a barcode scanner/reader will input the text to your program through an input stream much like the keyboard. I recently starting playing around with my old CueCat barcode scanner again and got that working in java. The cuecat spits out an encoded string with a carriage return character …

Member Avatar for Phaelax
0
95
Member Avatar for kenvin100

Have you tried searching the forum for similar questions? At the bottom of this thread I clicked on the first "similar" thread mentioned which brings up a thread I replied to before with a solution. My method pads a string to make the length match up to whatever you need, …

Member Avatar for Phaelax
0
217
Member Avatar for Ghost

Biggest joke certification I know of is A+, they just don't get any easier. What are the questions like on this Java exam?

Member Avatar for jwenting
0
749
Member Avatar for dmalsbury

Hi, I just started learning PHP myself this week. I've already got a little background on SQL from school, so that helped me jump into things quickly, but within 2 days I had a working site with little trouble. Even though I have programming experience through java and others, I …

Member Avatar for harishankar
0
170
Member Avatar for algekeuk

Reset your bios settings. If they look like they've already been reset and dont hold settings, the battery probably went dead. Else it could simple be the mobo died. Some local shops will have tools for testing the mobo and will check it for free if they're nice about it.

Member Avatar for algekeuk
0
96
Member Avatar for peekyc

I had the exact same thing happen. (the computer wasn't even on when it popped) Replace with a known working PSU and only get but a flicker of power when I switch it on. If the heatsink feels that warm without the machine even running, then it'd be my guess …

Member Avatar for Phaelax
0
75

The End.