All Questions

1
answer

Problems with slow Delphi and FireDAC

I have an application developed in Delphi XE and it has been a month since I changed the entire persistence structure that used ADO to FireDAC. In the compatibility of the new persistence component I used the version of Windows 7, and in the...
asked on 17.12.2013 / 11:55
1
answer

Changing a Dropdownlist through a search

I am creating a registration screen where in a text field I provide a search and the search result will have to appear in a dropdownlist. Theprojectisasp.netmvc4c#andthecodeintheviewis:<scripttype="text/javascript"> $(function () {...
asked on 11.07.2014 / 13:52
2
answers

Load Bootstrap Carousel

I'm developing a portal, with Bootstrap (3.1). For this I put a carousel equal to the bootstrap on HEADER of the page and the content just below that carousel. This is where the problem occurs, when loading the page, as the images have...
asked on 13.02.2014 / 14:22
1
answer

What is the proper folder architecture to apply to a web project?

My project comes down to PHP pages, with folder for images, css, js, and fonts. I have already seen that some developers use one folder for project development and another folder for production. I would like to know how to work with these arc...
asked on 19.02.2014 / 14:48
1
answer

Obtaining factory null in spring SessionFactory with Resource configured

The class name containing SessionFactory is DataProvider and has the following implementation: @Resource(name="sessionFactory") protected SessionFactory factory; protected Class<E> entity; protected String tableName; publ...
asked on 18.02.2014 / 18:39
1
answer

Image limit per line using FlexBox

I'm using flexbox to display images, however it lists all in one line, I'd like to be able to display 3 images per line. HTML structure: <section class="content"> <?php $i=0; $sql = mysql_query("SELECT * FROM slideshows...
asked on 25.02.2014 / 21:23
1
answer

Problem with LEFT JOIN using Pentaho Kettle

There is behavior regarding JOIN that I can not understand. I have two tables in these formats Sick Table ID_Doente Doente 1 Pedro 2 Paulo 3 Rui Query table ID_Consulta ID_Doente Tipo 1...
asked on 17.03.2014 / 16:44
1
answer

https redirect problem

I have a rather bizarre problem here. We have two sites on the same server running with Nginx ; one has HTTPS certificate and the other does not. The problem is that if a client enters the site without the certificate and places the HTTP...
asked on 07.03.2014 / 15:05
1
answer

How to export within the subGrid?

Information: I am using jqGrid(4.54) , and also implemented SubGrid , after opening SubGrid , it is necessary to export the contents of the open table. Question: Is there a way to implement a button or a link within Su...
asked on 31.01.2014 / 16:31
3
answers

In a 3-level menu, how to set a time when the event is mouseout in the second level to the third?

I have a menu with 3 vertical levels (similar to globo.com), my problem is when I I am in the last item of the 2nd level (for example) and move the mouse to the 1st item of the 3rd level, the Hover event on 2nd level is activated and I lose the...
asked on 04.02.2014 / 19:28