0
 bounty
0
answers
The most advanced Javascript Canvas Image Editor script / jQuery plugin?
10 years ago • alex
HTML5 Canvas makes it possible for users to draw images directly in the web browser. We want to use this functionality to let users quickly draw simple image diagrams / illustrations to better explain their technical questions or answers. Here is the minimal feature set that we are looking for, starting with estimated importance, or estimated frequency of use: (70%) - most often used - free-form brush drawing with various brush thickness and c
100
 bounty
4
answers
Bitcoin HSM implementation guide for securing a server-side hosted wallet
10 years ago • alex
Bitcoin ecosystem needs robust server side HSM (blank">Hardware Security Module) implementation guide. Let's use our collective intelligence and brainstorm here some of the existing HSM vendors (blank">Thales, Safenet, etc) and see how (and if) they could be used to secure server-side Bitcoin wallets. I am announcing $100 Bitcoin bounty pool of "beer-money" (see the green banner above) to give it more visibility at BitExperts Home Page and enco
0
 bounty
2
answers
How to exclude specific users in Google Analytics?
10 years ago • alex
How can we exclude traffic that is being generated by our own development team from being counted in Google Analytics traffic reports? We need to exclude a list of specific users. Please advice!
0
 bounty
1
answers
How I can make loop through all the resources in a resource file?
10 years ago • lampego1@qrid
Hello. I need make loop through all the resources in a resource file. But I don't know how do it Please, help
0.5
 bounty
1
answers
Get ViewResult from ViewEngineResult object that was obtained through ViewEngines.Engines.FindView - ASP.NET MVC
10 years ago • alex
We have some custom MVC controller that dynamically loads different views with view name being specified through action parameter. It was working fine. Now we are going through a website localization project translating most of our UI to another language. We will deploy the same codebase to 2 different websites, and the WEB.CONFIG culture settings would dictate the UI language for each site. We used resources for most of the site localization
3
 bounty
2
answers
How to set custom font for alert dialog in android?
10 years ago • kojemyakin
In my android application an alert dialog appear after clicking on a button. I want to set custom font for that. I searched and found some tutorials and questions link this. but none of them didn't work for me. can every one help me out. Thanks.
2
 bounty
0
answers
Digitally sign JSON API calls from Android App (Java) to ASP.NET Web API 2 (C#)
10 years ago • alex
We have an Android App written in Java that performs HTTPS calls to our mobile API server running ASP.NET Web API 2 (C#). Some API methods require authentication, and some methods are "open". Protecting "open" methods is not required, but we still want to protect those "open" calls with digital signatures. So Android app will have a Private Key to sign the "open" API calls with. The strategy of delivering that private key into the app is irre
0
 bounty
1
answers
How can I hide horizontal scrollbar on an iframe?
10 years ago • lampego1@qrid
I need to hide scroll in Iframe
Tags: , ,
1
 bounty
0
answers
C# console app throws System.TypeInitializationException at Program..cctor() at Program.Main(String[] args)
10 years ago • alex
I have a console .NET application, let's call it MyProject, which runs scheduled using Windows Task Scheduler. I've noticed a command window that shows the following output in the black cmd window: Unhandled Exception: System.TypeInitializationException: The type initializer for 'MyProject.Program' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object. at MyProject.Program..cctor() --
1
 bounty
1
answers
Javascript to show popup window when user moves mouse up fast to the top trying to close / leave this web page
10 years ago • alex
I've seen this clever marketing tactic on many websites - when I am about to leave their website and move my mouse up fast to the top of the screen (to close their tab in Chrome, etc), the site reacts real fast, showing me some large modal window with "subscribe" email capturing form, or with "special offer" . The timing is really good, and I usually stop for a second to decide on that modal window. I do it almost unconsciously, and so I woul
0
 bounty
1
answers
.Net - Error - SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM
10 years ago • lampego1@qrid
I am creating an object in C#, populating it with some data and then trying to save it into SQL Server table: User someUser = new User() { UserName = "TestUser", CreateDate = DateTime.MinValue }; I am getting the following error from MS SQL Server: > Error - SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM Please help! Thanks!
0
 bounty
1
answers
How can I calculate difference between two dates in C#?
10 years ago • lampego1@qrid
I have seen some answers for Java, Javascript, and PHP, but nothing for C#. So, how one might calculate the number of days between two dates in C#? Thanks.
0
 bounty
1
answers
Reference to ConfigurationManager class generates compile errors in .net 4.5
10 years ago • lampego1@qrid
I'm using this namespace: using System.Configuration; and here is my code: private static string _smtpServer = ConfigurationManager.AppSettings["SMTPServer"]; However I am getting a compilation error saying that "ConfigurationManager" does not exist. Thanks
2
 bounty
0
answers
Loading dynamic html and javascript from assets in a WebView
10 years ago • alexander.kojemyakin
I am trying to display my domain object in a webview. The UI is simple jQuery Mobile. The HTML displays, but the CSS and javascript from the assets folder does not. I create the WebView like this: WebView webView = FindViewById<WebView>(Resource.Id.EntityWebView); webView.Settings.JavaScriptEnabled = true; webView.SetWebChromeClient(new WebChromeClient()); webView.Settings.DomStorageEnabled = true; webView.LoadData(getMy.Html(), "text/h
1
 bounty
0
answers
Android. WebView and loadData
10 years ago • alexander.kojemyakin
It's possible to use following method for content's setting of a web-view loadData(String data, String mimeType, String encoding) How to handle the problem with unknown encoding of html data?! Is there a list of encodings?! I know from my college that in my case html comes from DB and is encoded with latin-1. I try to set encoding parameter to latin-1, to ISO-8859-1 / iso-8859-1, but still have problem with displaying of special signs like ä
0
 bounty
1
answers
How I can programmatically close leanModal popup?
10 years ago • root
Hi there, I've encountered the following problem. I have a link that opens a leanModal window when clicked: <a href="#feedback"></a> Also, here is a content of my modal window: <div id="feedback" class="signup modal "> <div class="f_form_padding"> <div id="signup-ct"> <form class="f_form add_feedback_form" method="post"> <div class="title">Заказать обратны
0
 bounty
1
answers
Cannot drop an index that is being used for PK constraint enforcement (MS SQL Server 2008)
10 years ago • lampego1@qrid
I am trying to execute the following SQL command: DROP INDEX pk_name_PK ON [dbo].[TableName]; I am getting the following error: It is being used for PRIMARY KEY constraint enforcement. Please help! Thanks!
2
 bounty
2
answers
Please suggest some good PHP library to encode and decode JSON Web Tokens / JWT / OIDC / OpenID Connect
10 years ago • lampego1@qrid
I need a simple PHP library to encode and decode JSON Web Tokens. It will be used to integrate OIDC / OpenID Connect logins into existing PHP forum software. For example, here is a library for .NET(C#): https://github.com/johnsheehan/jwt
0
 bounty
1
answers
How can I find a specific ancestor DOM element using jQuery?
10 years ago • lampego1@qrid
I need to find a specific ancestor element (parent, grandparent, etc) which MAY be located FEW LEVELS above the given (child / descendant) element in the HTML DOM tree. The specific element I am looking for is marked with a special CLASS, i.e. . > ... class = "parent" ... I'd like to use jQuery to locate that ancestor element starting from one of its descendant elements. Thanks!
0
 bounty
0
answers
Testing black rule in body
10 years ago • kojemyakin
Try to test black rule in body: www.myblack.com
9 from 23