Defvayne23

 

Link Wednesday

  • PaperKilledRock.com – James Fleeting has started doing Quick Tip Tuesday posts. He kicks off his first tip with showing implementations of pseudo class :hover in css. Can’t wait for what he comes up for next week.
  • FlyingNoWhere.com – Site has a great collection of iPhone wallpapers. James Fleeting is working on an iPhone app to get these wallpapers onto your iPhone easier.
  • DummyImage.com – Great method to create wire frames or for client sites that don’t have content yet. Simply set the source to this website with the width and height in the url, and returns a dummy image with those dimensions.
Share

 

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…

Share

Tags: , | No Comments
 

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
Share