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 to sometimes break the way jQuery functions especially if the url triggers some sort of url filter. You have a few options to resolve the solution: suggest that users turn off AdBlock if…

Magento – Setting Paypal to Redirect Back

Quick steps on how to redirect back to your magento store upon a successful purchase. Unfortunately, you can only redirect to one page. Sign into Paypal account Click directly on Profile -> Website Payment Preferences Change Auto Return to on. Fill Return URL to http://www.mymagentositregoeshere.com/checkout/onepage/success/ Save and then go test it! After a successful paypal…

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, Crystal Cline, needed to accept paypal, credit cards, and be able to create her own blog along with adding inventory, and all of the traditional sort of business functions. I chose magento to…

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 programming book available. Target reader is somebody that already is using javascript in projects and is looking to push the limits of their web applications by using jQuery and many of it’s great…

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 copied the actual editor you will see an error something like the following: CKEditor was not found at sites/default/modules/ckeditor/ckeditor

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 scrollbar has always been really difficult for a developer and often requiring sometime stitching images together in Photoshop. I found a plugin for firefox called Screengrab! that actually can take screenshots of the…