Defvayne23 Xbox Avatar

Defvayne23

PHP and the broken is_file()

Working on Hospice of Wichita Falls I used my image resize function that’s built into the my CMS. Was having trouble with the gallery and the images not showing up. After some short debugging, realized the code was dying when I tried to make sure the file existed using is_file before I passed it onto GD. I spent hours looking at the path for the file and making sure everything was spelled correctly and that the file in fact did exist. Read More…

Purpose and Plan

The plan I have for my blog is to discuss the projects I work on, but also anything I find along the way. Tutorials will be posted like the oneĀ  I am currently writing, “Image Cropping with GD in PHP”.

Topics:

  • PHP
  • Javascript
  • HTML/CSS
  • Linux/Ubuntu

CMS Project Now Public

A CMS that James Fleeting and I have been working on for over a year has gone open source. The decision was made over new year’s eve dinner at Wild Wings. The reason for opening the code is to not only give other developers another MVC to code with, but to also help the CMS grow. Read More…