Tag: Web Development
-
The amount of old repositories I’m deleting from my Github account is making me think how often I start new projects and never complete them. I really need to change that.
-
From Pages to Patterns: An Exercise for Everyone
https://alistapart.com/article/from-pages-to-patterns-an-exercise-for-everyone/
-
Setting up samba share on my home network
Secure shell into file server. Install samba if not already present: Create samba password with : sudo smbpasswd -a YOUR_USERNAME Configuring the share: Restart samba:
-
Bypassing Laravel’s CSRF Middleware on selected routes (from 5.1)
A handy way to have some of your routes skip the middleware for CSRF protection. Handy in some situations.
-
Every time I do a “git add .”, I feel a little dirty inside.
-
How to stream live audio over the web using Icecast2 and Puredata
https://waterpigs.co.uk/articles/how-to-stream-live-audio-over-the-web-using-icecast2-and-puredata/
-
Trying to get SMS posting to my website working this late at night. What was I thinking. Nearly there though I think.
-
So planning and building an e-commerce CMS is harder than it seemed at first. Not that I thought it would be easy.
-
100 days 2015 – 10 days in
For the past ten days I have been doing the 100 day challenge. I decided to have a go at building my own e-commerce CMS. I don’t have a big passion for e-commerce. In fact most of the time I work with e-commerce it frustrates me. But then I always remember hearing the old saying:…
-
With each extra Laravel component I pull in to use, I increasing think – why not just use Laravel? I then have to remind myself that this whole thing I’m building is an experiment and a learning exercise, so it’s okay.
-
Successfully pulled in Laravel’s Ioc Container package for use with my project. I love it when things just work. BooYa!
-
I ain’t happy unless I’m tinkering. Re-installing Windows 7 then gonna use vagrant for dev stuff.