All Questions

3
answers

App being recognized as potentially dangerous

I usually copy the exe of the path:   C: \ Users \ Username \ source \ repos \ ChatWinForms \ AppName \ bin \ Debug \ AppName.exe But when I send it to my coworkers to test it, the browser says the file is often dangerous and block...
asked on 03.10.2017 / 02:32
3
answers

'NT AUTHORITY \ ANONYMOUS LOGON' failed in SQL Server 2012 on remote server

I have a cool running application on my local server. I made some changes to it and prepared to publish a test approval environment. Since we are migrating the local banks and servers to a new data center , I decided to test the new applic...
asked on 24.09.2014 / 20:50
1
answer

Save space, SVG, Base64 or normal images?

I created this question in order to clarify doubts that I have developed over the months in relation to images and space. While accessing sites, either on my cell phone or my normal computer, I have observed that SVG or encoded images using b...
asked on 13.12.2014 / 16:21
2
answers

Bash, know what directory is running

How do I get the directory path where the script in bash is located, from inside the script itself? #!/bin/bash MINHADIR="caminho/para/onde/estou" # apanhar a diretoria onde estou atualmente     
asked on 13.04.2015 / 23:52
2
answers

ASP NET MVC Include Url Parameter on all pages

I have an ASP NET MVC application that is multi-client and multi-user, that is, it is prepared to be used by multiple clients and each client can have multiple users. Initially, the login form has the text entry for the client code. However I...
asked on 03.03.2015 / 18:27
2
answers

Base62 encoding

I'd like to know where I can get some PHP implementation, similar to PHP's MIME Base64 but only contain the A-Z, a-z, and 0-9 characters. PHP Base64 is quite versatile, but I need an algorithm that does not include the characters +...
asked on 16.01.2015 / 16:12
1
answer

Dynamic Bind with prepare ()

I'm doing a function using the PDO, when I try to use the PREPARE method the function does not finish successfully, it replaces PREPARE with QUERY by changing some arguments and it worked. But my question is the following because what with PR...
asked on 23.09.2014 / 05:23
4
answers

Release link after form filling

I'm a beginner in Javascript/jQuery and I'm wondering how to release a link soon after all inputs are filled, otherwise it stays locked: Follow the HTML: <form id="formulario"> <label>Usuário</label> <inp...
asked on 02.02.2015 / 12:56
3
answers

Pass variable php to javascript

Could someone tell me how to pass a PHP variable to the Javascript code. I know there are already many posts about this and I already tried to apply only that I should be doing something wrong so I decided to ask for help here. <?php $l...
asked on 17.04.2015 / 15:20
3
answers

Disabling Developer Tools options in Chrome

Facebook is supposed to use code similar to the one link for disable and place a warning to your users. Since the above link code seems to be in half. How do I resolve the issue? You can disable other options like: Elements and...
asked on 13.01.2015 / 19:53