All Questions

5
answers

How to align a footer element at the bottom of the page?

I have a page where there is a div with multiple contents inside, which change according to the user's desire. Below is another div which is the Footer. If I put a position: relative , the footer will adjust its position a...
asked on 31.08.2014 / 23:44
1
answer

Run shellscript on a mobile android [closed]

Does anyone know if there is a default app that reads shellscript on mobile android? Has anyone tried to do something like this?     
asked on 16.05.2014 / 19:14
1
answer

How to calculate point cards

I'm developing an application that corresponds to the calculation of total hours worked on points cards, taking into account whether it is night time reduction or not and, if so, what is the night entry and exit. The problem is: To calcu...
asked on 21.06.2016 / 16:08
2
answers

Monetize Windows Forms C #?

Hello, sorry for not being a question directly linked to a language, but I searched a lot and did not find it, does anyone know of any library like Ad Mediator to use in Windows Forms? How do I monetize / place ads in my forms software? Can you...
asked on 18.09.2015 / 22:57
1
answer

Abstract methods do not enforce implementation

I'm doing a work and I implemented an abstract method, the case makes a class inherit from it, but the compiler does not accuse error by the lack of implementation of the methods. Am I doing wrong? class online{ private: public:...
asked on 04.10.2018 / 15:12
1
answer

Accentuation-Based Error [duplicate]

Hello I'm developing a Hybrid APP that uses a PHP Webservice to send an email and call a procedure in MySQL by filling it with the same email data, until the part of sending the email is all OK it sends successfully, however at the moment I...
asked on 20.07.2016 / 13:12
1
answer

What is the best way to generate data from my bank for some spreadsheet? [closed]

I have a database with 40,000 data (with a column hit), I wanted to generate a report. The problem is that as .xls takes too long to generate the data inside the worksheet, is there any better way to implement it? .csv is faste...
asked on 29.05.2015 / 17:38
3
answers

Working with tags in MySQL

On a system I would like to categorize some users with tags. However there are groups of tags (for example, UF tag group, Interests). I'm trying to do a query where I can answer some questions like: I want all users in the state of SP or MG a...
asked on 14.01.2016 / 16:20
3
answers

Identify browser and its version

I did several searches on different sites but I still did not find a definitive solution and that right for all browsers I would like to know how I can identify the browser and its version using PHP. For example: IE 9 CHROME 39     
asked on 14.01.2015 / 14:20
2
answers

How do I pull content via AJAX from a site that has a menu header and a fixed audio player?

How can I create a site that uses AJAX to load pages? What is the best way to do this without bugs and really functional? I have plans to create some sites that have a player de áudio , which can not stop when a person goes to...
asked on 15.07.2014 / 05:52