Category: Tools
New selfpacker.sh version
Click read more to review changes and source.
GLSL converter to fragment source (usable by Phaser)
I haven’t found anything that can convert GLSL code to fragment source used by Phaser so I’ve created my own tool.
A MAN LEARNS THROUGHOUT HIS WHOLE LIFE
If you’re a fan of Firefox (mainly because it’s an awesome tool for webdevelopment) like me. You should already know that there’s an additional console for developers (I’ve did not until five minutes ago). When you press Shift + F2 it shows little input bar on the bottom of the window. For example type the […]
Simple backup script for your web projects
If you want to archive your project quickly with additional MySQL dump you can use this simple Bash script.
Tiled tile map editor
How to install Tiled map editor on Debian derivatives such as Ubuntu or Elementary.
How to add Bower component when it’s not in the repository?
Sometimes component that you want to use in your project isn’t available in Bower repo. There is a way to install it, even in very specified version. Go to project’s Github, in my case it’s here. Copy URL from the browser, and paste it somewhere. Now go to relases and click commit id that you’re interested […]
SEO Friendly Gists
In case you ever wondered if Github’s Gists are indexed when they are embedded on your website, ther aren’t 🙂 But there is a simple tool to avoid loss of traffic from Google. Go to http://seo-friendly-gist.herokuapp.com/ and simply paste your gist’s id into form on this website. It will generate code that you should paste unchanged to your […]