All Questions

1
answer

Get only numbers in an input that receives XX ml (example: 200ml)

I'm using Jquery's mask to automatically place the ml (milliliter) suffix in the input that gets the size of a bottle. being the id of the input #tape: var tamanho = $("#tamanho").val(); A 200 ml example will only pick up the 200...
asked on 30.12.2016 / 21:27
1
answer

Broken layout Safari8

Hello! I'm starting in frontend and am having some problems with compiling code in different browsers. Developing a header and a Canvas style menu I came across the totally broken layout in Safari8. I used some css tags from render engines --web...
asked on 17.01.2017 / 20:46
2
answers

How do I know the time and date of a location with PHP?

I want to store in a variable the current time of Portugal and in another variable the current date of Portugal. How can I do this?     
asked on 23.12.2016 / 17:21
1
answer

What is the difference between a reverse list and a reverse index?

What is the concept, characteristics, advantages and disadvantages and an example of use (application).     
asked on 01.12.2016 / 17:49
1
answer

How to Configure Mapping Entity Framework 1: N Using Inheritance

I have two classes: Pessoa and Usuario . The Usuario class inherits the properties and methods of the Pessoa class. I'm using the Entity Framework and I believe you're doing the wrong mapping. So the problem is happ...
asked on 13.02.2017 / 15:57
3
answers

Search between Jquery columns

I have a td with client code and in another td I have a list of client names with the client code Example: codigo | nomes 0001 | Anderson Silva(0002) | Minotauro (0001) | Lioto Machida(0003) I would like to kno...
asked on 12.01.2017 / 16:13
2
answers

Google Chart + Foundation Tabs

I'm facing problems with Google Chart + Foundation . Gráfico does not stay in width:100% , and seems to lose formatting. And this happens when I use it in Tab of Foundation . Strange that if you use Gra...
asked on 19.12.2016 / 12:52
2
answers

Delete all references that are not in use in Visual Studio?

I want to delete all references (I'm not talking about using in class files) that are not being used. For this, of course, I need at least an effective way to find out which references are not in use. Understand "references" as the Pro...
asked on 24.01.2017 / 00:57
1
answer

Discovering the User's Hostname

I have an application running with AngularJS where I need to know the name of the machine (of the user) that is accessing the application. Has anyone ever had to do this with javascript?    Note: The front end is outside my local network   ...
asked on 19.12.2016 / 19:34
2
answers

Difference between Find, Exists and Contains of ListT class

I'm working with the class List<T> , so I came across some search methods, if I may call it that: Find ; Exists ; Contains ; I was wondering what the difference was between them, so I searched the Micr...
asked on 18.05.2017 / 20:01