Search Results

Showing results 1 to 40 of 58
Search took 0.01 seconds.
Search: Posts Made By: JeffHeaton
Forum: HTML and CSS Nov 16th, 2006
Replies: 8
Views: 1,972
Posted By JeffHeaton
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...
Forum: Search Engine Optimization Nov 16th, 2006
Replies: 17
Views: 2,977
Posted By JeffHeaton
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...
Forum: Promotion and Marketing Plans Aug 4th, 2006
Replies: 22
Views: 6,549
Posted By JeffHeaton
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...
Forum: Java Aug 4th, 2006
Replies: 2
Views: 2,201
Posted By JeffHeaton
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.
Forum: Java Aug 4th, 2006
Replies: 2
Views: 4,473
Posted By JeffHeaton
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...
Forum: Promotion and Marketing Plans Aug 4th, 2006
Replies: 15
Views: 3,909
Posted By 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...
Forum: Java Aug 2nd, 2006
Replies: 2
Views: 975
Posted By JeffHeaton
Here is a length online ebook about neural networks in Java.

Introduction to Neural Networks with Java (http://www.heatonresearch.com/articles/series/1/)
Forum: Advertising Sales Strategies Nov 14th, 2005
Replies: 18
Views: 3,919
Posted By JeffHeaton
This URL has some very good information on using chitika and google on the same site. Problogger.net also has some good info on chitika.
...
Forum: Advertising Sales Strategies Nov 13th, 2005
Replies: 18
Views: 3,919
Posted By JeffHeaton
By the way, if you use them on the same page as google youo must turn of their context features.

I use the following code and I put in a list of products that are randomly chosen for each page...
Forum: Advertising Sales Strategies Nov 13th, 2005
Replies: 18
Views: 3,919
Posted By JeffHeaton
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...
Forum: Growing an Online Community Nov 7th, 2005
Replies: 11
Views: 2,957
Posted By JeffHeaton
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...
Forum: Advertising Sales Strategies Nov 7th, 2005
Replies: 2
Views: 2,241
Posted By 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...
Forum: Search Engine Optimization Nov 7th, 2005
Replies: 4
Views: 1,866
Posted By JeffHeaton
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...
Forum: Promotion and Marketing Plans Oct 25th, 2005
Replies: 14
Views: 5,281
Posted By JeffHeaton
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...
Forum: Promotion and Marketing Plans Sep 28th, 2005
Replies: 5
Views: 2,696
Posted By 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...
Forum: Java Sep 22nd, 2005
Replies: 3
Views: 2,118
Posted By JeffHeaton
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.
Forum: Advertising Sales Strategies Sep 11th, 2005
Replies: 3
Views: 5,006
Posted By JeffHeaton
Thnaks, I was figuring it was okay, since I've seen many site mixing google ad's with other ad types.
Forum: Website Reviews Sep 10th, 2005
Replies: 3
Views: 1,724
Posted By JeffHeaton
It looks really nice. I like how you have the instruction manuals up as PDF's, since I always lose instruction manuals. However, when I click one of the instruction manuals, I am not seeing a PDF for...
Forum: Advertising Sales Strategies Sep 10th, 2005
Replies: 3
Views: 5,006
Posted By 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...
Forum: Geeks' Lounge Sep 8th, 2005
Replies: 23
Views: 5,655
Posted By JeffHeaton
Apple 23" Cinima widescreen on a Mac!
Forum: Website Reviews Aug 31st, 2005
Replies: 8
Views: 2,219
Posted By JeffHeaton
That looks REALLY good. This is kind of minor, but. You might want to put ALT text on your images. Having ALT text on your images is supposed to help with search engine placement and it also helps...
Forum: Community Introductions Aug 31st, 2005
Replies: 4
Hey
Views: 1,534
Posted By JeffHeaton
Hello and welcome.
Forum: Website Reviews Aug 31st, 2005
Replies: 7
Views: 2,444
Posted By JeffHeaton
Looks okay. But, don't do the popup when they click enter. Popup's can get blocked sometimes, anyways.
Forum: Java Aug 31st, 2005
Replies: 4
Views: 31,569
Posted By JeffHeaton
You don't have to ask the user for input. Just pass the name as a string. Here is how I do it:


import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import...
Forum: Geeks' Lounge Aug 11th, 2005
Replies: 23
Views: 5,655
Posted By JeffHeaton
Two side-by-site 19" LCD's. I really like having the extra space to move something over into.
Forum: Java Aug 11th, 2005
Replies: 6
Views: 3,168
Posted By JeffHeaton
Look at the do/while loop all by itself:


do {
optimalSearch.add(new Integer(nums[i]));
System.out.println("searchValue is " + searchValue);
}
...
Forum: Java Aug 11th, 2005
Replies: 2
Views: 2,264
Posted By JeffHeaton
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...
Forum: Advertising Sales Strategies Aug 9th, 2005
Replies: 4
Views: 2,264
Posted By JeffHeaton
Hey, thanks your right. I poked around my site a bit and found that most of the time the PSA's are once I log into PHPbb and get that session=28349028390 thing tacked onto my URL. I guess thats whats...
Forum: Advertising Sales Strategies Aug 9th, 2005
Replies: 4
Views: 2,264
Posted By JeffHeaton
I was wondering about that myself. I am probably getting about half to PSA's from what I can tell. My weblog shows about 1500 page views a day on my site. But google only shows 700-800 "impressions"...
Forum: Advertising Sales Strategies Aug 9th, 2005
Replies: 4
Views: 2,264
Posted By 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?
...
Forum: Geeks' Lounge Aug 9th, 2005
Replies: 5
Views: 1,482
Posted By JeffHeaton
Perhaps PHP too.
Forum: Search Engine Optimization Aug 8th, 2005
Replies: 16
Views: 5,103
Posted By JeffHeaton
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...
Forum: Search Engine Optimization Aug 8th, 2005
Replies: 3
Views: 2,226
Posted By 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...
Forum: Website Reviews Aug 8th, 2005
Replies: 1
Views: 1,456
Posted By JeffHeaton
Looks good, your forums seem pretty active already. Not sure you want to take the whole top of the page with a logo graphic. Might be better use for that space. But it is a nice looking graphic!
Forum: Java Aug 7th, 2005
Replies: 4
Views: 1,293
Posted By JeffHeaton
There are many tools that claim to be able to do that. Here is one tool that seems to have pretty good reviews:

http://www.pctools.com/file-recover/

Its "shareware" but does have a free trial....
Forum: Java Aug 7th, 2005
Replies: 3
Views: 1,940
Posted By JeffHeaton
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...
Forum: Community Introductions Aug 7th, 2005
Replies: 13
Views: 3,040
Posted By JeffHeaton
Hello, welcome to the site.
Forum: Java Aug 6th, 2005
Replies: 3
Views: 1,504
Posted By JeffHeaton
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...
Forum: Promotion and Marketing Plans Aug 6th, 2005
Replies: 5
Views: 2,931
Posted By JeffHeaton
Right... targeted... like posting a link to your realestate site on a software development forum.
Forum: Java Aug 6th, 2005
Replies: 4
Views: 1,406
Posted By JeffHeaton
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....
Showing results 1 to 40 of 58

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC