Web Hosting Migration To phpFog

Intro

This article will show you the steps I did when migrating my Drupal hosting to phpFog.

My Environment

    Drupal 7
    PHP
    MySQL

Steps

  1. Create a phpFog Drupal App
  2. Copy your themes to the created App
  3. - Git Clone your App
    - Copy your themes to git
    - git add those files
    - git commit
    - git push

Tags: 

Productive Programmer

Intro

I find being a productive programmer takes time management skills and an understanding of the software development life cycle. As developers we have tools we can utilize to help us. One goal of being a productive programmer is to accelerate your interaction with the computer

Tools

    Launching applications
    • Tools launchy (popular), colibri (like quicksilver)
    • Create a launch folder that contains your most used applications.

    History

Why Windows PowerShell?

Why PowerShell

I have been a using the Linux command line since college at work and home. Which I found to be more productive and helped my learn more about Linux. I have been using Windows on and off and use their command line but I was not at home with it. I felt that it was not as flexibility as Linux command line.

Facebook’s release engineer, Chuck Rossi

Interesting video of how Facebook release updates to facebook.com. Chuck Rossi a Facebook release engineer explains their process very well. As a developer I found it useful in thinking about best practices for releasing updates to web sites.

Why I Use JQuery

Intro

JQuery have exploded on seen as the Javascript API to use. But why is it the most popular one to use today? I feel it's a success of open source. Since it's initial release in August 26, 2006 jQuery is open source and open community driven project. I have been a user and supporter of open source software since the beginning of my software development career. This project is one example of how the open source community can build and support great software projects. I am going to tell you some reasons why jQuery is a great software to use.

Tags: 

Notes on Web Browser JavaScript

Overall

+ Features of Client side JavaScript

  • Control Document Appearance and Content
  • Control The browser
  • Interact with HTML Forms
  • Interact with the User - ie with Event Handlers
  • Read and Write Client State with Cookies

+ What it can't do

  • no graphics other then dynamically generating HMTL
  • no reading or writing of file for security reasons
  • no networking support like sockets

+ Other

SELinux Cheat Sheet and Tips

Basic

# sestatus Check if SELinux is enabled, etc.
# setenforce 1 Enables SELinux
# touch /.autorelabel Relabel at reboot

Labels

Tags: 

Ubuntu

The next version of Ubuntu is coming soon

Docs


JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript