The 10 principles of good design according to Dieter Rams Good design is innovative Good design makes a product useful Good design is aesthetic Good design makes a product understandable Good design is unobtrusive Good design is honest Good design … Continue reading
Setup Stripe Connect and Rails
This ‘omniauth-stripe-connect’ gem makes it simple to get a Rails application communication with Stripe using Stripe Connect and OAuth 2.0. https://github.com/isaacsanders/omniauth-stripe-connect And stripe documentation https://stripe.com/docs/connect/getting-started#register-application
Simple Snippet: WordPress Breadcrumbs Without a Plugin » Dimox.net
Dimox outlines a simple method for adding bread crumbs to a WordPress theme. Basically, a simple function is added to a theme’s functions.php file, then the breadcrumb function gets included in page templates as needed. Check it out here: WordPress … Continue reading
Easily Generate Random Numbers with Javascript
Sometimes you need a random number from javascript. In this case I needed to get a random integer to select a CSS class referencing a header image from an array to randomly show a header graphic. Here’s the snippet: Math.random() … Continue reading
Export email addresses with particular domain – Microsoft Exchange
Here’s a handy Microsoft Exchange Shell command to export a list of users with a specific domain name. Get-Mailbox -resultsize unlimited | Select-Object displayname -expandproperty emailaddresses| Where-Object {$_.smtpaddress -like “*domain.com*”}| Select-Object displayName,SmtpAddress | Export-csv C:\domain.csv Export email addresses with particular … Continue reading
Test post 1
Test post content…. Test post content…. Test post content…. Test post content….Test post content…. Test post content….Test post content…. Test post content….Test post content…. Test post content….Test post content…. Test post content….Test post content…. Test post content….Test post content…. Test … Continue reading
Setup – KeePass Auto-Typing in Ubuntu
Setting up the Auto-Type KeePass hotkey in Ubuntu is pretty simple and saves time. Just open the “Keyboard” -> “Shortcuts” settings dialogue, click “Custom Shortcuts”, click the “+” sign, with the path to your keepass2 executable with the “–auto-type” parameter. … Continue reading
Basic jQuery Slider – Simple Image and Content Sliding
Basic jQuery Slider is a nice little plugin with for basic image slideshows and content sliding. jcobb/basic-jquery-slider · GitHub.
alias.sh | Manage, share and source your aliases online.
alias.sh is a great tool to help manage aliases and easily share on multiple computers. You simply add aliases to your account and when ready, run a curl command to pull them into your bash profile. alias.sh | Manage, share … Continue reading
Sweet Potato Soup With Ginger, Leek and Apple
Simple Leek, sweet potato soup recipe. Followed the recipe but omitted the Yukon gold potatoes and skipped the blending. Also added kale. Sweet Potato Soup With Ginger, Leek and Apple — Recipes for Health – NYTimes.com.