11,530 Posted Topics
Re: This question is as old as time itself. And I'm confused, as doesn't Apple use Intel now? | |
Re: The rules you mention are pretty typical for publishing content on the web. They are not unlike our own terms, which we update as well from time to time to reflect changes in our community. It's not done to deceive anyone. It's done to preserve the integrity of the community … | |
Re: Sorry, I'm not following? Are you saying that on the homepage, the new description didn't show up when it was edited? That is simply because the blurbs on the homepage get cached. It is too resource intensive to update them in real time. | |
Re: RewriteRule ^blog/([a-zA-Z0-9]+)$ viewposts.php?id=$1 [L] That will make http://www.example.com/blog/foo redirect to http://www.example.com/viewposts.php?id=foo | |
Re: Career profiles take the location from the IP address. You cannot edit this in your profile. The location changed because you logged onto DaniWeb from a different location (home/work/etc). ![]() | |
Re: When you create the login cookie, simply specify an expire time loooong into the future if the remember me checkbox is ticked. | |
Re: It runs what is in braces (i.e. the second line) with the variable index set to 5, then increments index to 6, runs the second line again, then 7, then 8, and then 9, all the same ... and then when it increments index to 10, we stop, because it … | |
Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now I'm starting a new thread to see if it shows up ASAP. Here goes nothing ... | |
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 |
The End.