All Questions

1
answer

How to send an Ionic application to the Apple Store?

I've created an app with Ionic and want to send it to the Apple Store. I'm following this link but stopped in the Product>Archive part. Xcode simply does not enable this option. How to do?     
asked on 11.01.2016 / 00:10
1
answer

Tips for improving the performance of an ASP.NET MVC site [closed]

I participated in DevDay 2015 and had the opportunity to take part in the Roberta Arcoverde lecture on the StackOverflow architecture. I found her approach to performance questioning interesting, including how well she stressed that they use c...
asked on 05.11.2015 / 12:03
2
answers

How to install numpy and other modules?

I need help with how to install numpy. I tried to install pygame using pip but it did not work and I was confused on how to install modules or packages. Using python 3.5.0 in Windows 10 pro     
asked on 16.11.2015 / 00:09
1
answer

How to create a page that has different information for each type of user? [closed]

It's my first question here in Stack overflow. Well, I would like to know how I would structure a page in php to display different information for different users, since I do not want to have more than one page for each type of user. For exam...
asked on 27.11.2015 / 18:44
1
answer

Refresh page information without refreesh

I have already searched and did not find exactly what I want. My problem is this: I have a comment page that I wanted it to be updated with every change in the bank (this is for everyone who is currently logged in). I found some methods on...
asked on 22.12.2015 / 01:59
1
answer

Manage variables with PHP session

I need to get the value of an input text to store it and use it on another page that pops up automatically when the form's Submit button is pressed. He can do this, but what is happening is that when I press the button the first time it does...
asked on 02.12.2015 / 13:27
4
answers

Problems initializing a type inside a query with LINQ

I'm going through the following problem, I am putting an API into a forum application and this API needs an endpoint to return a collection of Forum that have the% property of% null. Then I put the following endpoint : [AllowAnonymou...
asked on 06.01.2016 / 11:43
2
answers

Passing parameters to Modal in jQuery

I have the following button: echo '<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-cliente='.$r->idCliente.' data-datainicial='.$_GET['data_inicial'].' data-datafinal='.$_GET['data_final'].' data-target="#myMod...
asked on 27.11.2015 / 02:37
1
answer

SQL injection with PHP + SQLServer [duplicate]

How can I prevent SQL injection coming from an input via POST using PHP + SQLServer. (Using Microsoft SQL Server => mmsql) I am doing the data abstraction of a DB that runs MYSQLI and in this case it is done this way. $Email= mysqli_real...
asked on 15.01.2016 / 20:49
2
answers

C # - XML return from WebService with coding error (ISO-8859-1)

I have a Windows Forms application that is consuming a WebService that returns an xml (string) with ISO-8859-1 enconding. However, the answer comes with question marks (?) instead of accents. How do I convert or read to ISO-8859-1, so that...
asked on 01.12.2015 / 19:45