All Questions

2
answers

How to structure a solution separating WebApi from WebUI using ASP.NET Identity?

How should a solution be organized that will have at least three projects, such as: Class Library as Infrastructure Web Application as Web Api MVC Web Application for WebUI (user interface) Where ASP.NET Identity will be used as an au...
asked on 20.11.2014 / 01:58
1
answer

How do I return the waypoint_order in the Google Directions API?

I'm developing a route-mapping system using the Google Maps API. I have the points of origin and destination and between these points there are some points of interest. When tracing the route Google returns me the best route and mark these po...
asked on 29.01.2014 / 12:39
3
answers

Records with recurring dates filtered by a period

The Problem I am creating a financial system where I need to register a recurring movement, such as a light bill that repeats itself every month. In the system, this type of transaction is treated as a fixed expense / revenue. My table has...
asked on 28.08.2014 / 07:33
2
answers

HTML Desktop App with Node.JS + Socket.IO

I need to develop an HTML-based chat app that connects to a Node.JS server that is running with Socket.IO. I started to develop much of the app using TideSDK, but at the time of the integration of calling the Socket.IO script the app did not...
asked on 10.02.2014 / 19:30
2
answers

Vue Router: prevent user from accessing the login route if it is already logged in

I'm configuring the routes of my application in Vue.js , initially everything is OK, after logging in the user is redirected to dashboard , now my question is how can I prevent the user from accessing the " /logi n" (again) route a...
asked on 17.02.2017 / 20:12
2
answers

Filling Flash objects with solid colors and textures

I've been a Java programmer for some time and now I'm creating a kind of Flash coloring book based on in this video . Today there is a color palette, when clicking the color and then in the drawing that part receives the color chosen using...
asked on 09.10.2014 / 15:06
1
answer

What is the maximum and minimum value for z-index?

I was discussing with some friends about putting 99999 on z-index to ensure that the element has the highest degree of overlapping priority over another element. But when I thought about it, I had a little curiosity: What is...
asked on 03.07.2018 / 14:07
2
answers

Perl for web development

Is it possible to use Perl for web development? In this context, does the language offer any benefit, ie are there problems that it solves more effectively than on other platforms?     
asked on 31.03.2015 / 21:12
1
answer

Push git "Everything up-to-date" Data is not actually sent

I'm doing PUSH for a repository on gitlab.com. I get the return:    warning: redirecting to    link Everything   up-to-date In my understanding It worked. In practice the changes are not sent. I saw other similar questions, and tried fol...
asked on 13.10.2017 / 16:09
1
answer

jquery.iframetracker It does not work in Mozilla Firefox, can solve it?

I have a script that writes a cookie with ajax when it clicks on a Google ad (iframe), works in good Chrome .. but in firefox does not .. does anyone know why? Or if you have another solution to do the same thing I'm trying to do ... <?...
asked on 18.10.2018 / 06:13