11,530 Posted Topics
Re: Ddanbe, I think he's asking about DaniWeb's donation system. You can donate $1 or more *per month*, and every question you start (unlimited questions) as long as you are an active donor comes with benefits such as being seen by more people, etc. | |
Re: We do that in the static chat log but, due to the nature of our chat application, it isn't very easy for us to do it in from within the realtime chat. | |
Re: You can also type C# into the top search. ![]() | |
Re: I changed the name just the other day from Web Applications because people were thinking it was for web development related questions. I forgot to flush the cache. The Forum ID # for Web/Cloudy Applications is recycled from the forum ID # for C++. Let me investigate why your C++ … | |
![]() | Re: jQuery is a front-end javascript library. You are trying to load it the way you would load a PHP CodeIgniter library. Put this in the HEAD section of your HTML template: <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> ![]() |
| |
Re: The problem with the code snippet you linked me to is exacerbated in that the poster used 8 spaces for each tab stop, and intended 7 tabs in. In my head, there are ~80 columns/line, and he has 60 columns of spaces. I'm happy with the font choice, so I'll … | |
Re: Here's the thing. You need to get past the initial sandbox (5 posts or 5 days of membership, whichever comes last) in order for the ability to create new tags. First time posters can't tag their article with My-company-name. It's always been that way. But, as a simple textbox, it … | |
Re: You only need to submit a code snippet 1% of the time, and typically only regulars do so, so it made sense to me to clean up the interface a bit. | |
Does anyone know how to effectively do pivot tables in Google Docs? Do they work the same was as in Excel? | |
Re: Yes, everything is rolled up into top-level categories now. | |
Re: > Instead of setting search.php as your source, you will need to set your source as a function with an ajax call to search.php. Not necessarily true. We use jQuery UI for our search autocomplete here on DaniWeb, and do it just as he is. jQuery UI passes in the … | |
Re: Yes ... we used to use the official widgets for each social media site in your DaniWeb profile, and so we accepted them in the format that the widget wanted them. | |
Re: Pass a third parameter into the mail() function with a list of headers, specifically, specifying the From email address that you'd like to use. http://www.w3schools.com/php/func_mail_mail.asp | |
Re: Use mod_rewrite in .htaccess to map whatever you want the URI to look like with the actual of the php and html files. So, for example, RewriteRule ^pretty/path/location$ https://www.example.com/real-location.php [L] | |
With the new design, are you finding discussions hard to follow? In other words, is the area with the member signatures too big that it becomes confusing or requires effort to skip over them when following message after message? I'm getting a lot of confusion in that respect from multipole … | |
Re: Some members gave me the idea to switch to a tagging-based system, and so we did :-P You can't find the Python forum because it doesn't exist anymore. But here are all articles tagged with Python: https://www.daniweb.com/tags/python | |
So our new design is live, but it's *far* from complete. There were quite a handful of changes that needed to be made on the backend, and I needed everyone on the same layout before I could make changes to the code base. Otherwise, it would break the old design. … | |
Re: You can use the unlink function, passing in the local path to the file. Your web server user just needs to have correct permissions to the file directory. | |
Re: Keep in mind that, whole getelementbyid is pure JavaScript, the attribute selector is from the jQuery library. | |
Re: Hahaha yup, we've been through quite a handful of incarnations between those and since! | |
Re: I had the same problem and I'm not using an OAuth library. Either way, I just added a # at the end of the redirect URI to clear out any other hash it wants to send you to. | |
Re: It works for me. It's hosted by Google via Javascript. Do you have an ad blocker by any chance that could be killing it? Either way, it's the same way we used to do search so not sure why it would stop working for you. | |
Re: I'm trying desperately to see what happened. I introduced a bug somehow, somewhere, that is making these specific templates render very slowly. Fetching all the data is no problem. | |
Re: I'll investigate. However, I'm pretty swamped at the moment completely redoing our entire forum structure. :-P | |
Re: I'm sorry, I don't understand. What do you mean by making the background liquid? Encase everything in `<div class="container-fluid">` and encase all of your columns in a `<div class="row">` | |
Re: > When I click [Code] button, instead of letting this window be 100% of height, let it be like 5 rows and let it enlarge as user types/copies things in it We had an auto-expanding editor previously, and ran into browser-specific issues that I couldn't reproduce, that was making posting … | |
Re: Yes, I had all the templates redesigned and ready to go, but I forgot to add the links to the footer. | |
Re: As opposed to what? Do you mean all in caps with underscores as a naming convention? What else would you name it? | |
Re: I'm sorry, I'm a bit confused. You were never able to vote for yourself? ![]() | |
Re: Can you please forward them to me? dani@daniwebmail.com Thanks! | |
Re: It's not my field, but I see both Pinterest and Imgur as targeted towards young people / housewives / etc. I don't see them as business outlets, the way I might with twitter a bit more. | |
Re: Let's face it, Google Plus sucks. It's fine to be late to the game (Facebook came when MySpace was already a hit, Google came when Yahoo!/MSN/Ask Jeeves were a hit), but you need a game-changing idea to win out. Google+ just isn't that radical to make anyone want to make … | |
Re: I know that there are a few versions of this at [url="http://www.dynamicdrive.com"]www.dynamicdrive.com[/url] - they're done in DHTML. | |
Re: *Every. Single. Time* that someone installs a buggy browser plugin/toolbar that screws up DaniWeb, complains about it, and then I spend hours trying to isolate which users have a problem that I can't reproduce. | |
Re: > Here are 3 of the best free ways to get targeted followers. So what are the 3 ways? Or did you just plagiarize this paragraph? | |
Re: We've been having server issues the past few hours. Can you explain what you mean by "it's not working". What, specifically, is wrong? | |
Re: I'm confused who the targeted audience for this drive is. As you say, consumers aren't really in dire need of a terabyte of storage right now, and high end people and people with servers are going to want more than the slow IDE connection when things like SATA and SCSI … | |
Hey everyone :) Sorry I've been kind of absent from DaniWeb for the past week or so. I was actually working on a new side project. It's close to launch now, so I wanted to share it with you guys. https://www.dazah.com Keep in mind this is less than two weeks … ![]() |
The End.