11,530 Posted Topics
Re: So are you saying you want to create a bot that will spam a forum with a whole bunch of random users with random numbers tacked onto their username and fake email addresses? Sounds like loads of fun!! Where do I sign up? :-P | |
In light of the discussions going on lately about being a discussion community, what do you think about rewording the Read / Answer / Ask in the navigation menu to Read / Answer / Discuss? Would newbies be more likely to click on Ask versus Discuss? But Discuss makes more … | |
Re: Yes, there was a big one near the beginning of the month. I believe it was related to spammy backlinks if I remember correctly. But there are algo updates almost daily. You could have been affected by any one of them. | |
Re: You're setting the value of myphoto upon submitting the form. Before the form has been submitted, it has no value. | |
Is there a way (perhaps through Twitter's API / official stats, etc.) to see a daily graph of how many tweets linked to my domain? | |
Re: Search engines like when pages are not left stale, but rather are constantly updated and maintained. In fact, you can create a Google Sitemap file and specify a list of all of your URLs along with when they were last updated. However, I'm confused by the other part of your … | |
Re: How fun! A typing tutor app was the very first program I ever wrote! Back in VB 6 when I was about fourteen!! I then wrote a typing test app that was hosted here on DaniWeb a couple of years ago. In what way do you not know how to … ![]() | |
Re: Hi Vlad, I clicked the link to your site and got very confused. You're saying here that it acts as a traffic exchange based on the Alexa Toolbar. That reminds me of the old Clickthru.net network that I used to use back in the late 90s!! I understand exactly what … | |
Re: I've noticed that you link to urls at localhost a lor you realize thr link doesnt work for anyone other than you, right? | |
Re: Good, quality content that people will naturally want to link to. I feel like a broken record here. | |
Re: As far as I'm aware, you have to use IIS. It comes with Windows Server editions. | |
Re: So sorry for not seeing this sooner, but it could also be this part of the config.php file: /* |-------------------------------------------------------------------------- | URI PROTOCOL |-------------------------------------------------------------------------- | | This item determines which server global should be used to retrieve the | URI string. The default setting of 'REQUEST_URI' works for most servers. … | |
Re: Google releases something like 500 algorithm updates a year. That means there's at least a change every day. As far as any really big algorithm updates, the only one I'm aware of earlier in February was related to spammy links. Do you have any links from bad neighborhoods? | |
Re: Your question is really vague. Maybe sharing with us what you've tried so far and what your experiences have been? | |
Re: Just for clarification, if you send it with the POST method, you can only retrieve it with the POST method. If you send it with the GET method, you can only retrieve it with the GET method. Since you're using a method="POST" form, it's good you're retrieving it with `$_POST['producturl']` … | |
Re: I've gotten these calls too and also find them entertaining and let them walk me through the process, up to the part where they connect, of course. Then I just hang up. I'm way not confrontational enough to use any choice words. One time I got a random spammy cold … | |
Re: Wishing you would come back to DaniWeb. :) | |
Re: Hi there, I'm sorry you're having a problem logging into your account. At the bottom of email you receive from us, it includes both your username as well as the email you can use to log in. It seems the problem is that the Shark_1 account has a @yahoo.com email … | |
iOS Safari Reader View is only available for forum threads on DaniWeb that have zero replies, and it shows the original post. Anytime there are replies, it gets confused and shows nothing. How can I semantically fix my html5 to correct this behavior? Not only is it good for accessibility, … | |
Has Facebook peaked? Everyone with internet access already has an account. Younger kids prefer instagram (albeit fb owned) and snapchat, and Facebook is being seen as where your parents and grandparents go to share family photos. Will they pivot? Either way they're making a serious amount of money that could, … | |
Do you think Google AdSense will ever come out with desktop page-level ads? | |
Re: Jim, I think that cereal is just demonstrating a simple example to show that found_rows() isn't working for him, and his actual use case isn't as simplistic as in the example he demonstrated. The advantage to using found_rows() versus count(*) is that count returns a count of all rows that … | |
I'm working tonight on tightening up the CSS (reducing the amount of whitespace, margins, padding, etc.). Back in the day, this was super important because people wanted to have to do less scrolling, and see more content above-the-fold. Then monitors got bigger and bigger and resolutions got higher and it … | |
For as awesome and popular as jQuery is, why is jQuery UI so buggy and poorly maintained? *Frustrated* | |
Re: That's incredibly strange. What page does it revert to? Since you say it's across multiple browsers and platforms, I guess we can rule out browser toolbars and extensions. It is most likely JavaScript causing this. It could be a third party ad, or some type of JavaScript plugin, etc. What … | |
Re: Actually only the Pro version of Office comes with Access, if I remember correclty. | |
With the new navigation menu and search functionality, are you finding stuff easier to access? | |
I'm just laying here in bed browsing DaniWeb on my iPhone and I randomly clicked a link to the RSS feed. An iOS dialogue box popped up saying it was going to open in the News App. Then the Apple News app opened and it proceeded to tell me that … | |
We use the usersgent to determine if you are a mobile browser and, if you are, we show you full page AdSense ads and don't load some JavaScript functionality. Can this get us in trouble with google for cloaking? Especially since some intrusive ads are shown with some useragentd but … | |
Re: I'm really sorry, I don't know Python. But I just felt compelled to ask ... why choose to learn Python the hard way? What's wrong with the easy way? | |
Re: If you know what SEO is then why do you not know this? Strange. Either way they are bots that crawl the web to index it into search engines. | |
Re: I believe the WorldPay official docs have some examples for using their API. Personally I use Braintree and I'm very happy with them. | |
Re: Unfortunately I'm not able to debug this after-the-fact as the second vote overwrote the first vote in the database, and therefore there's just one record with the latest timestamp. Does this happen regularly? I've never had a problem voting but, alas, I tend to just be someone who votes without … | |
I'm trying to create a new version of Dazah's API to be fully RESTful. To that end, I'm following the article at: http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api I understand that it's bad practice to have endpoints that are verbs, and you should always use nouns. But what would an endpoint look like to join … ![]() | |
How can I do a bulk insert of rows but only if specific combinations of columns don't already exist? Those columns are not unique to the table. (Otherwise I could easily use INSERT IGNORE). Rather, I just need this to happen for one particular SQL query. ![]() | |
Re: Yeah, this.image wouldn't work. This has no context. You're just defining a variable. Why not attach an ID to the image and then retrieve the object via jQuery? | |
Re: Let's say you have an array consisting of ten numbers: [ 1 2 3 4 5 6 7 8 9 10 ]. Now you would like to find number 7. You can start at the beginning, look at each number in the array individually, and then stop when you find … | |
Re: As cereal says, php displays a blank page for fatal errors, if logging is not set to output them to the screen. | |
Re: The answer to your question depends largely upon what field you would like to get into. Computer science is such a vast category ... are you interested in VR? AI? Robotics? Software development? Web development? Mobile development? Gaming? Do you want to build the next generation of driverless cars? ... … | |
Re: Something like this (just pseudocode). BTW I'm not sure this would be the recommended way of doing it ... Having a do/while loop that executes while true isn't ideal for newbies IMHO. do { "what do you pick?" >> if (pick == 'quit') { // We break out of the … | |
Re: I'm assuming you mean detect the virus, not detect the antivirus :) Are there any APIs out there you could use that let you pass them a file and they pass back whether or not there's a virus in it? I did a quick google search and I came across … | |
Re: Unfortunately I don't have any Drupal experience, but are you able to uninstall the modules that started the problem in the first place? Is there an easy way of doing so? I'm sorry, I'm unfamiliar with Drupal. ![]() | |
Re: I'm not sure what you mean by nested if conditions. Why do you have a need to write nested ifs (unless it's because that's what your teacher is asking for?) Can you give us a little more information as to what you want your calculator to do, as well as … | |
Re: Google offers a lot of free functionality ... such as a CDN to serve jQuery, Google fonts, reCaptcha, Analytics, DFP, etc. A lot of these features are designed to create google's vision of what the web should be like, accessibility, UX, etc. Does google data mine? Absolutely. Does that mean … | |
Re: > please put all css in the external css file, shrink page size download css once I've been hearing lately that you want to inline (into the HTML head) a small amount of CSS used to render the above-the-fold content, for faster perceived performance. Slower connections don't have to download … | |
Re: Hello there and welcome to DaniWeb! So let's see ... You have two div.live_update divs, each with a different id. And now, every second, you want to call the autoRefresh_div() function. As far as I'm aware (at least this is the way I do it), I don't put the parentheses … | |
Re: Well does http://localhost/masterlinkci2/admin/assets/style.css exist? | |
Re: Umm ... it's the name of google's web crawler. There. That's something. What else would you like to know? | |
Re: Yes but stack overflow refuses to help him because of their strict rules against discussions. So why can't we? It's not like he already got an amazing answer elsewhere. For what it's worth, I apologize but I don't know VB.net, and we ask that you put some effort into your … |
The End.