Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
DANIEL MALL committed Nov 6, 2016
2 parents 9434737 + 1a11522 commit ad11d06
Show file tree
Hide file tree
Showing 11 changed files with 278 additions and 7 deletions.
23 changes: 23 additions & 0 deletions -/_inc/windows-nav.php
@@ -0,0 +1,23 @@
<section class="windows-nav">

<h1 class="windows-nav_heading">More from #dangoeswindows</h1>

<nav class="series-nav">
<ol class="series-nav-list">

<?php if($_SERVER['REQUEST_URI'] == '/articles/opening-windows/') { ?>
<li><mark class="windows-nav--currentArticle">Opening Windows</mark></li>
<?php } else { ?>
<li><a href="/articles/opening-windows/">Opening Windows</a></li>
<?php } ?>

<?php if($_SERVER['REQUEST_URI'] == '/articles/setting-up-windows/') { ?>
<li><mark class="windows-nav--currentArticle">Setting up Windows</mark></li>
<?php } else { ?>
<li><a href="/articles/setting-up-windows/">Setting Up Windows</a></li>
<?php } ?>

</ol>
</nav>

</section>
19 changes: 19 additions & 0 deletions -/c/windows-nav.css
@@ -0,0 +1,19 @@
.windows-nav {
background: #f0fcfd;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-bottom: 2em;
padding: 2em 1.5em 0;
}
.windows .windows-nav_heading {
font: bold 11px 'Open Sans', sans-serif;
letter-spacing: 0.1em;
margin-bottom: 1.5em;
text-transform: uppercase;
}

.windows-nav--currentArticle {
font-weight: 800;
color: #0072c6;
color: #000;
}
Binary file modified articles/.DS_Store
Binary file not shown.
13 changes: 13 additions & 0 deletions articles/index.php
Expand Up @@ -24,6 +24,19 @@

<ol class="article-list articles no-marker">

<li>
<article>
<header>
<h1><a href="/articles/setting-up-windows/">Setting up Windows</a></h1>
</header>
<p>The first few days on a Windows machine.</p>
<ul class="meta easy-clearing no-marker">
<li class="permalink"><a href="/articles/setting-up-windows/"><time datetime="2016-11-06T08:38:00">November 06, 2016</time></a></li>
<script>document.write('<li class="comments"><a href="/articles/setting-up-windows/#disqus_thread" data-disqus-identifier="setting-up-windows"></a></li>');</script>
</ul><!-- .meta -->
</article>
</li>

<li>
<article>
<header>
Expand Down
9 changes: 6 additions & 3 deletions articles/opening-windows/index.php
Expand Up @@ -7,8 +7,9 @@

<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/cssReference.php"); echo "\n"; ?>
<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/jsReferenceHead.php"); echo "\n"; ?>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,700" rel="stylesheet" />
<link rel="stylesheet" href="/articles/_vanilla/vanilla.css" />
<link rel="stylesheet" href="/-/c/windows-nav.css" />
<link rel="stylesheet" href="opening-windows.css" />

<?php /* ?>
Expand Down Expand Up @@ -39,11 +40,13 @@
<h1 class="article-header-title">Opening Windows</h1>
</div><!-- .intro -->

<section class="clearfix wrap vanilla opening-windows">
<section class="clearfix wrap vanilla windows opening-windows">

<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/windows-nav.php"); echo "\n"; ?>

<p>The first computer I had in my house growing up was an <abbr title="International Business Machine">IBM</abbr> 386 something-or-other. I think it was an old one my dad&rsquo;s job had that he picked up when they upgraded. It had WordPerfect 3.1 on it, and I became a whiz at all the things you could do at an <a href="https://www.google.com/search?q=msdos+prompt&amp;rlz=1C6CHFA_enUS690US690&amp;biw=1440&amp;bih=776&amp;source=lnms&amp;tbm=isch&amp;sa=X&amp;sqi=2&amp;ved=0ahUKEwj_3OTdsfzPAhVF4IMKHeBHCMAQ_AUIBigB">MS-DOS prompt</a>. </p>

<p>Unlike many designers, I didn&rsquo;t grow up with a Mac. One of my cousins had a Mac, which I thought was weird and inferior to my <abbr title="Personal Computer">PC</abbr>. The first time I really used a Mac was when I went to <a href="http://drexel.edu/westphal/">design school</a> for college. I had my personal <abbr>PC</abbr> in my dorm room and the computers in the labs were all PCs because we were all doing <abbr title="Three-dimensional">3D</abbr> modeling and animation work, but the handful of computers in the photo lab were Macs.</p>
<p>Unlike many designers, I didn&rsquo;t grow up with a Mac. One of my cousins had a Mac, which I thought was weird and inferior to my <abbr title="Personal Computer">PC</abbr>. The first time I really used a Mac was when I went to <a href="http://drexel.edu/westphal/">design school</a> for college. I had my personal <abbr>PC</abbr> in my dorm room and the computers in the labs were all <abbr>PC</abbr>s because we were all doing <abbr title="Three-dimensional">3D</abbr> modeling and animation work, but the handful of computers in the photo lab were Macs.</p>

<p>My work computer at my first job where I was a design intern was a <abbr>PC</abbr>, but for every other job I&rsquo;ve had, a Mac was always sitting on my desk for my first day. I&rsquo;m now pretty entrenched in using Apple products to do my work, but in my history of using computers, Mac usage is actually in the minority.</p>

Expand Down
Binary file added articles/setting-up-windows/.DS_Store
Binary file not shown.
Binary file added articles/setting-up-windows/home-thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
167 changes: 167 additions & 0 deletions articles/setting-up-windows/index.php
@@ -0,0 +1,167 @@
<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/functions.php"); echo "\n"; ?>
<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/doctype.php"); echo "\n"; ?>
<head profile="http://gmpg.org/xfn/11">
<title>&ldquo;Setting up Windows,&rdquo; an article by Dan Mall</title>
<meta name="description" content="Setting up Windows" />
<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/meta.php"); echo "\n"; ?>

<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/cssReference.php"); echo "\n"; ?>
<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/jsReferenceHead.php"); echo "\n"; ?>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,700" rel="stylesheet" />
<link rel="stylesheet" href="/articles/_vanilla/vanilla.css" />
<link rel="stylesheet" href="/-/c/windows-nav.css" />
<link rel="stylesheet" href="setting-up-windows.css" />

<?php /* ?>
<!-- Facebook -->
<meta property="og:title" content="Oil change &amp; Pizza" />
<meta property="og:description" content="Death to &ldquo;full service.&rdquo;"/>
<meta property="og:url" content="http://danielmall.com/articles/oil-change-pizza/" />
<meta property="og:image" content="http://danielmall.com/articles/oil-change-pizza/home-thumb.png" />
<?php */ ?>

<!-- Trying @adactio's meta: https://adactio.com/journal/9881 -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@danielmall" />
<meta name="twitter:url" property="og:url" content="http://danielmall.com/articles/setting-up-windows/" />
<meta name="twitter:title" property="og:title" content="Setting up Windows" />
<meta name="twitter:description" property="og:description" content="The first few days on a Windows machine." />
<meta name="twitter:image" property="og:image" content="http://danielmall.com/articles/setting-up-windows/home-thumb.png" />

</head>

<body id="article" class="articles">

<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/header.php"); echo "\n"; ?>

<div id="article-area-wrap">

<section class="clearfix wrap vanilla windows">

<div class="windows-articles-title">
<h1 class="article-header-title">Setting up Windows</h1>
<p class="article-hashtag">#dangoeswindows</p>
</div><!-- .windows-articles-title -->

<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/windows-nav.php"); echo "\n"; ?>

<p>First things I do:</p>

<ol>
<li>Install <a href="https://www.dropbox.com/">Dropbox</a>.</li>
<li>Set up Outlook (which I&rsquo;m actually excited about, as it&rsquo;s my preferred iPhone email app since <a href="http://www.mailboxapp.com/">Mailbox</a> shut down).</li>
<li>Download and install <a href="http://www.adobe.com/creativecloud.html">Creative Cloud</a>. </li>
</ol>

<p>At this point, I contemplate how much of a Windows experience I want or can deal with. I&rsquo;m sure I could just try to replicate my Mac setup which would make me comfortable. I could install a bunch of plugins to do things like <a href="https://alanhogan.com/tips/swap-left-alt-and-ctrl-keys-in-windows">remap the <kbd>Ctrl</kbd> key to to the <kbd>Alt</kbd> key</a> to work more like the <kbd>Command</kbd> key on a Mac or <a href="http://www.winbrowser.com/">make Windows Explorer more like Finder</a>. But that&rsquo;s not exactly in line with the experiment I&rsquo;m doing. If I want a Mac, I have one (or three). This is really to see if Windows proper—not Windows as a Mac imposter—can work for me. </p>

<p>Next, I want my notes app, partly so I can document what&rsquo;s going through my head. This is a case where I really don&rsquo;t want to try something new; I&rsquo;ve been using <a href="http://brettterpstra.com/projects/nvalt/">nvAlt</a> synced to all my devices through Simplenote <a href="/articles/ideas-of-march-2013/">for years</a>, and I&rsquo;m not willing to start from scratch. After a false start trying to get the Windows version of Simplenote, I find and install <a href="http://getnotation.com/">Notation</a>. It feels clumsy comparatively, but it&rsquo;ll do for now. </p>

<p>This whole time, I&rsquo;ve been doing some heavy Googling, just trying to get my bearings. Where do applications install to? How do I get this icon off my desktop without erasing this app? In my &ldquo;gung ho Windows purist&rdquo; mode, I&rsquo;ve been using Edge and resisting the urge to download Chrome. </p>

<p>I&rsquo;d really like to give Edge a shot as my primary browser, but after a few hours of use, there&rsquo;s some basic functionality that I use a lot in Chrome that just doesn&rsquo;t exist in Edge, or at least isn&rsquo;t as easy as I&rsquo;d like it to be:</p>

<ul>
<li>Every morning when I start my computer, I open all the bookmarks in my "Starter Set" folder. <a href="http://answers.microsoft.com/en-us/windows/forum/apps_windows_10-msedge/microsoft-edge-how-to-open-all-bookmarks-in-tabs/51abac8a-3315-4949-9724-afb0831108da">That functionality doesn&rsquo;t exist in Edge</a>.</li>
<li>To change the location of the "Downloads" folder, <a href="http://www.howtogeek.com/258735/how-to-change-the-location-of-microsoft-edges-download-folder/">YOU HAVE TO EDIT THE REGISTRY FILE</a>!</li>
<li>This isn&rsquo;t Edge&rsquo;s fault, but lots of stuff doesn&rsquo;t support Edge yet. Case in point: I use <a href="http://www.boomeranggmail.com/download.html">Boomerang</a> in Gmail for scheduling email, but it&rsquo;s not supported in Edge.</li>
</ul>

<p>Already frustrated, I break my rule and download Chrome. So much for Windows as-is. After sleeping on it for a few days, I decide that&rsquo;s OK. Whenever I get a new Mac, the first thing I do is configure it. I download all my apps, I tweak the interface to how I like to work. If I don&rsquo;t use a Mac the way it comes out of the box, what makes me think I&rsquo;d use a Windows machine that way?</p>

<p>This realization gives me permission to put in the effort to shape it to how I can easily get stuff done, not change how I work to fit the machine. The real test will be to see if my final configuration simply resembles a Mac; if it does, I might as well stay with my current setup. If it does end up that way, the tough part will be discerning whether or not that setup is the best setup for me or if it&rsquo;s just what I&rsquo;m used to.</p>

<p>Coming up next: starting to design and code on a Windows machine.</p>

<p>(Note: this post was written on my Mac because I have yet to dive into code editors, command line tools, and the like.)</p>



<?php /* ?>
<footer class="footnote">
<p>Also <a href="https://medium.com/@danielmall/opening-windows-eb97c7379933#.9zshpkxdy">syndicated to Medium</a>.</p>
</footer><!-- .footnote -->
<?php */ ?>


</section><!-- .vanilla -->

</div><!-- /#article-area-wrap -->

<?php

echo readNext('Opening Windows', '/articles/opening-windows/');

?>

<div id="comments">

<?php /* ?><section id="article-meta">
<header class="easy-clearing">
<h1>{if comment_total == 0}No comments <a href="#comment-form">yet</a>&hellip;{if:else}{comment_total} Comments{/if}</h1>
<p>Posted in {categories backspace="2"}<a href="{path='channel/index'}">{category_name}</a>, {/categories}</p>
</header>
</section><!-- /#article-meta --><?php */ ?>

<div id="comments-wrap">

<div class="main">

<div id="disqus_thread"></div>
<script>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'danielmall'; // required: replace example with your forum shortname

// The following are highly recommended additional parameters. Remove the slashes in front to use.
var disqus_identifier = 'setting-up-windows';
var disqus_url = 'http://danielmall.com/articles/setting-up-windows/';
var disqus_developer = 1;

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>

</div><!-- /.main -->


<div class="sub">

<section class="article-info">
<header>
<h2>Article Info</h2>
</header>
<time datetime="2016-11-06T08:37:00">Published November 6, 2016 at 8:38 <abbr title="Ante Meridian">AM</abbr></time>
</section><!-- /.article-info -->


<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/carbon.php"); echo "\n"; ?>


</div><!-- /.sub -->


</div><!-- #comments-wrap -->


</div><!-- #comments -->


<div class="wrap">

<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/footer.php"); echo "\n"; ?>


</div><!-- #wrap -->


<?php require($_SERVER["DOCUMENT_ROOT"]."/-/_inc/close.php"); echo "\n"; ?>
26 changes: 26 additions & 0 deletions articles/setting-up-windows/setting-up-windows.css
@@ -0,0 +1,26 @@
.vanilla {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}

.vanilla ul li:before {
background-color: #0072c6;
}

.windows a {
color: #0072c6;
}

.windows .article-header-title {
font-family: 'Open Sans', sans-serif;
}

.windows-articles-title {
display: flex;
flex-direction: column-reverse;
}
.windows .article-hashtag {
margin-bottom: 0;
color: #999;
font-size: 16px;
}
19 changes: 16 additions & 3 deletions index.php
Expand Up @@ -36,6 +36,17 @@
<ol class="no-marker">

<li class="home-item position1">
<article class="home-item-article">
<h2 class="home-item-headline">
<a href="/articles/setting-up-windows/">
<img class="round-image" src="/articles/setting-up-windows/home-thumb.png" alt="" />
<span class="home-item-name">Setting up Windows</span>
</a>
</h2><!-- .home-item-headline -->
<p class="home-item-description">The first few days on a Windows machine.</p>
</article><!-- .home-item-article -->
</li>
<li class="home-item position2">
<article class="home-item-article">
<h2 class="home-item-headline">
<a href="/articles/opening-windows/">
Expand All @@ -46,7 +57,7 @@
<p class="home-item-description">I&rsquo;m switching to Windows.</p>
</article><!-- .home-item-article -->
</li>
<li class="home-item position2">
<li class="home-item position3">
<article class="home-item-article">
<h2 class="home-item-headline">
<a href="/articles/voting-for-trump-is-unbiblical/">
Expand All @@ -57,7 +68,7 @@
<p class="home-item-description">Measuring Trump against the Bible&rsquo;s criteria for leaders</p>
</article><!-- .home-item-article -->
</li>
<li class="home-item position3">
<li class="home-item position4">
<article class="home-item-article">
<h2 class="home-item-headline">
<a href="/articles/accountability/">
Expand All @@ -69,6 +80,8 @@
</article><!-- .home-item-article -->
</li>

<?php /* ?>
<li class="home-item position4">
<article class="home-item-article">
<h2 class="home-item-headline">
Expand All @@ -82,7 +95,7 @@
</li>
<?php /* ?>
<li class="home-item position4">
<article class="home-item-article">
Expand Down
9 changes: 8 additions & 1 deletion rss/index.xml
Expand Up @@ -11,8 +11,15 @@
<link>http://www.danielmall.com/</link>
<dc:language>en</dc:language>
<dc:rights>Copyright 2005-2016</dc:rights>
<pubDate>Fri, 28 Oct 2016 08:26:00 GMT</pubDate>
<pubDate>Sun, 6 Nov 2016 08:38:00 GMT</pubDate>
<admin:generatorAgent rdf:resource="Bare Hands"/>
<item>
<title>Setting up Windows</title>
<description>The first few days on a Windows machine.</description>
<link>http://danielmall.com/articles/setting-up-windows/</link>
<guid>http://danielmall.com/articles/setting-up-windows/</guid>
<pubDate>Sun, 6 Nov 2016 08:38:00 GMT</pubDate>
</item>
<item>
<title>Opening Windows</title>
<description>I'm switching to Windows.</description>
Expand Down

0 comments on commit ad11d06

Please sign in to comment.