Blog Archives

Allow Ajax Calls Cross Domain

Anyone interested in making cross domain AJAX calls should read this post!

Tagged with: , , , , ,
Posted in JavaScript, PHP

WordPress Custom Meta Boxes and the Media Library

Nice resource to allow the use of the media library in Wordpress when using custom meta boxes.

Tagged with: , ,
Posted in JavaScript, PHP, Wordpress

Force WordPress to Upload Plugins and Themes without FTP

Allow Wordpress to download and install themes and plugins without using their FTP option by default.

Tagged with: , , , , ,
Posted in PHP, Wordpress

How to Write a Module for osCommerce v3.0

This article explains how to create an osCommerce 3.0 box or content module and the gotchas along the way… If you are struggling with modules in OSC3 this is a good read.

Tagged with: , , , , , ,
Posted in PHP

Get Term by Post Slug WordPress

A function that returns the term or taxonomy for a post by using the post slug.

Tagged with: , , , ,
Posted in PHP, Wordpress

CRE Loaded/OSCommerce Email When MySQL Error Happens

Code location for automated emails notifying you of MySQL errors in CRE Loaded.

Tagged with: , , , ,
Posted in MySQL, PHP

AJAX with OK status but still throwing error

Why would an AJAX call have an OK status, yet still throw an error?

Tagged with: , , , , , , , ,
Posted in JavaScript, PHP

Free Shipping Per Product CRE Loaded/OSCommerce

Free shipping per product for CRE Loaded and/or OSCommerce.

Tagged with: , , , , , , ,
Posted in MySQL, PHP

SimpleXML Element and Session Variables

Small issue with SimpleXML and session variables.

Tagged with: , , , , , , ,
Posted in PHP

Using Pages to Hold Content for a WordPress Template Page

Using pages to hold small snippets of data throughout your website.

Tagged with: , , , ,
Posted in JavaScript, Linux, PHP, Wordpress