- simple all-in-one interface
- choose a section with relevant fields (name, email, phone, message, etc)
- automatically generate an event
- automatically generate a data source
- automatically generate page template for etm
- display markup for developer to paste into contact form (think event creation page), including error/success message,
required
fields, postback field data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
messages = [ | |
"Have you ever seen a child, on his way to school, have a car drive past and splash him, and then he just stands there and thinks if he should just go to school or go home and change and be late... And then I drove past and splashed him again!", | |
"Too bad you can\'t get a voodoo globe and make the world spin around really fast and freak everyone out.", | |
"Before you criticize someone, you should walk a mile in their shoes, that way when you criticize them, you\'re a mile away and you have their shoes.", | |
"I bet a real big problem in Yodeling class is people just coming and yodeling right off the bat. You see, we build to that.", | |
"I\'d like to see a nude opera, because when they hit the high notes I bet you can really see it in those genitals.", | |
"Ambition is like a venus fly trap. If a frog were to sit on it, the fly trap could bite and bite but it wouldn\'t hurt the frog because it only has tiny little plant teeth. Then some other stuff could happen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" bundles | |
filetype off | |
set rtp+=~/.vim/bundle/vundle | |
call vundle#rc() | |
Bundle 'gmarik/vundle' | |
Bundle 'kien/ctrlp.vim' | |
Bundle 'tpope/vim-haml' | |
Bundle 'JulesWang/css.vim' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- CSS3 SASS MIXINS ---- | |
// https://github.com/madr/css3-sass-mixins | |
// | |
// Copyright (C) 2011 by Anders Ytterström | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal | |
// in the Software without restriction, including without limitation the rights | |
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
// copies of the Software, and to permit persons to whom the Software is |
What I do after I do a fresh install. Things are sorta grouped by type.
- Turn on TRIM if machine has a non-Apple SSD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "creating project directory.." | |
mkdir $1 | |
cd $1 | |
git init | |
echo "downloading symphony files.." | |
git remote add core git://github.com/symphonycms/symphony-2.git > /dev/null | |
git pull core master > /dev/null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once(TOOLKIT . '/class.datasource.php'); | |
Class datasourceblog_tags extends SectionDatasource{ | |
public $dsParamROOTELEMENT = 'blog-tags'; | |
public $dsParamORDER = 'desc'; | |
public $dsParamPAGINATERESULTS = 'no'; | |
public $dsParamLIMIT = '20'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* page functions are grouped by <body>'s class. | |
* all pages in a class fire init(). | |
* named functions are fired according to <body>'s id. | |
* hyphens are stripped from classes and ids automatically. | |
* | |
*/ | |
SUGAR = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "creating project directory.." | |
mkdir $1 | |
cd $1 | |
git init | |
echo "downloading symphony files.." | |
git remote add core git://github.com/symphonycms/symphony-2.git | |
git pull core master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array | |
( | |
[0] => Array | |
( | |
[number] => 2 | |
[message] => XSLTProcessor::importStylesheet(): </xsl:template> | |
[file] => /Users/fox/Sites/mercytrials/symphony/lib/toolkit/class.xsltprocess.php | |
[line] => 145 | |
[type] => xsl | |
[context] => <?xml version="1.0" encoding="UTF-8"?> |
NewerOlder