Tag Archives: Development

IE 7/8 PNG-24 transparency issue

We came across an error today with our drop down menu system that uses a PNG-24 semi transparent drop shadow image around the border where the transparency would appear black in IE 7 and IE 8. After searching and trying all possible fixes we found the solution to the problem and it was quite simple. [...]

Posted in Browsers, ColdFusion, Design, Javascript, Programming | Also tagged , , , | 2 Comments

Assigning the return value of new by reference is deprecated

I recently upgraded to PHP 5.3.0 after having some issues with FASTCGI and 5.2.x on Windows but the moment I did this I started getting numerous warnings. The one that appeared the most was: Assigning the return value of new by reference is deprecated Apparently in PHP5 all objects are passed as reference and 5.3.0 [...]

Posted in PHP, Programming | Also tagged , | 3 Comments

My Development Future with ColdFusion

I absolutely love Adobe ColdFusion. I have been using it since version 3 and fell head over heals the first day I saw how easy it was to create a search directory, or send an email, or just about anything the average web application developer could want back in those days. It has matured tremendously [...]

Posted in Business, ColdFusion, PHP, Ruby | Also tagged , , , , | Leave a comment