11,530 Posted Topics
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 … | |
Re: The rules for what MUST be enclosed in a code block: 4+ consectuive spaces anywhere within a single line (check the end of lines, where they may be invisible) Curly braces | |
Re: I had never heard of the term before now, and so I went and googled it. Apparently it's a black/grey hat technique where you use various tools to attempt to reverse engineer the search results to figure out why one site is ranking ahead of another site for a particular … | |
Re: Share it with your Facebook friends? | |
Hi, Due to Hurricane Sandy, my office currently has electricity but no Internet access, with no ETA (it's been nearly a week, and they are saying it might be another week). I desperately need to move our SVN server, hosted in our office, to our off-site servers hosted in Texas, … | |
Re: What happens when you try? Please be VERY detailed. | |
Re: You are free to start a thread and tag it with any keywords you like ... including LadderLogic. You can start threads in the top-level categories such as Software Development if they don't fit into any of the subcategories. | |
Re: My home has electricity and Internet access but my office is not as lucky. Also, I've been playing host for the past few days to a family of four that lost their home. | |
Re: I'm guessing that you're behind some type of proxy server (either by your work, ISP, or even browser, etc) that is caching files relentlessly. Do you have any of those Internet Speed Optimizers installed? | |
Re: Why wasn't it accepted? Did it contain illegal information? Adult content? | |
Re: More publishers than advertisers means that, as a publisher, you're not as much in demand, and advertisers won't have to pay premiums to get onto your site ... This translates into lower eCPMs. Stick to AdSense. But don't click your own ads. | |
| |
| |
Re: Does the window have focus when you click Esc? It should work across all browsers. | |
Re: When you buy an operating system off the shelf in the store, or rather just about any piece of software, you are not buying the ownership of the software, but rather a license to use it. That license may grant you the ability to do certain things and prohibit you … | |
Re: Hey guys ... thanks for all the well wishes. Over 75% of Long Island is out of power, and they are saying it will be about a week to 10 days before power is restored to everyone. All roads are closed between fallen power lines and fallen trees. I live … ![]() | |
Re: Google is CONSTANTLY changing their algorithm, and it's not really possible for you to keep up with them, because no one ever knows what it is they're tweaking. Google Panda, for example, supposedly targeted content farms and duplicate content. Google's latest big algorithm update supposedly targeted freshness and more recent/updated … | |
Re: I think Google+ should change a lot of things. Having a solid API is one of them. | |
Re: Try doing a Google search for a list of IP blocks from a specific country. For example, here is a list but it is rather old (May 2009): [url]http://www.countryipblocks.net/country-blocks/htaccess-deny-format/[/url] The other way you can do it is with geolocation software. You can use IP geolocation to determine the country the … | |
Re: Thanks! I rely on traffic patterns myself: Quantcast, Compete, Alexa not so much anymore | |
Re: Basically you're saying to loop through the $products array, and for each element in the array, temporarily make it accessible via the $product variable. Do something with this $product variable, and then loop. This way you have access to a single variable name that you can keep reusing for each … | |
| |
Re: LOL what's so funny about it? :) Glad you like it!! | |
Re: Thanks for the read. Just to add, I have noticed that when I post in forums with my signature, those sites appear in DaniWeb's google backlinks :) | |
Re: Terrible, isn't it :) I knew you guys don't ever start new threads!! You should, you should! | |
Re: You can get to our donation page by clicking the Donate button in the footer of the site. http://www.daniweb.com/home/donate However, while we greatly appreciate you giving back, the benefits of donating are now available to all members with more than a small handful of posts. (Custom user title, the ability … |
The End.