All Questions

4
answers

Mark contacts / hashtag when entering text with javascript

Good morning In my current project, I need to mark the subject's contacts and / or hashtags in the text, while typing For example, when typing '@' and the first few letters, javascript recognizes that it has to search for users, or by typing '#'...
asked on 20.05.2015 / 15:13
2
answers

CKEditor does not recognize attribute required

I'm using CKEditor to create pages that can contain forms (in other words, forms can be inserted into content being edited , because I'm using the full package ). I would like to be able to use the required attribute in some fields of...
asked on 10.04.2015 / 18:41
3
answers

Is Microsoft Azure recommended for hosting gaming sites?

I want to get a Microsoft Azure plan but I have questions. I am a game developer so I wanted to know if it is recommended to host the site and host the server files on a Windows machine. If you wanted to know if their site hosting supports...
asked on 10.03.2015 / 19:39
1
answer

Make tab name equal to the contents of a cell in Excel

How do I get the tab name equal to the contents of a cell? For example, if cell content A1 is 01 , the tab name is 01 too.     
asked on 15.10.2015 / 00:39
3
answers

How to format numbers in Lua?

I would like to know how to format the variable: local n = 100000000 To return like this: 100.000.000 Separated by dots, does anyone know how to do it?     
asked on 04.06.2015 / 04:46
2
answers

Double format in Java

I have the following value 1234.0000 . I would like to format for the following output: 1.234,00 . There may be cases that I will also use 1.234,0 , but I believe doing for the first case the others are similar.     
asked on 25.03.2015 / 14:27
1
answer

Is it possible to use the "break" argument on a "switch" to break a loop?

When I want to break a loop of a for , while or foreach I always use break; within a if with the following structure: $teste = array(1,2,3,4,5); foreach($teste as $t){ if($t == 3){ echo "Terminando loop a...
asked on 20.04.2015 / 23:20
2
answers

Using jquery animate () to animate the exchange of place divs in a puzzle

link This example above is not yet fully functional, the puzzle logic is: 1 - Click on at least two divs (or 2 pieces of the puzzle) and so the two divs would have to move places using animation. 2 - For this to happen, I collected th...
asked on 06.10.2015 / 21:43
2
answers

Regex to get sequence of equal numbers

I need to do a validation using regex, how do I validate if a string is coming with repeated numbers? for example "1111", "2222", "3333"     
asked on 22.10.2015 / 21:44
3
answers

Site within App

I have a classifieds site, I need to create an Android app from my site, I do not program in Java, can I create an app where the site is displayed in mobile? Type a site iframe within the app.     
asked on 06.10.2015 / 02:52