11,567 Posted Topics
Re: Do you have a website that you are using your FB page to promote? Perhaps put 'Like' widgets on your website to drive traffic and fans to your FB page. | |
Re: No, it must be a browser toolbar / extension / plugin that you are using. | |
Re: Thanks for the news! I'll be following this closely, as DaniWeb is based on CI. | |
Re: Oh my goodness, you're right! I made some changes and it appears it works fine for me but not when I'm not logged in. Hold on I'll look into this ASAP. | |
Re: A blank screen is typically due to a PHP fatal error, such as a parse error. Try putting error_reporting(E_ALL); ini_set('display_errors', '1'); at the top of the PHP document, and it should print out what the error messages are. | |
Is the check: if (!isset($_SERVER['HTTPS']) OR empty($_SERVER['HTTPS'])) { // We are NOT using SSL } a fool-proof way of checking if we are NOT using SSL with PHP/Apache? I understand that IIS sets to 'on/off' but that's irrelevant for me. I am just wondering if I additionally need to check … | |
So I currently am trying to insert a row into a MEMORY table but only if the primary key doesn't already exist. I'm using INSERT IGNORE but I was reading, much to my surprise, that INSERT IGNORE is actually slower than INSERT ... ON DUPLICATE KEY, but that letting the … | |
Re: Are you talking about exact name domains or URLs? For example, are you wanting to redirect www.my-keyword.com and www.another-keyword.com all to www.my-site.com? Or are you wanting to do, as you specify here, creating URLs like dolls-australia.html and dolls-uk.html? I guess I'm just a big fan of putting end-users first, and … | |
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. |
The End.