Author: Sultan Shakir

vi Commands – Moving the Cursor

j or <Return> [or down-arrow] move cursor down one line k [or up-arrow] move cursor up one line h or <Backspace> [or left-arrow] move cursor left one character l or <Space> [or right-arrow] move cursor right one character 0 (zero)

Vim … commands in a day.

That’s it!  I am sick of goggling Vim commands.  Today I am starting my journey into committing them to memory and my blog or course – lol.  Every time I feel the need to google commands I will post them

Mouseflow: watch visitors interact with your website

Mouseflow is an amazing service that makes it easy for you to capture all mouse movements, clicks, scrolls, keystrokes, and form fills on your website.  This takes the guesswork out of analytics by recording live video of your website visitors

Tagged with:

Video: Installing Drupal 7 in less than 2 Minutes using Drush 5

Tagged with: ,

How to run Android apps without an emulator.

Tagged with: , , ,

Multiple monitors? Need to block out background noise?

Post this video in a one monitor, turn up the speakers and code away.

API Design: It’s Not Rocket Surgery (PHPUK13) by Dave Ingram

Online learning resources

https://www.udacity.com/ https://www.udemy.com/ http://academicearth.org/ https://p2pu.org/en/ http://www.codecademy.com/ http://teamtreehouse.com/ http://www.codeschool.com/

RESTful API Design, Second Edition from Apigee

This is a slightly older presentation on RESTful API design but most of the information is still very relevant Slides RESTful API Design, Second Edition from Apigee Link to slides:

HTML5 Developer Conference

JavaScript Libraries Choose to Reuse! - YouTube

Published on Dec 12, 2012 (YouTube) No problem should have to be solved twice. In the battle for code reuse, libraries are your secret weapon. But how do you build a JavaScript library? What patterns should you use to organize library

Top