↧
Comment by shenn on Netbeans Shortcut to Open File
I realize this is a bit older, but I just found this plugin as well. Have you found a way to copy/paste into that dialog box? For some reason it won't let me do so
View ArticleComment by shenn on Netbeans Shortcut to Open File
I realize this is a bit older, but I just found this plugin as well. Have you found a way to copy/paste into that dialog box? For some reason it won't let me do so
View ArticleComment by shenn on MySQL re-arranging order of columns with phpmyadmin
Thanks, @BeNice for this! I didn't see that option.
View ArticleComment by shenn on Google App Script: Authentication failing on...
I didn't contact them yet but I will if needed.
View ArticleComment by shenn on NodeJS deployment to A2Hosting subdomain?
I used the Heroku tutorial to download a shell application a couple of months ago. That's just where the original barebones application came from. I'm not actually using the tutorial itself to deploy...
View ArticleComment by shenn on Why is Python Complaining About libcrypto When Importing...
ever get this resolved,OP?
View ArticleComment by shenn on Losing content when i convert html to pdf with jsPDF
Resurrecting and old answer here. "The scale can be calculated based on your page format and element size." do you happen to have an example or formula for doing that?
View ArticleComment by shenn on Using jspdf to save html page as pdf, saved pdf contains...
In this example should the two document.getElementById() calls be pointing to the same elem and should the let pdf be declared first in the function? I keep getting "Error: Element is not attached to a...
View ArticleComment by shenn on Get most recent record, aggregated by 2 dates?
I have been. I tried group by, etc. But the 2 dates are throwing me off. @strawberry
View ArticleComment by shenn on What steps to get rid of Collection was modified;...
Will this work with async calls? Trying to use TestDbAsyncQueryProvider, etc. from here learn.microsoft.com/en-ca/ef/ef6/fundamentals/testing/…
View ArticleComment by shenn on PHP/MySQL properly handling both UTF/ISO 8859-1 protocol
@esqew that's what I was thinking about but wasn't sure if there was a recommendation. So you would suggest UTF8 on the mobile, web, server and database from the top down? I would imagine supporting...
View ArticleComment by shenn on PHP/MySQL properly handling both UTF/ISO 8859-1 protocol
Thanks! Is it possible to change the CHARSET for certain columns? I am worried about data loss, etc.
View ArticleAnswer by shenn for Count number of lines in multiline asp:textbox using jquery
var checkthis = $("#IDofyourtextboxhere").val();var newlines = checkthis.match(/\n/g);var numberoflines = newlines.length;
View ArticleGet count of multiple column occurrences in SQL
Have a question about a query I am attempting to write, using SQL Server 2012. I have a table with 2 columns (Agent and UN) I am focusing on. I would like to find the number off occurrences that Agent...
View ArticleCheck if .ASPXAUTH exists?
Is there a way to see if this cookie exists? I can see the cookie in my browser's dev tools, but using JS and c# I am not able to do so. I do not actually need the data from it, I just want to see if...
View ArticleGroup by similar values
SQL server 2012.I am capturing the UserAgent into my database and I am trying to run some queries on it on it.I want to lump 32 bit and 64 bit entries together Below is what these show up like in the...
View ArticleWIF 4.0 issue with deployment on load balanced environment
I am using WIF 4.0 to build a claims aware RP and STS. I am having issues now that I have deployed to my production environment with multiple servers hosting the application. For some reason I get the...
View Articlewindow.print() freezing in IE7 and IE8
Working on some pages, built mostly in classic asp. I am trying use window.print() on a few of my pages but for some reason it is stalling on me. It pops up and asks what printer to use, after choosing...
View ArticleUsing single quote in replace?
I am passing the following string into my Stored Procedure'1,2,3,4,5,6'I am trying to replace the , with ',' so that my string is translated to:'1','2','3','4','5','6'Is this possible? Here is my...
View ArticleHaving an issue with connection pools staying open (closing connections...
I have been getting an error on my application that the max pool size was reached:Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred...
View Article
More Pages to Explore .....