11,557 Posted Topics
Re: Maybe I'm the exception, but I honestly have a hard time following code with opening curly braces not on their own line. Luckily I code solo. | |
Re: Are you sure it's the editor that's the issue? I haven't been able to replicate this :( When did it start happening? And the editor freezes for you?!?! | |
I keep seeing requests for browserconfig.xml in my server log. Rudimentary research shows that it is for IE browser settings?? I'm not sure I quite grasp the purpose. What are some use cases for this? | |
Re: We do more than just change the color. There's a little javascript popup animation each time you click on a page as well. It's a delicate balance between making it noticable enough for those who *want* to notice it, and not obnoxius for those (like Davey) who choose to not … | |
Re: I changed something over the weekend. Not within the past couple of hours, though. | |
Re: Yes, you can, with our API :) | |
Re: > I noticed that on one of my questions it said that I was one of the featured replies. Yes, there was a temporary bug (~8 hrs) where more people were OP Kudos members than intended. But, hey, it didn't hurt while it lasted! :) You can get featured if … | |
Re: OK thanks! It's most likely an issue trying to pull our deferred Javascript. Does it consistently happen? Is it still happening? | |
Re: Hi there and welcome. Any friend of veedeoo is a friend of mine! :-P | |
Re: Thanks, I'll take a look at it. Can you narrow it down to *anything* done differently?? | |
Re: No, because it's expensive to both produce and run preroll video ads. I think the cost of producing video ads makes them cost prohibitive. Or are you talking about uploading Youtube videos, themselves, as part of a marketing strategy? I think that's very beneficial, but also very time consuming :( … | |
Re: > Mark this closed!!!!! :) In the future, you can mark a question solved by clicking the link that appears beneath the reply editor. | |
Re: Signatures are designed to not take away from the more important posts. We used to allow images, multiple fonts, the ability to center, etc., and it was all just a huge distraction. ![]() | |
Re: I just found this thread now. Unfortunately too late to participate, but just thinking that there have been way too many deaths around here lately. :( | |
Last week, Google AdWords editor setup wizard crashed in the middle of an install, and Windows Explorer started acting super funky ever since. The desktop icons for My Computer, Recycle Bin, etc. would intermittently show up with the unknown file icon, and Windows Explorer would freeze everytime I pressed the … | |
Re: Yeah, I was trying to auto tag articles and obviously there was a bug I didn't catch and now I'm trying to figure out a way to fix the situation. | |
Re: Sorry, I don't understand your question. There needs to be an operating system installed on your computer to use it. You can format the hard drive to wipe it clean, erasing the operating system, or you can upgrade the operating system to something such as Windows 7. | |
Re: You need a web server (such as Apache) that is capable of executing Python scripts. Then, when I go to http://www.example.com/your-page.py the executed HTML appears, that my browser is able to render. | |
Re: You should reach out to pyTony, he's a moderator here. https://www.daniweb.com/members/734700/pyTony | |
Re: Yes, it *is* a form of advertising. By giving value to our sponsors, that's how we make money, after all, and how we keep the service free for everyone to use :) You can opt out by going into your member profile and unchecking "Receive Occasional Community-related Email?". However, not … | |
Re: Define "crashed". Are you able to boot into Windows at all? Can you copy the file(s) you need onto an external USB disk from the older laptop and use that to transfer? USB disks can be bootable. | |
Re: First rule: Don't hijack someone else's question with your own. https://www.daniweb.com/community/rules | |
Re: I would shy away from directories nowadays. While they were good for backlinks many, many years ago, now they're associated more with being "bad neighborhoods" of unrelated, spammy links, that can actually hurt your SEO more than help it. | |
How can I catch and log PHP fatal errors in CodeIgniter? if (defined('ENVIRONMENT')) { switch (ENVIRONMENT) { case 'development': error_reporting(E_ALL); ini_set('display_errors', '1'); break; case 'testing': case 'production': error_reporting(0); break; default: exit('The application environment is not set correctly.'); } } When environment is set to production and there's a fatal error, … | |
Re: Try replacing `// some code here` with `break;` | |
Re: A member for only a week, and already has 38 reputation points, ranks #546 out of over a million people, multiple skill and expertise endorsements, has a > 70% post quality score, only three posts currently voted down out of 43 total, and double the number of upvotes as downvotes. … | |
![]() | Re: With the exception of the code snippet library, where it's understood that code is meant to be reused and shared. |
Re: Cool. In addition, DaniWeb users can always use the Thread Tools dropdown and then select Printable Version for any thread :) | |
Re: Hi there, DaniWeb is actually built on the [CodeIgniter MVC framework](https://ellislab.com/codeigniter), and therefore we use CodeIgniter's routing functionality. CodeIgniter also has a single index.php file that essentially takes in the name of the class and the name of the method, and then routes to calling the appropriate function. RewriteCond $1 … | |
Re: > I don't know if anyone ever uses it. I use it because I grew up with my mom using it. | |
![]() | Re: You can only edit a post within the first 30 minutes after it is posted. After 30 minutes, the edit button goes away. However, if you click the edit button on an already-loaded page (and it has been more than 30 minutes), then only a Cancel button appears. |
Re: I used to use Print Screen but now my windows machine is connected to a mac usb keyboard, so there is no print screen key. So I use SnagIt now. | |
Re: I would recommend at least 16 gigs. | |
Re: You don't need a robots.txt file if you don't want to disallow robots from anything. However, it can't hurt to create one to specify your sitemap file: Sitemap: http://URL-TO-SITEMAP-FILE | |
Re: Can you please provide a link to which tutorial you are talking about? That would be very helpful. | |
Trying desperately to get CodeIgniter and Nginx to play nice. I was able to get it working once a long time ago and I cannot seem to reproduce what I had. I am trying to follow: http://wiki.nginx.org/Codeigniter However, it works fine where / gives me the default controller/method, and I … | |
Re: I don't get it. If the fox is allowed to say anything that I feel like, then why can't he say Wa-pa-pa-pa-pa-pa-pow? What if I feel like having him say that? |
The End.