In my career like many, I follow quite a lot of well known people in the same field who are developers or designers who are quite well versed in their knowledge as well content-creators. Have come to follow them on some online learning platforms like LinkedIn, Behance, Udemy or through FreeCodeCamp. Most I have initially found through YouTube, these are just a few of the top 6 in each category that are worth noting.
Tag: developers
You Don’t Know JS (book series)
So I ran into a bit of an issue with installing 2 different versions of XAMPP on my workstation for work. I don’t have a real development environment to work in like I did at my previous job with limited resources. So I figured I would document the issue(s) I ran into with my installation of XAMPP either for future reference or to provide some useful info for someone else that might stumble across the same experience I was having.
WHAT EVER BECAME OF THE “WEBMASTER” ?
Quite a while ago during my job search I was coming across so many different titles that I needed to identify how to describe myself and specialties in order to market my abilities. The landscape for job opportunities has definitely changed in the last 10-15 years and find that the knowledge I have within my field has been siloed into various roles.
My job title at a previous place of work (8 years) was Production Assistant / Web Manager. My daily tasks varied from updating web content-copy and cropping images to a website, design and code html newsletters as well as maintain multiple subscriber lists, running web metrics, create simple web banners, UI designs, search engine optimization work, to social media marketing and some print design work. It was more like an overall maintenance ‘job’. So when I was search of new work, I had become really confused which job titles I was coming across and what I should be looking at. My web skills are focused on HTML, CSS and intermediate JS with a little back-end knowledge in PHP.
So I attended Design4Drupal conference for the first time this year. I came to learn about this event through a member I see regularly from the BostonPHP users group that I attend monthly. This had to be one of the best design camps I have ever gone to where it was not heavily code centric and design was a core subject matter with some code examples sprinkled in here and there. Plus I did not feel intimidated around others when letting them know I was new to learning Drupal and felt very welcomed. I thought the subject matter in each session was not only informative but transferable in other web development areas outside of Drupal. Here are some of my notes and resources taken from this event from some of the session tracks I went to.
URL: http://boston2014.design4drupal.org/
Publisher: A-Press
Author: Dan Cederholm
Year: 2005
ISBN-10: 1590593812
BOOK DESCRIPTION
Web Standards are the standard technology specifications enforced by the World Wide Web Consortium (W3C) to make sure that web designers and browser manufacturers are using the same technology syntax. It is important that these implementations are the same throughout the Web, otherwise it becomes a messy proprietary place, and lacks consistency. These standards also allow content to be more compatible with multiple different viewing devices, such as screen readers for people with vision impairments, cell phones, PDFs, etc. HTML, XML, and CSS are all such technologies.This book contains questions and answers on markup and style topics for Web Standards. It explores the multiple ways you can handle a situation when building with Web Standards – and the advantages and disadvantages of those methods. Additionally, each chapter goes a step further, with “extra credit” sections to give the reader extra tips and tricks based on the topic. The reader is empowered to make better decisions based on well-rounded information.
RELATED FILES
Visit Websites
Access Online Version of Book
Download Sample Code
Online Typography (@font-face)
I love lynda.com training videos that cover an array of topics in web development. When I last logged in I came across a new video series called “Web Fonts First Look” by James Williamson. I thought this series was incredibly helpful and learned a lot more about typography for the web than I think I could have from 1 or 2 books on the subject.
Throughout the video tutorial, James Williamson works on a project called Alice in Web Fonts to demonstrate various techniques in web typography. He demonstrates with a few other fonts but one in particular called JUNCTION which I thought looked really nice! (Must consider using it in a project at a later date!)
Below are some of the notes I took as well as a lot of the resources mentioned from the video lessons.