Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements

46 Posted Topics

Member Avatar for kigo

Right... targeted... like posting a link to your realestate site on a software development forum.

Member Avatar for Iqra_18
0
222
Member Avatar for Ghost

Just using ant is not too hard, you run the "ant" command from a directory that has a build.xml file. Constructing the build.xml file to do what you want is a little more complex. There are many tutorials to do that. Like this one [url]http://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/ant/ant.html[/url]

Member Avatar for stultuske
0
866
Member Avatar for JeffHeaton

I've been noticing a large number of people registering in my forums lately. They register and create a user account, but never post anything. This always seemed strange to me, normally I do not register at a site until I am ready to post something, otherwise why register. However, I …

Member Avatar for Chiicevu
0
217
Member Avatar for WireNine

I currently have a Yahoo listing. The ROI is not very good. Its a high-PR link to my site, but thats about it. Maybe thats enough to make me renew it, not sure. It generates almost no traffic. I get most of my traffic from google searches. I get hits …

Member Avatar for esspwebmaster
0
155
Member Avatar for jewboy

Thats alot of article sites. I've submitted two articles so far, and they are generating some traffic. But one question, with that many article sites. I assume that it would be a very bad idea to take the same article and submit it to all of the sites on that …

Member Avatar for CygnetInfo
0
1K
Member Avatar for Ghost

I don't think you can do that in Java. You can do it in C++ easy enough by installing an OS hook. Used generally by macro programs and spyware. But I don't think Java has this kind of access to WIN32. Maybe through JNI? Jeff Heaton [url]http://www.heatonresearch.com[/url]

Member Avatar for volvo14
0
1K
Member Avatar for sunny_kvc

Links from the same IP address are worthless? What about all the sites hosted on blogger and similar. Are links between those worthless too, because they are all on the same IP address? I really don't know, I am just asking. It seems that would be a good reason to …

Member Avatar for quicktpgo
0
453
Member Avatar for Ghost

You need to access the pixels directly. Then you can do any thing you want with the image. To do this you use: java.awt.image.PixelGrabber Then it all gets down to doing the "math" on the pixels to do the effect you want. Jeff [url]http://www.heatonresearch.com[/url]

Member Avatar for manojnbn
0
2K
Member Avatar for cheetuh

I took just a quick glance at your source. You are not ending your meta tags properly. Your site is listed as xhtml, so every tag must be self-contained, i.e. <tag/> or have a beginning and ending tag, i.e. <tag></tag>.

Member Avatar for tgreer
0
89
Member Avatar for whiz

I've had very good luck with articles. They generate a fair amount of traffic when they are first published, and often generate traffic when others look for them. Plus the money the site pays for the article is nice too. Isn't it usually against the contract to submit your article …

Member Avatar for nailakhan
0
650
Member Avatar for tayspen
Member Avatar for atulajawale

Converting an image to a thumbnail does take time. I have one application where I need to process and display a bunch of images, I use a background thread, and update the window as the images are ready. That way the user at least still has control of the window, …

Member Avatar for atulajawale
0
147
Member Avatar for theringer

Look at System.getProperty and System.getProperties. I would probably start by just listing every system property there is, using System.getProperties, and see what info you have available.

Member Avatar for JeffHeaton
0
97
Member Avatar for LostOne85

Here is a length online ebook about neural networks in Java. [URL="http://www.heatonresearch.com/articles/series/1/"]Introduction to Neural Networks with Java[/URL]

Member Avatar for JeffHeaton
0
89
Member Avatar for Lexani

I would check out the usual google stuff. Like what is its PR? How many inbound links? Also check Alexa to see what its ranking there is. All of which will tell you how much traffic the domain itself is generating.

Member Avatar for Dani
0
299
Member Avatar for Dani

I am having pretty good luck with the mini-mall ad's. They don't get nearly the CTR as my google ad's(and that may be because I have not spent much time trying to find a good place for them). But the amount paid per click is really good. I use them …

Member Avatar for baker011
0
498
Member Avatar for JeffHeaton

Has anyone tried Chitika Mini Malls? I read about them first a problogger, and decided to give them a try. They pay per-click, like adsense, and have been doing well for me. They are supposed to do really well on "product focused" websites, which mine is not.

Member Avatar for Dani
0
119
Member Avatar for Avalon

It does really take time. I have two sites that get nearly all of their traffic from Google. I learned quite a bit from the posts here. I got links from other sites and such. And all of the sudden I started getting search engine hits from google. Maybe the …

Member Avatar for fromthe5
0
175
Member Avatar for Stanislaw

One thing kind of funny about google earth. If you check out St. Louis, MO. Our "arch" is shown as a very big "box", makes for an interesting skyline!! :)

Member Avatar for campkev
0
571
Member Avatar for JeffHeaton

Do you think a listing for $299 at Yahoo is worth it? That comes to about $25/month, which I guess is not too bad. I already place good on google searches. But I guess this gets me into the directory. Which at the very least would get me one high …

Member Avatar for LinkBuilder
0
281
Member Avatar for jackdog1

I've often heard this cited as one of the orignal "beef's" with AOL. The Eternal September. [url]http://en.wikipedia.org/wiki/Eternal_September[/url]

Member Avatar for goldeagle2005
0
525
Member Avatar for Elektro

Eclipse is also quite a bit more easy to use than Xcode( in my opinion). I use Eclipse on the Mac for Java, and Xcode when I do carbon/C++ stuff.

Member Avatar for Andrew Minus
0
86
Member Avatar for JeffHeaton

I was reading over google's TOS and noticed this paragraph. Does this mean that any page that I place google ad's on, that they must be the only ad on the page? Are Commission Junction or Amazon ads okay? Since they are kind of a different concept than google? Jeff …

Member Avatar for Dani
0
119
Member Avatar for moderate_rock48

Two side-by-site 19" LCD's. I really like having the extra space to move something over into.

Member Avatar for Dortz
1
290
Member Avatar for George2

I've heard that too. I think it just means that they are using PHP and probably Linux some too. See the following URL. [url]http://news.com.com/2100-1023-963937.html[/url] I really doubt that the actual Yahoo search engine, itself, is open source. Jeff Heaton [url]http://www.heatonresearch.com[/url]

Member Avatar for George2
0
283
Member Avatar for ayk-retail
Member Avatar for MastaPho

You don't have to ask the user for input. Just pass the name as a string. Here is how I do it: [code] import java.awt.*; import java.awt.event.*; import java.applet.*; import java.net.MalformedURLException; import java.net.URL; public class ImageApplet extends Applet { public static final int IDEAL_WIDTH = 320; public static final int …

Member Avatar for JeffHeaton
0
213
Member Avatar for JeffHeaton

If I type my site's(or pretty much any site) into google and get the page that says: * Show Google's cache of google.com * Find web pages that are similar to google.com * Find web pages that link to google.com * Find web pages from the site google.com * Find …

Member Avatar for jewboy
0
145
Member Avatar for Mr Cuzac
Member Avatar for JavaFish

Look at the do/while loop all by itself: [code] do { optimalSearch.add(new Integer(nums[i])); System.out.println("searchValue is " + searchValue); } while (i != searchValue); [/code] This commands java to loop those two lines until search value != i. Well neither of those two lines up there is going to cause search …

Member Avatar for JavaFish
0
121
Member Avatar for Rete

In a nut shell... byte is a single byte, signed, no decimal places double and float have decimal places, signed, double is just a bigger form of float long, short, int are signed, NO decimal places. Long is the biggest, then int, then short, byte is pretty much in this …

Member Avatar for freesoft_2000
0
161
Member Avatar for JeffHeaton

I am currently running adsense. But I have not setup an alternate yet, right now it just displays the PSA's. What is a good banner company to put in as the alternate, that works well with google? Thanks

Member Avatar for JeffHeaton
0
138
Member Avatar for RoadRunner
Member Avatar for sam1

Thats not a bad homework assignment. I might use it in my Java course this semester. Could you post what you have for those two methods already? Then we can tell you if your going in the right direction. For problem 1: You are going to need to put the …

Member Avatar for sam1
0
151
Member Avatar for glamo

There are many tools that claim to be able to do that. Here is one tool that seems to have pretty good reviews: [url]http://www.pctools.com/file-recover/[/url] Its "shareware" but does have a free trial. The problem is, as you add new data to your hard drive you risk overwriting the file. And …

Member Avatar for JeffHeaton
0
164
Member Avatar for Rete

Look for examples of reflection on how to do this. Many of the methods inside of the class named "Class" will help you do this. In general, you will need to parse a string like "System.out.println" and look up System... then look up out... then look up the method println. …

Member Avatar for freesoft_2000
0
153
Member Avatar for stevenr

You might also look at the GNU compiler for Java. It compiles Java code to native machine code. But it has some limitations. Mostly the class library. But they are adding new classes all the time. This site has more info. [url]http://gcc.gnu.org/java/[/url]

Member Avatar for freesoft_2000
0
171
Member Avatar for loser1

I have done very little with ASP so foar. But logging seems to be a common demonstration of ASP. Since it is something that spans across the entire application, ASP is useful for it.

Member Avatar for freesoft_2000
0
229
Member Avatar for server_crash

It is the JVM I am pretty sure. I just tried it on my Mac, running Tiger, and it does not work. If I run your applet using Firefox on Windows XP, runs just fine.

Member Avatar for jwenting
0
253
Member Avatar for server_crash

I teach an Intro to Java course at a University, and often assign a mortgage applet once we learn how to do text fields, etc. Thats by far the best mortgage applet I've ever seen. Even on Bank websites!! Very good. Jeff

Member Avatar for server_crash
0
146
Member Avatar for hkhan45

I've seen that before when using MS-Access. If one of your field names is unknown, then MS-Access considers that field a parameter and generates this sort of error. It can also be another identifier, other than a field name, something that MS-Access cannot lookup. Make your query as simple as …

Member Avatar for Catweazle
0
439
Member Avatar for JeffHeaton

Has anyone seen this yet? It looks like APress is having a contest to see who can write the fastest fractal program. [url]http://www.apress.com/promo/fractal/[/url]

Member Avatar for server_crash
0
143
Member Avatar for JeffHeaton

My name is Jeff. I teach Java at a University. I found this site through a goodle search. I will have to post a link on my class's website for sure. I will make sure my students know not to just post for homework answers! Looks like a great site, …

Member Avatar for belama
0
141
Member Avatar for lwings

It really seems like you should use a 2D array for this. You don't want a separate array for each day. The way you have it will make it hard to sum the entire thing. I would do something like: double days[][] = new double[7][10]; Then if you want to …

Member Avatar for JeffHeaton
0
177
Member Avatar for JeffHeaton

I have a networked attached hard drive that I share through my Windows and Mac computers. It makes sharing files really handy. It uses SMB/Samba. On the Windows computer I can click "Reconnect at login" and my drive share always comes back. But on the Mac I have to remount …

Member Avatar for Cain
0
75
Member Avatar for md16185

A JAR file holds class files. Class files make up a Java program. A JAR file is basically just a ZIP file, you can open it with WinZip or similar. Jeff [URL=http://www.heatonresearch.com]http://www.heatonresearch.com[/URL]

Member Avatar for JeffHeaton
0
169

The End.