11,530 Posted Topics
There's a new page in the bottom toolbar called "My Favorite Forums". Check it out and let me know if you find it useful as a starting place / replacement homepage. | |
Re: This is a duplicate of a question asked in the ASP.NET forum. http://www.daniweb.com/web-development/aspnet/threads/437649/how-to-create-auto-generated-employee-id-in-c Closing this thread to keep the discussions limited to one place. | |
Re: This is a known Internet Explorer bug. I couldn't figure out how to get around it, and it's a widely known bug that I'm pretty sure Microsoft has already acknowledged they're going to fix in their next version, so I stopped trying. | |
Re: I noticed a lot of webmaster forums all started using Kayako eSupport recently. I'm actually surprised what the current fad is :) | |
Re: The reason you're not going to get many responses is because your question is too broad. There is no miracle way to suddenly get traffic to a new site, and if there was, the person who knows it isn't going to spill the beans :) Put a link to your … | |
Re: You're actually right, vegaseat. It would need to be at a 90 degree angle to significantly increase its value. | |
Hey everyone, We haven't done a good contest here on DaniWeb for quite some time, so I'd like to start one up again :) Throughout the months of June and July, I'd like to encourage members to submit fully working code snippets to our library. Throughout the month of August, … | |
Following in nerd tradition, I went to Comic-Con at the Javits Center in NYC this past Saturday. I consider myself a Trekkie (TNG and Voyager) and, while I'm not a comic buff, I do love all of the TV-based Superman shows (The Adventures of Superman, Lois and Clark, Smallville, etc.) … ![]() | |
Re: Hmm, I'll have to take a look at this. Is the problem still happening? Also, I just double-checked, and there should never have been a problem uploading cpp files. Are you getting the error regardless of whether starting a new thread, replying to an existing thread, or editing a thread?? … | |
Re: There are lots of areas of the site that aren't focused around code ... in fact, the majority, when you factor in all of Hardware and Software and Internet Marketing. However, even then, the site is pretty fully functional when viewed from a mobile web browser already. I'm not really … | |
| |
Re: Oh stop being so mean, Rash! :-P The least you can do is be more welcoming to our new members :-P Welcomegeeklord and markwlering. Don't mind Rash. He's our resident troublemaker. | |
Re: Darn! I got all excited when I clicked into this thread that you were going to talk all about Scott Bakula. | |
![]() | Re: Oooh yeah, looks like we'll hit it within a day or so! WOOT. |
Re: 1. I'm not a fan of quoting code in the first place ;) 2. One of the most important policies I am trying to adhere strongly to is maintaining a uniform standard with the rest of the web. Inline code uses the `<code>` HTML tag. The W3C has defined the … | |
Re: DaniWeb got off of the vBulletin platform and was custom-written from the ground up using an in-house, proprietary system. | |
Re: What error does it give? | |
Re: I'm unable to duplicate this. I currently only have access to Firefox for Windows. Is this a Linux-specific issue? I think we investigated this issue once before and determined it was due to certain Firefox plugins that people were using. Can those experiencing the issue attempt with all Firefox plugins … | |
Just read that Slashdot and Sourceforget have been sold for $20M. It's actually quite a shame, because they were definitely sold at a loss in my opinion. Those properties were so killer back in the day ... you know, back when a site would go down because it was "slashdotted" … | |
Re: Hi Julia!! Welcome to DaniWeb :) You sound like you have more creativity in your little pinky than I have in my whole body!! | |
Re: They're third party, and I'm not seeing them at all, nor can I confirm who is running them, or any details of it. | |
Re: This is by design. There should not really be a need to quote long bodies of code. | |
![]() | Re: Please note that clicking on an arrow does NOT give reputation. Reputation and comments are only submitted if you click the form button or hit Enter. |
Re: FastClick is one of the most popular advertising networks out there, and they pay through PayPal. Unfortunately, they aren't accepting forums right now :-/ Not sure of any others :( | |
Re: Also, check this line: [code]double doDivideZero(double &)[/code] You need to name your variable, such as (double& x) | |
Re: For all those purple haters out there, here is solid proof that our color scheme is awesome. Even Microsoft decided to use it for VS! | |
Re: Linux comes with telnet/ssh built in. Simply use the ssh command from a terminal window / console. :) | |
Re: You gain a "solved thread" point each time you post in a thread that is subsequently marked solved by the OP. | |
Re: It's obviously bad that our code highlighter is interpreting things differently, but do you realize that the poster posted malformed code? Notice their `<Directory >` has an extra space, and that is never closed. | |
Re: <totally offtopic>Wow, your son is on Long Island? Whereabouts?</offtopic rant> | |
Hmm ... Is it just me, or when you vote with a comment, does the comment not instantly show up like it's supposed to?? It works fine in our dev environment and I can't figure out why it's not working for me in the live site. | |
Re: Like this?? ... echo '<ul>'; while ($row = mysql_fetch_object) { echo '<li>' . $row->name . '</li>'; } echo '</ul>'; | |
Re: This wasn't put back right away because it's rather resource intensive to implement. I'll play around and see what I can do. | |
Re: Jorge, don't you mean it may take a few days for Google to index the pages? :) Last I checked, the only thing GoDaddy knows how to do is make superbowl commercials. They certainly can't reliably maintain their network, if today's disaster was any indication. No offense to GoDaddy, because … | |
Re: At the heart of Facebook is their open graph model. Essentially, everything on Facebook (every person, every event, every photo album) is an object in the open graph. You could essentially write a script to fetch all of the information related to you and save it. However, there wouldn't be … | |
Re: It's really hard for me to wrap my mind around what you're describing. Can you please either link to your page, or provide the full HTML and CSS? | |
Re: It depends what you're trying to do. We use `<meta name="robots" content="noindex" />` when we want Google to crawl a page (and follow outgoing links on it), but not index the page itself (because it's thin content, for example). We use robots.txt to block pages from Google that are unavailable … | |
Re: The new version of Twitter also puts extra emphasis on location. Wonder if it's a coincidence. |
The End.