Daily Deals Template
http://colorlib.com/wp/wordpress-daily-deal-themes-and-plugins/
http://wpgroupbuydemo.com/deals/macbook-pro-for-only-500/
http://colorlib.com/wp/wordpress-daily-deal-themes-and-plugins/
http://wpgroupbuydemo.com/deals/macbook-pro-for-only-500/
http://www.materialup.com/resources
http://materialwp.com/demo/
https://play.google.com/store/apps/details?id=com.pushbullet.android
http://fezvrasta.github.io/bootstrap-material-design/#input
http://fezvrasta.github.io/bootstrap-material-design/bootstrap-elements.html
http://speckyboy.com/2014/11/19/free-material-design-gui-templates-icon-sets/
STATUS_URI="/hows-it-goin"; MONITOR_IP="10.10.2.15"; cat >/etc/apache2/conf.d/mod_status.conf <<EOF <Location ${STATUS_URI}> SetHandler server-status Order deny,allow Deny from all Allow from ${MONITOR_IP} </Location> EOF
http://stackoverflow.com/questions/6214743/create-new-file-from-templates-with-bash-script
http://krasimirtsonev.com/blog/article/Javascript-template-engine-in-just-20-line
http://ejohn.org/blog/javascript-micro-templating/
server { server_name domain.com; return 301 $scheme://www.domain.com$request_uri; } server { listen 80; server_name www.domain.com; root /home/demo/domain.com/public; index index.php index.html index.htm; location / { try_files $uri $uri/ /index.php$is_args$args; } location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { expires 1y; log_not_found off; } # pass the PHP scripts to FastCGI server listening on /var/run/php5-fpm.sock location ~ \.php$ { try_files $uri /index.php =404; fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } }
http://openmymind.net/2012/5/30/Client-Side-vs-Server-Side-Rendering/
http://coding.smashingmagazine.com/2012/12/05/client-side-templating/
http://stackoverflow.com/questions/8372099/should-i-render-this-template-using-javascript-or-the-server
http://stackoverflow.com/questions/5494839/templating-language-for-both-client-side-and-server-side-rendering
http://www.forbes.com/sites/quora/2013/07/10/web-development-what-are-the-tradeoffs-of-client-side-rendering-vs-server-side-rendering/
http://research.cs.queensu.ca/~emads/teaching/slides/srs_template_sep14.pdf
http://stackoverflow.com/questions/677901/how-do-i-write-a-technical-specification-document-for-my-software-project
http://www.upedu.org/templates/cs/REQ/upedu_ex_srs.pdf
http://www.bradapp.com/docs/sdd.html
Define the project goals
Define the system architecture/infrastructure
Define the user dialogs and the control flow
Define the background tasks
Define the database model
Define the interfaces to other systems
Define the non functional requirements (response times, security, …)
Define a dictionary for all relevant concepts/entities (dangerous, you may omit this one)
Don’t be too specific about system internals.
Reply