11,555 Posted Topics
Re: There's some type of bug ... you're posting a legit site, but for some reason the hover is showing an asian porn site of some kind! | |
Re: And we're forgetting one ... Congrats to Sanjay for being promoted to co-Administrator! :) | |
Re: Is it just me, or is everyone listing all the same things, but just in a different order?? On-page optimization are things you have direct control of because they are ON your actual page. Off-page submission are things you don't have direct control of because they are on other sites. … | |
Re: Using a P2P file sharing problem is completely legal ... as long as you use it to share files you have the right to own. File sharing programs are just tools. Like any tool, you can use it legally or illegally. I can chop a salad with a knife or … | |
Re: Your code wasn't indented. Is it better now? | |
Re: I would assume that the live tech agents are work @ home people who can multitask, responding to quite a handful of people at once. I would agree with the $8-10 range. That being said, I definitely think it's a good thing to have. I enjoy the instant gratification of … | |
Re: You can use other contextual ads with AdSense as long as they don't mimic the look and feel of AdSense ads, or in any way cause confusion as to what is an AdSense ad and what isn't. Of course, you can put every ad known to man on your site, … | |
Re: Hi there ... Sorry about all the problems you've been having posting, but I REALLY appreciate your help in diagnosing the problem. You can just post in the Windows category under Hardware and Software, or under the Shell Scripting category in Software Development. | |
Re: I was making a change to the posts table, and that locked the entire posts table for a good 20 minutes. :( | |
Sooo ... I learned during my schema migration that our webpages use UTF-8 encoding but our MySQL database (all InnoDB tables) uses latin1. After finally running some utf8_decode() php magic, I was finally able to successfully get all posts to display correctly again. However, now that I realize there's an … | |
Just as the title asks ... can selenium be used to automate forum spamming? If so, what are some techniques to combat that? | |
Re: > With the old system, I was able to click "Edit" to immediately correct the typo. Will look into this :) > Wouldn't it make more sense to label that control "Save" Hmm, I'll think about it. :) | |
Re: Haha, Hi Katie! Welcome to DaniWeb!! :) Your class assignment is to post a question here? That's really cool! I wish I got credit for posting here when I was in school! | |
Is anyone else seeing this?! There's a little musical note icon next to my Google Analytics charts, and when I click on it, Analytics "plays" my graph with synthesized piano tunes! I think this is the most useless, ridiculous feature ever to come out of Google. | |
Soooo Initial Impressions .... Markdown vs BBCode ... ? :) | |
Re: So your question is whether => means the same thing as =. In the world of multi-dimensional arrays, no, they aren't quite the same. However, according to the code you're showing us, '=>' is being literally printed as a result of the echo statement. Literally *anything* could be printed there. … | |
Re: No, this feature was readded only two days ago, after this thread was started. | |
Re: What have you tried yourself? Where specifically are you stuck? We won't just do your homework for you. | |
Re: Here's the code properly formatted: <?php require_once('auth.php'); // only for registered users ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>TCK Portal | Profile</title> <style type="text/css"> <!-- body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background: #4E5869; margin: 0; padding: 0; … | |
Re: Hi, Firstly, thanks! Secondly, please bare with us :) It actually isn't just a design change. The entire site was completely migrated over to a new platform, so a lot of things are different under the hood. As of right now, you will only receive one email a day with … | |
Re: Yes, unfortunately I can't think of an easy way to copy/paste this code. :( Stevo, can you repost it without your manually-added line numbers? | |
What is a reasonable number of queries to Memcached per page? We do use getMulti to try to fetch what we know we'll need in advance all at once, but we mostly use getDelayed() (which is a two-part call with fetchAll(), and we do some other processing in between them. … | |
Re: Testing ... ~~~ c 'This is a comments Dim i as Integer ' declare i as integer type Dim j as String For i = 0 to 5 ' This comments too Msgbox i Next i ~~~ | |
Re: I think it depends on what accounting system you are currently using, and whether or not you are going to be flexible with it. For example, suppose you are using QuickBooks and you want to continue to use that. Your options as to what will tie in with the QuickBooks … | |
There is currently a bug where Internet Explorer 8 users cannot reply to existing threads. I am aware of the problem and am still working on a resolution. IE 9 works fine, as do Firefox, Chrome, and Safari. If you are affected, it is highly recommended that you upgrade from … | |
Re: Let me know if the problem has been fixed ... made some changes, but I'm not experiencing the problem myself so it's hard to debug! | |
Soooo ... quick question :) I need to do some HTML parsing with regex :) I currently use `$output = preg_replace('/>\s+</', "> <", $output)` to strip whitespace between any two HTML tags. What can I do to strip whitespace only between paragraph tags. For example, only between `</p>` and `<p>` … | |
Re: Umm ... were you trying to post something? | |
Re: A couple of people have told me about this, but I am unable to reproduce the error. I'm working on it. Please stay tuned. Sorry! | |
Re: Hi, I'm sorry you're experiencing problems trying to post. DaniWeb now uses an entirely different backend system. We are no longer on the vBulletin platform and therefore no longer use vBulletin-flavored bbcode markup. Instead, we use the Markdown markup language. Are you sure that you entired text into the textbox? … | |
Re: If you're going to only write one line that is so long it requires a scrollbar, then add a line break so we can see your post. | |
Re: I have no clue what you're trying to say. Do you have a blog and want to put AdSense on it to make some revenue? If so, sign up at [url]www.google.com/adsense[/url], and they'll give you some JavaScript code to copy & paste into your blogging software. | |
Re: We won't just do your homework for you, but if you show us you are trying and post the code you have already, we'll help you. | |
Hi, We heavily use Memcache and I was wondering if there were any places where I could read up about good tips to improving its performance. Everytime that I try to google improving memcached performance, I just end up with pages upon pages of links to how to improve performance … | |
Re: Indent by at least 4 spaces, with a blank line above and below. We use the Markdown syntax now. If you Google it, lots of tutorials should come up. | |
Re: A company is selling a product/service. Affiliates resell the product/service in exchange for a commission. That's it. :) | |
OK, so, as many of you are aware, the new version of Daniweb is approaching. However, I need to warn you about something in advance, so that you have some time to prepare. I've decided to allow posting in ALL forums including top-level categories. I really was getting incredibly tired … ![]() | |
Re: As you may know, we currently switched to a different platform this week. Unfortunately, at this time, the new RSS feeds only allow you to select one forum at a time. They are in the format: http://www.daniweb.com/rss/pull/123 where 123 is the forum ID #. You can use your RSS reader … | |
Re: Go here: http://www.daniweb.com/hardware-and-software/microsoft-windows/viruses-spyware-and-other-nasties/64 | |
Re: The new system currently does not have the functionality to make username changes. We plan on having this functionality by early next week. Please stay tuned. | |
Re: Do you mean you want to analyze it? Are you already using Google Analytics? What types of online marketing techniques are you using? |
The End.