Rapid Website Development
Build Beautiful Websites
Our streamlined process provides your organization with detailed content gathering steps that will allow us to get your site launched quickly.
Planning and Organization
business days to launch if you have your content ready
Launch
Once you approve, we will launch your website and show you how to manage its content.
Recent Projects
Clean Energy Technologies
Dudley Lab
Quanta
Inspire AZ Science
Decision Theater
ASU Research
Simplifying the Drupal Backend for Your Client
Empower your clients by simplifying the Drupal Backend. Create an admin experience simpler and sleeker than even WordPress. This is my session topic at Drupal Camp Phoenix.
VIM Cheatsheet
vim {file} -- Vi IMproved, a programmers text editor Commands i - insert mode esc - get out of insert mode :{number} - go to that line number :q - quit :q! - force quit (no save) :e! - discard edits to last saved state :w - save document (write) :wq - save and quit...
Drupal 7 Security Configuration
Prevent Browser caching Put this at the top of your theme template.php file: header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); Download and enable the...