Posts

Showing posts from 2018

How to look at the code of a website

Image
Image: Review the <code> on your website without logging in I have come across this need on many occasions: How do I look at the code on my website ? Why might you need to do this? There are a multitude of reasons you may need to review your code without editing it . A few scenarios I have come across are clients needing to review work a 3rd party has created. Maybe you had someone else create your website and you aren't sure what color they used to for a particular button. Or, maybe you finally are getting around to editing a website that has gone through so many revisions by a multitude of people and colors are seeming the slightest bit off. Get your branding back on track with this option. For these examples, I will be reviewing older pages of this blog. And for your viewing pleasure we will look over a vector illustration blog post. These 2 examples will be reviewed in Google Chrome. Let's get to reviewing the code of a particular element on you

Google Drive: Syncing multiple accounts on one computer

Image
Google Drive Syncing multiple accounts on one computer (mac) A problem I have come across, as a designer, is transferring files back and forth among clients and the multitude of options that exist out there to do so. This situation may also be relevant to students and their personal google accounts as it was with me (school, work, and personal account). Unfortunately, I could not find a solution to this issue until recently and was doing extra work to resolve this issue. The Solution Exists!  Google Backup and Sync icon The little cloud icon up in the status menu has all the answers. Clicking on it will reveal a drop down menu with three dots. This secret passage way is how you get to adding an additional drive on your computer. Clicking on those 3 dots reveals another menu with an option:  Add New Account. 3 dot drop-down menu Thankfully, this Backup and Sync supports 3 different accounts. A very simple setup menu pops up, prompting you through e

Google Sheets: Recovering past data

Image
I was recently working on invoices and manually transferring over hours-worked and realized I need to put some time into creating a better application that works for me—something I have been planning on and slowly creating for the past 3 year. I know there are many applications out there that help track time and invoice all in one. But I am the type of person that needs flexibility and options. Plus, I love creating all the things . Cut to—me working in Google Sheets and trying to figure out how to customize my current time tracking system. My goal was to create formulas that would simplify my process (but I'll spare you the tedious details for another post). In order to not mess with all of the hours tracked for multiple projects I created copies of my Google Sheets. Welp, I ended up messing up the originals (something that could have been prevented by closing a tab). Thankfully, invoices had been compiled previously to verify that this solution did indeed work. Steps for

Creating an android app - quick guide: Testing an app on your phone (Mac)

Image
Photo by  Farzad Nazifi  on  Unsplash The first time setting up your phone to view your app: On your phone Configure your phone to allow it to have your apps available. Select Settings Select About phone Find Build Number , tap 7 times Go Back Select Developer options Select USB debugging, select OK Connect your phone to computer Using a usb In Android Studio Click green play button on top menu Select Choose a Running Device (on pop-up) Select your device from the menu (on pop-up) Subsequently connecting your phone to view your app: Connect your phone to computer Using a usb In Android Studio Click  green play button  on top menu Select  Choose a Running Device  (on pop-up) Select your device from the menu (on pop-up)