Questions tagged as 'html'

0
answers

Can firebase be used to receive notifications on a website for smart tv?

I'm making a website for my smart tv with cast technology, I have managed to integrate firebase to the website using javascript, when I access it from my computer I get the token without problems, when I lift it on the smart tv I receive the fol...
asked by 05.04.2018 / 20:57
0
answers

How to have several manners on the same page using Django?

I have a question about using several manners, on one page, now I have this code developed: <div class="row"> <div class="col-md-6"> <button type="button" class="btn btn-primary" data-toggle="modal1" data-target=".bd-e...
asked by 10.04.2018 / 19:55
0
answers

Problem to correctly position a div

I am experiencing a problem to position a div, from which I can not find a solution. My PHP code what it does is read a directory and list all subdirectories, showing the name of each one of them together with the most recent added image, the...
asked by 10.04.2018 / 19:59
0
answers

How to configure the CKeditor to accept html tags

I have an inconvenience when configuring my Ckeditor editor because it saves the html tags as the <p> tag with these entities = & pt; gt, and add the configuration entities config.entities = false; but still only stores the specia...
asked by 03.04.2018 / 15:23
1
answer

when entering code fill in automatic description

What kind of friends do I have a php from which registers the products in a table but in another table I have loaded the data of the products as they are barcode and name that in the from when entering the barcode it automatically extracts the n...
asked by 01.04.2018 / 22:33
0
answers

Merge two serialized lists so that one depends on the other, C #

I have this problem with a program that I am doing, the goal is after having registered several cyclists in the program and have saved their data, register activities to these cyclists and that each activity belongs to a single cyclist and then...
asked by 02.04.2018 / 20:44
0
answers

AJAX + PHP How to update N browsers?

I've never worked with AJAX before, so I decided to do a mini chat, super ultra basic. There is a single history (it is saved in a .txt) Name is saved + date + time + message I made it work, but if I have 2 browsers open, chatting with eac...
asked by 04.04.2018 / 11:15
1
answer

Create a graphical tree of directories and files in python

Greetings I would like to get a graphic type tree from my folders and their respective files with python I currently have the following code: rootDir = 'media/gestionDocumental/' directorioArr=[] for dirName, subdirList, fileList in o...
asked by 04.04.2018 / 14:16
1
answer

I do not upload the file from the css file [duplicated]

I do not know what happens if I am correctly linking the image to the body with the background-image property. On the other hand when I use it with style from the html in the body if the load is normal. This is the html: <html> &l...
asked by 25.03.2018 / 02:17
0
answers

Change in Angular 5

I do not know how to use the change in Angular. I need to bring one component to another. I am using a select, and each option of the select, is a component to which I must go. They tell me that I must use the change and a switch to achieve what...
asked by 27.03.2018 / 20:22