Posts by luckakashi • 314 points
12 posts
-
0
votes1
answer456
viewsQ: Problem using a Docker container with "port Exposure" on Windows
I installed Docker on Windows these days but am having several problems running my container. Even with it standing, I can’t access the project from the browser using the Docker-machine IP, this is…
-
2
votes4
answers541
viewsA: Navigate through screens carrying information
There is also another way to send information from one screen to another that is storing an object in the scope of the application ($rootScope). Example: $rootScope.venda = { cliente: 1, produto: 1…
-
1
votes1
answer115
viewsQ: Is it possible to leave it running a Youtube embed in the background on iOS?
I’m doing a project using Ionic + Cordova and wanted to know if it is possible on iPhone to leave a Youtube video running in the background when blocking the screen. By default iOS devices pause…
-
0
votes1
answer91
viewsQ: Map Routes works only default
I’m having a problem with my project. I have two routes, a "Default" and a test, but I do not know if it is done correctly because it does not work when they put in the url what I put there, works…
-
2
votes1
answer142
viewsQ: How are unofficial Apis made?
I would like to create an Xbox API in PHP that returns user information as there is no official one. How can this be done? By using a Crawler? I saw that there is Casperjs, I used it and I was…
apiasked luckakashi 314 -
-1
votes1
answer846
viewsQ: How to Fix Friendly URL?
I migrated my Joomla site to another server but it is only working Home, internal pages give error 404. I have already enabled/disabled the Joomla-friendly URL option, I have seen htaccess as well…
-
2
votes1
answer4782
viewsQ: How to calculate freight by zip code in Woocommerce?
I wonder if it is possible to have a freight value for each zip code in Woocommerce or only a fixed price is possible.
wordpressasked luckakashi 314 -
0
votes1
answer313
viewsA: Use of -Webkit-* and -Moz-*
The use of browser elements such as Webkit and Moz is only to be used when the style application is not rendered in browsers that do not support CSS3. Elements that work without their declaration is…
-
0
votes1
answer2127
viewsQ: How to change product categories in Magento via Mysql?
I did the import of csvof the products from my store but they came with all changed categories. Is there any way to exchange categories via mysql or in some other faster way?…
-
4
votes1
answer1853
viewsQ: How to import/export categories in Magento?
I am trying to import products and categories from one store to another, but in Malta there is only the option to export only products and customers. Is there any way to do that?
-
0
votes1
answer119
viewsQ: How to authenticate on a server site?
There is a login area on this website "https://id.nintendo.net/login" and would like to know if it is possible to log in via . NET or via client using post or something like.…
-
7
votes2
answers2496
viewsQ: How to know when the user opened an application?
How do I check, while my program is running, if a particular software is opened by the user?