Posts

Link Post: The Origins of the Tag

http://www.montulli.org/theoriginofthe%3Cblink%3Etag

nomad-cli

I've been using PhoneGap for a recent mobile application that we're developing for a client. During development I found a super helpful library in nomad.

Read More

Link Post: My Email is a Monster

The Oatmeal gets it, again.

http://theoatmeal.com/comics/email_monster

Link Post: Gulp Cheatsheet

https://github.com/osscafe/gulp-cheatsheet

Optimal Colors for Graphs[in RGB Hex]

I've been using jqxChart for a bunch of projects and it works okay. It's great if you're working on a fixed set of columns but it can be a bit of a pain if the columns are generated dynamically. But I ran head long into a real problem this week because if you have more than four series on the same graph by default it uses some very similar blue colors.

I figured there must be a better way to do this and after an extremely quick Google search I found this article:

Optimal Colors for Graphs

The article includes this graph which is super helpful if you're using Excel (which the blog post references) but I needed to use it in a CSS document so I needed to convert it from decimal RGB to hex RGB and I figured I could post the results so others could use them.

Bars

#7293CB #E1974C #84BA5B #D35E60 #808585 #9067A7 #AB6857 #CCC210

Lines and Points

#396AB1 #DA7C30 #3E9651 #CC2529 #535154 #6B4C9A #922428 #948B3D

Link Post: How to End Every User Group and Conference Presentation

It’s a long road between these points, but the first step is an easy one. Just close every talk with ten words:

  1. To learn more, go here.
  2. And for help, contact me.

https://ozar.me/2014/12/how-to-end-every-user-group-and-conference-presentation/

Fixing the "you haven't installed Xcode Command Line Tools properly" Error on Yosemite

I recently upgraded my laptop to Yosemite from Mavericks (which has been a great upgrade) and a couple days ago I was trying to install nomad but I was receiving an odd error.

Read More

Link Post: Your company WILL be a software company

There are lots of really great existing software solutions for typical business problems today. Must Win relies on a few: Google apps, Slack, ZenPayroll, and several others. We love them, and they brought us far. But with all of these third-party tools, you will inevitably reach a point where you wish it did something a little differently. Often, you end up needing to do some development work to get what you want out of it.

At Zimco, we're focused on creating custom software solutions so normally people come to us when they can't find an off the shelf solution. But I'm amazed at how many times I can find software that does 90% of what they need but because that 10% is so critical to their business that they need to pay tens of thousands of dollars to custom build what they really need. It's better for us when we can use an API to interact with a third party so we can add that additional 10% for them instead of having to write 100% of a new solution.

https://medium.com/@mustwin/your-company-will-be-a-software-company-e338fc822844

Why You Should Put a Ticket In

Hello, if you're seeing this it means that a programmer who loves you doesn't love how you're contacting them with technical problems. Below are some of the reasons you shouldn't be contacting them directly but instead should enter a ticket into your ticketing system.
Read More

Link Post: Sublime Text for Front End Developers

http://css-tricks.com/sublime-text-front-end-developers/

RSS

Join Our Mailing List!

View previous campaigns.

Top Posts

  1. Working With Soft Deletes in Laravel (By Example)
  2. Fixing CMake was unable to find a build program corresponding to "Unix Makefiles"
  3. Upgrading to Laravel 8.x
  4. Get The Count of the Number of Users in an AD Group
  5. Multiple Vagrant VMs in One Vagrantfile
  6. Fixing the "this is larger than GitHub's recommended maximum file size of 50.00 MB" error
  7. Changing the Directory Vagrant Stores the VMs In
  8. Accepting Android SDK Licenses From The OSX Command Line
  9. Fixing the 'Target class [config] does not exist' Error
  10. Using Rectangle to Manage MacOS Windows

subscribe via RSS

All content copyright This Programming Thing 2012 - 2021
Blogging about PHP, MySQL, Zend Framework, MySQL, Server Administration and Programming in general