11,557 Posted Topics
Re: There is no best number. For me, I get about a 5% conversion rate for search engine traffic and about a 3% conversion rate overall. But there is a difference between members and actie members. I would rather have 1 really active, dedicated member than 100 members who registered and … | |
Re: I'm confused what techniques you're employing. Do you mean you are using meta keywords and meta descriptions? I suggest you read up in this SEO forum to learn all about some of the other techniques that are used to gain search engine rankings. | |
Re: Hi, Thank you for bringing these to my attention. I was not aware of either problem. However, until IE7 is officially released, it is nearly impossible for me to debug. I don't have IE7 on my system, and trying to fix CSS issues that pertain to one browser and not … | |
Re: I'm really confused what you're asking. Can you explain further please? | |
Re: Paste this HTML code wherever you want it: [html] <form action="profile.php" method="post"> <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> <tr> <td class="row1" width="38%"><span class="gen">Username: *</span></td> <td class="row2"><input type="text" class="post" style="width:200px" name="username" size="25" maxlength="25" value="" /></td> </tr> <tr> <td class="row1"><span class="gen">E-mail address: *</span></td> <td class="row2"><input type="text" class="post" style="width:200px" name="email" size="25" maxlength="255" value="" … | |
Re: Linux gains its momentum when all of its developers constantly give back to the community developing new things, etc. The distributions make money by selling boxed sets of their OS (ie instead of waiting for the download, you can purchase a boxed CD with manual, etc) and also by selling … ![]() | |
Re: I agree. Sometimes a couple of words is all that's needed. | |
Re: I found this thread floating around the Windows Software forum but it seems more of a Networking issue to me. Can someone take care of it? Thanks! :) | |
Re: There's no way you can make a fool of yourself at a UPE ceremony because the ceremony, itself, is so screwy. Upsilon gives a speech to Pi ... Pi acknowledges Upsilon ... Epsilon lights candles ... and so on and so forth (yes, I know I'm wrong about who does … | |
It's been said time and time again that one of the best ways to promote your website is to post in other forums and link to your site in your signature. Many other people, myself included, frequently visit various webmaster forums out there (such as this one) and ask for … | |
Re: I like it :) My friend just showed it to me last night. I especially like the endlessly long pages hehe. Guess that'll eliminate SEOs screaming "I'm on page one of the SERPS!" :) | |
Re: Please post your question in our Technical Support forum: [url="http://www.daniweb.com/techtalkforums/forum1.html"]http://www.daniweb.com/techtalkforums/forum1.html[/url] | |
Does anyone know anything about Google's payment system, which will operate as a PayPal alternative of some sort? | |
Re: Why don't you check out our IT Job Offers forum and see if there is anyone looking for a C# programmer? ... [url="http://www.daniweb.com/techtalkforums/forum95.html"]http://www.daniweb.com/techtalkforums/forum95.html[/url] | |
Re: Hi!! :) Welcome to DaniWeb ... hope you enjoy the software development and web development areas of this site. | |
Re: You would simply use the WHERE and LIMIT clauses in your MySQL select statement. For example, [inlinecode]SELECT * from mytable;[/inlinecode] selects all rows from a table named mytable. [inlinecode]SELECT col1, col2 from mytable;[/inlinecode] selects only the columns entitled col1 and col2 from mytable. [inlinecode]SELECT col1, col2 from mytable WHERE col1 … | |
Re: Hehe. :) Glad you got it working! Sorry we couldn't have been of more assistance. Thank you for posting your solution. | |
For those of you out there who purchase text links for SEO ... Which works better for you? Sitewides or homepage / section specific links? For me, I've always had much better experience with sitewide links on relevant sites that generate a lot of traffic and have lots of pages … | |
Up until a few days ago, DaniWeb has been run entirely off of one dual Xeon server. We just completed separating out Apache and MySQL into a web server and a database server, both identical Dual Core dual operon machines :) | |
Re: The hardcore Microsoft folks around here are going to think I'm crazy, but Apache (the great Linux web server) has been ported to Windows and is open source. I'm not sure if it supports ASP out of the box. If you're looking for a remote solution, check our Web Hosting … | |
Re: Thank you for alerting me to this. I became aware of the problem mid-afternoon and it has been fixed (as far as I am aware of). :) It would be most appreciated if you could try resubmitting your site into our directory. | |
Has anyone had any luck with the AdSense Affiliate Program where you refer other publishers to AdSense and earn commission? Just about all publishers nowadays have heard of AdSense already, so I'm not sure how much potential it has. | |
Re: This *is* the PHP forum after all. :) Check out the official PHP docs for sessions and that will give you a bit of insight. More information is appreciated to help further. | |
Do you think it's alright to have a zero tolerance policy when it comes to self-promotion, spam, or even the posting of any and all links - in a webmaster-oriented community (ie WebmasterWorld, DaniWeb)? On one hand, it seems good to have a black and white policy - and on … | |
Re: Oh, you know you secretely want one of those new Intel macs that will let you dual boot OS X and Windows :) Welcome to DaniWeb! | |
Re: What version did you download? Is it the .tar.gz version? Is it an .rpm ?? .exe files are Windows executables - you won't find those anywhere in Linux. I suggest you download a mandrake .rpm file and then do a search here for "rpm" - a bunch of long threads … | |
Re: We reserve custom user titles for moderators and for sponsors, as well. It's one of the benefits of contributing $5/month to maintaining the site: [url="http://www.daniweb.com/techtalkforums/subscriptions.php"]http://www.daniweb.com/techtalkforums/subscriptions.php[/url] | |
Re: Let's please keep this section non-site specific :) olddocks, you can ask for a website review @ [url="http://www.daniweb.com/techtalkforums/forum55.html"]http://www.daniweb.com/techtalkforums/forum55.html[/url] I would like the answer to the same question: What convinces people to participate? Does it take return visits after a bit of lurking around? What types of people jump right in? | |
Re: So what exactly is the problem? What is it you need help doing? Is it not working? Instead of using a [inlinecode]SELECT * FROM table WHERE ...[/inlinecode] you would want to do an [inlinecode] UPDATE table SET ... WHERE ...[/inlinecode] | |
As community owners and administrators, we often have the least opportunity to actually sit back and enjoy our own communities. When we post, it's either to deal with some behind-the-scenes administrative issue, or for some other reason such as welcoming new members, getting postrate up, or the alltime favorite, keeping … | |
How well do the google link bars work? Anyone with positive or negative feedback? | |
[b]Necessity for Repetition [/b]Loops allow particular segments of code to be executed over and over again. For example, suppose a program wants to keep doubling the value of a number until a boolean condition is met. Or suppose one simply wants code to execute a set number of times. Repetition … | |
Re: No. However, you can click the Flag Bad Post to get a moderator's attention to the post in question, and we will investigate it further. However, we typically don't delete posts unless they violate the rules - especially when they're part of threads, because then they offset the flow of … | |
Re: This isn't the place to ask technical support questions. Please post in our Windows forum while explaining your problem in depth. Thanks! [url="http://www.daniweb.com/techtalkforums/forum99.html"]http://www.daniweb.com/techtalkforums/forum99.html[/url] | |
Re: VOIP is voice over IP ... data transfer is, inevitably, from Chinese ISPs out to the rest of the world via Internet backbones. Government-run proxes and such can block unwanted transfer at its roots. | |
Re: Ok, I'm going to lock this thread before it gets even more out of hand. First thing's first, outside this mess, welcome to our community Snakehar. No, Snakehar shouldn't have bumped his thread 20 minutes after he first posted it, and that can be perceived as rude. But it's no … | |
The End.