0
 bounty
2
answers
Who manufactures smallest NFC tags?
10 years ago • alex
Who manufactures smallest NFC tags?
Tags:
0
 bounty
2
answers
Implementing A/B testing with ASP.NET MVC backend and Google Analytics reporting tools
9 years ago • alex
A/B testing (sometimes called split testing) is comparing two versions of a web page to see which one performs better - sells more products or signs up more users or whatever other goal you are optimizing for. You compare two versions of your page (let's call them A and B) by showing version A to some visitors and version B to other visitors. Both pages usually run in parallel (at the same time). Those visitors who see version A should never
1
 bounty
4
answers
How to remotely control old android from new android
9 years ago • boris
I have an older android that has HDMI connection and I can connect it to my TV, I want to be able to send video or music to it so it will play (so I don't have to buy another device like chromecast). Any ideas? The android on the old device is pretty outdated and I cannot update it since hardware limitations, so keep it in mind when suggesting something it should be able to install on gingerbread with apk
0
 bounty
1
answers
Insert random number of rows into MySQL table using just SQL / stored routine
9 years ago • alex
I need to emulate some test data and so I need to be able insert a random number of rows, let's say from 1 to 100 rows, into MySQL table with the following schema: create table test_data ( id int ,create_date datetime ) id column must be unique b/c it is a primary key. create_date should contain the datetime when the row has been inserted. Please note that table is NOT EMPTY, i.e. it already contains a whole bunch of existing data. I want
Tags: ,
0
 bounty
1
answers
PhpMyAdmin - how to get execution time of MySQL Stored Procedure
9 years ago • alex
Problem: PhpMyAdmin tool is showing me query execution time, like "Query took 0.0040 seconds" in the image below) However, when I am trying to run a stored procedure (stored routine), PhpMyAdmin does NOT show me any data about execution time. Question: How can I benchmark the execution time of my stored procedure in PhpMyAdmin without writing any additional MySQL code? Thanks! . P.S. Here is an example on how to benchmark MySQL procedur
Tags: ,
0
 bounty
0
answers
How to charge a softbricked Galaxy S3 mini, stuck in boot loop
9 years ago • jeddou029
It's in the title, i have a phone restarting at the samsung model logo, how can I charge the battery to flash my phone using ODIN, Thanks
0
 bounty
1
answers
Problems with running the web application in eclipse
9 years ago • sathyapv
You are using eclipse ide to develop your application. All the changes you make in your application is gets stored in metadata in your workspace folder. when you run the application you will get url when u open the url in web browser it shows errors.
0
 bounty
3
answers
How to permanently redirect domain in ASP.NET without using code-behind, and track redirected traffic as a Campaign in Google Analytics
9 years ago • alex
We have a domain that receives some type-in traffic. We want to redirect this traffic to the main domain and also be able to track that traffic as a Campaign in Google Analytics on the main site. The webserver is IIS8 and it already has an "empty website" bound to this domain to be redirected. Basically, what is the easiest way to permanently redirect domain to some external domain in ASP.NET without compiling anything and without using any c
0
 bounty
2
answers
How to change language in the Visual Studio 2010
9 years ago • lampego1@qrid
I need to chage language from RU to EN but I can not do it. Is it possible to do it without having to reinstall VS? Thanks.
0
 bounty
1
answers
how to synchronize my PC bitcoin wallet (Electrum) with my tablet bitcoin wallet (Electrum Lite)
9 years ago • Andrews
Hello friends, I have recently downloaded electrum lite wallet for my tablet but I am have no idea as to how I can synchronize it to my electrum wallet that already installed in my PC. Can any of you help in this...
0
 bounty
1
answers
How to create a self-signed certificate for my domain in IIS 7
9 years ago • kulibin
Hello everyone. Can I make a self-signed certificate for my own domain name in IIS 7? I need it for development and testing. I have found this utility in IIS 7, however it generates a certificate with the following canonical name CN=computer.name.domain., and I need it to be my custom domain, which is different from the above Like this: But I can generate legacy certificate where CN will be dev.my.domain.com because otherwise browser shows
0
 bounty
2
answers
free In App purchase in android ?!
9 years ago • Glamboy
How can I do In App purchase in android games and programs for free ?
0
 bounty
2
answers
Disable right click in Angular JS
9 years ago • experto
Hi, I need to disable right click on <a> tag. Is there any way how to do this?
Tags:
0
 bounty
1
answers
Phone number for Google AdWords Technical Support / Customer Service?
9 years ago • alex
What is Google AdWords Technical Support or Customer Service phone number? Thanks!
0
 bounty
2
answers
How to convert phone number LETTERS into DIGITS in JavaScript
9 years ago • alex
How to translate letters used in phone numbers into digits, i.e. input string '1-800-FLOWERS' should return '1-800-3569377', using a Javascript function? Below is a matrix of digital keys with corresponding letters taken from Android ICS dialer keypad. Thanks!
Tags:
0
 bounty
1
answers
Equivalent to Oracle TRANSLATE function in Microsoft SQL Server
9 years ago • alex
What is the equivalent to Oracle PL/SQL TRANSLATE function in Microsoft SQL Server T-SQL? TRANSLATE returns string with all occurrences of each character in from_string replaced by its corresponding character in to_string, both of these strings are being passed as parameters to TRANSLATE. For example, TRANSLATE('big brown cow', 'abc', 'xyz') /* this would return 'yig yrown zow' */ This function is useful in many situations, for example,
0
 bounty
1
answers
Converting phone LETTERS into DIGITS in T-SQL / MS SQL Server
9 years ago • alex
How to convert letters used in phone numbers into digits, i.e. input string '1-800-FLOWERS' should return '1-800-3569377', using a T-SQL? In Oracle, I would have used PL/SQL TRANSLATE function, however I need to do it in T-SQL and there is no similar function in T-SQL. Please take a look at this image - this is the transformation I am looking for Thanks!
0
 bounty
1
answers
How to install Chrome Extension from the Email link sent to user?
9 years ago • alex
How to programmatically trigger an installation of Chrome browser extension from the link embedded into email message that our website sends to our users? We want to have as few steps as possible to provide a streamlined user experience. Our extension is hosted in a Chrome Web Store. Please help!
0
 bounty
1
answers
How to check if My Chrome Extension is already installed
9 years ago • alex
How to detect if my Chrome Extension is already installed in user's browser? Using JavaScript? I am a developer of this extension. Thanks!
0
 bounty
3
answers
[FIXED] - latest Skype update (7.6) has killed Windows XP SP3 - rendering problems, instability, network and BSODs
9 years ago • alex
Stupidly agreed to install latest Skype update (to version 7.6) and it has totally killed my Windows XP Service Pack 3 computer. The computer is experiencing the following issues: Skype 7.6 cannot render its windows properly - the Skype window would not repaint itself, only re-draws itself when you move your mouse over the window area. Dragging the Skype window would render it white or with artifacts, and it would only try to refresh or re-ren
Tags: ,
5 from 43