Questions tagged as 'html'

2
answers

Inserting HTML blocks into HTML document using PHP

I have an HTML interface that should render query results in the database (PHP + PDO (MYSQL)) how do I inject the results dynamically on the (pure) HTML screen? since the queries vary from user to user (one can consult "Tennis" another "dog")....
asked by 21.01.2015 / 12:42
3
answers

How to Set Different Row Sizes in Bootstrap 3

I am not sure how to set a value of 100% width (filling the entire screen, regardless of the container) only for a bootstrap "Row", do I need to create a new css class for this specific row? Is there an easy way to do it? Thanks to anyone who...
asked by 05.02.2015 / 21:03
1
answer

Is web tax printer possible? [duplicate]

I'm implementing a system for issuing invoices with fiscal printer in C #, but would like to know if the same is possible via web using JavaScript HTML, CSS etc. How would I do this? Through which tools and resources?     
asked by 27.01.2015 / 01:32
1
answer

How to put a string at the end of all URLs via PHP (CodeIgniter)

I'm using the CodeIgniter framework to develop a system. But in the company where they are using, the pages are not updating right, it's like the cache gives the whole page and only when I give an F5 it updates. For example, there is a screen...
asked by 23.07.2015 / 18:15
2
answers

How to Leave Element LI 100% [duplicate]

The photo above represents a slider I'm doing on a page. Each slider has an image in the middle representing the white sphere. I want all sliders that are made up of li to be the same size, the same size as the larger one, t...
asked by 21.09.2015 / 22:17
1
answer

Orientation Ruler

In some editors we have an orientation ruler in which we can make some settings, for example  the spacing between text and foliage. I need to produce something like: IcurrentlyuseaTextEditorcalled Summernote , it returns all the text in html...
asked by 05.11.2015 / 19:23
2
answers

Multi-language system

I have a website and would like to implement a multi-language system. I have some doubts about good practices. I would like to have only one domain ****.com . I think this would force me to use systems implemented in php, or other languag...
asked by 25.06.2015 / 22:17
1
answer

Alignment drop down menu

I have a horizontal navigation bar, which has submenus. The submenu is currently aligned to the left of the menu to which it belongs. As in this image: Iwouldlikethesubmenutobealignedtotherightofthemenuitbelongsto.Asinthisimage: The code I...
asked by 22.09.2014 / 22:38
1
answer

div.childNodes.item (0) recognizes tab or space as child

I use Ubuntu 13.10 and I know few HTML editors for it. The editor I use is the bluefish, which has helped me a lot. I'm learning javascript from w3shcool and I'm currently in the DOM nodes part, and as it's a bit more complicated to understan...
asked by 21.06.2014 / 15:38
1
answer

Photos in different divs using instafeed.js

I'm using the instafeed.js API. I wanted that instead of appearing all the photos in the same div appeared one per div. I tried to use this example but it did not work: example instafeed.js on various divs , create multiple instances of instafe...
asked by 09.10.2014 / 15:35