Search Engines and Privacy
About Search Engines Recent events regarding Facebook have heightened awareness about internet usage and privacy. Facebook has admitted culpability in allowing the spreading of false information and personal data mining by third parties with little to no supervision on their part. Many people found this shocking, but I found it to be predictable. Facebook is…
Read MoreUsing Mac to Make Video
“Nothing is simple if you don’t know how to do it.” Pastor Beth [embedyt]http://www.youtube.com/watch?v=-qRbc4z0XiE[/embedyt]
Read MoreA Day as a Student at TIY
This was my schedule as a student in the Front-End Engineering Course at the digital awesomeness that is The Iron Yard of Greenville, SC. My Schedule 6:30 am Get up, eat breakfast, devotional, get dressed, make lunch 8 am – Out the door to drive to the Iron Yard, with traffic 50 minutes 9 am…
Read MoreEmber Connecting with Parse
Here are some notes on how to get the ember-cli to connect with Parse (www.parse.com) ** You have to have an account with Parse to do this. The Problem: How to enable an app in ember-cli to connect with Parse which is an outside server considering the default mode of ember-cli is to prevent connection…
Read MoreEmber Notes on Deleting one post item
A quick write down of notes about how to delete one post item instead of all of them. The issue: On a posts template (templates/posts.hbs) a helper will send an action to the posts controller (controller/posts.js) which in the case of a delete button would delete all the posts, not just one post item. So…
Read MoreEmber Organization
Today in class we learned alot about the organization of files in Ember. If you have an ember project created in ember-cli and are looking at it. (ember new <appName>) app – holds all the folders and files to display your app with the exception of the public folder which holds any images or fonts…
Read More