11,555 Posted Topics
Re: The second query is the way I am used to doing it. | |
My MySQL query_cache_size is currently set to 50M and even at that setting I am getting a decent amount of qcache_lowmem_prunes. Queries are being removed from the cache to make room for new ones. My question is whether the queries being removed are based on time elapsed since they were … | |
I am using MySQL 4 and trying to cache my queries per this tutorial: [url="http://dev.mysql.com/doc/refman/4.1/en/query-cache-configuration.html"]http://dev.mysql.com/doc/refman/4.1/en/query-cache-configuration.html[/url] Right now, my query_cache_size is set to 0. I would like to set both the query_cache_size and query_cache_limit parameters. However, I'm receiving the following error message: [code]mysql > ERROR 1227: Access denied. You need the … | |
Re: Apache is a web server for the linux operating system that you can use to serve websites. PHP is just one of many server side scripting languages for the web. If you want to run a php script, you most likely will be doing so via the Apache web server. … | |
Re: PHP is a server side scripting language for the web. It's a web development language, because it is used to create dynamic websites for the web (such as DaniWeb). It is a scripting language as opposed to a compiled language. Personally, I'm not entirely sure of the differences between a … | |
| |
Re: Hi! :) Welcome to DaniWeb fellow SEO junkie. We can use more SEO'ers around here. | |
Re: Hi aeroguy! Welcome to DaniWeb. While we can help you with a lot of the simpler things, you might be better off going straight to vbulletin.com for assistance. Basically, if you go into the vBulletin Admin Control Panel, there should be a heading in the left frame entitled Smilies. You … | |
Re: I think the more you spend, the better ad spot Google gives ya :) Perhaps there are some general trends such as AdWords on page 1 of search results generally tend to convert better than AdWords on page 2, completely irrelevant of CTR. I also think the shopping around theory … | |
Re: I beat you to the punch: [url="http://www.daniweb.com/techtalkforums/thread40779.html"]http://www.daniweb.com/techtalkforums/thread40779.html[/url] I'm going to lock this thread so that we only have one discussion open about the exact same thing. :) | |
Re: Being handled here: [url="http://www.daniweb.com/techtalkforums/thread24968.html"]http://www.daniweb.com/techtalkforums/thread24968.html[/url] Let's keep everything in one place. Locking this thread. | |
You guys probably think I'm nuts, but I am considering doing a massive *condensing* of ALL forums on the site. I think that having so many forums and subforums levels deep just is so incredibly confusing and overwhelming to new visitors. What I am proposing is getting rid of all … | |
Can someone please tell me the code where clicking on a link populates a textarea with a little paragraph. | |
Re: Hi! Welcome to DaniWeb. I hope you enjoy this place. Good luck job hunting. I'm sorry to hear about the problem obtaining your degree. | |
Re: We won't do your homework for you. We have our own work and schoolwork to do. What we WILL do is help you along. Let's break down this program and define an algorithm: step 1 - prompt user for name step 2 - save name into a string variable step … | |
I am contemplating renaming the directory /techtalkforums/ to just /forums/ but I am very concerned with SEO. Of course, I would do a 301 redirect for everything in the directory. However, how guaranteed is that alone? Will the google toolbar PR eventually carry over and how long does it take … | |
Re: Hi! Welcome to DaniWeb :) Are you aware that Developer is spelled wrong in your username? ;) | |
Re: Hi! Welcome to DaniWeb. Does your username have something to do with the IRCs by any chance? | |
Re: [html] <div id="main"> <div id="left" style="float:left; width:200px"> </div> <div id="right" style="float:right; width:200px"> </div> <div id="center"> </div> </div> [/html] | |
Has anyone here bought one of the new Intel-based macs? How do you like it? Is it noticably faster than an IBM G5? | |
Does anyone know about this Big Daddy Google update? Supposedly they are doing a lot of removing duplicate pages, so we shall see ... I *think* the IP for the datacenter is at [url="http://216.239.51.104/"][color=#800080]http://216.239.51.104/[/color][/url] | |
Re: I have never used them but I heard good things about [url="http://www.worldpay.com"]http://www.worldpay.com[/url] | |
It looks like we went through a Google toolbar PR update yesterday. How did you guys fare? I can't complain. Homepage stayed PR7 and all top level forums and categories went to PR6. Unfortunately, my link directory went down from my second PR7 to PR6 as well. | |
| |
Re: Yeah, I am not a fan of Overture mostly for their slow, clunky interface, and the fact that you have to wait for all keywords to be validated before use. I'm all for instant gratification. If I happen to notice that traffic is slow one Saturday morning, I'll temporarily turn … | |
Re: Do you mean that you fill out the login form and hit submit and it brings you back to the page where you still aren't logged in? If so, I believe your cookie is broken. Clear your daniweb.com cookie and you should now be able to login once and only … | |
Re: It really doesn't make sense to me why google would like [url="http://www.domain.co.uk/"]www.domain.co.uk[/url] but not [url="http://www.domain.co.uk/page.php"]www.domain.co.uk/page.php[/url]. What WOULD make sense is Google not liking page.php?q=blah where the dynamic page has a query string attached. The reason for this is because each time you introduce a query string to a dynamic page, … | |
| |
I was just browsing this forum and noticed a member by the name of jhay116 has been very helpful within the past couple of days, and I just wanted to thank him and all of the other great mods and folk in the Windows forums who devote their time and … | |
Re: There is a reason to the madness. The code tags preserve line formatting, so text doesn't wrap around the next line unless there is a hard line break. That means that sometimes a horizonal scroll is automatically added so as to not break the layout of the page. However, the … | |
I was just snooping around my AdWords campaign and I noticed that you can now set separate bids for search and content pages. How long have I been missing out on this feature? Does anyone use it? I've been using automatic bidding for awhile. | |
Re: I don't really remember anything about this file other than ... why do you need to edit/view it? Perhaps it's in ASCII (which would explain why it's a bunch of symbols). Try opening it in Windows Notepad where fonts are irrelevant. | |
Re: What I do is wrap it in a div tag with the overflow attribute: [inlinecode]<div style="overflow-x:auto; width:500px">[/inlinecode] It works like this: ThisIsReallyLongText_ThereAreNoSpaces_ItActsLikePRE_ThisIsReallyLongText_ThereAreNoSpaces_ItActsLikePRE_ThisIsReallyLongText_ThereAreNoSpaces_ItActsLikePRE_ThisIsReallyLongText_ThereAreNoSpaces_ItActsLikePRE_ A horizontal scroll will automatically be added in Internet Explorer. In Firefox, the text will just overflow out of its container. However, I believe this is a bug … | |
Re: [QUOTE=Narue]Well, you won't learn about marine biology in a CS course, if that's what you mean. ;) [/QUOTE] Not necessarily ;) I did some of that in a Bioinformatics course cotaught between a Comp Sci professor and Bio professor. The course was cross-listed under both departments. :) Sorry, but I … | |
Re: Since your directory is geotargeted, be sure you have your AdWords campaign limited to Texas. Unfortunately, I don't know much about geotargeted advertising. Are you looking to promote use of the directory from a consumer standpoint or to get other webmasters to submit sites to it? | |
Re: It's a client of APlus.net webhosting (that is, unless, abac.com is a scrape or mirror of aplus.net) | |
Re: A lot goes into site design, usability, and navigation. This absolutely, definitely, without a doubt needs to depend on the site content and the target audience in mind. When designing a site, the first thing that needs to be done is determine what the page content is, and then create … | |
Re: Yes, most of these sites are all resellers who get their traffic from the same place, anyways. If you sell ads on your site on a CPM basis, I think using this service is actually cheating your advertisers out of fake imprssions. Ods are your advertisers won't renew b/c the … | |
Re: Not more than $3 or $5 a month, to be honest. 100 visitors is not very much at all. | |
From what I've read, the latest Google server update can be found at [url="http://216.239.51.104/"][color=#800080]http://216.239.51.104/[/color][/url] ... so that's a glimpse of what is soon to come on all G servers |
The End.