Category Archives: PHP
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 formally deprecated [...]
Web data security paranoia
My recent experiences with several hacking attacks has made me think more about application and data security on the web. In today’s world nothing can be taken for granted and security should be of the highest concern, no mater how simple you think your application or trivial the data you store. Many web applications are [...]
Also posted in ColdFusion, Databases, Security Tagged ColdFusion, database, encryption, Security, SQL Server 1 Comment
Magento: Adventures in creating a custom design
Let me start off by saying, Magento is an EXTREMELY powerful and well built ecommerce platform. It contains all of the features necessary to deliver a stable and scalable solution for ecommerce (and more). That being said, I do have a few issues. So far, I find the system quite slow. Maybe it is just [...]
Also posted in Design, E-commerce, Programming Tagged Design, E-commerce, Magento, PHP, Programming, web store Leave a comment





Authorize.net AIM osCommerce Payment Issue