This is code to horizontally align a dynamic height and width ul li.
A Pen by Ian Lintner on CodePen.
SELECT Concat('TRUNCATE TABLE ', TABLE_NAME, ';') FROM INFORMATION_SCHEMA.TABLES |
drush user-add-role "administrator" 3 |
<body> | |
<div class="ipad"> | |
<div class="screen"> | |
</div> | |
</div> | |
</body> |
1. Add directory to drupal website | |
2. Add config settings.php to directory | |
3. Profit |
This is code to horizontally align a dynamic height and width ul li.
A Pen by Ian Lintner on CodePen.
#Get theme status | |
drush status theme | |
#Change default theme | |
drush vset theme_default seven | |
#Change admin theme | |
drush vset admin_theme seven |
#! /bin/bash | |
#name resotre script restore.sql to automate via script | |
echo -n "Specify Database: " | |
read -e DB | |
setterm -background $DB | |
mysqldump -u dbuser -h server $DB << zap.sql | |
mysqldump -u dbuser -h server $DB << restore.sql |
<link href="touch-icon-iphone.png" rel="apple-touch-icon-precomposed" /> | |
<link href="touch-icon-ipad.png" rel="apple-touch-icon-precomposed" sizes="72x72" /> | |
<link href="touch-icon-iphone4.png" rel="apple-touch-icon-precomposed" sizes="114x114" /> | |
<link href="touch-icon-ipad3.png" rel="apple-touch-icon-precomposed" sizes="144x144" /> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Embedded SVG</title> | |
</head> | |
<body> | |
<h1>Embedded SVG</h1> | |
<a href="http://www.sitepoint.com/add-svg-to-web-page/">Source of this stuff.</a> | |
<!-- SVG code --> |
<?php | |
$options['ssh-options'] = '-o PasswordAuthentication=no -i /home/YOURUSERNAME/.ssh/id_rsa'; |