11,557 Posted Topics
![]() | Re: It's a new feature that I'm rolling out slowly. The idea is to first get the first impressions and community reaction to it, and then, over time, build upon it in a way that is most beneficial. The next step is for the bottom of forum listings to show the … ![]() |
Re: I don't know anything at all about mobile development, but I code DaniWeb in Coda 2 for what it's worth. | |
I'm trying to select rows from a table that meet a bunch of criteria, but one of the criteria is that a row doesn't already exist with two matching columns both being true at the same time. For example, suppose table t1 has columns: a, b, c and d Here's … | |
Re: Welcome to DaniWeb! We're a community of IT professionals asking questions and getting help from one another. Feel free to browse around and check out the type of content we have. If you have a question, feel free to ask! (However, for school assignments, please explain in detail and show … | |
Is it just me, or has the site been acting super sluggish all day today? | |
Is there any way to set the long_query_time for the slow query log to less than < 1s? We consider anything over 0.5s something wrong. Or can you recommend any MySQL monitoring software that can handle a super high load without a super amount of storage space? | |
Super frustrated and just want to vent ... I've been spending ALL day trying to figure out why the site is taking about 5X longer to render itself today. I've double checked memcache, the database, load averages, etc. Any suggestions? I can't sleep :( | |
So I'm working on adding a bunch of new features to the site (stay tuned!) but I need to know ... WHY do you post on DaniWeb? * Are you trying to get answers to your own questions? * What value do you get from helping people? * Has DaniWeb … | |
Re: I just completed a second campaign with ContextWeb. Due to the large amounts of traffic that I receive, ContextWeb works with me individually to set up monthly contracts for banner campaigns (the latest one being for Circuit City). My sales rep is really nice and I never had a problem … | |
Re: You can easily add naked links, and the link syntax really isn't that hard to remember: `[text](url)`. Files are impossible, but, in reality, just how intricate are your posts going to be on your mobile device? ![]() | |
Re: I'm sure that we *could* help you with your Java assignment. But you haven't told us what it is or what you've done so far on it. We'll help if you let us ;) | |
Re: The forum id # is in the URL of the forum listing page. For example, the URL for the C++ forum is http://www.daniweb.com/software-development/cpp/8 so its forum id is 8. The forum id for the C forum is 118. You can also click on the RSS feed icon near the bottom … | |
Re: I just went there and clicked on 'Register' and wow, that's nuts!! It's a great way to discourage newbies from joining the community, that's for sure. I guess it's their goal to have a little elitist group of experts. | |
![]() | |
Re: Hi Stanley ... ProgrammingForums is not actively monitored, sorry :( | |
Re: DaniWeb is not affiliated with that Twitter user. They are using a service such as Twitterfeed to pull RSS feeds into their twitter account. | |
Re: You can bring up the print dialog box though. http://www.daniweb.com/web-development/php/threads/145421/how-to-bring-up-print-dialog-box-through-php Only works with Windows: http://www.devx.com/tips/Tip/30834 | |
![]() | |
Re: Huh?? What's your point?? | |
Re: Hi there and welcome to DaniWeb. | |
Re: In this particular example, if you set a line-height to something just under the height of the input field, then you can play around with any font face, font style, font size, etc. and it will vertically center the text. If you use padding, instead, then you'll have to use … | |
Re: Hmm ... that's not by design :( Please link me to the article in question. Thanks! | |
Re: I would say a Nintendo Wii ... it markets itself as a family entertainment system as opposed to something more catered to the hardcore gamer. There is lots of edutainment software out for it, and then there are also family fun packs such as Family Game Night which include virtual … | |
Re: It is currently Flash-based and therefore requires Flash and a non-iOS browser. | |
Re: We used to have a Web Design category within Web Development with a focus on things like Photoshop, etc. However, it wasn't very popular and got rolled up into "Web Design, HTML and CSS" http://www.daniweb.com/web-development/web-design-html-and-css/15 | |
Re: DaniWeb used to use phpBB *years* ago, but then we switched to vBulletin and, ultimately, to our own platform. I haven't heard much about phpBB recently. | |
Re: It's an indication of whether the forum is already all read, or contains unread posts. A forum becomes read in one of three ways: 1. You've actually read all posts made in the forum within the past few weeks. 2. You've marked the forum as read by clicking on the … | |
Re: There is no way to hide this. Keep in mind that once someone agrees to "install" your app, it will show up in their Facebook profile along with the app id. So even if you find a way to hide it from the URL, they will have access to it. … | |
Re: Ravenous, currently only staff writers can post tutorials, and there is a rigorous process to be accepted. Please email me some examples of your work / writing style. :) | |
Re: That will only work with relatively small databases (phpMyAdmin is a PHP-based app, and limited by PHP memory limits before it will simply timeout). You might need to use a terminal-based command such as mysqldump. ![]() | |
[i]I found this in a few different places around the 'net - hopefully it's helpful:[/i] [font=Arial][size=5][color=#0000ff]Create a Desktop Shortcut to Lock Your Computer[/color][/size][/font] [font=Arial][size=2]You secure your computer by locking it whenever you're away from your desk. If you?re on a domain, by pressing Ctrl+Alt+Del and then clicking Lock Computer, you … | |
Re: Backlinks are what get's you onto the first page of Google. | |
![]() | Re: No, I'm not, and I haven't all day. Are you now able to log in? In what way can you not use the editor? Try clearing your browser cache. ![]() |
Re: Unfortunately this isn't something that we could do in the near future. When initially designing the activity feed, the idea was to have the ability to sort by forum. However, for one reason or another, this changed and now we no longer maintain the forums in the database. Would need … | |
Re: My apologies but I'm very confused as to what you're asking. There are two ways to register with DaniWeb: either by creating a unique username, password and email address, or by choosing "Login with Facebook". It appears that you've done the latter. Your username is moshe.lubianiker, not "Appreciator". | |
![]() | Re: I've been making changes to the editor yesterday/today so please try clearing your browser cache. Aside from that, I *did* recently disable the delete/backspace key from working in my typing test, but it should be restrained to that one page. ![]() |
Maybe it's just me, but I like taking online typing tests, ever since those Mavis Beacon days nearly 20 years ago. Gosh that makes me feel old, but I do turn 30 in three hours :-P In any case ... I wrote a typing test script. Check it out http://www.daniweb.com/typing/test | |
Re: I started off with C++ in school but now, as you guys know, I do PHP. I use the first method and, to be perfectly honest, I find the second way incredibly hard to keep track of where brackets are opened and closed. Oddly enough, however, I use the second … | |
Re: The general sibling selector (aka ~) is CSS3 and not currently fully supported by IE. Try doing div.hide_if_no input[type=checkbox] { display: none } div.hide_if_no input[type=checkbox]:checked { display: block !important } | |
Re: It looks very fishy. I would say it's too good to be true. Anyone with a leg to stand on wouldn't register the domain name as 'Anonymous'. | |
Re: Try disabling ads in your member profile and let me know if it still happens. | |
Re: Thank you so much :) Unfortunately, this seems like a Facebook bug, and not something on my side. | |
Re: I'm not sure exactly how extensive your knowledge is of PHP or how much you've done so far. Since you say this is written in PHP (or you want it to be) I take it you are working on a *Nix platform? Do you have sendmail configured on the server? … | |
Re: This is a very broad question ... it depends upon the goals of the marketing campaign. Social media can be used to increase brand awareness, increase conversions, etc. If you have an editorial or content-based site, you can have twitter/facebook like buttons like we do on DaniWeb. If your site … | |
Re: James, correct me if I'm wrong, but there are four ways for a thread to be marked read: 1. The forum has been intentionally marked read 2. The thread has actually been read 3. Threads older than 7 days are automatically marked read, as they were in the old vBulletin … | |
Re: I would suggest replying to the code snippet with a version change. | |
[b]Flowcharting [/b] Pseudocode can almost be classified as half-code, half-text. Even as its name implies, it is semi-code. It is used by a programmer to outline the algorithms he or she has written, before they are actually translated into code. It is almost a high-level abstraction of code. For the … |
The End.