Skip to content
View petrichor8's full-sized avatar
  • Potomac Digitek
  • Maryland, USA
Block or Report

Block or report petrichor8

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
petrichor8/README.md

chill out man

Pinned Loading

  1. testTZCFC testTZCFC Public

    Paul Hasting’s excellent timezone CFC

    ColdFusion

  2. cfdocs cfdocs Public

    Forked from foundeo/cfdocs

    Repository for the cfdocs.org site.

    ColdFusion

  3. mdhiggins/sickbeard_mp4_automator mdhiggins/sickbeard_mp4_automator Public

    Automatically convert video files to a standardized format with metadata tagging to create a beautiful and uniform media library

    Python 1.5k 206

  4. custom returnLoginCheck custom returnLoginCheck
    1
    <cfif variables.$.event('expired') eq true>
    2
    	<div class="alert alert-danger">#variables.$.rbKey('user.forgotexpired')#</div>
    3
    </cfif>
  5. Twitter Bootstrap 3.2.0 Callouts Twitter Bootstrap 3.2.0 Callouts
    1
    Twitter Bootstrap 3.2.0 Callouts
    2
    --------------------------------
    3
    The Bootstrap documentation has really nice callouts to draw attention to important information, but for some reason these callouts are not included in the actual Bootstrap distribution. The generic callout CSS and the styles for the info, warning, and danger callouts is a direct pull from the live CSS for the docs. Styles for default, success, and primary, are created by me, as the Bootstrap docs do not employ these.
    4
    
                  
    5
    Forked from [Chris Pratt](http://codepen.io/chrisdpratt/)'s Pen [Twitter Bootstrap 3.2.0 Callouts](http://codepen.io/chrisdpratt/pen/IAymB/).
  6. Example of how to import Users into ... Example of how to import Users into Mura CMS via .CSV file. Also see https://gist.github.com/stevewithington/4742829 to import content from an RSS Feed.
    1
    <cfscript>
    2
    	param name='form.csvUrl' default='#getPageContext().getRequest().getScheme()#://#cgi.server_name##getDirectoryFromPath(getPageContext().getRequest().getRequestURI())#users.csv';
    3
    	param name='form.group' default='TempImport';
    4
    	param name='form.isSubmitted' default='false';
    5
    	param name='form.isTest' default='true';