Marcos Placona on May 3rd, 2010

Reading time: 5 – 8 minutes Photo by: gagilas As previously promised, today I’ll be publishing my migration scrips from Mango Blog to WordPress. As mentioned previously, I wrote this script entirely for my own benefit, so please excuse me if it doesn’t meet your expectations. It has only been tested on mySQL, but should [...]

Continue reading about Migrating Mango Blog to WordPress

Marcos Placona on February 4th, 2010

 
This is an idea I got from a Ruby on Rails extension called in_groups_of.
Basically the idea behind this method, is to be able to get an array of any size, and split it up in groups of arrays with smaller sizes.
One application that keeps coming back over and over again, is the ability to display tabular data in columns instead of rows.
Imagine the following array as an example:
 

Continue reading about CFML 101 – Grouping arrays for column presentation

Marcos Placona on February 2nd, 2010

Bug found on CFEclipse 1.3.5
(Photo: slowdown)

I tried reporting this on track, but it wouldn’t let me register for some reason.

Continue reading about CFEclipse 1.3.5 – Bug found + workaround

Marcos Placona on February 2nd, 2010

Reading time: 1 – 2 minutes (Photo: TalkingTree) It just came to my attention that CFEclipse 1.3.5 has been released, and as usual I am a bit late announcing it. From the what’s new page, we can see that loads have been added to it, but the highlights in my opinion are: Proposal Categories Function [...]

Continue reading about CFEclipse 1.3.5 Released

Marcos Placona on August 20th, 2009

Reading time: 3 – 5 minutes I’m probably late on this one, but mangoBlog v1.4 has just been released. From the changelogs: What’s new in version 1.4 Revisions of posts and pages are now stored and user can “restore” an older version Added a permission for users to not to be able to access the [...]

Continue reading about MangoBlog 1.4 Released and Important notes