Categories
web

Diff Checker

I find that pretty often when working with data or fine-tuning a query, or updating some code that I need to compare 2 files. I sometimes use “File Merge” on Mac OS (it’s bundled with Xcode).

Or more recently I’ve been using https://www.diffchecker.com/

Give it a try and see the difference in 10 out of 3,435 rows of data from a query. See exactly what 2 variables changed in the new function someone wrote, etc….

Categories
web

UX For People with Color Blindness

Great article on how to keep the UI real for those with color blindness (like me)!

https://www.smashingmagazine.com/2016/06/improving-ux-for-color-blind-users/

 

 

Categories
web

Developer Survey 2016

StackOverflow is out with their 2016 Developer Survey. Great data in there, great to see the growth and trends around the world for web developers and developers of all kinds.

http://stackoverflow.com/research/developer-survey-2016

 

Categories
web

Laravel Valet: Easy way to get started with Local Mac development

What an easy way to get started with local development on a Mac! Although I’m really not a advocate for local development, I think there is just too much difference between local and production

http://code.tutsplus.com/tutorials/using-laravel-valet-for-wordpress-development–cms-26519

Categories
web

Progressive Web Apps

It really is here, the ability to make your web app feel like a native app. Here are 2 great resources for getting started:

https://developers.google.com/web/progressive-web-apps/

 

Categories
web

Star Ratings

Star ratings are all over the interwebs, but I tried coding some up a few months ago and it wasn’t that easy (at least not to make it cross- browser friendly). Today I stumbled across this nugget and wish I would have found it months ago:

http://lunarlogic.github.io/starability/