Quantcast
Channel: J.P. McGarrity.com » coding tool
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

BluePrint CSS Framework (Updated)

Recently been reading alot about CSS frameworks that are working off a grid that are easy to use and work with… Sort of been mulling around with trying one for my next project. After reviewing a few of...

View Article



Image may be NSFW.
Clik here to view.

QA with Mantis

As an on again off again freelancer I’ve encountered a many different ways to run through QA (Quality Assurance).  Each team has is own process… Excel docs getting emailed around left and right or a...

View Article

Image may be NSFW.
Clik here to view.

Use Textmate to Compose email with OSX Mail

Recently I started using Textmate for more things then just coding websites since thats bascially the tip of the iceburg then it comes to the most powerful editor on the mac. If you interested in...

View Article

Image may be NSFW.
Clik here to view.

CSS3 Gradient Code Generator

Checkout the CCS gradient code generator I created this morning. Click Here

View Article

Sync Textmate Bundles Across All your Macs With DropBox

If you’re a heavy lifter with Textmate and create and customize bundles all the time this post is for you. Copying bundles from one machine to another is cumbersome and easily forgotten. I always find...

View Article


Image may be NSFW.
Clik here to view.

Yeah, Top 10 Time!

I’ve been laying low on the bloggin’ recently, last night I went “beast” and played around with some fun stuff with the terminal, packet managers, NPM’s and a new IDE. Here’s the list of 10 things you...

View Article

Image may be NSFW.
Clik here to view.

SSH Tunnel With SOCKS Proxy

This tip is helpful to keep your internet session encrypted from browser to server and will bypass certain annoyances like web filters. In bash session type: ssh...

View Article

Image may be NSFW.
Clik here to view.

“grep” A Few Nice Extras

Since switching to VIM as my primary editor I find myself consistently leveraging the command line more. Here a few nice grep commands I’ve picked up along the way: Line Number: $grep -n "foo"...

View Article


TMUX Terminal Multiplexer

TMUX allows you to run multiple session in a single terminal window and/or detach them so they run in a background process. You can also allow other users access to you machine and peer code the same...

View Article


Homebrew Git Merge Fix

Once every few moon cycles I seem to get an issue with my homebrew updates flagging an error in the merge. Here is how to fix the merge. $cd /usr/local $git fetch origin $git reset --hard origin/master

View Article
Browsing all 10 articles
Browse latest View live




Latest Images