Location: THE SHIP INN BAR/RESTAURANT
Month: May 2019
Get a F*king Remote Job
Here’s a great website for anybody looking for a remote job. It provides a rather lengthy list of categorized careers, with explanations of what each one is all about, links to learning and training materials, as well as the links to the numerous websites where remote jobs are advertised.
CSSFX – beautifully simple click-to-copy CSS effects
CSSFX is a collection of CSS effects with previews and very simple implementation instructions. Just click on the effect demo that you like, and a popup with HTML and CSS code snippets will appear, ready to be used on your site.
There’s also a GitHub repository, if you prefer it this way.
With the big Texas boys
Debugging in Vim
Personally, I’m not a frequent user of debuggers. Most of the projects and code that I am involved with is easily debugged with good old “die(‘here’)”. But if you are looking for some help on how to use Vim with a debugger, have a look at the “Debugging in Vim” blog post.