30 03, 2016

Social Aggregation

2016-03-30T15:48:56-07:00Projects|

Social network aggregation is the process of collecting content from multiple social network services, such as Instagram, Facebook, Twitter, YouTube, etc. into one unified presentation. The task is often performed by a social network aggregator, which pulls together information into a single location, or helps a user consolidate multiple social networking profiles into one profile. [...]

3 03, 2016

Pulse

2016-03-03T20:55:42-08:00Projects|

I have been slowly working towards adding Pulse to Afterglow - think of it like a heartbeat, every so often it will re-check the server for updated media posts and automagically display them in the open feed. Real time updates you say? Yes. Yes they are. I'm going to have the Pulse controlled from another [...]

18 02, 2016

Milestones

2016-02-18T11:31:37-08:00Blog, Projects|

So, I've been watching the registrations on transfermyemail.ca and find it interesting the countries that I'm seeing there. It has started being used in Argentina, the Philippines, Austria,  Nigeria, and the UK, apart from Canada and the USA.  The consistent story I hear with most users is that they're moving from an old/slow/bad host to something newer [...]

15 02, 2016

TransferMyEmail

2016-02-17T21:02:08-08:00Projects|

Made some changes to TransferMyEmail yesterday and today - basically I rewrote the parsing routine for folder structure and output of checkboxes. This was needed because originally I had been using "INBOX" as the root folder, which worked to a certain extent, but then had some feedback from Germany, where I found out "POSTEINGANG" could be used [...]

7 02, 2016

Afterglow

2016-02-17T21:02:17-08:00Projects|

I have this social aggregation project I've been working on called AfterGlow, and it's not without its challenges, but tonight I did some work on it on a few areas that have been insufficient up until now. Instagram's API supports pagination, so I added support for that - full support too, so it will continue [...]

9 11, 2015

IMAP Migration PHP Script v2

2016-02-17T21:03:26-08:00Projects|

A few things have changed since the last time I posted the IMAP migration script, and my wishlist of features is almost complete. Instead of a single file that you have to manually specify variables in, you now have fillable form that uses jQuery.post to send variables to another file (called process.php), which handles the [...]

1 09, 2015

Commits and Gits

2016-02-17T21:04:31-08:00Projects|

Submitted my first change request/commit for Jetpack, which I already have in use on my site. You'd think having Google+ pages as a link would be something that they'd already have on there? Strange! Find it here: https://github.com/Automattic/jetpack/pull/2654 I went a little further down the blogging road with MainWP and converted my plugin/extension over to [...]

9 07, 2015

IMAP Migration PHP Script

2016-02-17T21:05:18-08:00Projects|

So after a bit of digging I was able to complete a working IMAP mailbox-to-mailbox migration script to help move accounts between servers. A lot of time and effort will be saved, as it is run directly on the server rather than linking your mail client to two accounts and transferring it using drag and [...]

Go to Top