Quantcast
Channel: My Monkey Do
Browsing all 13 articles
Browse latest View live

git couldn’t resolve proxy null

Problem: I keep getting this error: “Couldn’t resolve proxy ‘(null) …”. I googled so hard!   Solution: Thank you to someone who just plainly answers my question.  You just have to unset http.proxy and...

View Article



git move files

Problem I added and pushed a bunch of files into my repository, but now I need to put it into a subfolder.   Solution Git is smart and will find the files you moved.  Do the following: $ mkdir...

View Article

Favicon png or ico?

I found some great info, where I always do, on stackoverflow.  Basically it all modern browsers request a ico file so its best to have it in case you don’t have a <link> tag.  The best thing was...

View Article

Loading Graphic

Not a graphic designer, but you need an animated graphic to show something is loading?  Preloaders.net is a free online tool that lets you create your very own loading graphic.   http://preloaders.net/

View Article

Firebug in Safari

Since Safari 3.x, you can now have a firebug-like tool in Safari.  Either open terminal and copy-paste the line below or edit the plist file here ~/Library/Preferences/com.apple.Safai.plist. defaults...

View Article


Online Tools

All tools listed here are free and ready to use. CSS Gradient Generator Great for creating gradients, even in IE: http://www.colorzilla.com/gradient-editor/ Image Editor Great for an alternative to...

View Article

Theme Localization

Wodpress theme localization seemed like an easy task.  And while all the info was there, I ran into several hiccups. PoEdit This piece of open source software seems like a great tool for localization...

View Article

GIT PUSH IS FAILED DUE TO RPC FAILURE (RESULT=56)

Problem Pushing to git showed this error: error: RPC failed; result=56, HTTP code = 0 Solution The problem is the git buffer is too low.  After finding the solution I realized I did have a large image...

View Article


Environment Setup

This week I had to temporarily work on a new laptop so I had to set up my dev environment from scratch.  Of course, I wanted the same tools and apps I had on my permanent environment.  I find that...

View Article


Easy WordPress Localization

If you want to localize a plugin or theme or even just change some wording around, or if you are starting from scratch the easiest thing to do is install the Codestyle Localization plugin. If starting...

View Article

Convert Mac dfont files to TTF format

Windows only accepts TTF font files while Mac format’s their font into Dfont format.  This tool by Peter Upfold lets you convert those beautiful Mac fonts into windows format.  Then with your TTF fonts...

View Article

PHPUnit and PHP 7 problems

Problem I’m using PHPUnit 5.5, upgraded my PHP version to 7.2.  Two problems actually occur.  First there’s this weird error: Fatal error: Declaration of...

View Article

PHPUnit and PHP 7 problems

Problem I’m using PHPUnit 5.5, upgraded my PHP version to 7.2.  Two problems actually occur.  First there’s this weird error: Fatal error: Declaration of...

View Article

Browsing all 13 articles
Browse latest View live




Latest Images