-
Began Watching The Walking Dead
I've recently become addicted to the Walking Dead. I was sick in bed Two weeks ago and needed something on Netflix I could binge watch. Now, as we speak, I'm … -
Created The Walking Dead
I've recently become addicted to the Walking Dead. I was sick in bed Two weeks ago and needed something on Netflix I could binge watch. Now, as we speak, I'm … -
Replied To a Post in So what's next?
Basically we need to seed the forums with open ended discussions. The kinda stuff people can really get into and that don't require a certain expertise level to participate. The … -
Created So what's next?
As I've been saying, especially recently, google hates forums, and we're not going to survive unless we do one of two things: 1. Be a community of people regularly engaging … -
Began Watching So what's next?
As I've been saying, especially recently, google hates forums, and we're not going to survive unless we do one of two things: 1. Be a community of people regularly engaging … -
Replied To a Post in DaniWeb on Ubuntu Phone
And now everything is working again? -
Replied To a Post in New search functionality
Because google just doesn't place a lot of value in forums anymore. That being said, they require that we "noindex" the majority of our content. Therefore, a lot of our … -
Replied To a Post in Shared editor window??
There's no way to improve DaniWeb's traffic with the search engines in the capacity of a forum. Google just doesn't like forums anymore. Doing something non-forum related is still fair … -
Replied To a Post in Is Search Broken Again?
Oooh, gotcha. Missed that, sorry. -
Replied To a Post in New search functionality
I don't think I realized that Google was really THAT bad. They certainly weren't when we first started using them! Goes to show why we rank so poorly in search … -
Replied To a Post in How to Develop custom mail client like outlook for adding my domain mail
gkumaravel, you should be able to accomplish what you're looking for here: https://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient(v=vs.110).aspx -
Replied To a Post in How to Develop custom mail client like outlook for adding my domain mail
Firstly, the OP specified he would like to ideally use the API of an existing mail client, which, if it exists, isn't such a crazy idea. APIs exist for a … -
Began Watching How to Develop custom mail client like outlook for adding my domain mail
I want to Develop custom mail client using Asp.Net MVC and C# For my own mail domain (for ex:- myname@mydomain.com) I don't know Is this Possible or Not ? because … -
Replied To a Post in Is Search Broken Again?
rproffitt ... it has all the best words? Huh?? How does a search have all the best words? :-P -
Replied To a Post in Is Search Broken Again?
Better late than never. In house search is back. -
Replied To a Post in MySQL query taking too long
Nope, didn't work. This just took 8.11 seconds: REPLACE INTO articles_read SET member_id = 377908, article_id = 507358 It should be noted that the timestamp column is set to CURRENT_TIMESTAMP … -
Replied To a Post in VBScript Arrays
Sorry, I don't know VBScript at all. However, is it possible that it is returning null or false or such for any index that doesn't exist, as opposed to throwing … -
Began Watching VBScript Arrays
Hello, I've been working on learning VBScript to make a few useful scripts to work with WinNT and make a more user friendly interface when searching for users on a … -
Replied To a Post in disable button after click?
> Now there is pave ackages like 6 links,25 links package. if two user select 6 link each day and both will have same links[url] .now i when user log … -
Began Watching disable button after click?
Hello every one i am having one doubt i have a set of links[url].Now there is pave ackages like 6 links,25 links package. if two user select 6 link each … -
Replied To a Post in improving time complexity
I'm not a java developer ... However, if I follow your logic correctly, you're checking to the left side. Then, if it's not 0 itself, then you check from the … -
Began Watching improving time complexity
is there anyway to improve my code's time complexity or memory's complexity ? (without using advanced methods - im a beginner) its a method that gets an array filled with … -
Replied To a Post in Slightly cluttered notifications
The homepage activity stream should be fixed now. -
Replied To a Post in TIPS ABOUT ADWORDS
Umm ... what about it would you like to know? It's obviously a very broad topic and the way you use it is very much geared towards each individual use … -
Began Watching TIPS ABOUT ADWORDS
Give Some tips about PPC CPC -
Replied To a Post in finding the sum of a string's character's values
Haha. Glad you got it solved so quickly! -
Began Watching finding the sum of a string's character's values
Just as the title says im trying to get the sum of a string's characters values, but in a recursive way and without for loops i tried to do this, … -
Replied To a Post in Slightly cluttered notifications
> I think a previous iteration of DW did have this - perhaps when it was vBulletin? Yes, vBulletin used to have this. However, considering not many people used it … -
Began Watching Slightly cluttered notifications
It would appear that too many notifications are added to the feed for certain events, making it difficult to sort the wheat from the chaff. Take the example of this … -
Replied To a Post in How to insert data into wp db tables from form
I was not familiar with TablePress until finding out that it is a WordPress plugin. Perhaps there is a WordPress-specific forum out there that might be able to help you? … -
Began Watching How to insert data into wp db tables from form
Hi this is my last try before I give up on Forums. I have been asking this question many times, searched the whole Internet and found no answer so far. … -
Replied To a Post in RESTFul API actions
I actually imitated the /users/~ endpoint after LinkedIn's API, which does: https://api.linkedin.com/v1/people/123 to retrieve User #123 and https://api.linkedin.com/v1/people/~ to retrieve yourself Since Dazah functions primarily as a lead generation API, … -
Replied To a Post in RESTFul API actions
> Requests to /users/20 and /users/~ will be routed to the same place (by every router I've worked with, at least!), because the paths match; the only difference is the … -
Replied To a Post in Insert Delayed
I knew it didn't work with InnoDB, and I was using it back in the day with a MEMORY table. However, I didn't realize it was buggy and hacky all … -
Replied To a Post in MySQL query taking too long
So I did a little bit of research and, if I'm understanding what I read correctly, INSERTs have a higher priority than SELECTs, which would invalidate my theory that the … -
Created Insert Delayed
Why was `INSERT DELAYED` deprecated? https://dev.mysql.com/doc/refman/5.7/en/insert-delayed.html I used to use it and it was incredibly useful. -
Began Watching Insert Delayed
Why was `INSERT DELAYED` deprecated? https://dev.mysql.com/doc/refman/5.7/en/insert-delayed.html I used to use it and it was incredibly useful. -
Replied To a Post in RESTFul API actions
Let me try to explain myself better, because I'm thoroughly confused by your concern. This is what is returned when you call GET /users/~ ... You can see that it … -
Replied To a Post in RESTFul API actions
Regarding PUT and PATCH, I looked and looked, and was unable to find a working tutorial on how to implement them in Nginx. Everything I read said that Nginx does … -
Replied To a Post in Changing text area size
Use CSS to set the width. Sorry, I'm on my phone right now and it's too hard to type out the code. But basically something like style="width:200px". As far as … -
Began Watching Changing text area size
How to change the text area size? I already try changing the col width but the size still does not adjust the real width. <div class="widget-box"> <div class="widget-title"><h5>Email Templates</h5></div> <div … -
Replied To a Post in Item management
Well if you get stuck or confused on any part of it, be sure to let us know!! -
Replied To a Post in Looking at Rust: What's your experience been?
I've certainly never heard of it, but I've barely touched anything beyond PHP since starting DaniWeb. That being said, if it interests you, then give it a whirl and see … -
Began Watching Looking at Rust: What's your experience been?
**tl;dr**: Rust looks fun, but it'll take me a while to learn it. Do you think it's worth my time? So... [Rust](https://en.wikipedia.org/wiki/Rust_(programming_language)). As in Mozilla Rust. You know, the one … -
Replied To a Post in Item management
Hi there and welcome to DaniWeb!! Umm ... is this a homework assignment? What type of "item management"? It looks like you just need basic CRUD functionality (create read update … -
Began Watching Item management
Moderator edit> Original text deleted Original post was just a copy of a homework brief. No effort shown, not even a question. Will everybody PLEASE read this advice before posting … -
Replied To a Post in RESTFul API actions
OK, so you uncovered something else that I feel needs fixing. I actually prefer `GET me` as opposed to `GET profile`. However, as our scopes are `profile_read` and `profile_write`, then … -
Replied To a Post in RESTFul API actions
> you already know their ID if they are authenticated so you needn't treat them as if they are a collection Thank you sooo much for looking it all over … -
Replied To a Post in Mips
Hi there! Welcome to DaniWeb!! :) We will not just do your homework for you, but if you show us what you've tried so far and where you're stuck, we'll … -
Began Watching Mips
write a program that will take two members A and B and print out all the multiplies of A from A to A*B
The End.