All Questions

2
answers

Save data in an application entered by the user [closed]

There is some way for, for example, in a survey, the user to answer a series of questions, and then click on "Send survey", then click on "Surveys" and the information that you put in the previous survey appears . So on, but when the application...
asked on 06.03.2017 / 02:04
1
answer

Javascript dependency

I am using Framework7 to make a mobile application with phonegap . My doubt arises with javascript , in which I am totally new. My question is if I can import a .js from another .js for example;    A main docu...
asked on 02.05.2017 / 09:33
1
answer

Access a model from the controller of a ViewModel

I am using ASP.NET MVC4 and I find it difficult to bring data stored in the tables in the database. I understand that there are some clauses ToList() that could list the data, but currently the methods I use always return me null...
asked on 02.05.2017 / 15:42
1
answer

Problems with connection to ORACLE with PDO and PHP

A moment ago post the following question! Problems with PDO and PHP Once the code in the connection file has been corrected, the following error appears!    could not find driver       Fatal error: Uncaught Error: Call to a member funct...
asked on 27.04.2017 / 18:28
2
answers

How to Associate File Extension to My Application?

I develop an App that creates files with a .klm extension, what I need to do is that when I click on this type of files my application opens ... How can I do it ???     
asked on 27.04.2017 / 09:50
1
answer

How to go from spawn to spawnSync?

I'm doing a bash console using node.js. I have to use spawnSync instead of spawn. How do I make an event occur when a standard output occurs, capture it and send it to the client through a socket? The code with spawn would be something like t...
asked on 23.04.2017 / 12:11
1
answer

Uncaught TypeError: Can not read property 'length' of undefined [json, ajax and DataTables]

I can not show the data in my table. With the following index I send the data of my table by json: public function index(Request $request) { if ($request->ajax()) { $modelos = Modelos::all(); return response()->...
asked on 27.04.2017 / 21:22
1
answer

Hamburger menu How can I make it responsive and correct the problems I have?

My idea is to make a hamburger button with horizontal displacement and that is responsive. I currently have this, I do not have much knowledge, so I would like to know if someone can give me a hand with this menu. I want the menu to open with th...
asked on 28.04.2017 / 20:44
1
answer

How to handle the scroll not of the Body but of a Div

The question is how do I manipulate the scroll of a div ???; taking into account that this is modals and use fixed to cover the entire screen and all content that covers * $(document).ready(function(){ $('.see').click(function(e){...
asked on 25.04.2017 / 22:10
1
answer

Escape CDATA into another CDATA in XML

I have an XML inside a CDATA, I need to know how to escape the CDATA inside, so that the father does not cut himself when closing the first child. <![CDATA[ <?xml version="1.0"?> <API> <PARAMETRO1><...
asked on 07.03.2017 / 12:40