All Questions

1
answer

Is there any way to make visual studio 2012 support windows mobile 5.0

I have a project in visual studio 2008 for windows mobile 5.0 and would like to migrate it to visual studio 2012 , but I read that this new version of visual studio does not support windows mobile 5.0 , but there is little information on t...
asked on 05.03.2014 / 22:28
1
answer

How to use responsive Bootstrap system

I would like to know how I use only the responsive design part of Bootstrap and if possible give me some tips on how to apply it in HTML code.     
asked on 15.04.2015 / 19:57
4
answers

JavaScript function for leading zeros with MVC 5

I have a loop inside my cshtml file. This loop has a i variable and I use it to compose a name according to its position in the loop, type txtNome1 , txtNome2 , txtNome3 , and so on. I need to make the variable be com...
asked on 13.03.2014 / 21:32
1
answer

Parameter for unidentified Stored Procedure

I'm having a problem, which would be a mistake saying that there is no parameter being passed to the procedure . It is running the following code: cmdProcedure.Parameters.AddWithValue("@id", 0); Command: public List<Models.Admin>...
asked on 18.02.2014 / 18:10
2
answers

Graphs: greater path

Well, as a college work, I have to create an algorithm that, given a certain file with x numbers, is able to verify which is the largest sequence of numbers that, based on 6, respect the following rules: The string must be growing From o...
asked on 04.06.2015 / 06:19
2
answers

Take measurements of an element and play on variables? How to make?

Is there a way (using Sass maybe) to take the measures ( width and / or height ) of already defined elements and store them in variables to use them in calculations of other elements?     
asked on 12.02.2014 / 00:43
1
answer

How to change the position of Ticks elements in JqPlot?

I need to know how to change the position of the Ticks to be diagonal rather than vertical, because as shown in the attached image, the names overwrite one another when they reach a certain size. <script type="text/javascript"> $(doc...
asked on 18.02.2014 / 14:09
2
answers

Remove space between span and input

I want to know how I can remove these spaces: Sothatspanandinputgettogether,likehere: My CSS : input, textarea { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #C9C9C9; color: #545658; padding: 8px; font-size: 14px; b...
asked on 11.05.2015 / 19:49
2
answers

How to select / deselect a multiple select input at each mouse click? (without Ctrl)

I'm trying to make a script to select multiple options of a <select multiple> with each mouse click. So far so good, I've got and follows the code: var numSelected = 0; var valSelectedArray = []; $(document).on('mouseup',...
asked on 12.02.2014 / 17:14
1
answer

How to override variable defined in the POM with specific value at the time of mvn execution?

In an environment with multiple Web Container settings we sometimes need to correctly point to the application deploy directory that may be in different directories depending on the Operating System used and the package manager (apt-get on Ubunt...
asked on 09.03.2014 / 19:04