All Questions

3
answers

Encapsulate values returned by JSON within a single object

I have a question, I have this code below in controller : [Authorize] public JsonResult Teste() { var licencas = new List<Object>(); licencas.Add(new { Responsavel = "José",...
asked on 18.03.2014 / 19:28
1
answer

How do I add a button to a product's edit page?

How do I add a button to the "Description" bar on the product editing page? The button should only be in tab Description, where it has the product description. I need to know how to set the route and how to mount the Block so that I in...
asked on 14.02.2014 / 16:54
1
answer

Store Files

I have a question about uploading files, do I have to create folders for each client and save files from them (Word files, Excel, txt, dwg, dxf, ascii, pdf)? Would it be feasible to store all this for each client in an online directory or wou...
asked on 23.03.2014 / 19:33
1
answer

Löve game does not work after compile

Recently, I created a game based on löve , which once finished and tested, I decided to try to compile. I followed the tutorial of the löve wiki build, using: copy /b love.exe+GhostShield.love GhostShield.exe It compiled normal...
asked on 19.03.2014 / 04:05
1
answer

Integration test connected to an FTP

Is it possible to e-or if there is a tool that allows me to send certain files from a project to an FTP after it passes a continuous integration test (Travis-ci for example)? The idea is that after I commit and the test is completed and pass...
asked on 26.03.2014 / 20:26
2
answers

Display navbar only when user scrolls up in iOS

I'm using the Marius Craciunoiu technique to display all of my navbar when the user scrolls the screen up. So here's my JavaScript code (using jQuery): var delta, didScroll, lastScrollTop, navbarHeight; delta = 5; lastScrollTop = 0; na...
asked on 04.05.2014 / 19:45
1
answer

How to determine which HTML file should be displayed as input in Jersey?

I'm trying to find a way to provide a correct entry page in Jersey. A login page when there is no user logged in, otherwise I should display another home page that will call RESTful services developed with Jersey and that will change the home pa...
asked on 14.02.2014 / 20:14
1
answer

Send "@ Html.BeginForm" to controller from another area. Asp.Net

I have a controller in a Area named " LoginProfessional ", with actions Index, Logon, Logoff . I make a RenderPage by calling Index in the Area root of the project, however when I click the button it...
asked on 15.05.2014 / 19:11
1
answer

Change banner to each page refresh

I have a list with 3 Banners . I always have to show a different one every Refresh from Page , even after closing the browser. I'm thinking of doing a counter of impressions every time a Banner is shown adds + 1 to the counter and I...
asked on 20.05.2014 / 00:38
1
answer

Android application closes as soon as it loads (NoClassDefFoundError)

I installed the Android SDK all right, I installed the USB drivers of my Motorola Moto G. It's all right, so much so that when I run the application directly from Eclipse, it finds my device connected. USB debugging is enabled. Just when I ru...
asked on 29.04.2014 / 03:24