<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.imiscommunity.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Beau Harbin&#039;s blog</title>
 <link>http://www.imiscommunity.com/blog/beau_harbin</link>
 <description></description>
 <language>en</language>
<item>
 <title>Evaluating your website in 30 seconds</title>
 <link>http://www.imiscommunity.com/evaluating_your_website_in_30_seconds</link>
 <description>&lt;p&gt;StandardZilla has a great blog entry about &amp;quot;&lt;a href=&quot;http://standardzilla.com/2007/05/15/how-to-evaluate-your-website-in-30-seconds/&quot; title=&quot;How to Evaluate Your Website in 30 Seconds&quot;&gt;How to Evaluate Your Website in 30 Seconds&lt;/a&gt;.&amp;quot;  There some easy to use techniques that will give you a quick feel for how the web site will perform for many different users.  Additionally, there is another entry on &amp;quot;&lt;a href=&quot;http://www.standardzilla.com/2007/05/21/case-studies-evaluate-your-website-in-30-seconds/&quot; title=&quot;Case Studies - Evaluate Your Website in 30 Seconds&quot;&gt;Case Studies - Evaluate Your Website in 30 Seconds&lt;/a&gt;.&amp;quot;  Below is an excerpt:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/evaluating_your_website_in_30_seconds&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/evaluating_your_website_in_30_seconds#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/e_content_manager">e-Content Manager</category>
 <category domain="http://www.imiscommunity.com/related_to/technology/web">Web</category>
 <pubDate>Tue, 21 Aug 2007 11:39:59 -0400</pubDate>
 <dc:creator>Beau Harbin</dc:creator>
 <guid isPermaLink="false">1665 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Google Apps for email</title>
 <link>http://www.imiscommunity.com/google_apps_for_email</link>
 <description>&lt;p&gt;Recently, we have had a client start an implementation with ASI Consulting.  This client is a young and distributed organization without any central systems.  They do not have a single email system (everyone uses their own personal email).  They do not have a simple way to share documents, etc.  The main problem that we first ran into was that without a central email system, we were running into issue as to which account we should connect iMIS in order for it to send out email notifications.  Anyway, we made some recommendations on working with their hosting company to get a simply single user email set up with their domain to iMIS.  I did keep it in my head on what we could do for other clients down the road. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/google_apps_for_email&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/google_apps_for_email#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/technology">Technology</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/integration">Integration</category>
 <pubDate>Fri, 17 Aug 2007 09:38:26 -0400</pubDate>
 <dc:creator>Beau Harbin</dc:creator>
 <guid isPermaLink="false">1658 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Directory structure for e-Series</title>
 <link>http://www.imiscommunity.com/directory_structure_for_e_series</link>
 <description>&lt;p&gt;When you set up the directory structure for your e-Series web site (of course this includes e-CM, which is just another e-Series module), you need to make sure you &lt;em&gt;&lt;strong&gt;do not have ANY&lt;/strong&gt;&lt;/em&gt; spaces in the directory names above the product level.&lt;/p&gt;
&lt;p&gt; For example:&lt;/p&gt;
&lt;p&gt;d:\users\myclientname\&lt;/p&gt;
&lt;p&gt;will work just fine.  However,&lt;/p&gt;
&lt;p&gt;d:\users\my client name\&lt;/p&gt;
&lt;p&gt;will not work fine in one very specific area of e-CM, namely the Verity searching used to search all the content on the web site.  The BulkInsert.txt file will get populated properly, but no indexing will occur.  This is because e-CM uses a batch file to run the command line Verity exe.  If there are spaces or crazy characters in the directory patch, the batch file will truncate the pathing and not find the necessary files.&lt;/p&gt;
&lt;p&gt; Therefore, when setting up a directory for your e-Series web site, &lt;strong&gt;AVOID SPACES AND SPECIAL CHARACTERS!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/directory_structure_for_e_series&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/directory_structure_for_e_series#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/e_content_manager">e-Content Manager</category>
 <pubDate>Mon, 17 Apr 2006 21:04:12 -0400</pubDate>
 <dc:creator>Beau Harbin</dc:creator>
 <guid isPermaLink="false">183 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Application files in eCM</title>
 <link>http://www.imiscommunity.com/application_files_in_ecm</link>
 <description>&lt;p&gt;e-CM comes with a number of application files that get loaded on each page call within the e-CM framework.  Some of these files can be used to inject your own processing into e-CM to manage different elements.  I will look at the various files and give some hints as to what you can do with them.&lt;/p&gt;
&lt;p&gt;Let&#039;s assume to start that the application has been initialized and your session has already been set up, which is probably about 98% of all page hits to e-CM. &lt;/p&gt;
&lt;p&gt;1) Application.cfm (ApplicationOriginal.cfm): this file is built by the quick start wizard and while it is unencrypted, I do not recommend you make any modifications to this file.  If you do you will have to put those modifications back each time to run the e-CM wizard, which is just too prone to error.&lt;/p&gt;
&lt;p&gt;2)  ApplicationUDFs.cfm: this file is the second to last line run in the Application.cfm file.  This is meant as place for you to place any user-defined functions you want to create for your system.  There are some placed in here by default, but you can add your own as you need.  This file is not encrypted but might be modified in a later release.&lt;/p&gt;
&lt;p&gt;3) ApplicationCustom.cfm: here is where you can place any custom code you want in order to give global control over custom code you might be putting within the application.&lt;/p&gt;
&lt;p&gt;Now, if you want to create your own application variables, I do not recommend putting them in this file.  There are two places you can put these variables.  One I will discuss below, as for the other, you can place them in the Site Maintenance settings available in e-CM administrator.   It is possible to even build your own custom components to separate your unique variables from those of the system.  To do this you need to create an entry in the component_ref table, activate it, and reset the application variables.  I will blog on this more extensively in the future.&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/application_files_in_ecm&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/application_files_in_ecm#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/technology/coldfusion">ColdFusion</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/e_content_manager">e-Content Manager</category>
 <pubDate>Mon, 17 Apr 2006 16:22:13 -0400</pubDate>
 <dc:creator>Beau Harbin</dc:creator>
 <guid isPermaLink="false">178 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>eCM performance tweaks</title>
 <link>http://www.imiscommunity.com/ecm_performance_tweaks</link>
 <description>&lt;p&gt;I was recently asked to provide some guidelines or practical feedback on how to get the most performance out of e-CM as possible.  First of all, e-CM has gone through many changes and performance enhancements over the years.  It has been well optimized for performance.&lt;/p&gt;
&lt;p&gt;That being said the following are 3 main things (from least to most important) that someone setting up e-CM can do to maximize its performance:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/ecm_performance_tweaks&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/ecm_performance_tweaks#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/technology/coldfusion">ColdFusion</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/e_content_manager">e-Content Manager</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/platform_and_architecture/performance">Performance</category>
 <pubDate>Thu, 06 Apr 2006 23:08:58 -0400</pubDate>
 <dc:creator>Beau Harbin</dc:creator>
 <guid isPermaLink="false">149 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Microsoft to acquire ProClarity</title>
 <link>http://www.imiscommunity.com/microsoft_to_acquire_proclarity_0</link>
 <description>&lt;p&gt;Interesting news today from Microsoft.  They are acquiring ProClarity, which as everyone knows is integrated into the iMIS Analytics product as our main viewer.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://news.com.com/2110-1012_3-6057068.html?part=rss&amp;amp;tag=6057068&amp;amp;subj=news&quot;&gt;http://news.com.com/2110-1012_3-6057068.html?part=rss&amp;amp;tag=6057068&amp;amp;subj=news&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&quot;Microsoft announced Monday that it plans to acquire business analytics software developer ProClarity, a third party Microsoft developer, ProClarity to increase its presence in the business intelligence market. Proclarity has business analytics that work with such Microsoft products as SQL Server 2005, Microsoft Office Business Scorecard Manager 2005 and Microsoft Office Excel. Microsoft&#039;s Office productivity suite and server products, such as its SharePoint portal software, are expected to feature business intelligence and collaboration capabilities. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/microsoft_to_acquire_proclarity_0&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/microsoft_to_acquire_proclarity_0#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/analytics">Analytics</category>
 <category domain="http://www.imiscommunity.com/related_to/technology/microsoft_analysis_server">Microsoft Analysis Server</category>
 <category domain="http://www.imiscommunity.com/related_to/technology/proclarity">ProClarity</category>
 <pubDate>Mon, 03 Apr 2006 22:02:55 -0400</pubDate>
 <dc:creator>Beau Harbin</dc:creator>
 <guid isPermaLink="false">129 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>e-CM hidden feature #1: user tracking and blocking simultaneous logins</title>
 <link>http://www.imiscommunity.com/e_cm_hidden_feature_1_user_tracking_and_blocking_simultaneous_logins</link>
 <description>&lt;p&gt;e-CM has many unknown and unhighlighted features.  I will be blogging some of these features over the coming weeks to help highlight these items and give everyone some insight into what can be done with e-CM out of the box.&lt;/p&gt;
&lt;p&gt;SCTrackLoggedInUsers and  SCBlockSimultaneousUsers are two parts of a security tracking system. What this  does if either one is enabled (see ApplicationOriginal.cfm lines 345-370) is  builds a mechanism to record users who are logged into the system, what their  location is within any pages under the /AM directory, when they got to that  location, what their ContactID is and finally what their CFID and CFTOKEN are.  &lt;/p&gt;
&lt;p&gt;So what is this tracking used for? Well two things: &lt;/p&gt;
&lt;p&gt;1) Blocking  simultaneous login with the same credentials: If SCBlockSimultaneousUsers is  enabled, the system checks to see if someone with the same ContactID is already  logged into the system by examining the mechanism above. If someone with that  ContactID is already logged in, then it checks to see if the CFID and CFTOKEN of  that users match with the information stored above. If there is a match here  then the system knows it is the same person and they must have accidentally  closed their browser, so it lets them back in. If the CFID and CFTOKEN do not  match, then the system assumes this is someone else entirely, since they are  coming from a different browser and it will not let them in, UNLESS the  timelimit for inactivity has passed. This timelimit is determined by another  application variable, SCMinutesToBlockUser. If the inactivity time has passed,  then the user can log in. This is all meant to keep people from sharing the same  login credentials and using them at the same time. If the user cannot login  after all of this, they are presented with the message stored in  SCSimulUserBlockedMessage. If the user logs out by actually hitting our standard  logout page, then all their information is cleared, and they can log back in  without any problems. &lt;/p&gt;
&lt;p&gt;2) Tracking: To view where users are in the system  and if the above mechanism has been enabled, you can go to  /AM/Admin/Security/showLoggedInUsers.cfm. This interface will show you all the  people who have logged into CM, their names, email addresses, iMIS IDs, current  location and when they got to that location. This page also provides a mechanism  for unlocking any specific person or all people in the system. What this means  is that say someone calls into the organization saying they cannot log back in  because they getting blocked, an admin to come onto this page and unblock that  specific user to allow them to log in. The page that unblocks users is at  /AM/Admin/Security/clearSimUserBlock.cfm &lt;/p&gt;
&lt;p&gt;I know this is a lot to cover.  I hope it helps. If you have further questions, please post them here so that  everyone can learn about this unknown feature of CM.&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/e_cm_hidden_feature_1_user_tracking_and_blocking_simultaneous_logins#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/e_content_manager">e-Content Manager</category>
 <pubDate>Fri, 31 Mar 2006 11:48:04 -0500</pubDate>
 <dc:creator>Beau Harbin</dc:creator>
 <guid isPermaLink="false">116 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Useful IA web site</title>
 <link>http://www.imiscommunity.com/useful_ia_web_site</link>
 <description>&lt;p&gt;One of the key consulting tasks with the implementation of e-Content Manager, or any content management system or web site implemenation, is Information Architecture.  Without a good IA, users will not be able to get the most of your system and might even be driven away if the IA is very bad.  Also, your staff will have difficulty in maintaining the information for which they are responsible since finding that information will be time-consuming with poor IA.  &lt;/p&gt;
&lt;p&gt;Boxes and Arrows is a great IA web site with lots of useful information: &lt;a href=&quot;http://www.boxesandarrows.com/&quot; title=&quot;http://www.boxesandarrows.com/&quot;&gt;http://www.boxesandarrows.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In particular, I would recommed checking out this recent article:     Change Architecture: Bringing IA to the Business Domain  by Bob Goodman   (&lt;a href=&quot;http://www.boxesandarrows.com/view/change_architecture_bringing_ia_to_the_business_domain&quot; title=&quot;http://www.boxesandarrows.com/view/change_architecture_bringing_ia_to_the_business_domain&quot;&gt;http://www.boxesandarrows.com/view/change_architecture_bringing_ia_to_th...&lt;/a&gt;) &lt;em&gt;As information architects, we are not just architecting information; we are using information to architect change. Bob Goodman shows us how we can use business and management techniques to help us be more effective agents of change.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/useful_ia_web_site&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/useful_ia_web_site#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/e_content_manager">e-Content Manager</category>
 <category domain="http://www.imiscommunity.com/related_to/technology/web">Web</category>
 <category domain="http://www.imiscommunity.com/related_to/product_development/user_experience">User Experience</category>
 <pubDate>Wed, 29 Mar 2006 10:22:58 -0500</pubDate>
 <dc:creator>Beau Harbin</dc:creator>
 <guid isPermaLink="false">109 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Book recommendation for OO</title>
 <link>http://www.imiscommunity.com/book_recommendation_for_oo</link>
 <description>&lt;p&gt;In ASI Consulting this year, the Technical Solutions Team is starting to plan for future development and technologies for clients.  To that end, we are requiring a book for all the team members to read to help them start to get a good understanding of object-oriented design and best practices.  OO, at least at its basic levels, is something that can be done today in ColdFusion.  Also in moving to new technologies in the future, OO will be the methodology of choice for nearly all of these technologies.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The Object-Oriented Thought Process&lt;/em&gt; 2nd. Ed. by Matt Weisfel. &lt;a href=&quot;http://www.amazon.com/gp/product/0672326116/sr=8-1/qid=1143567046/ref=sr_1_1/102-2136164-0663347?%5Fencoding=UTF8&quot; title=&quot;http://www.amazon.com/gp/product/0672326116/sr=8-1/qid=1143567046/ref=sr_1_1/102-2136164-0663347?%5Fencoding=UTF8&quot;&gt;http://www.amazon.com/gp/product/0672326116/sr=8-1/qid=1143567046/ref=sr...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is a great introduction on how to think about OO, which is usually a big shift for developers coming over from a language like ColdFusion, esp. its earlier iterations.&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/book_recommendation_for_oo#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/platform_and_architecture">Platform and Architecture</category>
 <pubDate>Tue, 28 Mar 2006 12:29:08 -0500</pubDate>
 <dc:creator>Beau Harbin</dc:creator>
 <guid isPermaLink="false">108 at http://www.imiscommunity.com</guid>
</item>
</channel>
</rss>
