Comment 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 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 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.usage taking up too much space?
I am working on a SharePoint 2010 enterprise application. I noticed that recently my .usage files have been taking up a very large amount of space (over 50 GB at times). I know that I can made the...
View ArticleSharePoint 2010 Workflow, Document Creation - Alert Users
I am using SharePoint Foundation 2010 and have a requirement to make a database entry to our database for document creation. I need to find a way to get all SharePoint Groups associated with the...
View ArticleSQL Select within 24 hours?
People.Born is of type datetime. I would like to delete only the people that were born within the last 24 hours. I am running this as a stored procedure inside of Visual Studio 2010.Here is my...
View Articlelookup value from another column that matches with new column
Here is my setup. I have 4 columns. Column A will contain value "y" or empty. Column B will contain a names. Column C will contain the same names as in column B but in a different order. What I want to...
View ArticleJquery UI modal confirmation buttons not rendering HTML correctly, missing...
Having some trouble with my jQuery UI setup with bootstrap. For some reason when I do a dialog box jQuery is not adding the class "ui-button ui-widget ui-state-default ui-corner-all...
View ArticleFill DataSet with DataTable
private static DataSet GetAuctionItemsDataSet(){ SqlDataAdapter adapt = new SqlDataAdapter(); adapt = DataAdapter; DataSet filler = new DataSet(); adapt.Fill(filler.Tables["AuctionItems"]);...
View Article"You have an error in your SQL syntax; check the manual that corresponds to...
Losing my mind here, trying to figure this one out. Here is the SQL:Update `ScheduledShifts` ss LEFT JOIN `Shifts` s ON ss.`ShiftID` == s.`ShiftID` SET ss.`IsWeekend` WHERE (s.`WeekendDays` & (1...
View ArticleDateTime issue with VB.Net and stored procedure
I am running SQL Server 2000 and classic asp with vb. I am having a huge headache with a stored procedure which accepts a datetime named start and one named end. I was trying to send today's date minus...
View ArticleMap reduce problem in python
I am currently struggling with an assignment. The solution would input a txt file and run through counting the number of palindromes and their frequency. I need to use Map reduce to create to do so For...
View ArticleUpdatePanel causing full postback. Trying to do a partial postback
I am working on a page that is using a gridview to display data. I have some dynamically created textboxes inside an ItemTemplate which contains several textboxes per row. Now I also have an update...
View ArticleSharePoint 2010, hotfix install fail "An error occurred while running detection"
I am having a lot of trouble installing hotfix 2849990 on my SharePoint Foundation 2010 server. After running it shows the error "An error occurred while running detection". I tried another hotfix as...
View ArticleIssues using PHP Trader Functions: Call to undefined function trader_ma()
I'm attempting to install the Trader extension on my mac. I believe the install was done correctly but can't seem to use them. Here is my feedback from terminalsudo pecl install traderpecl/trader is...
View ArticleID4175: The issuer of the security token was not recognized by the...
I am trying to implement a Simple STS web site alongside my MVC application in a development environment. I was able to get this working properly on my local machine. I would navigate to my MVC app,...
View ArticleCalling Javascript function from C# event in ASP.NET
This is in ASP.NET with C#. I am trying to programmatically call a Javascript function from a radiobuttonlist click event. I have created the radiobuttonlist and added a couple of list items inside. I...
View ArticleKey not valid for use in specified state. After IIS Reset
I tried this:runas /user: domain\user cmd with no luck This seems to only occur now when IIS is reset and I try to resume my browsing session. So I am logged into the application, I reset IIS on the...
View ArticlepdfMake / html2canvas is way too big for PDF output, how to resize?
I'm trying to convert a section of my HTML page into a PDF file. I don't want the whole page because it contains buttons, etc. that aren't necessary.So I created a div that has a height 0 and adding...
View ArticleGoogle Sheets: Import only certain tab downloadable xlsx link?
This is the file in question, https://dshs.texas.gov/coronavirus/TexasCOVID-19HospitalizationsOverTimebyTSA.xlsxThis is a hosted xlsx which I've used a solution similar to this one.However, this xlsx...
View ArticleCan't install php7 or php 7.1 with homebrew
I was following a couple links that had this same sequence, namely this example. I was unable to get it done successfully. Here is the output from terminalMacBook-Pro-4:/ SHennessy$ brew tap...
View ArticleComment by shenn on Memcache not closing connections with close()?
@MarkusZeller please elaborate
View ArticleComment by shenn on Unable to reference NPM package globally
For the record I did try original jQuery and ran into the same issue, I mentioned that in the question @ggorlen
View Article