All Questions

2
answers

display html files from a directory in a php

I have a directory with html files that are articles (no header or footer, I want to show all those html files in a php called articles.php with a link to access them (the article.php file has a header and footer by require () Finally, what I...
asked on 14.07.2016 / 15:53
3
answers

AngularJs create a drop-down sidebar menu

Hello community, I am trying to create a pull-down menu in a sideBar for the administrative part. The problem that results is that when I click on a sub-menu all the sub-menus are displayed and vice versa. Here is my code. I hope you can help me...
asked on 11.07.2016 / 14:24
2
answers

Warning from Nodejs Mongoose

This warning appears on the console:    (node: 5627) DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead: link I tried everything so that it does not appear...
asked on 16.07.2016 / 18:48
1
answer

Failed to execute 'postMessage' on 'DOMWindow' API Youtube

The situation is as follows: I have 2 YouTube videos that are hidden, when I click the link this opens the video. Now trying to use the Youtube API, which I want to give me some data, I mark the following error: Failed to execute 'postMe...
asked on 02.08.2016 / 15:47
2
answers

Sprites overlap Unity C #

Hello I am developing a simulator in unity the problem that I have is with the Sprites that would be being tools in the game / simulator, in this case I must use about 8 sprites that simulate being objects which I have to take them and drag them...
asked on 03.08.2016 / 21:57
2
answers

Special ASPX or HTML tags?

I'm starting to design websites with asp.net in c #, so from the toolbox I have the graphic components as if I were designing a desktop app. When I drag a button, the code shows me: <asp:Button ID="Button1" runat="server" Text="Button" />...
asked on 01.08.2016 / 14:57
2
answers

activate vibration in an android fragment

Following the development of an app, I find myself in a fragment with some buttons. I want a vibration to occur when I click, but when I enter it, it says "can not resolve VIBRATOR_SERVICE" .... public class AsientosFragment extends Fragment i...
asked on 21.07.2016 / 15:25
3
answers

How to make all the complete information come out in a JTable

I would like to know how to do all the complete information in a JTable that I created in a JScrollPane. I created the header with the DefaultTableModel code. Thanks. DefaultTableModel mMedico=new DefaultTableModel(); mMedico.addColumn("...
asked on 19.07.2016 / 18:20
2
answers

Work with an xlsx file without opening excel in c #?

I have this code to get the first cell of an arx of .xlsx Excel.Application excelApp = new Excel.Application(); excelApp.Visible = true; string workbookPath = "c:/Libro1.xlsx"; Excel.Workbook excelWorkbook = excelApp.Wo...
asked on 20.07.2016 / 07:20
1
answer

XPath query using dates

I have the following xml file <clientes> <cliente> <nombre> Juan Martinez </nombre> <fecha_inicio> 2016-10-2 </fecha_inicio> </cliente>...
asked on 22.11.2016 / 14:03