I am trying to create a facebook login button but instead of being embedded in the page it should be a popup (like facebook JS SDK). I have used facebook JS SDK code but it's not working like it should. It's not logging in. <?php echo '<a target=&qu
I am new to node-mysql but I am having a speed issue that is worrysome because of how simple it is. I am working with a fairly reasonable amount of data (2000 mysql entries) and entering it via connection.query() has become very slow when I use multi
Suppose I splitted a cubic bezier curve at the point corresponding to the parameter t=0.5. Call the splitted parts C and D. Then I connect ends of C by a straight line segment. Can we say that this straight line segment never touches C apart from the
I have been searching for this but didn't get any resource, I want to display marker with direction on current location similar to Google Map app. see the attachment (blue marker with direction) What does it called ? Pleas help me with this, I have c
I have been reading about the payeezy gateway, and decided to try it, looked up the git hubrepo and tried it . after having to perform various changes to the provided sample.html to get it working, finally was able to get a response with a token, but
I am using jquery ui tooltip function and I feel like the fade in tooltip is a little annoying. I had added delay : 0 but its still does the fading. Does anyone have a solution to this or can recommend another tooltip functionality? Thanks! Below is
i have used this example http://devzone.co.in/simple-example-of-dependable-dropdowns-cascading-dropdowns-using-angularjs/ here its working fine but my getting object with index number rather than getting value my controller 'use strict'; /** * @ngdoc
I'm noticing a strange bug in Chrome where the inner content (text and buttons) of a Bootstrap Carousel slide is hidden until I make any live change to the stylesheet in my console. The first slide shows the inner content correctly, but when you adva
I'm using External Login with ASP.Net Identity. Everything works good, but if user has local account and try to login with Google (or other provider) SignInManager.ExternalSignInAsync(loginInfo, isPersistent: false); gives SignInStatus.Failure. If us
This question is similar to the one asked here Android (Google Play) Referral Tracking Limitations which hasnt recieved much attention. I wish to send a deeplink url(as a referrer) and pass the same to the app once its installed. People who have defa
Last login: Tue Jun 23 18:31:21 on ttys000 Peters-MacBook-Pro:~ WaTT$ cd Downloads/Starter/ Peters-MacBook-Pro:Starter WaTT$ pod install Analyzing dependencies Downloading dependencies Installing OpenCV (2.4.10) [!] Error installing OpenCV [!] /usr/b
I have several string variables: var products = [ { name: 'Product_1', templateUrl: 'product_1' }, { name: 'Product_2', templateUrl: 'product_2' }, { name: 'Product_3', templateUrl: 'product_3' }, { name: 'Product_4 \n with extras', templateUrl: 'pro
GetExcelSheetNames: static String[] GetExcelSheetNames(string excelFile, string extention) { OleDbConnection objConn = null; System.Data.DataTable dt = null; string filepath= excelFile;// +; excelFile; string Conn = ""; if (extention == "xl
On my server i run a batch that call "program.exe", this program processes some data and close. If it doesn't close i will need to kill it. The problem is that i could have many "program.exe" on the same machine but i have to kill only
Say we have this simple ontology as a toy example: I now receive evidence about a certain object x (for example, "x is a boat", "x is a car") and want to make a statement on what I know about this object. A sensible approach would be t
Whenever I had to check if the given parameters to a method are not null, I used to write a null check and throw a IllegalArgumentException if the null check fails: if (user == null) { throw new IllegalArgumentException("User can't be null."); }
My computer has VS2008 and VS2013 installed. I have a website which was worked fine on VS2008. Recently I installed the VS2013 and update this website to be framework 4.5. I get the empty string of the User.Identity.Name in VS2013. I found some answe
im trying to do the simplest outgoing call to a simple phone number with esl. but nothing seems to work i get incoming events and i can issue different commands (answer,conference) etc. but originate simply doesnt do a thing most online info has load
I am trying to add a delay to the toggleclass 'slidein' however it doesn't seem to be adding to it. here is my fiddle and here is my code; $(function () { $(".expand").on("click", function () { $(this).next().slideToggle(); if ($(this)
I'm using Noda Time library in my project to work with Dates. But I need to allow user to enter date/time using DatePicker in specific Noda timezone (non utc, non local/system). How can I achieve that? Currently I binded my DatePicker to DateTime pro