blog.marchibbins.com
» Home Security by Marc Hibbins
http://blog.marchibbins.com/2011/09/08/home-security
Freelance Web developer, blogger. Laquo; As Long as You Follow. Here’s to Taking It Easy. Apache VirtualHosts within an encrypted Ubuntu home directory. September 8, 2011 – 4:43 pm. Since deciding to work exclusively in a Linux environment. The inevitable day, however, came a couple of weeks ago when I royally screwed my system messing around with Python (solution in another blog post. Running the normal LAMP-server setup, Apache is unable to access files within the encrypted home. Then a far simpler sol...
blog.marchibbins.com
» Here’s to Taking It Easy by Marc Hibbins
http://blog.marchibbins.com/2011/09/15/here’s-to-taking-it-easy
Freelance Web developer, blogger. Laquo; Home Security. Here’s to Taking It Easy. Simple Python environments and package management. September 15, 2011 – 5:43 pm. I mentioned in my previous post that I borked my system meddling with Python. Having reset my workspace, I’ve now set up a solid system that makes handling projects and multiple development environments super simple. Since then however, I’ve found no need. So long as you think before you leap. In that sense, they’re great for beginners uncertai...
blog.marchibbins.com
» 2011 » September by Marc Hibbins
http://blog.marchibbins.com/2011/09
Freelance Web developer, blogger. Monthly Archives: September 2011. Using PyDev for Django with virtualenv. September 21, 2011 – 12:41 pm. In addition to my last post. On Python development environments, here’s a note on using the PyDev plug-in for Eclipse. With our virtualenv set-up. Assuming everything went swimmingly virtualenv running, Django installed with a project folder (let’s call it ‘ myproject. Having done something like this:. Virtualenv - no-site-packages env. Env) $ pip install django.
blog.marchibbins.com
» Simple Things by Marc Hibbins
http://blog.marchibbins.com/2012/08/27/simple-things
Freelance Web developer, blogger. Prototyping with Flask, templating with JSON and Jinja2. August 27, 2012 – 6:17 pm. In my last post. I put together a simple template server with Express. Running on Node for a current project. I only usually use Node for a few build tools and prefer Python on the back-end, so just for the sake of it, here’s a Python alternative. Is a light web framework and very easy to get going with. It’s useful for putting together pages and URL routes with minimal set-up. Method sen...
blog.marchibbins.com
» 2010 » January by Marc Hibbins
http://blog.marchibbins.com/2010/01
Freelance Web developer, blogger. Monthly Archives: January 2010. Wordpress, SEO and pimping my blog. January 12, 2010 – 12:43 pm. I thought with the turn of the new year and whatnot, I’d make a few improvements to my blog. I decided then to use WordPress’ custom fields. To add a descriptive ‘subtitle’ to each post that should shed some light on what I’m actually writing about and hopefully the titles should start making sense. I could have started anew and use descriptive titles from here on, but that w...
hibbins.wordpress.com
Connect | Marc Hibbins
https://hibbins.wordpress.com/2008/12/17/connect
Interactive Media Design and Development. December 17, 2008 – 2:07 pm. For some time I’ve been meaning to write about Facebook Connect. And Google Friend Connect. Two potentially huge social web developments that have been gathering speed and popularity over the past few weeks. I first saw Facebook Connect in August with their demonstration service The Run Around. The idea is simple, the effect could be game-changing. It’s been met with both cautious optimism. If this becomes as. Entirely – service...
hibbins.wordpress.com
Movin’ on Up | Marc Hibbins
https://hibbins.wordpress.com/2009/04/27/movin-on-up
Interactive Media Design and Development. Movin’ on Up. April 27, 2009 – 10:03 pm. I have now upgraded and moved my blog from https:/ hibbins.wordpress.com/. To http:/ blog.marchibbins.com/. Having said that, I’m not sure if all RSS readers will be happy with it, so if you do subscribe please update the feed to http:/ blog.marchibbins.com/feed/. Laquo; The Perfect Design. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public).
blog.marchibbins.com
» Building by Marc Hibbins
http://blog.marchibbins.com/2012/08/21/building
Freelance Web developer, blogger. Laquo; One Note. Templating with Mustache, Express and NodeJS development tools. August 21, 2012 – 10:39 pm. I’m currently working on a front-end build for a site whilst a second (external) team simultaneously develop the back-end. Those guys will later integrate the templates once everything is ready. It’s a fairly common scenario. For templating we’re using Mustache. Which has a number of server-side and client-side implementation options. Which makes use of LESS CSS.
blog.marchibbins.com
» 2011 » May by Marc Hibbins
http://blog.marchibbins.com/2011/05
Freelance Web developer, blogger. Monthly Archives: May 2011. As Long as You Follow. Beats Per Mile: Integrating Twitter and OAuth. May 18, 2011 – 11:48 pm. The final part of Beats Per Mile. Worth mentioning is the Twitter integration. The application was designed to send automated tweets on Gemma’s behalf from her personal Twitter account. Giving updates of her progress to those following. Similar to the mechanism for fetching Instagram images. Since Twitter deprecated support of Basic Auth. OAuth allow...
blog.marchibbins.com
» nodejs by Marc Hibbins
http://blog.marchibbins.com/category/nodejs
Freelance Web developer, blogger. Templating with Mustache, Express and NodeJS development tools. August 21, 2012 – 10:39 pm. I’m currently working on a front-end build for a site whilst a second (external) team simultaneously develop the back-end. Those guys will later integrate the templates once everything is ready. It’s a fairly common scenario. With our data objects in line with their schemas, plus agreeing on a templating system similar to their implementation, should minimise the integration period.