Difference between revisions of "Class:Digital Portfolio 2016/Week 3"
(→Assignment) |
(→Video Notes) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 11: | Line 11: | ||
* Recap Optimizing Images for The Web | * Recap Optimizing Images for The Web | ||
* Tools: Text Editors | * Tools: Text Editors | ||
| + | * Image Processing & Image Renaming Tricks | ||
* HTML/CSS Quick Review | * HTML/CSS Quick Review | ||
| Line 22: | Line 23: | ||
* [http://en.wikipedia.org/wiki/Image_file_formats Image Format Reference] | * [http://en.wikipedia.org/wiki/Image_file_formats Image Format Reference] | ||
* I forgot to show the excellent tool [http://imageoptim.com Imageoptim] for further compressing your images | * I forgot to show the excellent tool [http://imageoptim.com Imageoptim] for further compressing your images | ||
| + | |||
| + | === Image Processing & Image Renaming Tricks === | ||
| + | |||
| + | In class we discussed a few different solutions for streamlining a photographers batch processing needs. | ||
| + | |||
| + | I have updated the [[Desktop:Handy Utilities|Handy Utilities reference page for you here]]. | ||
| + | |||
| + | ; A Better Finder Rename (http://www.publicspace.net/ABetterFinderRename/) | ||
| + | : Insanely quick and useful way to rename files and folders. | ||
| + | : Trial download available from the website, also available in the Mac [https://itunes.apple.com/us/app/better-rename-9/id414209656?mt=12 App Store here]. | ||
| + | |||
| + | ; Dr (Russell) Brown's Image Processor Pro (http://www.russellbrown.com/scripts.html) | ||
| + | http://photoshopscaresme.com/new-version-russell-browns-image-processor-pro/ | ||
| + | : Fantastic image processing extension for Photoshop/Bridge | ||
| + | : Direct link to download [http://www.russellbrown.com/images/tips_downloads/Services_Installer_2.3.1.zip right here]. | ||
| Line 39: | Line 55: | ||
| − | === Refresher on HTML & CSS === | + | === Quick Refresher on HTML & CSS === |
Our first big task is to review HTML & CSS techniques in an effort to get everybody more comfortable hacking away at their websites. | Our first big task is to review HTML & CSS techniques in an effort to get everybody more comfortable hacking away at their websites. | ||
| Line 69: | Line 85: | ||
== Video Notes == | == Video Notes == | ||
| + | |||
| + | Sound did not record this week in a few of the videos' 3 of these are from last year - similar content. | ||
| + | |||
| + | * [http://assets.choppingblock.com.s3.amazonaws.com/video/screencast/20140521_MPS-DP_responsiveWebDesign.mp4 Responsive Websites Overview] | ||
| + | * [http://assets.choppingblock.com.s3.amazonaws.com/video/screencast/20140521_MPS-DP_imageCompression101.mp4 Image Compression for Photographers 101] | ||
| + | * [http://assets.choppingblock.com.s3.amazonaws.com/video/screencast/20130515_MPS-DP-A_TextEditorsTextMateSublimeAndEspresso.mp4 Tools: TextEditors: TextMate, Sublime and Espresso] | ||
| + | * [http://assets.choppingblock.com.s3.amazonaws.com/video/screencast/20160606_MPS_DP_04_WebCSSEditToolsAndTips.mp4 Using the Web Inspector and basic tools to help hack/edit your web projects] | ||
| + | |||
<!-- *[http://assets.choppingblock.com.s3.amazonaws.com/video/screencast/20160516_MPS_DP_01_ReviewDomainsTransfersEmail.mp4 Domains and Transferring Email Review] | <!-- *[http://assets.choppingblock.com.s3.amazonaws.com/video/screencast/20160516_MPS_DP_01_ReviewDomainsTransfersEmail.mp4 Domains and Transferring Email Review] | ||
Latest revision as of 04:40, 12 June 2016
Contents
Last Week
- Review Last Week
- Hosting Your Sites
- Introduction To Digital Portfolio Techniques
- Photography Site Building (CMS) Solutions
- The "size" of the internet
This Week
- Recap Optimizing Images for The Web
- Tools: Text Editors
- Image Processing & Image Renaming Tricks
- HTML/CSS Quick Review
Open Questions
Notes
Recap Optimizing Images for The Web
Last session we covered many aspects/techniques related to optimizing your images for the web.
- Image Format Reference
- I forgot to show the excellent tool Imageoptim for further compressing your images
Image Processing & Image Renaming Tricks
In class we discussed a few different solutions for streamlining a photographers batch processing needs.
I have updated the Handy Utilities reference page for you here.
- A Better Finder Rename (http://www.publicspace.net/ABetterFinderRename/)
- Insanely quick and useful way to rename files and folders.
- Trial download available from the website, also available in the Mac App Store here.
- Dr (Russell) Brown's Image Processor Pro (http://www.russellbrown.com/scripts.html)
http://photoshopscaresme.com/new-version-russell-browns-image-processor-pro/
- Fantastic image processing extension for Photoshop/Bridge
- Direct link to download right here.
Reviewed Text and CSS Editors
- Quick solid overview on design and HTML editors are in a few of the slides here
- Tools of the Trade: Photoshop, Illustrator, Sketch, Textmate, Sublime
The web inspector within your web browser is an insanely useful design/develop tool.
- And then there is Espresso, for visual CSS/HTML editing
- Tools of the Trade: Espresso
We discussed three separate HTML & CSS tools that you should be familiar with for this Semester.
I have created a Text Editors reference page for you here.
Quick Refresher on HTML & CSS
Our first big task is to review HTML & CSS techniques in an effort to get everybody more comfortable hacking away at their websites.
Download the choppingblock / html-css-demos files from github.com here
- We reviewed the basic HTML tags:
- We reviewed the HTML tags used for styling regions of pages:
- I showed csszengarden.com and the possibilities that CSS can bring to your HTML sites.
- I showed how to format a basic page using Espresso.
Photography Site Building (CMS) Solutions
There was a time where a Photographer would build (or hire somebody to build) their website from scratch. Adding and removing content from these websites would require somebody to edit the HTML and upload the changes to a web server. Successful websites are no longer built like this... Content Management Systems (CMS) have redefined how the internet works. These tools are either hosted, or need to be installed on your webserver to run.
This week I introduced the class to the concept of Content Managed Solutions. We will be spending a lot of time looking at these options.
I have created a Site Building (CMS) Solutions reference page for you here.
Video Notes
Sound did not record this week in a few of the videos' 3 of these are from last year - similar content.
- Responsive Websites Overview
- Image Compression for Photographers 101
- Tools: TextEditors: TextMate, Sublime and Espresso
- Using the Web Inspector and basic tools to help hack/edit your web projects
Files
- Download the choppingblock / html-css-demos files from github.com here