Questions tagged as 'html'

2
answers

Search inside the html - without using a database

I wanted a <input> field on my page where, if I typed something, I would search for the word I typed within that section . I'm not using the database after all, you do not need it (the data is in HTML). Can I use some plugin,...
asked by 04.04.2016 / 19:23
1
answer

Is it possible to create a website with HTML and C # without ASP.NET?

Is it possible to create a site only with HTML and C # without ASP.NET? In general terms, how?     
asked by 20.09.2017 / 14:34
1
answer

Div height 100% in auto div height?

I will try to be very explanatory. I have the structure of an ordinary website as you can see in the html below. E I want the height of the sidebar to increase according to the height of the next container. It can also be understood if I say tha...
asked by 29.01.2017 / 13:43
2
answers

Create a Vertical Label or Input

I need to create a LABEL or an Input so that the typed text is Vertical, as follows: M E U T E X T O Would It Be Possible Anyway? This is required for the printing of banners in this format.     
asked by 19.07.2016 / 18:11
4
answers

Digital Certificate A3, e-CPF, how to access information with JavaScript

I'm having to develop an application, which for security purposes, requires the use of an e-CPF by users when trying to log in. I just need to check if the e-CPF number checks with the registered user's CPF, which is trying to log in. Can I reco...
asked by 07.07.2016 / 22:30
1
answer

How to create a log in html with log4net

I have a project that already uses log4net, but I would like to display this log in HTML. I searched through multiple sites and no one implemented this solution. Does anyone have any idea how to do this?     
asked by 26.06.2015 / 20:49
4
answers

Mobile zoom tool

I'm developing a mobile app with Apache Cordova , I need a tool similar to Zoomify , but for mobile I tried to use Zoomify, did not get good results, which tool is the most suitable for this work? Is there a Google Maps API that does this work...
asked by 09.04.2015 / 15:52
1
answer

Rotate an arrow on a canvas

I need to draw a stream dynamically based on the user's choices. In this flow I want to draw the chosen hypotheses (blue circles with numbers) and the direction between the choices (lines with arrows). For example: node 1 for node 2. JSFiddl...
asked by 16.01.2015 / 11:13
5
answers

How to increase or decrease div proportional to 720x540?

I'm trying to solve this question because I have a .ppt slide with dimensions of 720w and 540h and my page is cleared, so the reason to increase or decrease proportionally. Example:     
asked by 31.01.2014 / 14:57
1
answer

How do the Outline of the buttons follow the curvature of the elements?

I know that outline is very important for usability and especially for the accessibility of the page, even here is a very interesting WebAIM article about it: link However, outline does not seem to match the border-radius...
asked by 18.10.2018 / 15:55