In this post I will document a few handy scripts and tips that my son and I have figured out while using the fun game development tool RPG In A Box. I strive to create scripts that are reusable and read values from the context they were called from.
Continue reading “RPG In A Box – Scripts Collection”Tag: development
Apache Wild-Card Development Sites
I work on a Ubuntu machine and the easiest way to get a LAMP development environment working was for me to just install Apache, PHP and MySQL. I want my sites to be testable locally with a *.dev.test
domain.
So if I visit sherriw.dev.test
I want it to resolve to a sherriw/
directory in one place (for example /home/dev/projects/
).