All Questions

1
answer

How to create an element with levels and then add elements to one of its sub-levels with jquery?

I need to create the object with the structure below and insert options. myElem = $("<div class='row'> <div class='form-group'> <label for='multiple-selected' class='col-md-offset-1 col-md-2 control-label'>Teste</la...
asked on 19.10.2015 / 23:13
2
answers

Share the Same Session in Different Domains on the Same Server

Is it possible to share the same session between different domains on the same server? If at all possible, what can be done to achieve this?     
asked on 16.10.2015 / 07:51
1
answer

Modal + form + values (bootstrap and javascript)

From the link below link I created the following modal link In the modal I fill in a value and it will update this value in the page form (which will have more fields ...) Question : How do I do this using just Javascript, JQ...
asked on 05.10.2015 / 07:40
1
answer

How to configure predicate to return only 2 columns?

Scenery: Do a query using CoreData looking for records with a city and state, and return only the 'name' and 'address' columns of the location. I'm currently using the following query: // Array to be returned NSMutableArray* arrayRegi...
asked on 11.10.2015 / 16:45
1
answer

How to change the blinking cursor from "|" to "_" in a textbox

I would like to know how to use the _ character to write, such as when you press the Insert key in some text editors (Notepad ++) and the text is written with _ in front of the letters. More basically, equal to DOS. I wanted to p...
asked on 03.10.2015 / 02:01
1
answer

How can I make an email mask with PHP?

How do I make an email mask with PHP showing some letters, all numbers and special characters? Ex: [email protected] should look like this: stack
asked on 09.10.2015 / 20:38
1
answer

How to extract JSON Array into an object's List attribute of an object

I'm using the Flickr API to get the information from the images, which returns the following JSON:   per page ": 100," total ":" 5964 "," photo ": [" id ":" 21577339501 "," owner ":" 85277110 @ N02 "," secret ":" 31e850dfeb "," server ":" 578...
asked on 12.10.2015 / 01:32
2
answers

Accessing attributes and methods of instantiated class in another class

In front of the structure below: class View class Controller new View () class controllerUser extends Controller public $ user; as $usuario access from View?     
asked on 17.10.2015 / 19:02
2
answers

Java Fork / Join Does it work just like the C fork?

Discussing with a friend about a matrix calculation solution we are developing, the following question came up. Does the Java Fork / Join Framework work just like C? Reading a little, I could not understand C's work very well. Could anyone...
asked on 22.10.2015 / 15:24
1
answer

Property font-stretch

Today I came across a very intriguing CSS property that is font-stretch . In Google Chrome, typically when we inspect an element that has multiple properties together in a single property (for example, margin:► 0; font:► 14px sans-se...
asked on 11.10.2015 / 17:05