Blog

Routine Tutorials

TRUE SECRET TO SUCCESS (IT'S NOT WHAT YOU THINK)

If you’re not exercising this emotional muscle, you’re probably setting yourself up for failure. I’m utterly convinced that the key to lifelong success is the regular exercise of a single emotional muscle: gratitude. People who approach life with a sense of gratitude are constantly aware of what’s wonderful in their life. Because they enjoy the fruits of their successes, they seek out more success. And when things don’t go as planned, people who are grateful can put failure into perspective.

Written By
Lovell Felix

TUTORIAL: FACEBOOK STYLE TIME STAMP USING PHP

This function returns the difference between two dates in a human friendly string format. For instance, the values returned are seconds ago, 50 minutes ago, 7 hours ago, a day ago, weeks ago, years ago, and so on. It’s similar to the approach used by many social media websites.

Syntax $time = strtotime(YYYY-MM-DD HH:MM:SS)

Written By
Lovell Felix

TUTORIAL: HOW TO USE GIT TO DEPLOY AND UPDATE A WEBSITE PT. 1

This tutorial outline the steps I took to push to my remote Git Server, and update my website with one command simultaneously.

“git push web”

The Problem

I routinely push the changes I made on my website to a remote server that host my website and stores the git repository. It's somewhat redundant, because after I push the updates I made using git I use an FTP client to upload the same files to the same server o.0. Yes! There must be a way to automate this process, and kill two birds with one stone.

Written By
Lovell Felix

BUILDING A CUSTOM TUMBLR. THEME

To start, click the name of your blog at the top of the Dashboard, click the ”Customize appearance” button on the right side of the page. Click the ”Edit HTML” button under the theme thumbnail to access your current theme’s HTML code. Tumblr has two types of special operators used to render content in your HTML. Variables are used to insert dynamic data like your blog’s title or description:

Written By
Lovell Felix

TUTORIAL: HOW TO INSTALL GIT ON CENTOS THE EASY WAY.

What is git? 

git -  is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. 

Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenientstaging areas, and multiple workflows.   Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. 

Written By
Lovell Felix

« Prev 1 2 Next »