Quantcast
Channel: My Monkey Do
Browsing latest articles
Browse All 14 View Live

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

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


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


Thisisunsafe

Problem Sometimes you need to run https sites locally and you can’t get by Chrome’s warning of NET::ERR_CERT_INVALID. Google has removed the link to just bypass this warning recently. Solution While...

View Article
Browsing latest articles
Browse All 14 View Live