start new:
tmux
start new with session name:
tmux new -s myname
<?xml version="1.0" encoding="utf-8"?> | |
<set xmlns:android="http://schemas.android.com/apk/res/android"> | |
<rotate | |
android:duration="70" | |
android:fromDegrees="-5" | |
android:pivotX="50%" | |
android:pivotY="50%" | |
android:repeatCount="5" | |
android:repeatMode="reverse" |
#Extract yii source folder | |
#Copy framework folder, preferrablly into /var/www/yii/ | |
#Run command | |
sudo php /var/www/yii/framework/yiic.php webapp /var/www/yii/my_example | |
# make sure you do, this will enable files access other assets it needs |
** download bootstrap from bootstrap site | |
**Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap | |
**download jquery.its needed. | |
**below is a template of a basic html file with bootstrap inclusive | |
**<!DOCTYPE html> | |
<html> |