All Questions

1
answer

How to return concrete classes, with filled navigation properties, through Linq queries?

Following this question: Query by Linq and Lambda getting range of options per sub-query. How do I get a closer result than simple? Where, however, my template grew to one more class (resulting in another table), the class Tela , I'm t...
asked on 23.10.2014 / 18:44
2
answers

How to align a mosaic with CSS?

I have the following code: .exemplo { width: 800px; } img { width:100%; height: 100%; } .home-videos { /*@extend .col-md-3;*/ width: 200px; height: 150px; padding: 5px !important; box-sizing: border-box;...
asked on 06.11.2017 / 18:33
4
answers

Put value in a text box (input)

I want to put a value in a text box. function open_popup(date_today){ document.getElementById('txtstart').value = date_today; } and a html input <input type=text required name='txtstart' style='width:150px' value=''>...
asked on 22.10.2014 / 17:06
2
answers

Is it possible to build a pure HTML registration?

I need to create a registry with name and description in HTML, or PHP, that does not make use of a database but I do not know if it is possible. Something that I could save the records to file and also upload them back to the form. The pag...
asked on 02.11.2014 / 16:31
1
answer

How to maintain the same layout for different versions?

How can I keep the layout of my apps for different versions of Android? Example: A EditText has layout in version 2.1 and another in versions 4.x, how to keep the layout of version 4 in previous versions? >     
asked on 06.11.2014 / 04:35
1
answer

How to get the customer's request?

I'm trying to get the user session from the request, but I'm not sure if I'm capturing the request correctly: I have a Managed Bean ( SessionScoped ) with data. The following block creates a user's session in a login situation: @ManagedBean...
asked on 07.11.2014 / 01:32
1
answer

Error in query in bank with Linq

Good evening! I'm trying to perform a query on a mysql table, using linq, and present that result in a gridview to the user. I have the table below: I'm not looking for all the columns in this table, just a few for this I'm using the code be...
asked on 09.06.2014 / 01:46
1
answer

An image about two divs

I am currently dealing with a project and using Bootstrap v3.2.0 as the main tool. My layout follows the single page line, and each topic is approached as a window for the user, with all available space being taken advantage of. I need to mak...
asked on 09.10.2014 / 18:18
1
answer

Dynamic calculations in Rails

I hope you can help me. I have a Rated that has reviews , I have several calculations to determine whether or not it will go through a trial step. For example one of these calculations is calcula_pontuacao_minima() #Cálculo defi...
asked on 30.05.2014 / 01:03
1
answer

Changing the missing data NA by "something else"

When I import a .sav file I do not want the < NA > in my mydata1 . I would like instead of NA to appear, for example, "something else." mydata = read.spss('mydata.sav', use.value.labels = TRUE, to.data.frame = TRUE,...
asked on 15.05.2014 / 23:24