11,557 Posted Topics
Oooh! Just did a Google search and the SERPS looks different!! New white heading. What does everyone think? | |
Re: The data on a hard drive is broken down into sectors. When a small amount of data becomes corrupted, that area of the hard drive becomes unusable. When you format the drive (high level format) the bad clusters are not removed because the format simply knows to skip over the … | |
Re: Hi :) At this time, we're only accepting tutorials that are unique content to DaniWeb, and not reproduced elsewhere on the web. | |
Re: I would never use vBSEO simply because it's not open source, and I want to know what code is running on my machine. | |
Re: Store the time as a UNIX timestamp (the number of seconds since January 1, 1970 if I remember correctly). There are built in php functions to convert a UNIX timestamp to a particular time, given a timezone. | |
**This forum is meant for discussing programming languages in addition to exchanging code and algorithms.** However, it has become a problem where too many students are posting homework problems expecting a quick solution without ever trying for themselves. Though we are all here to help, please don't expect quick solutions … | |
Re: Let me begin by asking you a question: What did you change? When did you first notice the difference? Can you attribute it to something you did or stopped doing? | |
A friend of mine just linked me to this ... [URL="http://gadgets.macworld.com/toys/shocking_roulette_attempts_to.php"]http://gadgets.macworld.com/toys/shocking_roulette_attempts_to.php[/URL] What sorta nonsense is this?? | |
Hey, peeps ... Any comp sci ppl out there in internet land? I'm trying to do my CSC110 homework but because of my car accident I wasn't in class for the last 2 lectures. I was wondering of someone might be able to give me a hand with minterms, maxterms, … | |
Re: On days when I'm super busy working -- or coding -- I very rarely check (or update) Facebook or Twitter. | |
Re: Kathy has been with us for about eight months now. I introduced her back when she first started. However, as director of advertising sales, she doesn't really have any use for the website. She has a username but I don't believe she has any posts. Eyal just started two days … | |
Re: I think there's absolutely no point to Alexa. | |
Re: You have to upload the image as an attached file. Then, you can use the [attach] bbcode to show them inline within posts. | |
Re: Hey Niek :) Thanks for reporting this. It was actually a known screw-up on my part. To workaround some technical difficulties, we switched the newsletter from going out the first Tuesday of the month to going out the second Tues/Wed/Thurs of the month. The problem is that I made the … | |
Re: Sure, just add the "tabindex" parameter to every form field you want the tab key to traverse. For example. [code] <input type="text" tabindex="0"> [/code] Each form field should increment the tabindex (0, 1, 2, ...) in the order you want the tab key to proceed. For elements you don't want … | |
Re: Haha! Glad to hear you got it working. | |
Has anyone had any success in advertising a website via offline advertising campaigns? How can you track conversions? How do you know how well the campaign did for you? | |
Re: > I dont know why people voted me down in this thread. Because you hijacked the thread to ask your own question. | |
Re: Are you talking specifically about AdSense/AdWords? | |
Re: Sorry for the late status update. This was related to an ad that was running in that section. The ad was temporarily taken down until it can be fixed on Monday. (Just for clarification, the ad was taken down early afternoon, I just got to updating this thread now.) | |
Re: Suppose you have the code: [code]echo "$value";[/code] Everything within the quotes is printed out. However, now take the following code: [code]echo "<a href="$value">";[/code] PHP gets confused where you have quotes within quotes. Therefore, if you want to print out a real quote inside an echo statement, you have to escape … | |
Re: I don't believe it's in cPanel. You would need SSH access and remotely log into the server and edit the file. You should be able to enable SSH access via cPanel though. | |
I would like to use <H1> and <H2> tags to emphasize important keywords for SEO purposes. Is it XHTML-transitional legal to enclose a <div class="blah"> tag inside an <h1> tag? | |
Re: I did a quick google search and came up with this off of phpfreaks.com: [i]$PHP_SELF should not be used because it will not work without register_globals being enabled. Rather, you should use $_SERVER['PHP_SELF'] for it.[/i] | |
Re: It should be relatively easy to put Previous Thread and Next Thread links in the code snippets, news stories, etc. | |
Re: Members with a lot of reputation were actually turned off to handing out reputation unless they really felt very strongly about a post because they felt that their votes carried too much influence. After a bunch of discussions, it was determined that a good solution would be to come up … | |
Re: First of all, when you do a link: query in Google, you don't get the pleasure of seeing all of the backlinks that Google knows that you have. It's just supposed to be a "sampling." Not only that, but this "sampling" has been acting screwey lately. It used to only … | |
Re: There's no team -- I do all of the development work myself. A lot of images are loaded from the CSS so a custom CSS would actually do the trick. In the future, we do have plans to eventually have a mobile version of the site. However, it's not a … | |
Re: [B]Narue[/B] Narue is awesome because she comes up with threads such as these. When she first started here a couple of years ago, she was known for knowing her stuff but having a bit of an attitude, especially with the newbies. However, she's since toned down A LOT. (If you … | |
Re: [quote=crunchie;312308]Cool. I don't know what you did to that log, but it's impossible to read. Can you repost.[/quote] Sorry, that was my fault. My darn post cache! | |
Re: Post interesting things on twitter. Retweet interesting stories from other sites. Put a Tweet Me button on content on your site (use tweetmeme.com) and retweet your own stories too. Engage your followers and be sure to do a combination of retweeting stories and posting unique content. | |
Re: When you enter "C#" as the syntax language it strips the pound sign and you end up with C. You have to write it as "csharp". | |
Re: 1. Why no follow links? do we get any benefit on our site if we submit to these types of directories? Nofollow is Google / Yahoo's attempt at stopping the buying/selling link business by encouraging publishers to use nofollow on all links that they sell and then convincing the industry … | |
Re: Here's an extremely simplistic/mediocre way of doing it in C++, based on Aelfinn's posted. Lets say you have array of strings A[40] with 40 cells, that looks sorta like the following? A[0] = Question 1? A[1] = Question 2? A[2] = Question 3? and, well, you get the idea. Now, … | |
Re: I would definitely go with unique, descriptive titles for each page ... but don't keyword stuff them to the point of it being phony. Candy, what language is your website coded in? Are you using a server-side language such as PHP or just using regular ole server side includes? If … | |
[B]ADT.h[/B] [code] struct process { int pid; // process id char* file_name; // file name of the process to be run int cpu_time; // amount of time the process needs with the cpu int request_priority; // priority from 1-5 (higher is better) int pr; // adjusted priority rate }; /**********************************************************************/ … | |
Re: What about a USB 1.1/2.0 PCI card to give your PC some usb ports? Would that work? www.siig.com seems to have lotsa converter-type things. I looked everywhere for you and, just like you, can only find ways to connect parallel devices to USB ports on a computer!! How frustrating ... … | |
Re: It should give just about the same results as the daniweb search, considering our results are Google-powered. | |
Re: Let's see ... what I do here is set it up to show ValueClick ads instead of the freebie ones when it hasn't yet spidered the page. This way I make money either way. Also, due to Google's lack of stats reporting, you have to improvise. Try using leaderboards for … | |
Re: What do they do? Automatically download? I had a problem awhile back where .zips and .exes were automatically downloading to a Temporary Files folder on my hard drive. One of the WindowsXP service updates fixed the problem I think. Whatever it was, it fixed itself after awhile. | |
Re: I've noticed frequent lockups as a combination of certain Nvidia and ATi video cards with AMD processors. | |
Re: The system probably got confused because you posted and did a search simultaneously, and it wanted to make sure you weren't a bot. | |
The End.