Skip to content

Instantly share code, notes, and snippets.

View seancoyne's full-sized avatar

Sean Coyne seancoyne

View GitHub Profile
@ericelliott
ericelliott / essential-javascript-links.md
Last active September 9, 2024 15:49
Essential JavaScript Links
@seancoyne
seancoyne / update.txt
Created January 28, 2013 22:15
Update MHS Stage Server
1. Stop CF & Solr
2. Update Core
3. Update Project Code
4. Update DB
5. Copy assets from production (securefiles, mediaArchive, www/files, www/images)
6. Start CF & Solr
7. Update Config, set google calendar login, set payflowpro to test mode, set virtual merchant to test mode & update acct info
8. Update app
9. Update Solr content type setting for Events and turn off Index on Save.
10. Run the www/import/event/fixForDev.cfm script after updating the username/password info at the top of the script
@seancoyne
seancoyne / iChatGrowl.applescript
Created August 11, 2011 21:52
Applescript for iChat Growl (1.2.2) Notiifications
on notify_growl(theName, theTitle, theDescription, theImage)
tell application "GrowlHelperApp"
notify with name theName title theTitle description theDescription application name "iChat" image theImage
end tell
end notify_growl
using terms from application "iChat"
@modius
modius / gist:212620
Created October 18, 2009 10:04
Flush ColdFusion trusted cache from Farcry Webtop
<!--- (project or plugin)\packages\forms\UpdateApp.cfc --->
<cfcomponent displayname="Update App"
hint="Provides a granular way to update parts of the application state"
extends="farcry.core.packages.forms.UpdateApp"
output="false">
<cfproperty ftSeq="101"
ftFieldset="ColdFusion"
name="cfCache"
type="boolean"