• Member Avatar for Dani
    Dani

    Began Watching Don't drink and drive

    http://www.youtube.com/watch?v=zfvPPPc_UTs
  • Member Avatar for Dani
    Dani

    Replied To a Post in Don't drink and drive

    I posted that on my facebook wall the other day.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Logging in with IE11 on Windows 8.1 Pro

    You're arriving at the lost password page because Facebook, etc. is not able to authenticate you or allowing you to give proper OAuth authorization for some reason. However, it's definitely …
  • Member Avatar for Dani
    Dani

    Began Watching Logging in with IE11 on Windows 8.1 Pro

    So... had a bit of trouble logging in with IE11 (32 and 64 bit) on windows 8.1 pro. Even tried spoofing UAS and changing the compatability modes. There were no …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Logging in with IE11 on Windows 8.1 Pro

    A 500 response, eh? I wish I knew specifically what the error message was :(
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Input string was not in a correct format - autonumber

    Hi Everyone, Can I ask your favor, I have a code that I customize. DBConnect.CS //here ismy db connection using System; using System.Collections.Generic; using System.Linq; using System.Text; using MySql.Data; using …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Recommended Articles

    Anyone else? :)
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    Did you change the CURLOPT_FOLLOWLOCATION option yesterday? You shouldn't have.
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    Your site doesn't work anymore for me. What did you change??
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reversing your vote doesn't remove the rep given

    I'm going to look more into it a lil bit later ... Spent another few mins on it though :(
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reversing your vote doesn't remove the rep given

    There's obviously still a bug somewhere for the member in question to have positive rep even though only receiving negative votes. However, I tried twice ... your rep started at …
  • Member Avatar for Dani
    Dani

    Gave Reputation to Ketsuekiame in Squaring an integer with extensions

    In that case, I suggest you call the method `ListDuplicates` and the variable `minimumNumberOfEntries` `ListMultiples` is a bit confusing because it shares its name with the mathematical term :) If …
  • Member Avatar for Dani
    Dani

    Gave Reputation to Ketsuekiame in Squaring an integer with extensions

    In that case, I suggest you call the method `ListDuplicates` and the variable `minimumNumberOfEntries` `ListMultiples` is a bit confusing because it shares its name with the mathematical term :) If …
  • Member Avatar for Dani
    Dani

    Gave Reputation to Ketsuekiame in Squaring an integer with extensions

    In that case, I suggest you call the method `ListDuplicates` and the variable `minimumNumberOfEntries` `ListMultiples` is a bit confusing because it shares its name with the mathematical term :) If …
  • Member Avatar for Dani
    Dani

    Gave Reputation to Ketsuekiame in Squaring an integer with extensions

    In that case, I suggest you call the method `ListDuplicates` and the variable `minimumNumberOfEntries` `ListMultiples` is a bit confusing because it shares its name with the mathematical term :) If …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reversing your vote doesn't remove the rep given

    It looks fine in my code, so I'm going to test by repping and un-repping and re-repping you somewhere in a forum that affects reputation. Please ignore. :)
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    Prit, when you changed the FOLLOWLOCATION option from false to true, you're now no longer returning the original status headers (which would be 302) but you're following them to where …
  • Member Avatar for Dani
    Dani

    Began Watching Reversing your vote doesn't remove the rep given

    When you upvote or downvote someone with a comment, if you reverse your vote it doesn't reverse the score you gave them. In my case, I accidentally upvoted someone because …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reversing your vote doesn't remove the rep given

    I'll look into it.
  • Member Avatar for Dani
    Dani

    Created Recommended Articles

    As mentioned in another thread, as of a day or so ago, we have a new algorithm being used to generate the list of Recommended Articles in the bottom toolbar. …
  • Member Avatar for Dani
    Dani

    Began Watching Recommended Articles

    As mentioned in another thread, as of a day or so ago, we have a new algorithm being used to generate the list of Recommended Articles in the bottom toolbar. …
  • Member Avatar for Dani
    Dani

    Began Watching I don't need a Rolex - real or fake.

    I don't need a Rolex - real or fake. A Rolodex would be much more useful to me. Yet the one kind of spam my spam filters never remove is …
  • Member Avatar for Dani
    Dani

    Replied To a Post in I don't need a Rolex - real or fake.

    Email is incredibly inexpensive to send. It ranges from free to just a few pennies per email that gets legitimately sent out. Additionally, it doesn't often make sense to spend …
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    Sorry, I'm confused by what you're showing me. You shouldn't have had to change anything. The bug was on my end and I was successfully able to log into your …
  • Member Avatar for Dani
    Dani

    Began Watching Layout issue

    See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE). ![566b4c3e4bcb53bbfbdf720a3a288125](/attachments/large/0/566b4c3e4bcb53bbfbdf720a3a288125.jpg "566b4c3e4bcb53bbfbdf720a3a288125")
  • Member Avatar for Dani
    Dani

    Replied To a Post in Layout issue

    It's a known bug but I thought it only showed its face after moderator action, so that's why I ignored it. It happens after replying as a normal user??
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    Incidentally, you were getting the 400 error b/c there was actually a 500 error in my code ... Somewhere internally, I ran json_decode() without setting the second parameter to true, …
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    My super apologies!! Bug fixed on my end.
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    Try changing `curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);` to `curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);` ... Did you change that at any time?
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    That code *should* work. Been investigating for like 10 minutes already. Give me another 5 or 10 and then I need to hurry out to a christmas party.
  • Member Avatar for Dani
    Dani

    Replied To a Post in New Homepage

    > Also, do you maintain a list of "popular" threads (based on view count, upvotes etc.). I think those threads with a lot of info which the community likes would …
  • Member Avatar for Dani
    Dani

    Created Sheyna died :(

    Today, my Yorkshire Terrier, who I had since the 9th grade, passed away :( https://www.facebook.com/dani.at.daniweb/posts/10153577862480075 I actually started DaniWeb.com in high school as a photo album all about Sheyna (and …
  • Member Avatar for Dani
    Dani

    Began Watching Sheyna died :(

    Today, my Yorkshire Terrier, who I had since the 9th grade, passed away :( https://www.facebook.com/dani.at.daniweb/posts/10153577862480075 I actually started DaniWeb.com in high school as a photo album all about Sheyna (and …
  • Member Avatar for Dani
    Dani

    Replied To a Post in New Homepage

    Err, I take that back :) It's about 75% of it right now, but will be far less in the near future.
  • Member Avatar for Dani
    Dani

    Replied To a Post in New Homepage

    Recently Updated Articles vs the homepage present different information. Showing articles recently posted in is just a small portion of the new activity feed on the homepage.
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Social network login design?

    Hi, I'm developing a social service and I have a question about how user info should be loaded. Let's assume a user clicks on an image, and I show him …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Social network login design?

    Glad that helped you. I'm going to go ahead and mark this thread as solved. In the future, please mark threads you start as Solved once you've received help. Thanks!
  • Member Avatar for Dani
    Dani

    Began Watching Social network login design?

    Hi, I'm developing a social service and I have a question about how user info should be loaded. Let's assume a user clicks on an image, and I show him …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Social network login design?

    Hi, I'm a little bit confused by what you're asking. When you say "loaded" do you mean displayed?? So, in other words, here on DaniWeb, you can use the vote …
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    Glad to hear :) Sorry about that. There was a typo that was precluding my legacy fix from working.
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    Looks like it works to me?
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    Nevermind. It's all good. Apparently the reason it didn't work in the first place was all because of a typo.
  • Member Avatar for Dani
    Dani

    Replied To a Post in New Homepage

    > No tab for News/Tutorials on the main page? Not in a very, very, very long time. > Also, do you maintain a list of "popular" threads (based on view …
  • Member Avatar for Dani
    Dani

    Began Watching jQuery OAuth API stopped working

    prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on …
  • Member Avatar for Dani
    Dani

    Replied To a Post in jQuery OAuth API stopped working

    There was a bug on my end where I changed something and forgot to account for people still doing it the old way (as I had for the serverside implementation). …
  • Member Avatar for Dani
    Dani

    Liked / Shared How the hell is the NSA breaking SSL?

    In his essay '[A Few Thoughts on Cryptographic Engineering](http://blog.cryptographyengineering.com/2013/12/how-does-nsa-break-ssl.html)' Matthew Green, a cryptographer and research professor at Johns Hopkins University, asks "how the hell is NSA breaking SSL?" If this …
  • Member Avatar for Dani
    Dani

    Tweeted How the hell is the NSA breaking SSL?

    In his essay '[A Few Thoughts on Cryptographic Engineering](http://blog.cryptographyengineering.com/2013/12/how-does-nsa-break-ssl.html)' Matthew Green, a cryptographer and research professor at Johns Hopkins University, asks "how the hell is NSA breaking SSL?" If this …
  • Member Avatar for Dani
    Dani

    Replied To a Post in API OAuth for Desktop

    OK well as soon as you have something for me to take a look at, please ping me.
  • Member Avatar for Dani
    Dani

    Replied To a Post in New Homepage

    I've never seen so much nesting going on before :) I've gone ahead and fixed the font size to something more reasonable.
  • Member Avatar for Dani
    Dani

    Replied To a Post in API OAuth for Desktop

    Very strange. Please let me know. And please start a new thread about it instead of piggybacking this one. :)

The End.