<?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"
	>

<channel>
	<title>Three till Seven &#187; Reviews Received</title>
	<atom:link href="http://www.3till7.net/category/3till7net/reviews-received/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3till7.net</link>
	<description>A geek's personal domain.</description>
	<pubDate>Sat, 16 Aug 2008 19:09:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>17 Wings</title>
		<link>http://www.3till7.net/2007/10/08/17-wings/</link>
		<comments>http://www.3till7.net/2007/10/08/17-wings/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 20:06:46 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
		
		<category><![CDATA[Reviews Received]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/10/08/17-wings/</guid>
		<description><![CDATA[This review is from 17 Wings; original location.
Layout
Looks
Colors &#8212; They&#8217;re fine. Your color choice is atypical, but being different isn&#8217;t bad. My eyes don&#8217;t scream when I look at your page. I like the brown in your navigation menu and its pink rollover. I also like the soft pink/peach hues present in other aspects of [...]]]></description>
			<content:encoded><![CDATA[<p>This review is from <a href="http://www.17wings.net/">17 Wings</a>; <a href="http://www.17wings.net/2007/10/review-three-ti.html">original location</a>.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><h2 class="space_above">Layout</h2>
<h3>Looks</h3>
<p><strong>Colors</strong> &mdash; They&#8217;re fine. Your color choice is atypical, but being different isn&#8217;t bad. My eyes don&#8217;t scream when I look at your page. I like the brown in your navigation menu and its pink rollover. I also like the soft pink/peach hues present in other aspects of this layout&mdash;I&#8217;m not crazy about anything else. The oranges and purples remind me a bit of Halloween, but it&#8217;s October&#8230; :) Everything is readable, and that&#8217;s what really matters.</p>
<p><strong>General Positioning</strong> &mdash; Everything is well-positioned. The navigation menu is easy to locate; there&#8217;s a pretty header image at the top; the site&#8217;s name is elegantly displayed; blog entries are easy to find. :)</p>
<p><strong>Sidebar</strong> &mdash; I love that you have a search box and site updates on your sidebar. I don&#8217;t like the justified text. </p>
<p>Huge gaps between words (rivers) were created when your sidebar text was justified. I <em>tried</em> to mark some of them with blue lines in the image above. Text aligned to the left may produce a ragged right edge, but I think that it would look better than justified text with odd spacing. Think about <em>not</em> using justified text, at all, in this layout. </p>
</blockquote>
<p>I also dislike justified text in general but thought it was useful in the narrow columns featured here.  However, the screenshots you gave do look bad, so I&#8217;ll probably switch the columns to left alignment.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>Footer</strong> &mdash; The right stuff is in your footer! I like the photos, off-site links, and category links. I love that you also have a link to your site map and to &#8220;What Are You Here For?&#8221; Some sort of separator (i.e. a | or a &mdash;) would be nice between the links under &#8220;Special Links&#8221; and &#8220;Categories&#8221; because some of them are two words long.  Also, a top-border would be nice above the last line. Consider clearly separating it from the rest of your footer as everything else is divided into three columns.</p>
</blockquote>
<p>Also a good suggestion; can do!</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>&mdash;Style Nazi</strong> &mdash; What I&#8217;m about to say is in no way objective. But I feel compelled to say it. :( I would like your links more if they were bold instead of underlined. I feel like the underlined links somehow disrupt the flow of your page (not so much in the sidebar, but everywhere else&mdash;especially in the blog). They really stand out.</p>
</blockquote>
<p>Haha, exactly!  I <em>want</em> links to stand out and be easily differentiated from regular text.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><h3>Code</h3>
<p>You write neat and well-documented code.. There&#8217;s nothing wrong with your style sheet. You  also use heading tags properly, and your site doesn&#8217;t go to hell when <abbr title="Cascading Style Sheets">CSS</abbr> is turned off. :) </p>
<p>There are a couple things, though. Consider using <code>div</code> tags in your footer instead of tables. And if you care to be anal, add a hidden <code>&lt;h1&gt; site name &lt;/h1&gt;</code> to the tops of your pages for all of those anti-CSS accessibility nuts. :) Sadly, 3till7.net is not free of coding errors:</p>
</blockquote>
<p>Oh man, I did try to get three columns via div layers first, but the CSS was very tricky to make them all float with the left-most column flush against the left side, the right-most column flush against the right side, and the middle column floating equally between the outer columns.  It ended up not working right in IE when it worked in Firefox, and so finally I gave up and switched to a table.  :(</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><h3> Coding Errors</h3>
<p><strong>About Me</strong></p>
<blockquote>
<p><code> &lt;p&gt;&lt;a href="..." style="text-decoration: none;"&gt;<br/><br />
    &lt;div style=&#8221;background-color: white; display:inline;&#8221;&gt;&lt;img src=&#8221;&#8230;&#8221; alt=&#8221;My top 10 artists&#8221;/&gt;&lt;/div&gt;<br/><br />
    &lt;p&gt;&lt;/a&gt;&lt;/p&gt; </code></p>
</blockquote>
<p>The code quoted above isn&#8217;t neat (or valid). It&#8217;s coming from where you incorporate Last.fm widgets into your &#8220;Favorites&#8221; section. You&#8217;re a computer programmer, so I&#8217;m blaming Last.fm for this interesting smattering of code.  If you change it to what I suggest below, everything should be fine.</p>
<blockquote>
<p><code> &lt;div style="background-color: white; display:inline;"&gt;&lt;p&gt;&lt;a href="..." style="text-decoration: none;"&gt;&lt;img src="..." alt="My top 10 artists"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt; </code></p>
</blockquote>
</blockquote>
<p>Fixed!</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>Contact Me</strong> &mdash; There&#8217;s a missing <code>&lt;/tr&gt;</code> after <q>Email a copy to yourself.</q></p>
<p><strong>About 3till7.net</strong> &mdash; In the second paragraph, there&#8217;s an error in your link to wordpress.org. The final quotation mark at the end of that link has been forgotten. You have <code>href="http://www.wordpress.org</code> instead of <code>href="http://www.wordpress.org"</code>.</p>
</blockquote>
<p>Fixed!  It&#8217;s noticing little details like this that make this review stand out.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>Reviews Received</strong> &mdash;<br />
  In the <code>blockquote</code> in which <q>Review from _______</q> is quoted, there&#8217;s a lone <code>&lt;/p&gt;</code>. A <code>&lt;p&gt;</code> is missing at the beginning of the <code>blockquote</code>. It&#8217;s like this in most if not all of the <code>blockquotes</code> on the page. There&#8217;s a similar problem with <code>blockquote</code> and <code>p</code> tags on your &#8220;Writing,&#8221; &#8220;Dream Journal,&#8221; &#8220;Geeky Stuff,&#8221; &#8220;Don&#8217;t Deal with These Companies,&#8221; &amp;c. pages. :( </p>
</blockquote>
<p>That&#8217;s due to me parsing PHP within a WordPress page and WordPress wanting to insert paragraph tags everywhere.  I fixed it by editing my PHP to add an opening <code>p</code> tag but not a closing one, since that&#8217;s what WP likes to stick in.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><h2 class="space_above">Content</h2>
<h3>Mine</h3>
<p><strong>About Me</strong> &mdash; Your introduction to this long page is cute and colloquial. </p>
<blockquote>
<p>To further describe myself, I’m taking the easy way out with a bunch of lists:</p>
</blockquote>
<p>Because your about me page is so long, consider adding a short list of links (linking your interests, hobbies, faults, pet peeves, and favorites) immediately after the sentence quoted above. </p>
</blockquote>
<p>Now the sidebar on that page has links to other sections of the page.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>Interests</strong> &mdash; Until a few moments ago, I&#8217;d never heard of Ruby. I doubt that many people are familiar with the programming language, so think about adding a link to a site like <a href="http://www.ruby-lang.org">ruby-lang.org</a>.</p>
</blockquote>
<p>Good idea!  I added the link.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html">
<blockquote>
<p>On specific issues, my beliefs include: gun supporter, abortion supporter, pro-capital punishment, pro-separation of church and state, supporter of the teaching of evolution but not intelligent design, and pro-using open source standards in government, as opposed to closed, proprietary alternatives.</p>
</blockquote>
<p> Your paragraph on politics contains a sentence 40 words long. Break it up. It&#8217;s confusing because:</p>
<ol>
<li>It&#8217;s long.</li>
<li>You use different words for the same thing. You&#8217;re a ____ supporter and pro-other things. Use one term. Be pro-everything you&#8217;re pro or a supporter of everything that you support. If the list of things that you&#8217;re for wasn&#8217;t crammed into one sentence or one short paragraph, I&#8217;d say use different words. But because it is, be consistent. </li>
<li>There are little asides (i.e. <q>as opposed to closed</q>).  Instead of using &#8220;but&#8221; or &#8220;as opposed to,&#8221; to set up things in opposition, just say that you&#8217;re anti-_____.</li>
</ol>
</blockquote>
<p>Fixed!  I broke it up into an unordered list and reworded things.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p>You write in a friendly manner. On this page, you come across as being down-to-earth and just very sweet. The downside to this (and this isn&#8217;t really a downside) is that you write as though someone&#8217;s talking. You use a lot of commas.</p>
<blockquote>
<p>Um, I think I’m a pretty easy-going person, easy to get along with.</p>
</blockquote>
<blockquote>
<p>I was born in the Chinese year of the rabbit, and that fits me, because loud noises, sudden noises, and sudden appearances of things startle me.</p>
</blockquote>
<p>Your comma usage doesn&#8217;t bother me. I can understand most of what you&#8217;re saying without having to re-read things. But just beware of commas and long sentences. </p>
<p>I don&#8217;t have any content suggestions for this page because you cover a lot of ground. I&#8217;ve learned a lot about you, and that&#8217;s cool.</p>
<p><strong>&mdash;Grammar Nazi</strong> &mdash; In &#8220;Interests,&#8221; you only capitalize the titles that are proper nouns (yay?). In &#8220;Hobbies,&#8221; you don&#8217;t capitalize anything (also yay?), but in &#8220;Faults&#8221; and &#8220;Pet Peeves,&#8221; you capitalize every title. I don&#8217;t understand&mdash;consider capitalizing everything or only the titles that are proper nouns.</p>
</blockquote>
<p>Fixed!  I lowercased headers in Faults and Pet Peeves.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>About 3till7.net</strong> &mdash; This page is informative. I love seeing past layouts. I&#8217;m glad that you&#8217;re showing off some of yours. Once again, you&#8217;ve got all of the bases covered. I can&#8217;t think of anything to suggest content wise. </p>
<p>I agree with what you say about having valid code. If one has to choose between validity and accessibility, accessibility is more important. But I don&#8217;t quite get the way in which you&#8217;ve set that paragraph up. It&#8217;s a little misleading. You make it sound as though having valid code is at odds with having <q>colors that contrast sufficiently, relative font sizes&#8230;,  and proper alt attributes.</q> Most of the time, it isn&#8217;t. Valid code goes hand-in-hand with accessibility (most of the time). Running a site through a validator is a fabulous way to check for unclosed tags and all sorts of other little coding errors. Validators are like spell-checkers: they&#8217;re not always right; sometimes they suggest wonky things, but it&#8217;s good to use them anyway.</p>
</blockquote>
<p>I added another sentence to this paragraph to clarify what I meant.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>What Are You Here For?</strong> &mdash; This is great. It&#8217;s sweet of you to have <abbr title="Really Simple Syndication">RSS</abbr> feeds for all of your categories.</p>
<p><strong>Photo Gallery</strong> &mdash; So many pictures! Wow. Everything is well organized too. I love it. I like what you have in your &#8220;Best Gallery&#8221; best. :) I also think that it would be great if you posted stories along with some of them (i.e. the &#8220;Fuck You Matt&#8221; cake). </p>
<p><strong>Writing</strong> &mdash; Your newest writings are from 2005. :( Write more. I hardly read anything here, but I was amused to see a line about cosines in one of your poems (&#8221;<a href="http://www.3till7.net/2005/10/19/fitting-in/">Fitting In</a>&#8220;). All of your essays are at least two years old; some of them are dry school assignments. I don&#8217;t like the first two because they&#8217;re short, school-like, and random&mdash;without the context of a class or more information, they&#8217;re just kind of weird. :( But &#8220;The History of Santa Claus&#8221; and &#8220;UK Honors Program Essay #1&#8243; are lovely. On your &#8220;Writing&#8221; page, less would be more. Think about removing <em>some</em> of the essays, because the dull ones are obscuring the others. </p>
</blockquote>
<p>I actually have a couple of haikus I need to publish that I&#8217;ve written in the past month.  Also, I prefer to keep my old work on there, so long as it&#8217;s still good in my opinion, because some folks do read it.  I get search hits from people searching for Antigone, Celsus, and other topics mentioned in my essays.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>Graphic Design</strong> &mdash; This page would benefit from explanations. You say and I can tell that some of the images are from past layouts, but with things like <q>orb.jpg</q>&mdash;I just have no idea. What was that for? Why did you make it? Also, it&#8217;d be nice if the images opened in fitted pop-up windows instead of just opening in blank pages.</p>
</blockquote>
<p>Ooh, you&#8217;re not going to sell me on pop-ups for any reason because I hate the things.  I find it annoying when a site starts opening new windows or changing around the dimensions of my current windows.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>Dream Journal</strong> &mdash; Oh&mdash;This is interesting. I&#8217;m sad to see that you haven&#8217;t added any recently. Have you not been dreaming? You&#8217;ve only been having nightmares? :(</p>
<p><strong>&mdash;Style Nazi</strong> &mdash; On your &#8220;About Me&#8221; page, the spacing between the items that you list as your favorites is a little strange, especially under &#8220;Books.&#8221; It&#8217;s the same on &#8220;About 3till7.net&#8221; under &#8220;Referrers&#8221; and on &#8220;Links&#8221; under &#8220;Memberships.&#8221;</p>
</blockquote>
<p>I looked in Safari but I&#8217;m not seeing any weird spacing.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><h3>Yours</h3>
<p><strong>Geeky Stuff</strong> &mdash; There&#8217;s a lot here. I&#8217;m not a programmer, so I&#8217;m not going to comment on the content of your articles. Anyway, it&#8217;d be helpful if you listed article categories at the top of this page. Doing that would give your visitors a nice overview and keep them from having to scroll to see what you have.</p>
</blockquote>
<p>I added a list of in-page links to the sidebar for this section.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>Don’t Deal with These Companies</strong> &mdash; This section is a little unnecessary. If you have blog categories devoted to ranting, consider merging these articles with them because there are only three articles here (two on Fed-Ex &amp; one that you didn&#8217;t write)&mdash;they&#8217;re basically rants.</p>
</blockquote>
<p>This is a new section so I&#8217;m still waiting for content.  I like the idea of it because I haven&#8217;t seen such a section on other sites.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>Commando Awards</strong> &mdash; This is a fabulous thing, and I can&#8217;t wait for you to begin handing out awards. :)</p>
<p><strong>Free WordPress Themes</strong> &mdash; How nice of you! These are pretty.</p>
<p><strong>Quotes</strong> &mdash; There are more than 400 quotes. I&#8217;m impressed&mdash;How did you compile all of these? How long did it take? The search box is nice. But because you have so many, consider separating your quotes into categories too. </p>
</blockquote>
<p>Pfhew, organizing that monster into categories would take a while, but it could be done.  If I get an urge to, that&#8217;s a good idea.  I&#8217;ve just collected them over the years by copying down any quote I saw that I liked.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>Book Reviews</strong> &mdash; Nice. I only wish that you had more reviews and extended (longer) versions of the ones that you do have. Make them more like your game reviews.</p>
<p><strong>Junk Drawer</strong> &mdash; Consider putting things that have more to do with you than your visitors (i.e. blog memes) in &#8220;Mine.&#8221; </p>
</blockquote>
<p>That&#8217;s a good suggestion for content organization.</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p><strong>Links</strong> &mdash; Under &#8220;Personal Sites,&#8221; Oipom and Harlequin Girl look lonely without descriptions.  That&#8217;s all.</p>
<p><strong>Blog Entries</strong></p>
<p>You blog often, almost everyday, and about an amazing variety of things (topics range from your daily life to C++).  I read all of your entries from the past three months. Out of those, my favorites are <a href="http://www.3till7.net/2007/09/20/my-take-on-the-jena-6-fiasco/">My Take in the Jena 6 Fiasco </a>and <a href="http://www.3till7.net/2007/09/20/squee-over-numerical-methods/">Squee Over Numerical Methods</a>. I really like those.. Also, on October 12th or 13th or thereabouts, please update us on Ghost Hunting&#8230; :) </p>
</blockquote>
<p>I&#8217;ll definitely have to do that!  Speaking of which, I need to email my cousin now and find out the details&#8230;</p>
<blockquote cite="http://www.17wings.net/2007/10/review-three-ti.html"><p>Sarah, you&#8217;re a <em>queen of content</em>. You have tons and tons of it. I know that it must be hard to manage that much, but some of your perfectly good sections have grown a little stale (i.e. Writing &amp; Dream Journal). Update them when you can. </p>
<h2 class="space_above">Conclusion</h2>
<p><strong>2.3</strong> &mdash; 3till7.net&#8217;s <em>subjective</em> score is 2.3. It&#8217;s all <em>good</em>&mdash;your site is good. Sarah, your site has so much content&mdash;it&#8217;s amazing.  But watch out for content going stale, watch out for coding errors on your sub pages, and re-consider your use of tables. Also, stay sweet? I don&#8217;t know&#8230; You just come across as sweet and southern (yay Kentucky!) on 3till7.net.</p>
</blockquote>
<p>Aww shucks, I&#8217;m jes actin&#8217; like my mama taught me!  ;)</p>
<p>I&#8217;m surprised at the low score (2.3 out of 5) because I think my site deserves better than a 46%, especially upon seeing that a site using someone else&#8217;s layout <a href="http://www.17wings.net/2007/10/review-calm-ban.html">received a 48%</a>.  However, the review itself was one of the best reviews I&#8217;ve received because it was so long and in-depth.  She pointed out several problems that I fixed upon reading about them, and gave good suggestions.  I appreciate that it was as long as it was and the effort that went into looking at 3till7 in detail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2007/10/08/17-wings/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Shattered Moment Reviews</title>
		<link>http://www.3till7.net/2007/09/29/shattered-moment-reviews/</link>
		<comments>http://www.3till7.net/2007/09/29/shattered-moment-reviews/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 18:17:31 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
		
		<category><![CDATA[Reviews Received]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/09/29/shattered-moment-reviews/</guid>
		<description><![CDATA[Review from Shattered Moment Reviews.
First Impressions
I&#8217;m greeted with a blurred (or some kind of effect) image of a water lily and a poo brown background image - eww. The colors of the image clash with the background, so your site looks really unprofessional and yucky.
Man, that&#8217;s two reviewers so far that have disliked my &#8220;poo [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://shattered.midnight-daydream.org/sarah.php">Review from Shattered Moment Reviews</a>.</p>
<blockquote cite="http://shattered.midnight-daydream.org/sarah.php"><h2>First Impressions</h2>
<p>I&#8217;m greeted with a blurred (or some kind of effect) image of a water lily and a poo brown background image - eww. The colors of the image clash with the background, so your site looks really unprofessional and yucky.</p></blockquote>
<p>Man, that&#8217;s two reviewers so far that have disliked my &#8220;poo brown&#8221; background color!  Everyone&#8217;s hatin&#8217; on brown.  :(  I still really like the burnt orange and browns used in this layout.</p>
<blockquote><h2>Splash Page</h2>
<p>No splash page.</p>
<h2 class="space_above">Layout</h2>
<p>If I&#8217;m not mistaken, the blurriness of the header image was intentional. Great job. It looks pretty and unique. The peach content area looks great with the layout, but the icky brown background - not so much. It would have looked much better if you used a salmony-pink color, either slightly brighter or darker than the background color for the content area. Firefox: check. Time to check in Internet Explorer, Safari, and Opera.</p>
<p>In IE, your header is kind of screwed. To the right of your layout, there is a small gap. It would be wise to fix this. Your site looks fine in Safari and Opera. Your site looks fine in 800&#215;600 and 1024&#215;768 resolutions.</p>
<h2 class="space_above">Content</h2>
<h3>Mine</h3>
<p>Instead of linking to the IMDb pages of your favorite TV shows and movies, why not link to their official sites or fanlistings?</p>
<p>Wow, you are a great photographer. Keep up the good work.</p>
<p>Portfolio is an external link, not reviewing. Writing&#8217;s not exactly one of my strong areas, so I won&#8217;t be reviewing this either.</p>
<p>Your graphics are really good as well.</p>
<p>I can&#8217;t exactly review your dreams and nightmares, so I won&#8217;t be reviewing this.</p>
<h3 class="space_above">Yours</h3>
<p>I&#8217;m completely clueless when it comes to Perl, PHP, and the like, so I won&#8217;t be reviewing Geeky Stuff.</p>
<p>Don&#8217;t Deal with These Companies is unique and helpful. Good job.</p>
<p>Your WordPress themes look great, and so do your avatars.</p>
<p>Is your Quotes page really necessary? To me, it&#8217;s just filler content.</p>
<p>Your LiveJournal overrides are very good.</p>
<p>The Junk Drawer just seems like more filler content.</p>
<h3 class="space_above">Links</h3>
<p>Everything seems fine here, but I&#8217;m curious to know why Harlequin Girl and Oipom don&#8217;t get captions while the other personal sites do? Keeping with continuity wouldn&#8217;t hurt, would it?</p>
<h2 class="space_above">Coding</h2>
<p>Your main page has 25 XHTML 1.0 Transitional errors. I know that you said that you worry more about accessibility more than validity, but having valid coding will make your site load faster, increase your search engine ranking, and more. But of course, it&#8217;s your decision, and you can continue on with the way you&#8217;re coding if you choose.</p>
<h2 class="space_above">Spelling/Grammar</h2>
<p>&#8220;author of my favorite book Ender&#8217;s Game&#8221; should be &#8220;author of my favorite book, Ender&#8217;s Game&#8221;. I didn&#8217;t spot anything else.</p>
<h2 class="space_above">Summary</h2>
<p>Your photography and your graphics are amazing. Keep it up. I know that you can make much better graphics than the header image in your layout, and the brown color was not a good choice with the peach and pink. But overall, I think your site is really good. Keep up the good work.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2007/09/29/shattered-moment-reviews/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Harlequin Reviews</title>
		<link>http://www.3till7.net/2007/09/23/harlequin-reviews/</link>
		<comments>http://www.3till7.net/2007/09/23/harlequin-reviews/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 14:59:07 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
		
		<category><![CDATA[Reviews Received]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/09/23/harlequin-reviews/</guid>
		<description><![CDATA[Review from Harlequin Reviews.
First Impressions
If I’m completely honest, this layout does nothing for me. The colours are reminiscent of human excrement (from both ends) and that’s putting is nicely. Knowing that you’re capable of a lot more, I’m left wondering why it looks like a web design n00b made this layout. I’m somewhat a little [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://reviews.harlequingirl.org/2007/09/22/3till7/">Review from Harlequin Reviews</a>.</p>
<blockquote><h2>First Impressions</h2>
<p>If I’m completely honest, this layout does nothing for me. The colours are reminiscent of human excrement (from both ends) and that’s putting is nicely. Knowing that you’re capable of a lot more, I’m left wondering why it looks like a web design n00b made this layout. I’m somewhat a little hesitant about saying what I feel I need to say in this review though because I know you’re probably a thousand times better than me at the game of web design, but I shall be honest.</p>
<h2 class="space_above">Layout</h2>
<p><em>Aesthetics:</em> Where to start? From the top would probably the best place, I guess. While your navigation menu is easily found, it doesn’t really seem to tie into the layout, especially when I hover. Aside from the bright pink in the middle of the flower on the graphic, I can’t understand why you used that colour for the hover. Inverting the colours (dark text on a light hover) or using the peach of the rest of your layout would look a lot better and tie the navigation back into the layout. Your header graphic looks like it’s simply been run through a few filters in Photoshop and had some text added. It just doesn’t seem like much effort has been put into it and it looks very, for want of a better word, tacky. The footer of your layout needs some sort of separation from the rest of the layout. If you’re not up for changing the background, a simple border-top or &lt;hr&gt; would do the trick. It just seems to run into the rest of the content the way it is now. The overall colour scheme of your layout is weird. I can’t see where you got the purple used in your headings and metadata from, nor can I see the orange for the visited links. The lack of colour co-ordination makes everything look somewhat messy and confusing. I’ll reiterate what I said in my first impressions, this isn’t a visually pleasing layout at all.</p></blockquote>
<p>Her dislike of my color scheme kind of saddens me, because this has been my favorite layout of mine so far, but then I like browns and pinks.  The reason I submitted my site in its current state is because I&#8217;m very proud of this layout.</p>
<blockquote><p><em>Coding:</em> But here is where you make up for the lack of aesthetics. Your coding is impeccable. It makes me sob with joy. I especially love the fact that you have added hacks to make your website show up correctly in that evil little browser known as Internet Explorer.</p>
<h2 class="space_above">Content</h2>
<p>You have a ton of it, which is pretty good considering everyone else is about minimalism when it comes to content these days.</p>
<h3 class="space_above">Mine</h3>
<p><em>About Sarah</em> - Taking the easy way out tends to pay of sometimes and in your case, it definitely did. I don’t feel like I’m missing out on any important information about you. Good job!</p>
<p><em>Contact Me</em> - I don’t like how your contact form is pushed over to the right of your layout, but I can understand why it’s like this. If you can think of any way to fix it, that’d be good.</p>
<p><em>Photo gallery</em> - Do you use a script you wrote yourself for this page? The organisation is simply amazing!</p>
<h3 class="space_above">Yours</h3>
<p><em>Geeky stuff</em> - Hello page full of awesome! This is one of the single-most best pages on the internet!</p>
<p><em>Don’t Deal With These Companies</em> - Another great idea. I might actually submit my rant about Acer Computers Australia when I’m feeling less lazy. Yes, I’m too lazy to open my webmail account right now.</p>
<p><em>Free WordPress Themes</em> - These are gorgeous, thus reinforcing the fact that I know you can design better layouts than the one you have up at the moment.</p>
<p>I really can’t fault or make separate compliments about the rest of your content. It’s amazing… and there’s a lot of it. Your writing is fantastic and the ideas that come out of your head blow me away!</p>
<h2 class="space_above">Summary</h2>
<p>I love 3till7.net in a general sense. As I have said many times before, your content is brilliant but your current design drags everything down a few notches. I know a few people who would completely skip over your website based entirely off the way it looks. It’s their loss because they’re missing out on what the rest of your website has to offer, but if everyone decided to skip your website because of your layout, your content ultimately means nothing. I look forward to seeing what you come up with for your next layout!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2007/09/23/harlequin-reviews/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sacred-Nights.com</title>
		<link>http://www.3till7.net/2007/05/01/sacred-nightscom/</link>
		<comments>http://www.3till7.net/2007/05/01/sacred-nightscom/#comments</comments>
		<pubDate>Tue, 01 May 2007 14:33:05 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
		
		<category><![CDATA[Reviews Received]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/05/01/sacred-nightscom/</guid>
		<description><![CDATA[Review from Sacred-Nights.com.
First Impression
A very eye-pleasing layout, pretty colors, and wonderfully good-sized fonts that I am able to read with ease. However there are some things that struck me odd in your layout and design:

I am viewing your website with a 1280 x 800 resolution. At home on my own PC, I viewed your website [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sacred-nights.com/3till7/">Review from Sacred-Nights.com</a>.</p>
<blockquote><h2>First Impression</h2>
<p>A very eye-pleasing layout, pretty colors, and wonderfully good-sized fonts that I am able to read with ease. However there are some things that struck me odd in your layout and design:</p>
<ol class="padded">
<li>I am viewing your website with a 1280 x 800 resolution. At home on my own PC, I viewed your website in an even larger resolution. I tend to resize my browser&#8217;s window so I&#8217;m able to multi-task on my desktop without having to keep minimizing and restoring the window. Your website is giving me bucket loads of horizontal scrolling when I even minutely resize it. Your background image is 995 pixels in width; This is far too large considering that if I want to ensure that I will enjoy my stay, I&#8217;d have to keep my window maximized when viewing your website at all times. My guess for the reason it&#8217;s so wide is because of your navigation links, but I&#8217;ll discuss this later.</li>
<li>You have some lengthy blogs, which is not a bad thing, but when there are seven lengthy blogs on the index page, then we have a problem. It&#8217;s quite tedious to keep scrolling; What I would suggest to match your content with the length of your sidebar, is to have two or three entries at the most, displayed on your main page. For example, I happen to be one of those people who likes to see the footer of a web page and I usually scroll with my wheel on my mouse. The length of your index page forced me to click on the scrolling bar and drag it- this is usually a sign to me that the page is too long. Just saying.</li>
</ol>
</blockquote>
<p>Hm.  I&#8217;ve never seen the number of entries on the index page as a problem unless they ended up being shorter than the sidebar.  It wouldn&#8217;t be a problem to knock it down, if this is a problem to visitors.  I can do that now.</p>
<blockquote>
<ol class="padded" start="3">
<li>The sidebar is quite lengthy as well, and though many of the things I&#8217;m going to point out is just purely suggestion, let&#8217;s get some things out of the way first. What&#8217;s with this twitter nonsense?&#8211; there are tons of twitter links everywhere. I visited the twitter website and still failed to understand what this is&#8211; as far as I&#8217;m concerned, they are external links. I can&#8217;t comprehend why your updates is not on your website but on another&#8217;s; This doesn&#8217;t make sense to me. You&#8217;re directing your traffic elsewhere, you want people to <em>stay</em>, not <em>leave</em>. When I clicked on the update links I found myself browsing through the Twitter website a bit, which is not good considering I&#8217;ve lost all my focus, concentration, and attention I had drawn to your website. This is now redirected elsewhere.</li>
</ol>
</blockquote>
<p><a href="http://www.twitter.com/">Twitter</a> is the new cool thing, and I&#8217;ve climbed on the bandwagon, too, because it&#8217;s fun to update it with what I&#8217;m doing (that&#8217;s the &#8216;Twitter&#8217; section of the sidebar) and it works great as a mini-blog for keeping 3till7&#8217;s updates (the &#8216;Updates&#8217; section).  It was just easier, when I wanted to implement an updates section of the sidebar, to work with Twitter than something else.  I tried looking for a mini-blog plugin for Wordpress and didn&#8217;t have any luck.  With this one, the updates are only in the sidebar; they&#8217;re not regular posts, and they don&#8217;t show up in the main blog RSS feed, which is what I wanted.  I could get rid of the &#8216;more?&#8217; links for the two Twitter blogs but I think they should be there for anyone who might be interested in going through a history of 3till7&#8217;s updates or what I&#8217;ve been into.  I could, however, add a &#8220;what&#8217;s this?&#8221; link for those unfamiliar with Twitter.</p>
<blockquote><p>My suggestion here is when I click on the update itself I visit a page <strong>on your website</strong> with a list of all the other updates as well. Also for the &#8220;Twitter,&#8221; section on the sidebar, another suggestion is to remove it altogether.</p>
<p>The section that says &#8220;Like the site?&#8221; just screams &#8220;Shameless Promotion&#8221; to me. You already have truckloads of <acronym title="Really Simple Syndication">RSS</acronym> feeds thrown at every corner when you have a quick e-mail subscriber to your website&#8217;s feed should I want to subscribe. If I like your website I just bookmark it or subscribe to a feed. While <em>very few</em> people actually add their favorite blogs to StumpleUpon, Technorati, and Del.icio.us, you should remove it from your sidebar, or should you want to, put it on your domain page or elsewhere. I feel this is unnecessary to have in the sidebar.</p></blockquote>
<p>Maybe people so rarely add sites to Technorati and Del.icio.us because it isn&#8217;t made convenient for them.  However, I don&#8217;t know how often the Technorati and Del.icio.us buttons are used, so they now appear solely on the &#8216;About 3till7.net&#8217; page (they were there before, but now they&#8217;re no longer on the index page, too).  However, my top referrer is StumbleUpon.  To use StumbleUpon, though, you have to have a browser toolbar plugin, so anyone that StumblesUpon my site will already have that at their hands, so yep, I was able to remove the StumbleUpon button from the index as well.</p>
<blockquote><p>Which brings to something else&#8230; There really are too much <acronym title="Really Simple Syndication">RSS</acronym> feeds, there&#8217;s eleven of them on your index page alone. On your sidebar, the Blog, Photos, and Comments <acronym title="Really Simple Syndication">RSS</acronym> are repetitive since they are already mentioned on the footer.</p></blockquote>
<p>I don&#8217;t see a problem with having a lot of RSS options.  They&#8217;re along the sidebar so they&#8217;re easily apparent to visitors; that&#8217;s their main location.  I repeat them all in the footer as kind of a summary, so that they&#8217;re all collected in one place.  I don&#8217;t think any of the feeds are superfluous because they each have different niches.  The main one is the blog feed, but keeping track of what photos I post or what updates I make to 3till7.net could also be of interest to a visitor.  I see no reason to obscure them, and I think it makes sense to have an RSS feed for a section linked nearby that section, such as with the &#8216;Updates&#8217; section of the sidebar.</p>
<blockquote><p>&#8220;Dailies&#8221; is also a bit lengthy, containing over twenty six links. While I don&#8217;t mind being on this list on your index page, it&#8217;s too long and I think you would agree that this would be more fitting in your &#8220;About Me&#8221; page ;)</p></blockquote>
<p>I don&#8217;t agree in the least about that, actually.  Those links don&#8217;t describe me, they don&#8217;t lead to pages about me, and they don&#8217;t lead to photos of me.  They lead to blogs that are interesting to me, sure, but everything I have on this site is interesting to me somehow.  By your logic, I should have one big page called &#8216;About Me&#8217; with the entire contents of my site on it.  The length of the Dailies list fluctuates as I find new blogs and decide others aren&#8217;t interesting to me anymore; I try to keep it updated as I update my RSS reader&#8217;s subscriptions.  Since the sidebar is still shorter than the main area, which is a pet peeve of mine, I&#8217;m fine with the length of the Dailies link section.</p>
<blockquote><h2>Contents of the layout, graphics, and images</h2>
<p>While I brushed up on some of the bad quirks in the &#8220;First Impression&#8221; section, I&#8217;ll be focusing on the other aspects of your layout: font choice, color, background color, color contrasts, and visibility.</p>
<h3>Layout</h3>
<p>I already said this before, but I can&#8217;t say enough on how much it delights me that your font is really big. It&#8217;s like &#8220;in my face,&#8221; and almost impossible to not be able to read it. This is wonderful.</p>
<p>Your font colors meet my &#8220;half-sufficient&#8221; standard according to <a href="http://juicystudio.com/services/colourcontrast.php" class="external" title="External link: Juicy Studio's Color Contrast Analyzer">Juicy Studio&#8217;s Color Contrast Analyzer</a>. I also checked your web page on <a href="http://www.vischeck.com/" class="external" title="External link: Visibility Check">Vischeck</a> and surprisingly, while I expected your layout to lose it&#8217;s cheerful and colorful theme, the only thing that changed was your navigation. This will be discussed later on.</p>
<p>While your layout only consists of two primary colors, being the pink links and semi-black text, it doesn&#8217;t make the layout boring. Adding additional colors might make the layout look overdone, so this is done quite nicely. You have quite an eye for color and design.</p>
<p>This about all I can say about your layout. Other than the actual size of your background image dominating how I view the website in terms of browser, you&#8217;ve done quite a nice job. You know how to make very attractive layouts and yet maintain accessibility.</p>
<h3>Navigation and Usability</h3>
<p>The only thing I can find myself really complaining about is your navigation. I&#8217;m a reasonable person so I try to look at it through your eyes. If I were trying to find a place to put my navigation, there really wouldn&#8217;t be any other place to put it than to put it where you have it now. The only problem here is that your navigation consists of too much links when some of the links can easily be taken out and put into other pages. Let&#8217;s run through those now before I go on.</p>
<p>Photos, Creative, and Dreams can <strong>all</strong> be put into your Portfolio as links. Links can go under your About Me page, since they are a list of your favorite websites. Now you go from eleven links in your navigation to seven, which is much better. This way you can definitely lower the width of your background image by a reasonable portion.</p></blockquote>
<p>I disagree with that.  I send my Portfolio section as a link to possible employers; while I don&#8217;t mind if they read in my Dreams section, I don&#8217;t see it as a section I want to market to them in particular.  Photos?  Maybe for some people, but not in my line of work:  when I interview for a job, it&#8217;s always for a web development or programming position; photography is irrelevant.  Creative also contains things that are irrelevant, such as poetry I&#8217;ve written.  If someone&#8217;s looking to hire me to redesign a site for them, they don&#8217;t give a damn if I can write poetry.  I have been working on a new layout, however, that would link to Photos, Creative, and Dreams in one sub-section, because I realize my list of main links is getting unwieldy.</p>
<blockquote><p>Now back to mentioning the visibility. Since links would be nearly impossible to see with this background, you choose to use images, which is fine. I felt however, that you should of raised up the contrast because without hovering over them, they blend too much into the background. Another problem with the navigation is that with eleven links squeezed in, there is no breathing room between the links. There is very little space and for a moment &#8220;Creative&#8221; and &#8220;Dreams&#8221; I misread for &#8220;creative dreams&#8221; because of the lack of spacing.</p>
<h3>Content</h3>
<p>-About Me-<br />
A very well constructed page. You&#8217;ve provided more than sufficient amount of information on yourself, and it&#8217;s very organized. I&#8217;m insanely jealous that you get to go target shooting as I&#8217;m a fanatic about guns (don&#8217;t get freaked out xD).</p>
<p>-What are you here for?-<br />
A <em>very</em> good idea, I don&#8217;t think I&#8217;ve seen this implemented anywhere else. I think you should refrain from posting a lot of feeds on the main index though as you have already listed them all here.</p>
<p>-Techy-<br />
My boyfriend is a programmer himself and while he doesn&#8217;t have time to teach me C++, I was hoping to at least learn a thing or two from your &#8220;Techy&#8221; section. After all, it does say that you offer tutorials, but the two that you have available for C++ programming seems more aimed towards those who already know the basics of the language. I&#8217;m just offering a suggestion as to maybe adding some tutorials for newbies like me? It would be good start for this section. Other than that, this section is <strong>very</strong> impressive, you sure know a lot about several different languages. I think it&#8217;s wonderful you take the time to share it with others, and the quality of the content is unquestionable.</p></blockquote>
<p>The lack of C++ tutorials is just laziness on my part.  I&#8217;ve since had to get back into it for some classes of mine, so I&#8217;ve had to re-familiarize myself with it, and could now write a few tutorials, I imagine.</p>
<blockquote><p>This page is quite long though, so anchors, followed by a &#8220;Return to Top&#8221; after each individual section would do wonders here.</p>
<p>Ah! I see you do reviews, wouldn&#8217;t mind you reviewing my website in about two weeks (when I put up my new layout!) ;)</p>
<p>You have a ton of quality content pages, which are clear and concise, and have no spelling or grammatical errors.</p>
<p>-About 3till7.net-</p>
<blockquote><p>I test it in Firefox, Safari, IE 6, and Opera.</p></blockquote>
<p>Do you mean &#8220;tested&#8221;? Have you tested it in IE7? Might want to update that little bit.</p></blockquote>
<p>No, I said &#8220;test&#8221; because it&#8217;s something I do every time I release a new layout.  It&#8217;s an ongoing process.</p>
<blockquote><p>Aha!</p>
<blockquote><p>This is the current default theme. I wouldn’t suggest using it with a resolution under 1024×768 because there will be a sideways scrollbar.</p></blockquote>
<p>So you already knew of this problem, why didn&#8217;t you try to fix it?</p></blockquote>
<p>Two reasons:  3.29% of my users have an 800&#215;600 resolution, and while the site isn&#8217;t at its prettiest for them, reducing the layout width wasn&#8217;t a big priority because the remaining users all used a resolution &gt; 800&#215;600.  (Thank you, <a href="http://www.google.com/analytics">Google Analytics</a>.)  The site still functions for those using an 800&#215;600 resolution, but I no longer design with it in mind.  1024&#215;768 is the base size that I start with for a layout because I know the majority of my visitors use that or larger.  As long as I keep the layout usable for those using smaller resolutions, I&#8217;m not concerned.</p>
<blockquote><h3>Coding</h3>
<p>Your <acronym title="Cascading Stylesheets">CSS</acronym> is <a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.3till7.net%2Fwp-content%2Fthemes%2Fpinkish%2Fstyle.css&amp;warning=1&amp;profile=css21&amp;usermedium=all" class="external" title="External link: CSS Validator">invalid</a> with four errors. Your <acronym title="Extensible Hypertext Markup Language">XHTML</acronym> was <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.3till7.net" class="external" title="External link: W3C Validator">invalid</a> as well with one errors. You forgot to add an end tag <code class="code">&lt;/p&gt;</code></p>
<p>I processed all your <acronym title="Really Simple Syndication">RSS</acronym> feeds through the <a href="http://feedvalidator.org/" class="external" title="External link: Feed Validator">Feed Validator</a> (I have a lot of time on my hands don&#8217;t I?) and while they were all valid, <strong>many</strong> of them had some warnings. I personally wouldn&#8217;t worry too much about it, they&#8217;re just warnings, but if you&#8217;re a perfectionist, I&#8217;m just letting you know <img src='http://www.sacred-nights.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
<h3>Punctuation and other little errors</h3>
<p>While I was peering through all pages waiting for something to correct, I couldn&#8217;t find any! Flawless.</p>
<h3>Accessibility, Compatibility, and Section 508 Guidelines</h3>
<p>Ah, and we come here at last. I can see some attempts you&#8217;ve made in tackling accessibility. You&#8217;ve got perfect-sized fonts, a site map, and &#8220;Return to Top&#8221; as well. To further educate you on the matter, head straight over to <a href="http://www.diveintoaccessibility.org" class="external" title="Dive Into Accessibility">diveintoaccessibility.org</a> to read more about it.</p>
<p>I&#8217;ve disabled your stylesheet and viewed your web page. While everything was pretty much semantic, the navigation was sort, &#8220;I don&#8217;t know.. doesn&#8217;t quite look right..&#8221; sort of deal. It may be those images- be sure to keep in mind how they changed in the visibility check I conducted earlier. Also, while your website is compatible with Firefox and IE7, in Explorer the hover effect on your navigation doesn&#8217;t quite apply. The hover itself is displayed when the page first loads, and I have to say I like it this way because the navigation looks more clear and bright and not so much blended into the background.</p></blockquote>
<p>That&#8217;s due to IE&#8217;s lack of support for the CSS opacity property, which is how those hovers function.  I have I think 60% opacity on the image links initially, then it goes to 100% on hover.</p>
<blockquote><h3>Overall summary of opinion</h3>
<p>Whoa.. I&#8217;m here already? Well, to conclude this review&#8230; whew.. what to say? With the exception of some minor things to improve on, your website is definitely on my list of &#8220;top few websites that Trisha visits frequently.&#8221; To be on such a list is almost near impossible, so you know you&#8217;ve a special website on your hands. I&#8217;m very impressed with the effort you put into your website and that&#8217;s easily proven with your quality content. Your website has been around for (7?) years I believe, so your experience throughout the years is incredible and I&#8217;m sure that if I apply myself to read your &#8220;techy&#8221; section, I can learn quite a lot of new things. I&#8217;d say this more than proves you&#8217;ve mastered the basic principles, hands down.</p>
<p>Your layout is very stunning, quite unique, demonstrates your creativity and personality, but that width is very bothersome so keep that in mind for future layouts! You&#8217;ve nailed color contrasts, and you obviously know what you&#8217;re doing. Good luck with the website. I&#8217;m sorry if I provided &#8220;few&#8221; things to improve on but I see little fault in your website, no matter how much I tried to find it!</p></blockquote>
<p>An overall useful review, and I definitely appreciate the length and depth of it.  I&#8217;m making some changes now based on it and a few will come about with my next layout.  I definitely recommend getting your site reviewed by her because of the effort she put into the review.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2007/05/01/sacred-nightscom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Irrelevant Reviews</title>
		<link>http://www.3till7.net/2007/04/22/irrelevant-reviews/</link>
		<comments>http://www.3till7.net/2007/04/22/irrelevant-reviews/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 18:12:24 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
		
		<category><![CDATA[Reviews Received]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/04/22/irrelevant-reviews/</guid>
		<description><![CDATA[Review from Irrelevant Reviews.
Overall Design
I like the color scheme and the fact that you&#8217;ve utilized all of your space. The sidebar is a bit cluttered, but it&#8217;s distinguishable from the main text, which is a thing many webmasters fail to accomplish. This site is easy to navigate. The increase/decrease text size links are kind of [...]]]></description>
			<content:encoded><![CDATA[<p>Review from <a href="http://irrelevant-subplot.com/reviews/rev38.php">Irrelevant Reviews</a>.</p>
<blockquote><h2>Overall Design</h2>
<p>I like the color scheme and the fact that you&#8217;ve utilized all of your space. The sidebar is a bit cluttered, but it&#8217;s distinguishable from the main text, which is a thing many webmasters fail to accomplish. This site is easy to navigate. The increase/decrease text size links are kind of unnecessary because all browsers have this function. I love the hover effect on the navigation links.</p>
<h2 class="space_above">Content</h2>
<p>Your &#8220;About Me&#8221; page is very well-organized, and you&#8217;ve just enough pictures. The &#8220;Techy&#8221; section is very useful, and I&#8217;m immediately engrossed in the PHP section. I love the way you&#8217;ve colored and numbered the lines of the PHP code in the articles. The &#8220;Photos&#8221; section is kind of uninteresting to me, because I don&#8217;t know you or your friends. The photos under &#8220;My Best&#8221; could go in the &#8220;Creative&#8221; section. The &#8220;Portfolio&#8221; page has got to be my favorite. The thumbnails look great, and I love the bullets. I much enjoy going through the different layouts here. The &#8220;Creative&#8221; section is well-organized. The &#8220;Dreams&#8221; area is original and no doubt fun to read through. The &#8220;Misc.&#8221; section is fun to sift through, and every other page is well-organized. Both previous themes in the &#8220;3till7&#8243; section are well-done.</p>
<h2 class="space_above">Coding</h2>
<p>You only have 1 XHTML error that can be easily fixed. I can&#8217;t check your CSS because of this, but I&#8217;m sure it&#8217;s fine.</p>
<h2 class="space_above">Rating</h2>
<p>I can tell you&#8217;ve made an effort to keep your site clean, organized, and visitor-friendly.</p>
<p>4/5</p></blockquote>
<p>I though the review was a bit short and not at all in-depth.  It&#8217;s one of those scratch-the-surface reviews that don&#8217;t really tell you anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2007/04/22/irrelevant-reviews/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Petshopgirls Reviews</title>
		<link>http://www.3till7.net/2006/10/19/petshopgirls-reviews/</link>
		<comments>http://www.3till7.net/2006/10/19/petshopgirls-reviews/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 18:14:44 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
		
		<category><![CDATA[Reviews Received]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2006/10/19/petshopgirls-reviews/</guid>
		<description><![CDATA[Review from Petshopgirls Reviews.
Splash Page
No splash
First Impressions
Blue and white always look nice together, don&#8217;t ya think? Whenever I see them I think that I&#8217;m looking at a professional, clean cut sort of site. Your banner is very simple&#8230; perhaps too simple. Your blog and navigation lay below but nothing here stands out. I&#8217;m thinking that [...]]]></description>
			<content:encoded><![CDATA[<p>Review from <a href="http://www.petshopgirlsreviews.com/newfolder/sarah.php">Petshopgirls Reviews</a>.</p>
<blockquote><h2>Splash Page</h2>
<p>No splash</p>
<h2 class="space_above">First Impressions</h2>
<p>Blue and white always look nice together, don&#8217;t ya think? Whenever I see them I think that I&#8217;m looking at a professional, clean cut sort of site. Your banner is very simple&#8230; perhaps too simple. Your blog and navigation lay below but nothing here stands out. I&#8217;m thinking that perhaps this website is heavily reliant on content rather than design, and I firmly believe in an equal balance. Shall we dance then?</p>
<h2 class="space_above">Layout</h2>
<p>As I mentioned above, good colour choice but your layout lacks interest. Interest however is not generated with random celebrity blends or dodgy photo manipulations (and I&#8217;m glad you don&#8217;t think so either). Let&#8217;s start with your banner. White text on a blue glass effect button. Nothing here that compliments your website as a personal site. A good and simple idea would be to crop a photograph you&#8217;ve taken and put your site name on it, or perhaps an experimental banner with typography. Those are just my suggestions so feel free to use your imagination. There are so many personal blogs out there that whenever I surf them I usually go for the one that catches my eye. Unfortunately it&#8217;s hard to judge content at first glance so juicing up your banner would definitely take things up a notch.</p>
<p>Second thing about your layout is that your content does not stand out enough from your navigation. They are both white with black text, and yes they have different font sizes but again nothing too catchy. Try making either your navigation or content a different colour or adding a border might help. I can actually visualize this with a pale blue background for the navigation and the same blue bordering your content.</p>
<p>And whilst on the subject of backgrounds perhaps you could try using another colour from your banner, perhaps a darker blue, as your main background away from the content and navigation. It would make the content spring up from the page and it gives it a professional element which is always attractive.</p>
<p>I&#8217;m not sure why you have a &#8216;Content&#8217; header on your navigation. Surely anyone who is Internet savvy will realize that those little links are the way to explore your site? I think you could safely ditch it.</p>
<p>Your little welcome at the top of the page is very appropriate for anyone who is new to your site. But if I were a recurring visitor (which I have been ever since I decided to review your site) I know I&#8217;d rather see your new blog entry rather than scroll through the same welcome message. If you can&#8217;t do without it, perhaps you could incorporate it into your banner.<br />
I&#8217;m now looking through your navigation and I&#8217;m wondering why the search option is so far down. I think it should be under your primary links basically for convenience. No aesthetic crime there.</p>
<p>Your other layout is far more suitable for a blog. It isn&#8217;t perfect but there&#8217;s a good variation of colours and textures that keeps a visitor keen. I&#8217;m not going to comment any further on this layout, as it isn&#8217;t the default one on your site.</p>
<p>Your copyright would look nice centered at the bottom like it is on the splatter layout. Again nothing too major.</p>
<p>And would it kill you to make the transition between layout changes a little more presentable than a hyperlink to the moved document in default formatting? I&#8217;m not sure how Wordpress works but surely there&#8217;s where there&#8217;s a will there&#8217;s a way.</p>
<h2 class="space_above">Content</h2>
<p>Right this is the part I&#8217;ve wanted to get onto! I read your entry on hypothermia and I have to say I&#8217;m impressed by how calm you remained. I would have probably freaked out and lit a forest fire in an attempt to create instant warmth. Perhaps I&#8217;ll stick to being an indoors nerd than face the outside world then, eh?</p>
<p>So what about you? We&#8217;re the same age and both at university. You&#8217;ve done everything I could only ever dream of doing and if you would be so kind, hand me that gun you&#8217;re holding in that photo. You also have a hermit crab named Dr. Zoidberg. That&#8217;s so insanely cool on so many levels and I don&#8217;t say that about everything. I really do like how you&#8217;ve also incorporated photographs of yourself and your hobbies rather than the generic MySpace pose style of photo. Yes, I have MySpace poses of myself in my about section so in effect the previous statement is hypocritical, but I have a webcam and I get bored d: You must forgive me.</p>
<p>All in all there&#8217;s a good amount of content on you, and I&#8217;m starting to shrink back as I start realize your web design skills are infinitely superior to mine. None the less I will continue! I must prevail!</p>
<p>I click on Techy and reach a nice list of websites about programming, coding and all that. Perl scares me also but I would like to learn the basics of it. And there&#8217;s a little mistake here under PHP: &#8220;PHP is first language&#8230;&#8221; - I&#8217;m sure you can figure out what it is.</p>
<p>Your photo gallery is superbly organized and the slideshow thing is too damn funky. However you may want to note that they come up in pop up windows, just to warn your user. I&#8217;m sort of wondering why the friends album is expanded on the primary page when it has its own page with a selection of nicer thumbnails. I&#8217;d say minimize it for convenience, and so your other photo albums below will be a wee bit more noticeable.</p>
<p>Nice selection in Writings. I also have a section similar to this on my portfolio site (which is yet to go online) because I love publishing my own essays and such. I always feel obliged to cause they take so much damn effort to write.</p>
<p>I get onto Digital Creations and I have to say I&#8217;m always a little amused when I read that someone was made with GIMP. Just put it down to immaturity (: Ok there&#8217;s a load of thumbnails that lead to images on new pages. Why did you make these images? When? Did you learn anything? Did you achieve the desired effect? If these pieces are important enough to publish on the Internet, then they certainly merit some explanation.</p>
<p>You dream journal is a fantastic idea. I usually just blog about dreams I find striking, but that&#8217;s just my preference. You were Hitler&#8217;s 12-year-old astronaut? I absolutely hate you now because this entry made me drop a load of ketchup down my t-shirt as I giggled vacantly at the screen. Damn you!</p>
<p>And now for a quick blow to the stomach. I have been sincerely enjoying your website up till this point. Your Junk Drawer contains a list of forwards and really I don&#8217;t think they&#8217;re necessary. If you&#8217;ve already laughed, sent them on to your friends and continued with your life then why list them here? I resent calling forwards junk. I think of them as being the inbred cousin of Britney Spears. And what&#8217;s with the pictures found on the Internet? They&#8217;re the retarded sister of the inbred cousin that is forwards. And now you&#8217;ve brought them together in holy matrimony on this junk drawer section. So do what any sensible person would do with a junk drawer and sell its content at a car boot sale. Or delete it. Either is good. The blog memes and quizzes is the only thing worth keeping.</p>
<p>Your LJ overrides are nice for anyone who owns an LJ. I personally don&#8217;t so I can&#8217;t really comment on anything else here. It&#8217;d be nice if instead of coming up with the code on first click if perhaps it came up with a page containing a large screenshot and a box with the CSS so your visitor can see what the layout looks like in detail before copying and pasting.</p>
<p>Ah finally, the part about your site. Every time I read your site name I think of the song by Dolly Parton, 9 till 5. I blame my overabundance of gay friends. And now you say you want to host someone? If I hadn&#8217;t just applied for hosting elsewhere I would take you up on that offer. But we could always take about that some other time!</p>
<p>Your list of search terms is rather good and I found myself laughing with &#8216;forcing to wear frilly pants&#8217;. I&#8217;m so tempted to do a spin-off site that mimics a Nazi approach to forcing people to wear frilly pants. HEIL!</p>
<p>Blog archives, categories, links&#8230; nothing unusual here. Carry on.</p>
<p>Having said that you have a link to sites that have reviewed you - why not place a link to your responses in your blog entries at the same time?</p>
<p>And shouldn&#8217;t the Perfection link be in the above category?</p>
<h2 class="space_above">Summary</h2>
<p>Su sitio ha sido un placer de revisar porque usted tiene mucho contenido fantastico. Al mismo tiempo podrias elaborar en algunos lugares para construye algo realmente personal alrededor de su blog. Su diseno deja mucho para desear y yo se que tu prefieres la funcion de un sitio sobre el estilo, pero un disen bueno podria agregar una elegancia necesitada para cumplimentar su sitio.</p>
<p>Pa que tu sepas, espanol era la lengua materna que aprendi. No soy demasiada habil en escritura pero yo ciertamente lo puedo hablar. Espero que esta revision haya sido de algun uso. Buena suerte y diviertete con tu sitio! </p>
<p>NB: <em>Accents etc have been removed from summary by me (Rhiannon) because my computer didn&#8217;t display them and the whole thing looked like a pack of squares and web dings. Sorry!</em></p></blockquote>
<p>I found it to be a very in-depth and good review.  I enjoyed her use of humor and I would definitely recommend this review site to others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2006/10/19/petshopgirls-reviews/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Review-You WPR</title>
		<link>http://www.3till7.net/2006/09/30/review-you-wpr/</link>
		<comments>http://www.3till7.net/2006/09/30/review-you-wpr/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 22:43:35 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
		
		<category><![CDATA[Reviews Received]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2006/09/30/review-you-wpr/</guid>
		<description><![CDATA[Review from Review-You WPR by Jem.
I&#8217;m having difficulty starting this review. Most reviews I start off with a quick summary of my first impression of a website &#8212; it&#8217;s hard to do that when you&#8217;ve been visiting a website for years.
Your new layout is not my favourite. I think the swirly zigzag pattern is fab [...]]]></description>
			<content:encoded><![CDATA[<p>Review from <a href="http://ry.jemjabella.com/review.php?id=107">Review-You WPR</a> by Jem.</p>
<blockquote><p>I&#8217;m having difficulty starting this review. Most reviews I start off with a quick summary of my first impression of a website &#8212; it&#8217;s hard to do that when you&#8217;ve been visiting a website for years.</p>
<p>Your new layout is not my favourite. I think the swirly zigzag pattern is fab &#8212; like a crazy 60s drug session (or so I&#8217;m assuming, heh) but the grey just doesn&#8217;t do it for me. I think the gradient divider and border could be made to match the header by using a darker version of any of the colours you&#8217;ve used. #6F686D is a dark alternative that might be worth trying.</p>
<p>(I&#8217;m going to be filling this review with blatant suck-up-y compliments: just thought I&#8217;d warn ya.)</p>
<p>Your site is incredibly functional. I noticed a while ago you started using big text which is great for those like me who&#8217;re blind as a bat (only minus that cool thing they do where they can &#8216;hear&#8217; objects &#8212; I wish I could do that). Your link colour is fine for me, but the <a href="http://juicystudio.com/services/colourcontrast.php">Juicy Studio Colour Contrast Analyser</a> says there&#8217;s not enough contrast. It&#8217;s a groovy tool to play with. Your main navigation was immediately obvious and you even have a breadcrumb trail.</p>
<p>The content of 3till7 has got to be the main reason I come back &#8212; geeky entries and handy stuff about Ubuntu that has saved my ass on more than one occasion. When I did my first <acronym title="Hypertext Preprocessor">PHP</acronym> project for my college work experience, it was one of your <acronym title="Hypertext Preprocessor">PHP</acronym> articles that got me on track. Look at me now, eh.. says it all about the obvious quality of your tutorials I think.</p>
<p>The About Me page was a good combination of information and pictures keeping me entertained both mentally and visually. Always good to see a Terry Pratchett Discworld novel in a person&#8217;s favourites list, although Reaper Man is not my ultimate favourite (Monstrous Regiment is a great one &#8212; read that if you haven&#8217;t already). Good to know I&#8217;m not the only person that gets so deep into coding that the world could fall apart around us and we wouldn&#8217;t notice.</p>
<p>Your Image Generation in <acronym title="Hypertext Preprocessor">PHP</acronym> tutorial is a handy dandy piece of knowledge to have, I wish I&#8217;d seen it months ago when I was fiddling with captchas. I hope your demo version for the <acronym title="Hypertext Preprocessor">PHP</acronym> and Forms tutorial has validation of the input &#8212; you don&#8217;t want people inserting nasties in there. Regarding the line <q>Hell, I don’t even have <code>maxlength</code> in any of the input fields!</q>: I&#8217;d actually recommend leaving out <code>maxlength</code>. It&#8217;s the kind of thing that makes people think they&#8217;re secure but is so easy to get &#8217;round. Check the length of fields server-side with other validation (e.g. <code>if (strlen($input) > 15) { echo "error"; }</code>) although I&#8217;m sure I&#8217;m trying to teach my Grandma how to suck eggs here.</p>
<p>Had a giggle at your Clichés of a Crappy Site article. Having recently seen people apply to The Quilting Bee using pixel/bitmap fonts on their entire site, I think I should start pointing people here. The point about sites working in all browsers is a current irritation with me. I&#8217;m seeing more and more websites that say &#8220;Best viewed in Firefox&#8221; where the webmasters don&#8217;t SEE the issue, and don&#8217;t see how this is identical to creating an <acronym title="Internet Explorer">IE</acronym> only layout. I swear, we&#8217;re going backwards not forwards in the fight for compatibility (I wrote compatility first: really shouldn&#8217;t drink and review).</p>
<p>I have to say I love the way your site is organised for maximum click-through effect. Articles in your weblog being linked from your Writings page, archived, archived by category and listed under Possibly Related Posts &#8212; it&#8217;s like a massive interlinking orgy! Great <acronym title="Search Engine Optimisation">SEO</acronym> technique which I&#8217;m led to believe helps your rank in key search engines such as Google (though I&#8217;d mention that in case you didn&#8217;t know already).</p>
<p>Code-wise I expected your pages to validate &#8212; I know, I know, it&#8217;s rather presumptuous of me to expect your pages to validate perfectly simply because you&#8217;re a fellow geek, but there we go. Despite a few errors thrown up by the validator, I have found your website works impeccably in all of my browsers which is the most important thing. Nonetheless errors such as missing &#8220;/&#8221; in image tags (entry: photos of Todd and I) and unnecessary <code>&lt;/p&gt;</code> tags (links page) are so easy to fix even if just for bragging rights. </p>
<p>I really don&#8217;t want to summarise this review already. I feel like I&#8217;ve added very little of any benefit and I&#8217;m kissing some major ass. If I&#8217;d waited about 15 months for a review I&#8217;d expect more than this.. but what can I say? I&#8217;m losing my touch, obviously. Anyway: your site is all things geeky. It&#8217;s accessible, usable, bold, beautiful, interesting and geeky &#8212; everything anyone with sense looks for in a website. Good work Sarah.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2006/09/30/review-you-wpr/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
