Skip to content

Category: Programming

Experience

Clean Code: Compiler Warnings

It’s no secret that I work as a freelance software/web developer and often jump around between languages. I, continually, run into projects…

June 16, 2011
PHP

PEAR Mail – Checking If Mail Sent

PEAR Mail & mail_mime is absolutely fantastic for sending multi-part mime emails and requires absolutely no effort. Probably, the best part of…

May 14, 2011
PHP

Installing PEAR on BlueHost

PEAR as I’m sure you’re aware stands for “PHP Extension and Application Repository” and is one of the leading frameworks for reusable…

May 13, 2011
SQL Server

SSSRS Number Stored As Text

Today, while changing a report in SQL Server Reporting Services I noticed that my report when exported to excel was showing the…

May 12, 2011
Magento

Add A Facebook Like Button

A while ago, Facebook created the Facebook Like Button that works by using an iframe of FBML. The Like button allows you…

May 10, 2011
Magento

How to Tell What Version of Magento

The easiest way of telling what version of Magento you are running is by viewing file app/Mage.php and looking for a function…

May 10, 2011
Magento

Magento An Introduction

What is Magento? Magento is an open source eCommerce platform with two versions: Magento Community Editon, and Magento Enterprise Edition. Magento is…

May 8, 2011
.NET Framework

Stopping a System.Threading.Timer

Stopping a System.Threading.Timer isn’t very well covered in the MSDN documentation. We need to use the Change Method which accepts two integers.…

May 3, 2011
JavaScript

jQuery Mobile: Page Blank

jQuery Mobile is an absolutely amazing javascript framework that can easily assist developing mobile friendly websites. jQuery Mobile is easily summarized by…

April 27, 2011
C#.NET

Windows Service – Marked For Deletion

Windows Services,especially managed .NET ones , can be extremely difficult to deploy if not done correct initially. Errors, of course, can also…

April 19, 2011
SQL Server

SSRS 2005 Report Manager Browser Fix

As anyone that works with Microsoft products (especially older ones) knows, it can be extremely difficult to get one of their products…

March 14, 2011
Book Review

Professional PHP Design Patterns

Professional PHP Design Patterns written by Aaron Saray, coming in at around 250 pages is a very short and concise book. Unfortunately,…

March 12, 2011
Magento

Magento Add/Edit Footer Links

Editing the footer links in magento is actually pretty easy. By default, there should be a static block called footer_links. The static…

March 12, 2011