All Questions

3
answers

Scheduling div as image

I'm making a list of items, but this has some challenges: Responsive; Title can have more than one line; Sometimes I need to show an icon with a background color instead of the full image. Here is an image of the expected end result:...
asked on 27.03.2014 / 21:49
1
answer

Open images on the same page with Fancybox in CakePHP Impossible

I'm trying to make a gallery, which consists of a list of thumbnails, that clicking on the items eventually would pop up a popup like the first example here . After several failed attempts, where even the thumbnails did not appear, at the su...
asked on 17.03.2014 / 17:55
4
answers

Changing app.config connectionStrings physically in runtime

In my app.config I have the following lines of code: <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> </configSections> <connectionStrings> <add name="ControleBD"...
asked on 22.07.2014 / 16:26
1
answer

CakePHP - page using more than one table

I have a question, about saving data in the database using CakePHP, when I need to manipulate with more than one table. I am creating a customer registration system and it has a system for registering login's and client's passwords, such as cont...
asked on 24.04.2014 / 16:14
2
answers

Jquery iframe transport plugin works in IE10 cross domain

I need to post xml using Federal Justice webservices, but I can only do it using IE10 in compatibility mode. I received the information that the iframe plugin transport from jquery would overcome this difficulty. Is this real or should I make my...
asked on 27.02.2014 / 23:46
2
answers

EntityManager with JTA multiple connections

I'm having a rather unusual problem, but I'm looking for a solution. I have a scenario where I have several database bases (postgresql) allocated on multiple clients, all databases have the same structure, but with different records. I hav...
asked on 19.09.2014 / 19:33
3
answers

How do I adjust my date in my query?

$result_usuario = "SELECT * FROM vendas WHERE DATE(date_created) = '$data' AND tipo_venda = '$tipo_vendas' AND tipo = '$tipo_pagamento' ORDER BY 'id'"; I have this query, but it does not work right because the input that populates t...
asked on 12.12.2018 / 19:57
3
answers

Alternatives to develop in C # in Linux? [closed]

My notebook has Ubuntu 14 operating system installed. I have great desire to join development in the CSharp language. But I would like to know if there is any good alternative in OS like Linux, since it does not have a Visual Studio of life....
asked on 29.04.2016 / 14:37
4
answers

NOT operator in python

In java we have the not operator, we can use it like this: if (!metodo()) { //código } I'm just getting to know python now, and I have a little problem: I have a function that adds names to a list: def adiciona_perfis(): quanti...
asked on 24.10.2016 / 21:44
4
answers

What is the cost of using the Google Maps API to create routes?

I'm creating an app where I get the user's current position and create a route to a certain point.  A friend commented that this route service offered by Google is paid for.  Could anyone or could you please tell me more about these values? T...
asked on 14.02.2015 / 22:40