All Questions

2
answers

Add class dynamically

I have a carousel where the prev and next buttons are generated by the plugin. The problem is even trying to add a class with the traditional method $(".owl-prev").addClass("theme-color"); the same does not apply because...
asked on 28.04.2015 / 18:00
1
answer

Multiple component events in only one method

I have several events of my textbox, the problem is that I have a 30 in my form. I would like to know if there is any way for me to improve my code, reduce it by creating only one method to handle all of those events. Three TextBox sample eve...
asked on 22.05.2015 / 13:18
1
answer

SWT using DATETIME with problem in saving SQL compatible format

The problem is this: I have a personal finance program that will record some important data, including the date of registration and expiration date. The program interfaces are done in Eclipse in SWT , and I'm using the DateTime widg...
asked on 29.05.2015 / 22:18
1
answer

How to show multiple markers in Google Map API v3?

I can not mark multiple points on the map. Could you check if something is wrong with the code? var map; var idInfoBoxAberto; var infoBox = []; var marker ; var geocoder; function initialize() { var latlng = new google.maps.LatLng(latitud...
asked on 30.04.2015 / 21:50
2
answers

render specific part of a page

I'm using the following code to render a webpage: import dryscrape # set up a web scraping session sess = dryscrape.Session(base_url = 'http://www.google.com.br') # we don't need images sess.set_attribute('auto_load_images', True) # visit s...
asked on 26.05.2015 / 16:08
1
answer

Update fields with Javascript

The problem I am making a request Ajax to return a data from a table. He arrives and enters this function to begin the foreach of the information, but two of them are getting "lost" on the way. I gave an alert on value['outras_atividades...
asked on 15.05.2015 / 21:02
2
answers

Center image in nav menu bar

How do I center an image in the Menu bar? When I say centralize, I mean not the image in the middle of the bar, but in whatever position it is, it has the same "measures" for the top and bottom. How do I define this in my css ? Below the c...
asked on 22.05.2015 / 21:13
1
answer

Define class for a table

I'm starting now with Flask and I came across the following question: how do I define a table class using flask_table ? Here is my sample code and the result: from flask_table import Table, Col class TabelaDados(Table):...
asked on 04.05.2015 / 23:03
1
answer

display products by listed category of database with PHP PDO

I am having difficulty to list products by category, I created only one page and wanted to be dynamic the display of products according to the category listed in the database, but not right and in PDO do not know how do. So I created a va...
asked on 16.11.2015 / 23:37
1
answer

C # Image and PDF Manipulation

I wonder if there is a way to turn multiple images into a single PDF file. In my application I'm already pulling their address.     
asked on 19.05.2015 / 20:46