11,566 Posted Topics
The old forum structure for TechTalk was: Windows Mac Linux Networking Hardware I have reordered this into: Windows Linux Mac Hardware Networking Two reasons: (1) Server logs showed there are many more linux users than mac users who visit DaniWeb. (2) Generally speaking, pc hardware is a more common topic … | |
I am working on a project for my uncle's medical office. However, I'm a little stumped coding the design. I want it to be tableless. It's currently set up for testing here: [url="http://www.daniweb.com/sneezy/"]http://www.daniweb.com/sneezy/[/url] It looks fine in IE but the design is all screwed up in Firefox and Safari. It … | |
I have always developed in Internet Explorer and designed for Firefox. I also make sure that my site looks fine in Safari. However, there are a bunch of quirks and things that don't look too great in Opera, and I was wondering whether it is worth considering. I know that … | |
I think that we should start a thread here encouraging Catweazle to come back to us :) We miss ya, Terry! We see you've been stopping by every so often to pay us a visit, but you haven't posted in the longest time. Why is that? Don't like us anymore? | |
Re: Hi Richard! Welcome to DaniWeb. I hope that you enjoy yourself here. :) Good luck in your web endeavors. | |
DaniWeb has always been very CSS'ed. However, the nature of forums just makes it nearly impossible to create a tableless design. Nevertheless, I've gone one step further this morning and CSS'ed the main body table holding all of the main content. The site should look the same, but it's now … | |
[b][color=darkorange]My mom turns 50 tomorrow :)[/color][/b] [b][color=royalblue]:mrgreen: Happy Birthday, Mom! :cheesy: [/color][/b] | |
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 … |
The End.