Browsing articles in "Resources"
Feb
18
2013

Custom PHP MySQLi Database Class

asskicking

Since the depreciation of the mysql functions in PHP (archive here), I thought it may be handy to more effectively future-proof my web applications by wrapping my database interactivity functions in a class (and oh how it is!), and as I was building a new web framework anyway- I figured why not! Unrelated: featured image is a good example of why I’m better off programming than designing (winky face) The problem with much of my [...]

Feb
4
2013

Using PHP to output images (AWESOME STYLE)

Don’t get me wrong, I’m not lazy, but I’m also NOT a front end designer or HTML guru. So when it comes to repeating tasks endlessly that are even mildly lengthy- I get bored. That’s right, I said it- b.o.r.e.d. Tonight was a perfect example! As a back end engineer, I’m nearly always provided very tidy, but elaborate HTML assets, which are then on my desk to become amazing and highly functional beings. But after [...]

Aug
22
2011

How to Import an ExpressionEngine Blog into WordPress

EE to WP

I’m sure by now that most of you have seen my post on how I feel about ExpressionEngine (here), so this post is a natural follower!  Today, we’re going to talk about migrating your content from ExpressionEngine to WordPress. I spent quite a bit of time working through EE’s poorly detailed instructions on how to export entries before I decided to just get my hands dirty.  Mind you, this post is only applicable to you [...]

Jul
17
2011

ExpressionEngine Vs. WordPress

Expressionengine VS Wordpress

Update: detailed instructions and a full script for migrating from EE to WP may now be found here. For nine months now, I’ve been working with ExpressionEngine (EE) for one of my employers websites.  Originally, I was very hesitant to make the dive into yet another content management system, and after 9 months- my hesitation was certainly merited! Expressionengine doesn’t specify that it lacks necessary functionality, it just makes it impossible to do whatever it [...]

Jun
29
2011

Get Location From User IP Address

IP to Location Function Image

For many of the websites that I work with and manage, IP addresses are collected; primarily as a means to combat spammers, secondarily because it’s always interesting to read where your visitors are coming from. There are a number of ways from which IP addresses can be used to display a location, however, many of these services have not had great results for me.  Many have either a limit to the number of IP’s returned, [...]