124 Discussion / Question Topics
Remove Filter Did something change to the API OAuth flow? When I try to login with my app (dwapi.pritaeas.net), and click "continue" on the authorize page, I get to the Oops page. Haven't used it in a while, but am not aware of any changes I have missed. | |
I've been looking for a while for an example that uses claims, but I need it working in a desktop application and/or WCF service (a full local setup). MS and others say it should work, but examples are apparently well hidden within the depths of the internet. All I can … | |
http://www.daniweb.com/web-development/php/threads/480556/listbox-onchange-event-to-trigger-php-function In Opera and IE11 the image is pushing the code to the right. | |
Was updating tags, at some point I got to this: http://www.daniweb.com/tags/tables Is this a caching issue? It's showing "usability" and "excel". I do come across tags in the tagclouds, where the link goes to the "Oops" page (e.g. http://www.daniweb.com/tags/three). Am guessing it's because I removed that tag, but the cached … | |
http://www.daniweb.com/software-development/cpp/threads/478338/chat The above thread redirects to the "oops" page, not sure why. Find the post here: http://www.daniweb.com/members/1106284/umaradam/posts | |
I've got some winforms partial classes marked `[Obsolete]`. Unlike when applying this to methods, I get no warning after building. Is this because it's set on a partial class? I can't set it in the designer too, because that code can/will be regenerated. Anything I can do about it with … | |
I did not receive an email today that I received a new PM. Did something change? | |
Not sure if it's just me, but I've been experiencing a slow DaniWeb again. Posting a reply takes seconds to complete. Sometimes, loading new pages appears to halt. Other sites I've visited act normal. Happens both at work and at home. | |
See attached image. If I hover over the last reply link, then the link shows as post/jump/0. Opening the thread, doesn't show a reply. Also, I see two questions "member badges" in this forum by mattster, but I can only open one, the other opens the OOPS page.  | |
I thought this was discussed somewhere, but I can't find the thread. I've updated my authorization to the one you gave me Dani. If I now start my DwArticleWatch after a while (about 2 hours, but unconfirmed) I get an error message that curl failed. I think the access token … | |
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  | |
We're in the process of upgrading/improving our application framework, and we're currently looking into (application) user groups and roles. We want to implement CRUD rights to our screens. What's in place is a kind of ORM, so there's a class for each table already. Am just looking for ideas on … | |
I've posted a bug report here: http://tracker.firebirdsql.org/browse/DNET-540 If someone using Firebird and C# could verify this for me, or shed some light on (other) possible issues, that would be much appreciated. The code works as expected with 2.5.1, but does not with 2.5.2. Note: the sample is built on .NET … | |
Dani. The members shown in the endorsement suggestion page should exclude deleted members. In mine it still shows LastMitch, whom has deleted his profile. | |
We want to start mobile development (starting with Android). Our two most likely candidate tools at this time are Phonegap and Xamarin. I'd like to hear about any thoughts on and experiences with either of these packages. Am trying to decide what to use for a first prototype (business software). … | |
See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE).  | |
Anybody familiar with AutoVue? Am using Desktop V20.2.2 embedded in a WinForm. Am looking if it's possible to set the background color. So far I haven't found any conclusive answer whether or not this is possible. | |
I have multiple listviews on a form (WinForms). List items can be dragged to other listviews. Is there a way to cancel a single item within the dragged items list? The target listview determines whether or not a single item can be dropped there. I'd prefer a solution that will … | |
Am looking for a way to get the maximum value of an integer data type in a function. Since FB doesn't have an unsigned type, casting from -1 doesn't work. Nor can I find any built-in constant or function to get it. Any other ideas? (Am not looking to hardcode … | |
I'm currently looking into the automatic generation of release notes (or change log) when we create a new release. I'm wondering how any of you tackle this. So far I've found these four interesting options: - https://tfsreleasenotes.codeplex.com/ - https://tfschangelog.codeplex.com/ - http://fromthedevtrenches.blogspot.nl/2013/04/automatically-generate-tfs-release.html - http://mskold.blogspot.nl/2012/05/generate-accumulated-release-notes-in.html Any insights greatly appreciated. | |
I saw a UFOOOO above the "be the first to reply" button ;) Listing is from the Software Development forum. It's the username from the thread above, but it shows below the line.  | |
We're looking into the Enterprise Library, to see if the security part will fit our needs. We want to use application roles/rights, so we probably need to write our own security provider. What I'm looking for are decent resources on this specific topic. I've found several books already on the … | |
I'm starting an external application with `Process.Start()`. I'm looking for code that can check if this process is already started, and if so bring it to the front. The only solutions I've found so far require me to import `user32.dll`. Question: are there solutions that do not require the import? | |
At 11:05 DW got sluggish, then went down. Thought it was up by 11:16, but went down once more. At 11:23 it appears working again. Times in GMT+2. It felt like one server was working, the other was not (like last time). Chat is still sluggish btw. | |
I'm working on an ORM experiment, and I'm looking for ideas to help choose which path to take in it's development. I currently have an index showing how to use it, two interfaces, a database class, a table base class and two auto-generated classes (representing a database table). The first … | |
This thread is opened to collect **bugs and glitches** found in the new layout for DaniWeb. If you find any, please make sure you specify the steps to reproduce the issue, mention your OS and browser, both with version information. Think whether adding a screenshot will help show the issue. … | |
We have a new layout. Should you encounter a layout issue, or just want to add your opinion... do so here. If there's some issue, do inform uus of your OS and browser, and optionally an annotated screenshot. If you find reproducable bugs, please use [this thread](http://www.daniweb.com/community-center/daniweb-community-feedback/threads/460894/new-layout-bugs-and-glitches). ![]() | |
http://phalconphp.com/ Anybody here who has already tried this one? Am curious to any experiences. ![]() | |
Dani, if I get the following URL: http://www.daniweb.com/api/articles?page=1&orderby=firstpost&access_token=MY_TOKEN it returns the attached JSON result, which fails to `json_decode()`. Can you have a look please? | |
I have the following code: const AGENT = 'User Agent'; SERVER = 'www.daniweb.com'; RESOURCE = 'api/access_token'; ID = ''; // my client id SECRET = ''; // my client secret CODE = ''; // my returned code, pasted from the browser REDIRECT_URI = ''; // my redirect uri ACCEPT: packed … | |
For all people having issues building the right regex: I just came across this nice little helper, which allows you to describe what you want using chained methods. https://github.com/jehna/VerbalExpressions | |
http://www.daniweb.com/home/about If I open this in IE10 or Opera, it won't let me scroll to the bottom so I can see the light blue bar. It just pops back up again. It appears to only happen with a specific height, weird, but not important. Window height is 1200 minus the … | |
## Before You Ask ## - Engage your brain! We understand that running into a problem can turn off the rational centers of the brain, but please sit back and think for a bit about your problem before running off to find help. All too often a little common sense … | |
## Before You Ask ## - Engage your brain! We understand that running into a problem can turn off the rational centers of the brain, but please sit back and think for a bit about your problem before running off to find help. All too often a little common sense … | |
I am in the process of updating a website, which uses Highslide and a thumbnail strip on the bottom. The old website works ilke a charm but the new one fails. On my test website (newer layout) the thumbnail strip shows the last picture five times. [Page on original website](http://www.onderwaterwereld.org/library/nl-zout/anthozoa/alcyonium%20digitatum) … | |
http://www.daniweb.com/api/members/94719/articles?page=1&filter=watching&orderby=lastpost&access_token=MY_ACCESS_TOKEN I expected four results here, but it shows only watched articles started by me (two). I want all watched articles. What did I miss? | |
http://www.daniweb.com/web-development/php/code/452374/rss-dashboard I attached a zip file. I can see it when I "Edit Article", but it's not showing for download. Perhaps because it's a zip, or a code snippet? | |
Wondering if, and if so where, I can revoke an authorization for an API client. It would be quite useful for testing if I can revoke it, to test and debug the application flow. Now the only possibility (AFAIK) is to add a new application. | |
I wanted to update my signature, but it says I can only add upto four lines. Unfortunately it counts the markdown lines, not the result. See attached image.  | |
Just received [this article](http://www.businessinsider.com/people-think-stormy-weather-affects-cloud-computing-2012-8), several months old, but a pretty funny read. | |
I have a project that contains regular resources in `Properties\Resources.resx`. Next to that, I have a folder named `Scripts` containing files, marked as "Embedded Resource". When I do: var resourceNames = Assembly.GetExecutingAssembly().GetManifestResourceNames(); I get a list of resources, containing both. What I would like to have is a list of … | |
The docs page for the DW API is off in IE10 (Win8), in Opera it works fine. Screenshot attached.  | |
Wasn't sure yet whether to post this publicly. I've adjusted the PHP code snippet for the OAuth. Curl allows you to trap a redirect and this snippet just shows how to do that for the token. The regex searches for the redirect url in the returned header, it can be … | |
Attached image shows funny layout in top stats on IE10 and Opera on Win8 (both metro and desktop).  | |
I came across this plugin called [baraja](http://tympanus.net/codrops/2012/11/13/baraja-a-plugin-for-spreading-items-in-a-card-like-fashion/) by accident. Looked interesting enough to share. | |
I want to have the following on SQL Azure: IF EXISTS(SELECT * FROM [sys].[databases] WHERE [name] = db_name() AND [compatibility_level] = 110) BEGIN ALTER PROCEDURE [dbo].[Test] AS BEGIN -- Omitted body containing lots of strings END END or a work-around that does something similar. What follows is what I'm trying … | |
Minor... If I go to the bottom of the Web Development forum, my logo tells me I have 40 endorsements. As far as I can tell it doesn't count the MySQL ones. In works correctly in the Databases and MySQL sub-forums. (You can also look at utrivedi's profile to confirm). | |
I just happened to come across "Laravel", a framework unknown to me. Has anybody used this one? If so, am looking for a comparison. Where does it fit in the range from small (TinyMVC) to large (Zend, Symfony). | |
Went to a Microsoft Windows 8 Camp yesterday and I must say, it changed my view on Win8 entirely. The camp was focused on the store apps, so I'm not talking about the desktop apps that will still work as in Win7. The idea behind it is something I can … |
The End.