All Questions

3
answers

Force update on client side after site update

The scenario for my problem is the following, I have a website that has been updated, but some customers are reporting that the update was not made for them, which are still in the old site template (probably due to cache persistence ). I've...
asked on 23.03.2017 / 20:28
1
answer

How to configure mopub ads?

When you install the mopub plugin in Android Studio you choose the type banner ad and it gives you all code so you can paste it in the right place. You run it works right appears on the test ad, there you go to the site and create th...
asked on 18.06.2015 / 22:22
2
answers

Force declaration of properties

I'm implementing a filtering feature in some classes of my application through traits . The function of trait will use class variables through some properties defined in the class: <?php trait FilterTrait { public f...
asked on 29.08.2014 / 21:55
2
answers

Download file by mobile device

I have a link, and clicking that link will download an image. So far so good, but when I access from some mobile device I can not download this file, does anyone have an idea or solution to solve this? HTML: <a href="http://mlb-s2-p.mlst...
asked on 19.11.2015 / 13:25
4
answers

How to notify Api Web user with SignalR?

When I receive a post in an application Web Api I need to notify a certain client that a new record has been entered. This user will see this notification in a separate client application ( javascript ) of the Web Api...
asked on 29.09.2014 / 05:04
1
answer

Multiple-step form, losing values of variables when page changes

We have three PHP pages with html form. In the first page we have the fields showing the values of the variables and the hidden fields containing the values of the variables like this: <input name="nome" type="hidden" value=".$nome." >...
asked on 14.03.2014 / 04:17
1
answer

Output pattern of fingerprint readers on fingerprint

I would like to know the following questions from someone who has worked with some biometric fingerprint reader: The outputs of biometric readers are standard, ie a reader model A of a mark X follows the same pattern as a mark B reader Y?...
asked on 14.03.2015 / 06:39
2
answers

What is the correct way to authenticate to a REST API used by mobile applications?

Actually, there are two questions (with sub-questions). Today I have an already implemented token generation mechanism (inherited from a web application) that I'm using in my REST * API for mobile applications. The applications encourage th...
asked on 04.12.2014 / 19:50
1
answer

Doubt about mapping in the Entity Framework 6. Properties "readonly"

I have three tables in my bank: TB_COLABORATOR TB_JORNADA TB_JORNADA_COLABORADOR TB_JORNADA_COLABORADOR associates employees with the day and vice versa through the COD_JORNADA and COD_COLABORADOR fields. It also...
asked on 15.06.2015 / 15:33
3
answers

Form filling with return of a json

I'm using a webService (viaCep) to automatically fill in the street, for when the user enters a zip code. The webService returns a json with the information of the street, and of that return I fill in the inputs referring (Street, city, etc .....
asked on 03.05.2018 / 17:22