Whether you are a seasoned Developer or new to the game, you will be aware of the many programming languages available to you as you start work on a new web or mobile app. Sometimes the decision about which language to use is straightforward, but other times you may...
Tutorial
AllCode’s tutorial articles deal with a particular area or technique of business or development, making it understandable to beginners or experts and concentrating on practical aspects of implementation.
5 Easy Project Management Tips
This blog was originally written in 2016 and has been updated frequently. So you’re dreaming big dreams for 2020 - maybe you want to start a blog, set-up an ecommerce site for your handmade throw cushions, or finally create that cooking app that you always wish...
How to give a JIRA User access to only one project
This is way more confusing than it needs to be, but here's how I was able to grant a Jira user access to only one project in JIRA. Step 1: Create a new user in the User Management section of the Administrator. For this example, we're just using username: test and...
Amazon SNS Push Notification Tutorial on Android using GCM
Do you have a project where an Android device needs to receive push notifications from an endpoint registered on Amazon Simple Notification Service (SNS)? Amazon has a sample Android app, but, unfortunately the only thing this sample app does is register with Google...
Creating an Android Image Slider Control for your App (Part 2 of 3)
In Part 1 of of Creating an Android Image Slider Control, we built out the ImageSlider class, but when you added this class to a View, the horizontal scrolling didn't behave well. In order to resolve the scrolling issue, we started playing with the Gesture options and...
Creating an Android Image Slider Control for your App (Part 1 of 3)
Would you like to create an Android Image Slider Control for your App?At Allcode, we needed to build an Image Slider Control into one of our client's Android apps. Initially, we thought it would be as simple as implementing the standard Android Gallery...
How to Debug Ruby on Rails through SSL with RubyMine Foreman
If you’re required to debug Ruby on Rails in RubyMine Foreman through SSL, e.g. you’ve got a Facebook App, you will find the following useful.Unfortunately, I’ve not been able to find a way to debug by using the standard debug rails configuration. Instead, I had to...
Dynamic Facebook Permissions for your Facebook App
What are Dynamic Facebook Permissions? Let’s say you’ve written a Facebook App using the Facebook JavaScript API, and you don’t want to ask for a ton of permissions when the user signs up for your Facebook App because you’re afraid the permissions will scare them...
ECommerce Authorize.Net
Are you using Authorize.Net to process credit card subscriptions? Do you ever have failures in processing credit cards and not know what to do?
AWS SSL Certificates for Elastic Beanstalk
AWS SSL Certificates for Elastic Beanstalk are a pain to configure so I put together the following. SSL certificates for your vanity domain will work correctly as long as users access your Elastic Beanstalk environment through your vanity domain name.Certs are not...