Home

ExpressionEngine

Monday, January 18, 2010

ExpressionEngine Training at Train-ee

Train-ee is an excellent source for learning ExpressionEngine.  They offer classroom, online and free tutorials.  I use the site to brush up on EE features and functionality, and I am always learning something from the site.

Did you enjoy reading this?  You are welcome to subscribe to sourcegate by RSS feed or by email.


Listen to a podcast of this feed from odiogo

Posted by Mike Maddaloni on 01/18/10 at 03:00 PM
BloggingExpressionEngineWeb Development • (0) Comments • (0) TrackbacksPermalink Bookmark and Share

Tuesday, August 04, 2009

Learn How to Learn EE in 60 Seconds

sourcegate, as well as many other blogs built by Dunkirk Systems, LLC, is powered by ExpressionEngine, or EE.  This video tutorial shows you how to learn and build a blog in EE.

Am I worried about you becoming a competitor?  Bring it on!

Did you enjoy reading this?  You are welcome to subscribe to sourcegate by RSS feed or by email.


Listen to a podcast of this feed from odiogo

Posted by Mike Maddaloni on 08/04/09 at 07:27 AM
ExpressionEngineWeb Development • (0) Comments • (0) TrackbacksPermalink Bookmark and Share

Saturday, March 14, 2009

Updating From A Previous Version Of ExpressionEngine

This is a handy reference for updating from a previous version of ExpressionEngine to the most current, which is something I have to do now!

Did you enjoy reading this?  You are welcome to subscribe to sourcegate by RSS feed or by email.


Listen to a podcast of this feed from odiogo

Posted by Mike Maddaloni on 03/14/09 at 04:00 AM
BloggingExpressionEngine • (0) Comments • (0) TrackbacksPermalink Bookmark and Share

Tuesday, October 21, 2008

Gravatar for ExpressionEngine

If you would like to integrate Gravatar into your ExpressionEngine blog or forum, EEGravatar is what you need.  It is an extremely straightforward plugin, and it is from Stupid Evil Bastard, so what’s not to like there?

To see how Gravatars work, simply signup with Gravatar and write a comment to this post.  If you post a comment and do not have your email address tied to Gravatar, you will see the profile of the Old Man of the Mountain!

Did you enjoy reading this?  You are welcome to subscribe to sourcegate by RSS feed or by email.


Listen to a podcast of this feed from odiogo

Posted by Mike Maddaloni on 10/21/08 at 04:01 PM
ExpressionEngineWeb Development • (0) Comments • (0) TrackbacksPermalink Bookmark and Share

Friday, October 10, 2008

ExpressionEngine Find And Replace Plugin

This plugin for ExpressionEngine handles find and replace functionality.  I have used it for building URLs dynamically.

Did you enjoy reading this?  You are welcome to subscribe to sourcegate by RSS feed or by email.


Listen to a podcast of this feed from odiogo

Posted by Mike Maddaloni on 10/10/08 at 04:00 AM
ExpressionEngineWeb Development • (2) Comments • (0) TrackbacksPermalink Bookmark and Share

Sunday, October 05, 2008

Expression Engine Video Extension

This Expression Engine Video Extension can be used for EE to embed videos without having to use all of the object tags and code.

Did you enjoy reading this?  You are welcome to subscribe to sourcegate by RSS feed or by email.


Listen to a podcast of this feed from odiogo

Posted by Mike Maddaloni on 10/05/08 at 04:00 AM
ExpressionEngineWeb Development • (0) Comments • (0) TrackbacksPermalink Bookmark and Share

Wednesday, March 19, 2008

File Uploading Security Patch

If you are running version 1.5.x of ExpressionEngine, you should upgrade to the latest version.  But in the meantime, apply this file uploading security patch for uploads done within the EE control panel.


Listen to a podcast of this feed from odiogo

Posted by Mike Maddaloni on 03/19/08 at 06:27 AM
ExpressionEngine • (0) Comments • (0) TrackbacksPermalink Bookmark and Share

Automatically Update Copyright Year

If you don’t want to spend your New Year’s Day updating the end copyright date on your ExpressionEngine sites, use a dynamic variable to automatically show the end copyright year, either an EE tag or PHP code (if you have PHP turned on).


Listen to a podcast of this feed from odiogo

Posted by Mike Maddaloni on 03/19/08 at 06:19 AM
ExpressionEngine • (0) Comments • (0) TrackbacksPermalink Bookmark and Share

Thursday, January 10, 2008

ExpressionEngine Fix For BlueHost PHP Upgrade

On January 8, 2008 around 1 p.m. MT, an upgrade was made to my Web hosting account at BlueHost where sourcegate and my other blog, The Hot Iron, are hosted.  This caused both blogs to “break” in that all links redirected to the home page, which means all links were broken as this is the action of the 404 error.  Both blogs run ExpressionEngine (or EE), a content management system I like very much.

This issue is related to this EE issue where the home page appears for every link.  I had applied this very fix when I launched both blogs, and whatever was done to my hosting account broke this fix. I posted this issue on the EE support forum and got some great responses from the EE team quickly.

I then got an email from Andy Knight who was having this same problem.  I shared with him what I did, and earlier today, January 10, I got an email from him saying he solved the issue, and shared with me his fix.  It is as follows:

In the root index.php file, change the value of $qtype to 1 (path_info) from 0 (auto).  Then change the assignment of $path_info as follows:


$path_info = (isset($_SERVER[’PATH_INFO’])) ? $_SERVER[’PATH_INFO’] : @getenv(’PATH_INFO’);


Previously, instead of PATH_INFO I had ORIG_PATH_INFO.

And it worked!  Thanks again Andy!


Listen to a podcast of this feed from odiogo

Posted by Mike Maddaloni on 01/10/08 at 09:57 PM
BloggingExpressionEngine • (0) Comments • (0) TrackbacksPermalink Bookmark and Share

Page 1 of 1 pages