11,545 Posted Topics
Re: [QUOTE=)BIG"B"Affleck]man this IE stuff is getting to be a real Joke thats why very few use it[/QUOTE] I disagree. Most Windows users use IE. I am a Windows power user and I still use IE over Mozilla or Opera. (Although Opera is very nice in its own right.) I won't … | |
Re: I think the ones that are based on solid languages will prosper ... C++ isn't going anywhere anytime soon - and you can write scripts in C++ ... asp, php, and coldfusion all seem to be hot right now alpha's right though, perl is going down the drain | |
Re: I've never heard of this. Are you using OS X? Your keyboard has a mind of its own in what sense? It randomly types things when you're not using it? | |
Re: I'm sorry I'm so late in my involvement with this matter. I was away at a convention the past few days and just arrived home last night. I agree the thread shouldn't have been locked, and am very happy with how everyone dealt with the matter. Enjoy! | |
Re: So true. While some other search engines still take meta tags in high regard, google practically ignores them. Afterall, anyone could just put whatever they want in them - even if it has nothing to do with what the site is about. Instead, google spiders the content on each page … | |
Re: For Jared to say he used his "special permissions" to edit his post, I would assume he had moderator positions or at least was some high-up member on the site? To be honest, I'm not so sure I like the way that you edited the tutorial and replaced it with … | |
Re: Pulsetoday is run by a moderator around here, who is also a good friend of mine :) I'm not sure what he uses for his portal, you'll have to ask him yourself. I think a blog script unless he changed it. However, the vBulletin.org hacking community does offer some portals … | |
Re: Check out our Apache forum (it's a subforum within Web Hosting) for something called mod_rewrite. You should find your answer there :) What you're looking for can be done with an edit to your .htaccess file. | |
Re: Until you have ten posts, no site advertisements are allowed. Once you've made ten posts on the site, you have the opportunity to use your forum signature and advertise there (as Pulse said) but you also have the opportunity to create a blog where you can link to your site, … | |
Re: It means that someone did a google search for "western dance" and saw your link and clicked on it. I belive the 10 and 11 numbers have to do with your position in the results and perhaps what page you're on. Not entirely sure of those two. | |
Re: Huh? /me confused I can draw a straight line in Photoshop just fine? | |
Re: Hey there techied! Welcome to DaniWeb. A Pascal programmer are ya? We have a Pascal forum that's actually hidden away a little bit in our "Other Languages" forum, so check it out. Enjoy! ... gosh, aren't we all forum addicts! ;) Silly question, but what is a "parsec"? | |
Re: You were actually right the first time about posting this in our MySQL forum, boham. (I deleted your post in here though). Regardless, what you're going to want to do is do a database dump of the old installation and run the queries to populate the new database. Do you … | |
Re: Hey there Ross! Welcome to DaniWeb. I think I've actually been to your site before actually. I'm going to take another look around. :) | |
Re: I know nothing at all about Spyware but given the huge amount of HijackThis logs around there, I have to vote for the tried 'n' true HjT. | |
[b]Recursion[/b] Recursive functions are, interestingly enough, functions which call themselves. Instead of performing calculations by calling other functions, they call themselves by passing in different parameters each time. This forms an almost loop-like effect, where each time a simpler calculation is performed by the function. This is repetitively done until … | |
Re: Hey there barracuda! Welcome to DaniWeb :) Unfortunately, we don't allow affiliate or referral-type links anywhere around here, so I had to go and delete your URL. But you're welcome to stay, and participate in our community. | |
Re: [code] int x, factorial = 1; cout << "Enter integer: "; cin >> x; if (x > 0) { while (x > 0) { factorial *= x; x--; } } cout << "Factorial: " << factorial; [/code] Untested, this might work. | |
Re: Very nice intuitive interface for reporting. Good quality of advertisers - MUCH better than they used to be. Also, they're a big company, with a lot of power in the industry, so they have good pull from major advertisers. As far as complaints go, I would like to be able … | |
Re: No ... as it is, I feel this limit is extraordinarily generous. The reason that vB code is included is because otherwise people could create an infinite number of links in their signature. For example ... 1 2 3 4 5 6 7 8 9 10 where each of those … | |
Re: The google API lets software developers and web dev programmers to write applications that can interact with google. For example, someone could write a PHP script that lets you input a URL and it shows the google PR of that URL. In other words, your program queries google behind the … | |
Re: Well, we've got sessions and cookies in place so guests aren't double-counted. But basically, a large portion of our traffic comes from visitors coming into specific pages from google, finding what they're looking for, and then leaving. As far as today is concerned, we're currently being bombarded by Yahoo!'s slurp … | |
We have a new member here to our community, and he goes by the name VCLKhelp. He works for ValueClick, the well known affiliate network which owns Commission Junction in addition to other properties. And he's here to help in this forum should anyone want to get assistance related to … | |
Re: Hey Jay! Welcome to DaniWeb. Check out our CPU and motherboard forum here: [url="http://www.daniweb.com/techtalkforums/forum104.html"]http://www.daniweb.com/techtalkforums/forum104.html[/url] - Good luck with your Athlon 64 ... I hope you get it all working the way you want. I hear that the 64-bit version of Windows XP is being released to manufacuring soon! ;) Something … | |
When looking for an information-based forum where you could learn, would you rather belong to a close-knit community or a professional corporate site? For example, we all want to feel welcome in a forum. But there is a more family-oriented feel (such as this forum) or the more corporate feel … | |
Re: There are no handles, as there are with the mac towers. Just pick it up with both hands ;) The same way you got it out of the box and onto the table / desk. | |
Re: .NET is entirely object oriented from what I understand - there is no getting around it as with C++ and C doesn't support OOP at all. I don't know much else about it really. I'd really like to wish you the best of luck on your degree, but as far … | |
Re: It looks as if it's a Japanese translation of a spidered version of DaniWeb, provided by Excite Japan. You're seeing question marks because you don't have the Japanese character set installed on your computer. | |
Re: Hey pcarlow :) Welcome to DaniWeb! Forum signatures are our way of thanking you for participating in our community. You can make full use of them, although there is a character limit in place by the forum software. (We're pretty generous, though!) Also, the forum system won't let you use … | |
I have an automatic link directory where webmasters can submit their sites and swap links instantaneously. What types of features could I add to encourage its use and growth? | |
Re: Hello veggiecook! Having some problems with our WYSIWYG editor I see. You get that when you try to change the font using the tool at the top of the window and don't enter in any text into the popup that appears (which says "undefined" by default). To stop it from … | |
Re: Oh wow. I never saw that happen before! Those double images are supposed to be confined to an IFRAME. I don't understand why they'd escape it. I'll look into it for you. Hmm ... | |
Re: Hey there Sharon, welcome to DaniWeb! Thanks for taking the time to register and to introduce yourself. I can always use some good advertising ideas. Maybe you could help us out in our Promotion Techniques forum :) | |
Re: Hey there myinda, welcome! So you're a member of TAZ are ya? I was recently promoted to moderator there! :) | |
Re: Hehe. Hello Andy. Welcome to DaniWeb. You actually did post in the wrong place. Please check out our Windows forum here: [url="http://www.daniweb.com/techtalkforums/forum99.html"]http://www.daniweb.com/techtalkforums/forum99.html[/url] If your wife is using Windows XP, then you can post your question by filling out this form: [url="http://www.daniweb.com/techtalkforums/newthread.php?do=newthread&f=10"]http://www.daniweb.com/techtalkforums/newthread.php?do=newthread&f=10[/url] However, when posting, please be sure to include as … | |
Re: I'm confused what you mean by marketing channels. Do you mean places to get the word out there? This is very tough - especially for search engine optimization - because you will be in competition with all of the many, many, many webhosts out there for the highly competitive "web … | |
Re: As Narue pointed out, you already asked this question, where you received some help on it. To help keep this site organized, and to help you find the answers you're looking for, we request that you only start one thread per question. I am locking this thread. Everyone can participate … | |
I currently use Photoshop 7 for Windows and Photoshop 7 for my mac, as well. Most of what I use them for are web designs - i.e. the logo for DaniWeb, some designs for other websites, etc. I've actually never tried CS so I can't compare myself. So now my … | |
Re: Hey Scribbller. May I ask which site you run? The forum you have in your signature only has 65,000 posts. 400,000 is quite the big accomplishment! According to the vBulletin admin panel, the data usage is 320 megs, with 60 megs of attachments, 3 megs of profile pictures, and another … | |
<rant> Does it bother everyone else as much as it irritates me that AdSense reporting stats are delayed by 2+ days when selecting specific channels? End rant. | |
Re: Are you keeping up with a link building campaign? Are you getting other sites to use "email marketing" and "bulk email" as anchor text pointing to your site? Are you using those terms throughout your site, and especially on your homepage, as CSS'ed H1 and H2 tags, etc.? | |
Re: 6 for the homepage. 5 for the forum categories. 4 for most forums. 0-3 for the threads. | |
Re: I was just about to say that I can't help you quick, but I could try to help you sloooow ;) Sorry I don't really have much to contribute, now that I've read this thread. <sarcasm> It was awfully nice of the eBay seller to show you a nice, close-up … | |
Re: When starting out, make sure to answer all of the questions that are posted. That will influence people to come back, because they'll see their own questions are answered. By nature, people are selfish ;) Even if it's a new forum, with very little activity, you can get people to … |
The End.