Skip to content

Category: Programming

.NET Framework

Subversion On Windows?!

It’s no secret that I have been contact almost daily by Technical Recruiters , often the job advertisements that the technical recruiters…

March 10, 2011
Magento

Magento – Stuck in Maintenance Mode

After upgrade magento to 1.5.0.1, my client’s website was stuck in magento maintenance mode. I wasn’t able to easily find a way…

March 6, 2011
Firefox

Component returned failure code: 0x805e000a

Error: uncaught exception: [Exception… “Component returned failure code: 0x805e000a [nsIXMLHttpRequest.open]” nsresult: “0x805e000a ()” AdBlock interferes with the XmlHTTPRequest object and is known…

March 4, 2011
PHP

PHP MS SQL Truncated VarChar(255)

I don’t often have fields much longer than 256 char, but a web application I am working on makes use of varchar…

November 2, 2010
PHP

Resolving Session Not Saving

Tonight, I’ve encountered a very strange situation where the session data was empty after each page reload. Have you ever had an…

October 31, 2010
Magento

How do I upgrade magento?

Before you upgrade magento you should be sure to make a complete back up of your files and your database. (It also…

October 19, 2010
CSS

Table Based Layouts Unnecessary (Part 1)

More and more often as I develop websites for companies located around Niagara Region (Fort Erie, Niagara Falls, St Catharines, Welland) I…

October 18, 2010
Wordpress

WordPress – Auto Tweeting

A couple of visitors have asked me how I am automatically tweeting my post title to twitter: I’m of course using a…

October 5, 2010
Magento

BRCline Consulting – 1st Magento Site

BRCline Consulting has been busy working on its first ecommerce site to create Niagara Fall’s Natue Bumz Cloth Diaper Shop. The owner,…

October 3, 2010
PHP

Magento – How to Enable Logging

Magento is an excellent project that so far hasn’t been too difficult to program for. Initially learning how to use magento has…

October 2, 2010
MODx

MODX Base HREF

There’s a lot of sites incorrectly showing how to use site_url in both MODx Evolution and MODx Revolution. Primarily, I use site_url…

September 29, 2010
Book Review

Book Review: jQuery in Action

jQuery in Action, First Edition is written by Bear Bibeault and Yehuda Katz and is probably the simplest and easiest to understand…

September 28, 2010
MODx

MODx Code Mirror

<a href="http://modxcms.com/extras/package/?package=693">Code Mirror</a> is a great addition to MODx Revolution that serves as a very useful EditArea replacement.

September 24, 2010
Drupal

Drupal CCKEditor

Installing CCKEditor for Drupal is pretty easy, but does require the two downloads. CCKEditor Module and the actual editor. If you haven’t…

September 23, 2010
Firefox

Easily Take Screenshot of Page in Firefox

Every web developer or computer programmer spends time taking pictures of websites for their portfolio. Taking screenshots of pages that have a…

September 23, 2010
JavaScript

jQuery + PHP to parse XML

jQuery is very well suited for cross browser JavaScript development, but I bet you didn’t know jQuery is also fairly well suited…

September 13, 2010