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: ,
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
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
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
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
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
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
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
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
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
1
answers
Linux. How do I download directory using SFTP?
9 years ago • support_man
I have two Linux servers(Ubuntu 12.0) and I need to download directory with some files from server number 2 to server number 1 using SFTP(SSH connection). At this point I put public key from the server number 1 to /home/username/.ssh/authorized_keys on server number 2 but I don't know what utility I need to use. Thanks.
0
 bounty
1
answers
How can I configure transformation of App.conf file in Visial Studio
9 years ago • kulibin
I want to build different assemblies for my Windows Forms applications but I found what Win Forms application does not contains App.Debug.conf etc. For example in Web App I can click to "Add config transofm" and get new configuration file for current release configuration. How can I build applications with different release configurations(Debug, Release, etc.)?
0
 bounty
1
answers
Where to download older Android SDK with Eclipse ADT plugin bundle
9 years ago • alex
Not yet ready to migrate older apps to Android Studio, so still need to install Eclipse with ADT plugin on a new laptop. Tried to find Eclipse / ADT bundle download links at developer.android.com website to no avail. It seems like Google have removed older "Eclipse bundle for Android" downloads from developer website. Where can I download final version of Android SDK with Eclipse ADT plugin bundle? Thanks!
0.3
 bounty
1
answers
Error: The user specified as a definer ('root'@'%') does not exist
9 years ago • lampego1@qrid
When I tried to execute procedure in MySQL database I got this error: The user specified as a definer ('root'@'%') does not exist Maybe someone has seen this error too?
0
 bounty
1
answers
Worldwide City lookup javascript autocomplete list powered by Google Maps data API
9 years ago • alex
Noticed this in one of the websites - the "City" input field has a nice autocomplete lookup apparently powered by Google Maps data. What is the API powering this javascript city search box?
0
 bounty
1
answers
NodeJS and desktop applications
9 years ago • experto
Hi, Is there any possibility to create at least small desktop applications using NodeJS (nodejs)? I need application which shows some information in task bar balloon.
Tags:
0
 bounty
2
answers
How to stop a System process from listening on port 80 to allow Apache to run?
9 years ago • lampego1@qrid
I cannot start apache2 server because some other process is blocking port 80. From the Netstat I have learned that it is a System process who has a socket open to port 80 with an IP address of 0.0.0.0. This does not help much. What exactly in System process is listening on the port 80? How do I stop System process from using port 80? What the hell is IP address 0.0.0.0? Any thoughts?
0
 bounty
1
answers
How can I restore Bitcoin Wallet on my phone with Android
9 years ago • kulibin
I am using a mobile Bitcoin Wallet app by Andreas Schildbach. Now I need to restore my wallet because I have lost my phone. I am lucky that I have made backup of my wallet earlier. However I cannot figure out how to do a wallet restore. Please advice!
0
 bounty
1
answers
Backup script for MongoDB(Linux or Windows)
9 years ago • lampego1@qrid
Hello everyone! I recently started using MongoDB for my project but I do not know how to write a script for quickly bekapirovaniya databases. Tell me, have someone else this script? Thank you
0
 bounty
1
answers
How I can make backup DB of MySQL Server in Linux?
9 years ago • lampego1@qrid
I need to make daily backuping for MyDBs. I have MySQL server installed in Ubuntu 12. Please write a script if somebody knows :) Thanks.
5 from 43