moorberry.net Open in urlscan Pro
2606:50c0:8000::153  Public Scan

URL: http://moorberry.net/
Submission: On October 07 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET http://google.com/search

<form action="http://google.com/search" method="get">
  <fieldset role="search">
    <input type="hidden" name="q" value="site:blog.alexharr.is">
    <input class="search-field" type="text" name="q" results="0" placeholder="">
    <input class="submit" type="submit" value="">
  </fieldset>
</form>

Text Content

MICHAEL MINTER PROGRAMMER & ENTREPRENEUR


 * RECENT POSTS
   
   * Search Multiple Directories With Cd
   * MySQL Lock Wait Timeout Exceeded
   * Create Linux Install USB on Mac
   * Git Push to Github and Heroku
   * Database Version Control With MySQL Utilities
 * 


 * CATEGORY CLOUD
   
   Airbrake(1) API(5) Bash(1) Bootstrap(1) CSV(1) Data(3) DataTables(1) Email(1)
   Git(1) Java(1) Javascript(4) jQuery(1) jQuery Mobile(1) linux(1)
   LocalStorage(1) Mac(1) MongoDB(1) mysql(1) MySQL(1) PHP(4) Postgres(1)
   Rails(3) Rake(1) Review(1) Ruby(8) Sinatra(1) SMS(1) SQL(2)


 * CODERWALL BADGES
   
   
   
   
   
   

 * * Linkedin - linkedin.com/profile
   * Github - github.com/michaelminter
   * Twitter - @mothore
   * Email - michael at moorberry


 * GITHUB REPOS
   
    * Status updating...
   
   @michaelminter on GitHub

Bash


SEARCH MULTIPLE DIRECTORIES WITH CD

If you use the command line and frequent a particular directory you can set cd
to scan, not just current, but other directories as well.

Jul 30th, 2014
mysql


MYSQL LOCK WAIT TIMEOUT EXCEEDED

What to do when you encounter:

> ActiveRecord::StatementInvalid: Mysql2::Error: Lock wait timeout exceeded;

Jun 17th, 2014
linux


CREATE LINUX INSTALL USB ON MAC

Create a bootable USB drive, for installing Linux, on your Mac.

May 13th, 2014
Git


GIT PUSH TO GITHUB AND HEROKU

Group assign any git repository, on any git provider, and for as many remotes as
you wish.

May 8th, 2014
MySQL


DATABASE VERSION CONTROL WITH MYSQL UTILITIES

The following steps are meant to capture a snapshot of your development database
structure and your staging/production database structure, compare the two, and
provide SQL to consolidate the differences.

Apr 13th, 2014
SQL


MULTI COLUMN UNIQUE INDEXES

When a database key is created from a combination of two or more columns, the
key is called a composite key. Each column may not be unique by itself within
the database table but when combined with the other column(s) in the composite
key, the combination is unique.

Jan 15th, 2014
Data, Postgres, SQL


POSTGRES: SEARCH AND SORT BY RADIAL DISTANCE

Request users by radial distance and sort by nearest to farthest, vice versa, or
whatever other attributes you’d like to include.

Dec 11th, 2013
CSV, Data, Ruby


CSV SPECIAL CHARACTER

Separate CSV data with a special character (example: thorn þ).

Oct 8th, 2013
Rails, Ruby


RAILS 2 AND ACTS_AS_PARANOID

Overrides some basic Active Record methods for the current model so that calling
#destroy sets a deleted_at field to the current timestamp.

Aug 15th, 2013
Javascript


ANDROID JAVASCRIPT DEBUGGING

As a web developer, I have to use console.log a lot to see what’s going on with
Javascript in my web applications, and Android Browser does not make this an
easy task.

Aug 12th, 2013
Data


OPENOFFICE: MERGE AND SORT DATA

You need to construct an array using a list of pre-existing values but firstly
have to sort the order of that list.

May 14th, 2013
Review, Ruby


BOOK REVIEW: ELOQUENT RUBY

Eloquent Ruby is a book about the Ruby programming language that focuses on Ruby
programming style by teaching you how to write your code as a real world
hardened Rubyist.

Apr 6th, 2013
API, Email, SMS


SEND TEXT MESSAGE THROUGH EMAIL

If you’d like to send a TXT message through email rather than use a SaaS
application, such as Twilio, you can send SMS messages through SMTP.

Mar 27th, 2013
Javascript, LocalStorage


LOCALSTORAGE: OBJECT RELATIONAL MAPPING

An Active Record -like localStorage Object-Relational Mapping library.

Feb 23rd, 2013
Airbrake, Javascript, Rails, Ruby, Sinatra


AIRBRAKE: SEND ERROR NOTICES USING JAVASCRIPT

Right now you may be saying to yourself, “but why not just use an AJAX request
inside of my Javascript application or use the Image().src hack…”

Feb 19th, 2013
Bootstrap, DataTables, jQuery


DATATABLES PAGINATION WITH TWITTER BOOTSTRAP

As a developer who likes to spend more time with beautiful object-oriented code
rather than mark-up, DataTables is a wonderful tool for me, with a growing list
of extendable features.

Feb 11th, 2013
jQuery Mobile


CLICKED LINK ATTRIBUTES IN JQUERY MOBILE EVENTS

So…are you tired of writing and rewriting (or commenting out) Javascript and
want to handle your clicked link attributes inside of a jQuery Mobile event?
Here’s how:

Feb 6th, 2013
Rails, Rake, Ruby


SPECIAL NOTES LOOKUP IN RAILS

Add special notes to your source code comments in Rails to later remind you of
tasks you need to complete:

Nov 6th, 2012
API


KEEPING YOUR HEROKU DYNO AWAKE

Apps that have scaled the number of web dynos (dynos running the web process
type) so that only a single web dyno is running, will have that web dyno idled
out after one hour of inactivity. When this happens, you’ll see the following in
your logs:

Sep 20th, 2012
Java, Mac


ACTIVATE JAVA CONSOLE IN MAC

When you need to debug a Java applet running on your website, there’s only one
way, and that’s with Mac’s built-in Java console.

Sep 10th, 2012
← Older
Powered by Octopress


 * RECENT POSTS
   
   * Search Multiple Directories With Cd
   * MySQL Lock Wait Timeout Exceeded
   * Create Linux Install USB on Mac
   * Git Push to Github and Heroku
   * Database Version Control With MySQL Utilities
 * 


 * CATEGORY CLOUD
   
   Airbrake(1) API(5) Bash(1) Bootstrap(1) CSV(1) Data(3) DataTables(1) Email(1)
   Git(1) Java(1) Javascript(4) jQuery(1) jQuery Mobile(1) linux(1)
   LocalStorage(1) Mac(1) MongoDB(1) mysql(1) MySQL(1) PHP(4) Postgres(1)
   Rails(3) Rake(1) Review(1) Ruby(8) Sinatra(1) SMS(1) SQL(2)


 * CODERWALL BADGES
   
   
   
   
   
   

 * * Linkedin - linkedin.com/profile
   * Github - github.com/michaelminter
   * Twitter - @mothore
   * Email - michael at moorberry


 * GITHUB REPOS
   
    * Status updating...
   
   @michaelminter on GitHub