<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Downhill Media</title>
	<atom:link href="http://downhillmedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://downhillmedia.com</link>
	<description>Warren, VT · since 2002</description>
	<lastBuildDate>Fri, 29 Dec 2023 16:56:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Adding and Managing Photos on your WordPress Website</title>
		<link>https://downhillmedia.com/adding-and-managing-photos-on-your-wordpress-website/</link>
		
		<dc:creator><![CDATA[on_edge]]></dc:creator>
		<pubDate>Tue, 11 Jun 2013 17:42:44 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<guid isPermaLink="false">https://www.downhillmedia.com/?p=328</guid>

					<description><![CDATA[<p>The Wordpress Codex offers instructions for <a href="https://codex.wordpress.org/Inserting_Images_into_Posts_and_Pages" target="_blank" rel="noopener noreferrer">Inserting Images into Posts and Pages</a>.</p>
<p>Generally, it's good to have an established convention for photo size and placement within a post or page that remains consistent throughout your website.</p>]]></description>
										<content:encoded><![CDATA[<p>Generally, it&#8217;s good to have an established convention for photo size and placement within a post or page that remains consistent throughout your website.</p>
<p><em>Dimensions</em> — the most important dimension when placing images is width, as it can affect other elements in your layout. Once a convention for image width is established, it’s best to be consistent throughout your site. Height can vary to some degree, but a consistent look is best and too much variation can also affect your layout.</p>
<p><span id="more-328"></span></p>
<p class="follow"><em>Placement</em> — placing images randomly on a page or in a blog post often looks busy and disorganized. Some good practices for placement:</p>
<ul>
<li>Float (align) Right</li>
<li>Float (align) Left</li>
<li>Full width of the content area</li>
<li>A row of smaller images that fill the full width of the content area</li>
</ul>
<p>My personal preference for <em>floating</em> an image is Float Right, because the reader’s eye can always return to the same place on the page to start the next line of text.</p>
<p>It’s good to avoid placing an image that has no <em>float</em> and doesn’t fill the width of your page. The result is extra <em>white space</em> beside your image that breaks up the page display.</p>
<p><em>Copyright</em> — be sure you own the photos, or have permission to use them. It’s never a good idea to <em>grab</em> images from other websites.</p>
<p><em>Storage</em> — photos should be stored on your web server with the rest of your website. It’s not a good idea to link to external photos on another server (website), because if that site is taken down or that content is removed from the external site, your image disappears.</p>
<p><em>Photo Links</em> — unless you specifically want an image to link to something, it’s best to set <em>Link To: None</em>. If the default of linking the photo to its original is left in place, the user clicks on the photo and the larger image loads in the same page, taking the user away from the site content and making navigation confusing.</p>
<p><em>Borders/Captions</em> — again, it’s best to establish a convention and stick with it. Whether you want borders on your images or no borders, generally stick with one or the other. Ideally, the same should apply to captions or, at least, to the default WordPress frame that comes with captions. If you want to use captions on some images and not others, it may be best to style the frame to match the rest of your images (or have your web developer do it).</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Managing Text Content of Your Website</title>
		<link>https://downhillmedia.com/managing-text-content-of-your-website/</link>
		
		<dc:creator><![CDATA[on_edge]]></dc:creator>
		<pubDate>Thu, 19 May 2011 15:02:27 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<guid isPermaLink="false">https://www.downhillmedia.com/?p=259</guid>

					<description><![CDATA[If you have your site built by a web developer, the font sizes, line spacing (leading) and other attributes should already be established. It&#8217;s best to stick with these conventions to maintain a clean, consistent appearance for your content. Character Spacing — computer fonts are proportionally spaced. Unlike typewriters with mono (fixed) spacing, computer fonts [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you have your site built by a web developer, the font sizes, line spacing (leading) and other attributes should already be established. It&#8217;s best to stick with these conventions to maintain a clean, consistent appearance for your content.</p>
<p><em>Character Spacing</em> — computer fonts are proportionally spaced. Unlike typewriters with mono (fixed) spacing, computer fonts (with a few exceptions) adjust spacing automatically, based on the context in which they are placed. It is for this reason, that a single space after punctuation at the end of a sentence is appropriate. Two spaces at the end of a sentence is a convention that was established with mono-spaced typewriter fonts. The result of using two spaces with proportional fonts is a <em>river of white</em> running down the page.</p>
<p><span id="more-259"></span></p>
<p><em>Line Spacing (Leading)</em> — this is something you probably won&#8217;t adjust, but generally smaller type size on larger leading is more easily readable than large type on narrow leading.</p>
<p><em>Other Spacing</em> — stick with the established convention for spacing before/after headings, paragraphs and other layout elements. This will give you a consistent, clean appearance to your site and minimize the possibility that it will become busy and disorganized over time as you continue to add content.</p>
<p><em>Emphasis</em> — quotation marks (&#8220;) should be used when quoting something a person said. They should <em>not</em> be used to emphasize text. Instead use <em>italics</em> or <strong>bold</strong> attributes for emphasis. Underlining text is not advisable. It can make it look busy and more difficult to read and, on a website, it can easily be confused with hyperlinks.</p>
<p><em>Alignment</em> — generally, the best text alignment is <em>flush left, rag right</em>. That is: aligned on the left side and allowed to wrap naturally on the right side. The flush left gives the reader&#8217;s eye a consistent place on the page to return to start the next line. Rag right is a visual cue for differentiating one line from the next. Newspapers often use full justification (flush on both sides), to make the most of limited space. It works reasonably well in the narrow newspaper columns, but can be difficult to read in wider layouts like a web page. Given that English is read left-to-right, flush right or center-aligned text is better used in specialized circumstances where the text is brief and presented more as a design element than text.</p>
<p><em>Column Width</em> — columns that are too narrow or too wide are difficult to read. It&#8217;s best to keep column width in the approximate range of 10-20 words per line.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
