JavaScript Debugging
Editing CSS
Continue reading Notes from JS Conference Workshop: Mastering Chrome Developer Tools
Continue reading Notes from JS Conference Workshop: Mastering Chrome Developer Tools
Light bulb wattage doesn’t always result in the same brightness. If you buy light bulbs, find EnergyStar ones were the lumens are within the following ranges
Learn more at https://www.energystar.gov/products/lighting_fans/light_bulbs/key_product_criteria
Rated Wattage of the Referenced Incandescent Lamp (watts) | Light Output (Lumens) |
---|---|
25 | 250-449 |
40 | 450-799 |
60 | 800-1,099 |
75 | 1,100-1,599 |
100 | 1,600-1,999 |
125 | 2,000-2,549 |
150 | 2,550-3,000 |
200 | 3,001-3,999 |
300 | 4,000-6,000 |
Cloud 9 already comes with Git, PHP and Composer.
——————–
EXAMPLE FOLDER STRUCTURE
——————–
/home/ubuntu/website1
/home/ubuntu/website2
/home/ubuntu/website3
/home/ubuntu/PHPloy
——————–
INSTALL PHPLOY
——————–
Go to https://github.com/banago/PHPloy
Download and unzip the repo
Create a folder called “PHPloy” in Cloud9 in the “workspace” folder so that that folder is a sibling of your website folder(s). Continue reading Deploy Cloud9 Changes via S/FTP Using Git and PHPloy
A lot of people don’t really understand the difference between stereo and surround sound and usually just assume that surround sound is better. Based on my research, here’s a summary of the differences.
Surround Sound
Stereo Sound
I hate texturing walls. Not because I don’t like how most textured walls look (knockdown texture), but because I can never texture a wall to look close enough to how the pros do it and I don’t like having to wait some period of time and trying to knock down the texture compound using a trowel or knockdown tool. After researching various ways to texture a wall, I conducted an experiment and came up with a process and set of tools that I think make it really easily to texture a wall and have it look nice and close enough to professional knockdown-textured walls.
I used a drill attachment to mix the texture compound until it became creamy. Then, I painted the texture compound on the test 2’x2′ drywall using each type of applicator.
Continue reading Easy Way to Texture Walls and Hide Imperfections
Search engines, particularly Google. consider two primary things when it comes to search engine ranking:
This one is easy. Just write relevant content. The more, the better. As long as it’s content people actually care about.
This is not easy because you depend on getting other reputable websites linking back to you. Below are different ways to get backlinks. This list will be updated as new discoveries are made.
Continue reading SEO: Free, Credible Backlinks to Your Website
Here are some detailed steps for rigging an MP3 player and connecting it to your lights that are powered by a light switch so that whenever you turn the lights on or off, music will play or stop.
Read all instructions at least once before proceeding.
The instructions below show how I installed this in a bathroom.
UPDATE: Apparently you can just use a utility knife and peel off the plastic LCD cover as it’s just glued on. This is easier and doesn’t cause damage to the device.
Continue reading Auto-Play/Stop Music (MP3) When You Turn Lights On/Off
—————-
Requirements
—————-
* Git 1.8+
* PHP 5.5+
* Update the Windows paths below to match your system
—————-
Install PHP
—————-
If you don’t have PHP, follow the instructions at http://windows.php.net/
—————-
Install Git
—————-
If you don’t have Git, you can install GitHub Desktop for Windows. Download and install the application from https://desktop.github.com/
This will create a GitHub folder at C:\Users\David\Documents\GitHub in which you can put your website files. Continue reading WINDOWS: PHPloy to incrementally deploy Git-Based file changes over S/FTP