Tumgik
mkamyszek · 9 years
Photo
Tumblr media
I hope this helps someone else...
I have been using UserApp.io for user management, and could not, for the life of me, figure out the HTTP docs for retrieving members.
After some troubleshooting, I’ve finally figured out the requirements. Here’s an AngularJS version of a post that can be used to retrieve users in your UserApp database.
1 note · View note
mkamyszek · 10 years
Link
svg icons library for web
0 notes
mkamyszek · 10 years
Text
Animate.css with AngularJS
1. Add animate.css to your <head> tag.
2. Add class='animated' to the element you want to animate.
3. Use ng-class to add and remove classes as you'd like:
<div class="animated" ng-class="{'bounceInUp': apiLoading, 'bounceOutDown': !apiLoading}"></div>
0 notes
mkamyszek · 10 years
Video
youtube
Patton Oswalt Is a "True Detective"
0 notes
mkamyszek · 10 years
Photo
Tumblr media
0 notes
mkamyszek · 10 years
Photo
Tumblr media
Morning hike to King and Queens Seat.
0 notes
mkamyszek · 10 years
Photo
Tumblr media
Boston's Green Line
0 notes
mkamyszek · 10 years
Photo
Tumblr media
Mt. Lemmon, AZ
0 notes
mkamyszek · 10 years
Photo
Tumblr media
Marjoram.
0 notes
mkamyszek · 11 years
Photo
Tumblr media Tumblr media Tumblr media
Excited to finally release LeagueAthletics Mobile for iOS and Android!
0 notes
mkamyszek · 11 years
Photo
Tumblr media
Um, #microsoft, wtf?...
0 notes
mkamyszek · 11 years
Video
youtube
Dwolla is awesome! You can use it within your @LeagueAthletics website to process payment for your sports leagues.
0 notes
mkamyszek · 11 years
Video
youtube
One of the best movies of all time.
2 notes · View notes
mkamyszek · 11 years
Link
If you hate border-radii as much as me, here's a mod file for Twitter Bootstrap that removes all Border Radiuseseseses.
0 notes
mkamyszek · 11 years
Photo
Tumblr media
NBA Jam TE rosters.
0 notes
mkamyszek · 11 years
Photo
Tumblr media
0 notes
mkamyszek · 11 years
Photo
Tumblr media
Working on a phonegap application using v2.8 and continued to get this alert window when trying to use the geolocation function. To stop this from happening, and only use the device's geolocation alert, you need to use the "deviceready" event:
document.addEventListener("deviceready", getLocation, false);
function getLocation() { navigator.geolocation.getCurrentPosition(onSuccess, onError);}
1 note · View note