[FIX] UITextField Text Jumping Sideways
If you’ve ever noticed your ui text field jumping sideways when moving to the next UITextInput, you can use this snippet to stop the text from jumping. All you have to do is subclass a UITextField.
If you’ve ever noticed your ui text field jumping sideways when moving to the next UITextInput, you can use this snippet to stop the text from jumping. All you have to do is subclass a UITextField.
Hey everyone! It’s me, Zack, again. It’s been a long time since my last post but now it’s time for a new one. I’ve been very busy over the past year and a half. I’ve been traveling all over South East Asia and building amazing software for clients. Yet, on the side, I’ve been working […]
If you’re wondering how to make the AM and PM lowercase when using the DateFormatter or NSDateFormatter, you can set the properties formatter.amSymbol = “am” and formatter.pmSymbol = “pm”. Hopefully this quick little snippet helped someone! Happy Coding.
Painful, yes? Any time I setup a postgres instance to work with postgis, it never goes smoothly. This guide here is meant to be the end all of searching over countless documentations on how to get it working on local & heroku. The below process described was all gathered from numerous sources over the internet, […]
I’m pretty excited to say that I’ve built a pretty useful iOS app and its been approved and is available for download on the app store for free. How to get it It’s called “Bathroom Finder” – if you search for that term, you should see it. Or you can click here: https://itunes.apple.com/us/app/bathroom-spy/id1144502117 How it […]
Feel free to use this ReactJS Dialog Box built with Twitter Bootstrap Modal in mind. The code to use it is below. Courtesy of Github! CODE: View the code on Gist.
Recently I’ve been playing around with Facebook’s react framework, and I must say, I really like it a lot. I also run an extreme action sport video community website: http://thisisepic.com. I’m always searching for ways up speed up the website, and I know that the flash player I was using (jwplayer) can be a bit […]
If you upgraded to OSX Yosemite as soon as it came out, you know the risks involved. I finally got bitten by the upgrade monster. My wifi connection had screeched to a halt and browsing the internet was painful, and desktop apps such as Twitter or the app store wouldn’t load. My download speeds were […]
The best iPhone 6 design templates from around the web all in one spot. Plus a bonus mockup for the Apple Watch.
Have you ever needed to add some options to a select field in ruby on rails but didn’t know how? I did – and when I googled it, I didn’t find much help. After a bit of research, it occurred to me that its actually very simple. I use two helpers that both generate a […]
Lets face it. You have a thousand passwords to remember. You also have a GoPro and decided to try out the GoPro iOS app. After some time, you’ll forget it if you didn’t document it and go a while without using your GoPro – like I did. Without further ado, I show you a shortcut […]
Hey Guys, I know its been a while since I have posted on here but, hey… I have been busy! Anyways, I have been hard at work on personal projects and some other work that I have been really enjoying. For a project I am working on, I was required to implement a dynamic keyword […]
I finish showing you how to add a custom logo to your WordPress Website using a theme options plugin called Option Tree. It’s as simple as drag and drop to upload.
I finish adding a slider to the home page of the website. Adding the slider took just over 5 minutes. How simple is that!? And with the help of the option tree plugin, we could add custom slides easily.
I do my best to add a image rotator to the WordPress Website in under 5 minutes. I failed, but just barely. I use the twitter bootstrap carousel, jquery, and some other bootstrap css.