2
votes
0answers
38 views

Practical advise for CMS

I'm working on a CMS system. The basis is pretty much done but before going any further I would like to know if there are things I really should change in the way I code things. I am pretty sure ...
1
vote
0answers
83 views

Binary search algorithm for non-overlapping time spans and possible gaps

I have a data structure, containing time span nodes, with the following properties: Nodes are sorted ascending Time spans will not overlap, but may have gaps between them Each node will have a start ...
0
votes
0answers
59 views

Improve my PHP Unzip & Move Function

I'm a PHP novice and so looking for some advice on a PHP function I have created to use within a Wordpress installation. As you can see from the code below, it runs when one of the admin's press ...