November 2015

Best Kept Secret of Programmers

Found an interesting read from Quora: https://www.quora.com/What-are-the-best-kept-secrets-of-great-programmers I like some the answers;excerpted below: James Liu, CS can solve mankind’s greatest problems. 24.8k Views • Upvoted by Austin Kelleher,…

Lazy Programmer Automates

Awhile ago, read about this hacker automating scripts in his workplace. http://fossbytes.com/this-lazy-programmer-wrote-some-scripts-to-secretly-automate-a-lot-of-his-job/ He automates everything in batch job; from the office Coffee Machine up to automatic rollback whenever…

Simple Animation using CSS3 – Tutorial

RESULT: Try tapping or petting the dog. CODE: @keyframes bounceupdown { from { transform: translate(0px,-100px); -ms-transform: translate(0px,-100px); -webkit-transform: translate(0px,-100px); } to { transform: translate(0px,0px); -ms-transform:translate(0px,0px); -webkit-transform:translate(0px,0px); } }…

Sublime Text : To The Rescue / Recovering your sublime edits

Vocabulary

Your beliefs become your thoughts, Your thoughts become your words, Your words become your actions, Your actions become your habits, Your habits become your values, Your values become…

First post

Yay! Proud to officially announce my ownership of a .com website. Throughout the years use only free service hostings. Intially wanted to buy seanlon.com ,unfortunately domain already taken….