ace’s blog

a place for me to record events in my life. plus I can bitch and moan here if I feel like it =)

ace’s blog header image 4

Entries Tagged as 'PHP'

Updated the Vox-Crossposter

April 10th, 2008 · · Blogging, Family, PHP, Vehicles, Web Development, WordPress Plugin

Holy sheep shit! I just fixed a known (to me) bug in the vox-crossposter WP plugin I wrote a LONG time ago.
All I changed was the character encoding from
$email_headers .= ‘Content-type: text/html; charset=iso-8859-1′.”\r\n”;
to
$email_headers .= ‘Content-type: text/html; charset=utf-8′.”\r\n”;
If you look at the second “known bugs” list at http://www.acedanger.com/vox-crossposter, you will see exactly what I changed. [...]

[Read more →]

Tags: ·

Insomnia

September 24th, 2007 · · Home, Lansa, PHP, PeopleArray, Web Development, Website, Work

Meri and I were in bed, getting ready to fall asleep and then she started talking about work and how she didn’t want to go back tomorrow. That got me talking (and thinking) about my job. Then I started bitching…and bitching and bitching and bitching. So now, about 2 hours later (yeah, [...]

[Read more →]

Tags:

Another Vox Crossposter Feature

August 17th, 2007 · · Blogging, PHP, Web Development, WordPress Plugin

My plugin was in a write up about Wordpress plugins on the blog Mashable.  Here is a link to the entry: http://mashable.com/2007/08/02/wordpress-readers/.   How cool is that?!
I found it by looking through some of the incoming links to my blog.  I clicked on a link from an Asian site and saw a link to Mashable.com.  I [...]

[Read more →]

Tags:

Vox Crossposter recognition

May 3rd, 2007 · 1 Comment · Blogging, PHP, Web Development, WordPress Plugin

First and foremost, I want to thank David Chartier for the write-up he completed for the DownloadSquad regarding my Wordpress plugin, the Vox Crossposter. I didn’t think the plugin was that big of a deal until users started to email me, asking me for help installing the plugin. I received a lot [...]

[Read more →]

Tags:

Searching the Wordpress Source Code

February 8th, 2007 · · Blogging, PHP, Web Development

I just found this badass site for searching through the WordPress source code!  This site makes searching through the source very easy!  It is a PIA to search through the source code by hand.

[Read more →]

Tags: