I was reading today a great post from Interaction Design Foundation about six simple rules for better navigation UX and I could highlight some interesting phrases. your text should say what it means and mean what it says Run away from the thinking "I'm responsible for what I say but I'm not responsable for what … Continue lendo Six Simple Rules for Better Navigation UX – Interaction Design Foundation
Autor: Tássio Auad
Spotify Streamer
I'm currently enrolled in the Nanodegree created by Udacity in partnership with Google, called "The Android Developer ". I've developed the first stage of an application using MVP and I submitted it. That's a part of a very simple application that consumes the Spotify API, nothing exceptional. I've developed this project using MVP architecture and I've "programmed to … Continue lendo Spotify Streamer
Aplicativo do Centro Sul Negócios 2015
Esse aplicativo foi apelidado de Juscelino Kubitschek, porque o ex-presidente declarou o lema "50 anos em 5" e o aplicativo foi feito seguindo o "50 dias em 5 noites". Eu e meu amigo Wanderlei dos Santos conseguimos terminar um aplicativo relativamente apresentável para o evento do Centro Sul Negócios em 5 duras noites hehehhe.
Fixando o caminho do JDK no Glassfish
Caso esteja desejando fixar o caminho do JDK no Glassfish, ao invés de usar a variável de ambiente, basta ir até a pasta ".....\glassfish\config\" e no arquivo bat "asenv.bat" editar seu conteúdo, inserindo uma linha de comando informando a variável AS_JAVA, por exemplo, "set AS_JAVA=C:\Program Files\Java\jdk1.8.0_40". Depois disso e de ter salvo o arquivo, execute … Continue lendo Fixando o caminho do JDK no Glassfish
No ‘Access-Control-Allow-Origin’ header is present on the requested resource
Estava trabalhando em um projeto onde o web service em Jersey e a aplicação cliente em AngularJS estavam rodando no mesmo servidor Glassfish. Como esperado, quando a aplicação cliente consumisse o web service surgiria o erro "No 'Access-Control-Allow-Origin' header is present on the requested resource". Isso é uma questão relacionada ao CORS ou Cross-origin resource sharing. Uma aplicação … Continue lendo No ‘Access-Control-Allow-Origin’ header is present on the requested resource