Skip to content
Menu
  • Web Design Business
  • Web design Fundalmentals
City Kitty Design

MAGAZINE LAYOUT IN ADOBE INDESIGN TUTORIAL – PRINT & WEB USE – Adobe InDesign Tutorial

Posted on September 24, 2017


MAGAZINE LAYOUT IN ADOBE INDESIGN TUTORIAL – PRINT & WEB USE – Adobe InDesign Tutorial
Today I have an Adobe InDesign tutorial video entitled a magazine layout in Adobe InDesign tutorial, a look at laying out a magazine document both for print and we use, in InDesign. I have a link below that shows my most recent magazine project that I worked on in InDesign which is also shown in the tutorial today. My method works for me where I design he artwork in Photoshop, and then transfer that over to Adobe InDesign, where I also add the text and logo files to prevent blurry printing solutions.
So if you want to know how to layout a magazine in Adobe InDesign, watch my video today and I hope that the Adobe InDesign tutorial is a helpful one 🙂

✪ Check out my ebook based around the fundamentals of typography as well as a few handy typography tips!

***************** SUBSCRIBE TO SATORI GRAPHICS *****************
➤➤ https://www.youtube.com/channel/UCoeJKtPJLoIBqWq4o8TDLpA

Check out my portfolio website here, and feel free to get in touch about any queries or propositions
➤➤ http://www.satorigraphics.net/

BECOME A PATREON!
https://www.patreon.com/satorigraphics

***** ✪ COOL GRAPHIC DESIGN STUFF with affiliate links from Amazon ✪ *****

Logo Reference Book
➤➤ http://amzn.to/2uqZiCi

Macbook Cool Protective Carry Case
➤➤ http://amzn.to/2uRvYpC

Winsor & Newton Calligraphy Wooden Box
➤➤ http://amzn.to/2sgqVtn

Apple Macbook Pro with Retina Display 13-inch Laptop
➤➤ http://amzn.to/2sj2BZD

Professional & affordable Wacom Tablet
➤➤ http://amzn.to/2s1sNrJ

ADATA HV620 1TB Sleek & Stylish USB 3.0 High Speed External Hard Drive
➤➤ http://amzn.to/2sxbK2S

Create a website for just 1 CENT for the first month:
➤➤ http://partners.hostgator.com/c/392617/177309/3094?u=https%3A%2F%2Fcheckout.hostgator.com%2Fsignup%2Fshared%2F29%2F1%2F1cent

Layout for web use: 1:13
Exporting magazine for web use: 3:48
Layout for print use: 4:50
Exporting magazine for print use: 9:19

Magazine link of the layout example in this Adobe InDesign tutorial:

Issue 11 (Scorcher Edition)

Thanks to yet more suggestions from subscribers, we will be looking at using Adobe InDesign to both layout and export a magazine for print and web use. This is going to be a long tutorial and I know many of my subscribers will most likely not use Adobe InDesign too often, but I do like to cover a wide range of areas of graphic design on this channel. So if you are not a fan of Adobe Indesign don’t fret, I have more Illustrator and Photoshop tutorials as well much more in the pipeline. There is a list of time stops in corner if you want to see a specific point, if you do find this tutorial helpful let me know in the comments section and subscribe to satori graphics if you haven’t done already.

If you found this Adobe InDesign tutorial on magazine layout for print and web enjoyable, let me know in the comments section and drop a like on your way out. Subscribe to stay updated to all of my uploads and until next time, design your future today, peace

***************** SOCIAL NETWORKS *****************
â–¶ TWITTER: https://twitter.com/satorigraphic2k
â–¶ INSTAGRAM: https://www.instagram.com/satori_graphics/
â–¶ PINTEREST: https://uk.pinterest.com/satorigraphics/

Shine by Joakim Karud, check his music out here
https://soundcloud.com/joakimkarud/va

Vacation by Joakim Karud, check his music out here
https://soundcloud.com/joakimkarud/va

Check out my playlist of speed art speed paint videos

Check out my playlist of speed art speed paint videos

Here is my speed art time lapse video playlist

Check out this typography digital time lapse video

My most recent graphic design tutorial:

Check out my most recent speed art video here:

â–¶ Copyright
The work is protected by copyright. This is applied to the video recording of itself as well as all artistic aspects including special protection on the final outcome. Legal steps will have to be taken if copyright is breeched. Music is used from the YouTube audio library and thus copyright free music.

Please help me out by commenting, and subscribing it really really helps me out a lot!

#satorigraphics #tutorials

Recent Posts

  • How to Hire a Web Designer: 5 Steps
  • 5 Benefits Of Hiring Professional Web Design Companies
  • 8 tips for hiring a Web designer for your business
  • Top 5 Tips for Choosing a Web Designer
  • 7 Qualities of a Great Website

RSS Web Design News

  • How Plugins Enhance The WYSIWYG Editing Experience (Sponsored) August 2, 2022
    WYSIWYG editors are one of the core components of any content management system (CMS). A well-coded, feature-filled WYSIWYG HTML editor can distinguish between a CMS users love and one they can’t stand.  While all WYSIWYG editors have a set of basic functionality, the power of plugins enhances the editing experience. Plugins allow WYSIWYG editors to […]
  • JavaScript Event.defaultPrevented July 27, 2022
    Whether you started with the old on_____ property or addEventListener, you know that events drive user experiences in modern JavaScript. If you’ve worked with events, you know that preventDefault() and stopPropagation() are frequently used to handle events. One thing you probably didn’t know: there’s a defaultPrevented proptery on events! Consider the following block of code: […]
  • 7 Ways to Optimize Performance for Your WordPress Site (Sponsored) July 18, 2022
    The vast majority of blogs, news websites, and information websites run on WordPress. While the WordPress developer team and community do their best to ensure wordPress is performant, there are a number of practices you can implement to keep your site blazing fast. Let’s look at some of them! Use Cloudinary WordPress Plugin for Media […]
  • How to Get Extension Manifest Information July 10, 2022
    Working on a web extension can be kinda wild — on one side you’re essentially just coding a website, on the other side you’re limited to what the browser says you can do in the extension execution environment. One change in that environment is coming January 2023 — pushing extensions to move to manifest version […]
  • How to Reverse an Animated GIF June 23, 2022
    Modifying visual media via code has always been a fascination of mine. Probably because I’m not a designer and I tend to stick to what I’m good at. One visual effect I love is seeing video reversed — it provides a sometimes hilarious perspective on a given event. Take this reversed water effect for example: […]
  • CSS :optional May 22, 2022
    A decade ago HTML and CSS added the ability to, at least signal, validation of form fields. The required attribute helped inform users which fields were required, while pattern allowed developers to provide a regular expression to match against an ‘s value. Targeting required fields and validation values with just CSS and HTML was very […]
  • Get a Random Array Item with JavaScript May 9, 2022
    JavaScript Arrays are probably my favorite primitive in JavaScript. You can do all sorts of awesome things with arrays: get unique values, clone them, empty them, etc. What about getting a random value from an array? To get a random item from an array, you can employ Math.random: const arr = [ "one", "two", "three", […]
  • Legacy String Methods for Generating HTML April 26, 2022
    I’m always really excited to see new methods on JavaScript primitives. These additions are acknowledgement that the language needs to evolve and that we’re doing exciting new things. That being said, I somehow just discovered some legacy String methods that you probably shouldn’t use but have existed forever. Let’s take a look! These legacy string […]
  • Interview with an Intiface Haptics Engineer April 25, 2022
    I was recently re-reading my Interview with a PornHub Web Developer and one bit I started thinking about was the VR question and the idea of making users not just see but feel` something. The haptic feedback of VR games is what really sets them apart from your standard PC or console game. So when […]
  • Input valueAsNumber April 5, 2022
    Every once in a while I learn about a JavaScript property that I wish I had known about years earlier — valueAsNumber is one of them. The valueAsNumber provides the value of an input[type=number] as a Number type, instead of the traditional string representation when you get the value: /* Assuming an
©2022 City Kitty Design