<?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>Jayel Aheram &#187; wordpress</title>
	<atom:link href="http://aheram.com/topics/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://aheram.com</link>
	<description>The official website of Jayel Aheram. Student journalist, Iraq War and Marine veteran, internationally-published photographer, artist, polymath, etc.</description>
	<lastBuildDate>Wed, 18 Jan 2012 06:35:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<atom:link rel='hub' href='http://aheram.com/?pushpress=hub'/>
		<item>
		<title>Tweaks and Plugins</title>
		<link>http://aheram.com/blog/journal/tweaks-and-plugins/</link>
		<comments>http://aheram.com/blog/journal/tweaks-and-plugins/#comments</comments>
		<pubDate>Sat, 30 May 2009 03:12:32 +0000</pubDate>
		<dc:creator>Jayel Aheram</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Art & Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aheram.com/?p=880</guid>
		<description><![CDATA[And Being Standards-Compliant First things first. This website now validates for both CSS 2.1 and XHTML 1.0 Strict. That took quite a bit of scrubbing of my previous markup of silly things I did, like not nesting input elements within<br/><br/><a href="http://aheram.com/blog/journal/tweaks-and-plugins/" class="more-link">Continue reading →</a>]]></description>
			<content:encoded><![CDATA[<h3 class="byline">And Being Standards-Compliant</h3>
<p>First things first. This website now validates for both <a href="http://jigsaw.w3.org/css-validator/validator?profile=css21&#038;warning=0&#038;uri=http%3A%2F%2Faheram.com%2F">CSS 2.1</a> and <a href="http://validator.w3.org/check?verbose=1&#038;uri=http%3A%2F%2Faheram.com%2F">XHTML 1.0 Strict</a>. That took quite a bit of scrubbing of my previous markup of silly things I did, like not nesting <code>input</code> elements within a block-level element or having improper markup for ampersands in the HTML (like using <code>&#038;</code> instead of the correct <code>&amp;amp;</code>). Most of the errors in my markup were very minor and most can be attributed to the Twitter and Flickr widgets I was using. My CSS was nearly spotless except for a single error, my defining the <code>list-style-type</code> with an erroneous value of <code>bullet</code> as oppose to the correct <code>disc</code>.</p>
<p>I got so giddy in excitement that I walked down to Isaac&#8217;s room to announce to him that my blog&#8217;s CSS and HTML markup validates. But apparently, there are other things I can still do to make my website even more kick-ass in the back-end.</p>
<p><span id="more-880"></span>Which led me to the <a href="http://developer.yahoo.com/yslow/">Yslow plugin for Firebug</a>. Developed by Yahoo!, the plugin allows web developers to run tests on their websites based on a set of rules for high-performance web pages. I managed to improved my score from a very lousy 64 percent (a big fat D) to a very respectable 89 percent (B). I can raise that easily and gain an A-rating by reducing the number of my <abbr title="domain name system">DNS</abbr> lookups. I am, however, unwilling to part with either Google Analytics, Flickr, or Twitter. I can attempt to find a way to force my server to GZIP the Javascript, but it is rather difficult. On the other hand, I managed to find a way to use GZIP site-wide which has resulted in at least 1.5 seconds difference in load times.</p>
<h4>CSS and Plugins</h4>
<p>Did you notice that I changed the styling of my <code>h4</code> tags? No, well, that is good as you are not supposed to notice it.</p>
<p>One thing that separates a good designer from a bad one is his attention to details. The devil is very much in the details, especially in web design. Except that I get a bit carried away sometimes with CSS and I find myself spending 30 minutes switching between two different font-sizes with just .05em of difference between them. And footer at the bottom? I reduced the extra space by 75px. Not really important, but I spent tens of minutes tweaking the code until it felt <em>just right</em>.</p>
<p>I recently installed <i>µAudio Player, WP-PageNavi, Post Template, GZIP Output, WP CSS, WP JS,</i> and <i>WP Super Cache</i> plugins for WordPress. All of the are quite nifty with the first three providing a functionality that I needed and the rest working in consort with each other to provide my website with boosts in speed.</p>
<h4>Internet Explorer 6</h4>
<p>I hate that stupid browser. That being said, for the most part my website looks somewhat similar in IE6 as it is with IE7, Firefox, and Safari. There were a few minor discrepancies (the logo is not completely showing) and a major one (mostly an issue with <code>padding-left</code>), but all in all it degrades quite beautifully.</p>
]]></content:encoded>
			<wfw:commentRss>http://aheram.com/blog/journal/tweaks-and-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Look</title>
		<link>http://aheram.com/blog/journal/a-new-look/</link>
		<comments>http://aheram.com/blog/journal/a-new-look/#comments</comments>
		<pubDate>Fri, 15 May 2009 03:29:52 +0000</pubDate>
		<dc:creator>Jayel Aheram</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[aheram.com]]></category>
		<category><![CDATA[Art & Design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aheram.com/?p=753</guid>
		<description><![CDATA[The Redesign of aheram.com After four weeks and more than a hundred hours poring over code, reading various documentation, navigating help forums, editing content, and making a lot of mistakes along the way, the website project that is aheram.com is<br/><br/><a href="http://aheram.com/blog/journal/a-new-look/" class="more-link">Continue reading →</a>]]></description>
			<content:encoded><![CDATA[<h3 class="byline">The Redesign of <em>aheram.com</em></h3>
<p><a class="med" title="Website Logo by Jayel Aheram, on Flickr" href="http://www.flickr.com/photos/aheram/3531652925/"><img src="http://farm3.static.flickr.com/2246/3531652925_bd11cdd6bd.jpg" alt="Website Logo" /></a></p>
<p>After four weeks and more than a hundred hours poring over code, reading various documentation, navigating help forums, editing content, and making a lot of mistakes along the way, the website project that is <code>aheram.com</code> is finally complete.</p>
<p>My website&#8217;s old design was something I was proud of. It was clean, it was readable, and it did what I intended it to do. The only problem was that it was completely static. I attempted to rectify that by utilizing MagpieRSS to parse feeds from my blogs onto my static <code>index.htm</code> to create an appearance of dynamic content. But beyond that, it lacked the functionality that I needed.</p>
<p><span id="more-753"></span>Then there is the small problem called my existing main blog, <em>Aheram Takes On&#8230;</em>. It was hosted on Blogger and it was visually very different from the website. While I am quite proud of the design, the blog being hosted on Blogger made it very difficult to integrate it with my main website.</p>
<div class="caption med"><a title="Draft of Web Template by Jayel Aheram, on Flickr" href="http://www.flickr.com/photos/aheram/3181857350/"><img src="http://farm4.static.flickr.com/3120/3181857350_2d10dcca23.jpg" alt="Draft of Web Template" /></a></p>
<p>A proposed redesign of <code>aheram.com</code>.</div>
<p>Earlier this year, I created a draft of a design that is an homage to the original <em>Aheram Takes On&#8230;</em> template. I was really excited about it up until I tested to see how it will look like with text and some photography. It was a disaster. The design&#8217;s very strength makes it a poor companion to text and photography. Though, only occupying the header and the footer, it became a distraction. It will be a challenge to make my existing content fit the design and if I am going to do that, I am already heading the wrong direction.</p>
<h3>Inspiration</h3>
<p>It was <a href="http://feliciaday.com">Felicia Day&#8217;s website</a> that finally jumpstarted me into redesigning my website. Unlike other famous celebrities&#8217; websites, hers made sense. It was clean, it was professional, and it was easy to find whatever it is you want to find out about her. A lot of her ideas, I had adopted, particularly the styling of the main page, the projects page, and the press page. While I adopted some of her really great ideas, the code that built it, however, was entirely my creation.</p>
<p>It was also what convinced me to switch to WordPress. I did not realize I could style templates according to the category a content belongs to. That functionality makes it more than a blogging platform. Through clever coding and styling and category exclusion, I can make WordPress into a full-fledged <abbr title="content management system">CMS</abbr>. I started reading more into it and became more convinced at how powerful WordPress is. At this point, I knew nothing about PHP. That, however, did not discourage me.</p>
<h3>Drafts and Notes</h3>
<div class="caption med"><a title="Website Drafts and Notes by Jayel Aheram, on Flickr" href="http://www.flickr.com/photos/aheram/3531514902/"><img src="http://farm3.static.flickr.com/2335/3531514902_8757eece7b.jpg" alt="Website Drafts and Notes" /></a></p>
<p>Several sheets of drafts and notes.</p></div>
<p>Most of everything I do first manifests itself inside the pages of my various notebooks as tiny notes, doodles, or rough sketches. Sketches helps me conceptualize a layout idea. I would draw and redraw an idea over and over until I am satisfied with it. Lists help me prioritize. They represent goals that must be met in order to continue to the next challenge. Without my various lists, I would end up disorganized. Worse, I might end up pursuing a piece of code that has tenuous relation to getting my website up and running. I like novel pieces of code. It is just unfortunate that very few them are actually useful.</p>
<h3>Tools</h3>
<p>The website is created with Espresso 1.0.1 on a Mac Book, powered by WordPress, hosted by Dreamhost, and tested extensively on Firefox with the Web Developer plugin.</p>
<p>WordPress plugins used:</p>
<ol>
<li>Akismet</li>
<li>Archives for a category</li>
<li>Contact Form 7</li>
<li>FD Feedburner Plugin</li>
<li>Get Recent Comments</li>
<li>Head META Description</li>
<li>Simply Exclude</li>
<li>Ultimate Noindex Nofollow Tool</li>
<li>Google SiteMap</li>
</ol>
<h3>Typography</h3>
<p>There are only three fonts used in this website: Base02 for the logo, Georgia for blockquote elements, and Trebuchet MS for everything else. For great typography ideas, I looked to <em>I Love Typography</em> for inspiration. I adopted their use of bylines, faint bottom border, and ample use of space. My main focus was readability. I want the text to stand out on its own and for the right reasons. I have also started to use the heading tags for their intended purposes, though, more for a structurally sound document than for search-engine optimization.</p>
]]></content:encoded>
			<wfw:commentRss>http://aheram.com/blog/journal/a-new-look/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

