<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2241601420179323906</id><updated>2011-07-07T19:11:51.588-07:00</updated><title type='text'>Corey Kolb</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://corey-kolb.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://corey-kolb.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Corey Kolb</name><uri>http://www.blogger.com/profile/03955517655756259995</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2241601420179323906.post-4570773382801679205</id><published>2009-11-03T12:46:00.000-08:00</published><updated>2009-11-03T12:47:13.829-08:00</updated><title type='text'></title><content type='html'>&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Cambria"&gt;I have compiled the following checklist of 10 hints and ideas that are important in building a website.&lt;br /&gt;&lt;br /&gt;1)It is very important to set up the proper file directory from the start of building a site. Within the folder for a site there should be a html file titled index.html as well as a folder titled images. The folder titled images needs to contain all images and background images.&lt;br /&gt;&lt;br /&gt;2)When it comes time to start writing html and css be structured and organized. It can be very difficult to spot misspelling and lack of tags when code is not properly spaced and tabbed.  Improper spacing can also lead to errors in your code.&lt;br /&gt;&lt;br /&gt;3)Always give a site a name. On the tope of the browser’s chrome the title of a page is displayed. It is important to remember to write a title in the head of the html document so that this name will appear. This is best practice and will aid in SEO.&lt;br /&gt;&lt;br /&gt;4)Always check spelling when creating a file directory or writing html and css. Misspellings can lead to preventable errors.&lt;br /&gt;&lt;br /&gt;5)Always validate the css and html of a site.  One can validate html at validator.w3.org. One can validate css at jigsaw.w3.org/css-validator/. The html of a site should be validated before moving on to css. Theses sites will point out on which line the error has occurred. It is best to try to fix the first error and validate again. One fix can resolve multiple errors.&lt;br /&gt;&lt;br /&gt;6)When writing css be aware of inheritance and the issues it can create. An example of this is would be a paragraph element in a sub-content div inheriting the font size from the container div of a site.&lt;br /&gt;&lt;br /&gt;7)The four anchor pseudo classes are: link, :visited, :hover, :active. These pseudo classes can be remembered by the mnemonic device: LoVeHAte.&lt;br /&gt;&lt;br /&gt;8)Keep in mind the basics of margin and padding. Margin creates space between elements, while padding creates space inside the element to which it is applied.&lt;br /&gt;&lt;br /&gt;9)There is an appropriate and inappropriate use of background image replacement technique. The appropriate use of this technique is when the background image replacement contains the same text that it is replacing. There have been attempts in search engine optimization by adding keywords and hidden text to the replaced text. This is known as black hat search engine optimization and is not only inappropriate but will lead your site to not be found on search engines.&lt;br /&gt;&lt;br /&gt;10)Fire Bug is a vital tool in building a site.  One helpful use of Fire Bug is ensuring that padding and margins are properly applied.  When you hover over an element Fire Bug will highlight the padding in blue and the margin in yellow. Fire Bug is also a useful learning tool in finding out how other site are built.&lt;br /&gt;&lt;/p&gt;&lt;ol style="list-style-type: decimal"&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:Cambria, serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2241601420179323906-4570773382801679205?l=corey-kolb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://corey-kolb.blogspot.com/feeds/4570773382801679205/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://corey-kolb.blogspot.com/2009/11/i-have-compiled-following-checklist-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default/4570773382801679205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default/4570773382801679205'/><link rel='alternate' type='text/html' href='http://corey-kolb.blogspot.com/2009/11/i-have-compiled-following-checklist-of.html' title=''/><author><name>Corey Kolb</name><uri>http://www.blogger.com/profile/03955517655756259995</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2241601420179323906.post-7859516140582486456</id><published>2009-09-22T10:43:00.000-07:00</published><updated>2009-09-22T11:22:59.545-07:00</updated><title type='text'>Review Of Case Study</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_LDsr9PJ6RBw/SrkV47iwd8I/AAAAAAAAABQ/X-0a3TWpS9A/s1600-h/npr-now_resized578.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 241px;" src="http://3.bp.blogspot.com/_LDsr9PJ6RBw/SrkV47iwd8I/AAAAAAAAABQ/X-0a3TWpS9A/s320/npr-now_resized578.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5384358897298470850" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Upon my weekly browse through www.aiga.com, I stumbled upon a very interesting case study on the red&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;esign of NPR website. This case study by &lt;/span&gt;&lt;/span&gt;&lt;a href="http://aiga.org/content.cfm/case-study-npr-org#authorbio"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Callie Neylan, NPR&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; provided insight on what goes into making such a huge web site, development of design,how many people are involved, and many other interesting bits of information regarding such a massive undertaking.&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;The initial design and framework for the design appears to have been been outsourced to an&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;interactive agency Schematic. The rest of the process was done in house at NPR. This provided the designers direct access to editors and others that would be creating content for the site. The study reports that the design team actually moved to where the editors were working in order to have closer contact in the designing of the site.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;span class="Apple-style-span"  style="line-height: 19px; font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;span class="Apple-style-span"  style="line-height: 19px; font-size:medium;"&gt;What really added to the value of this case study was the array of images from the designing process. The reader can see the old site, the new site, thumbnails, comps, and grid layouts. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2241601420179323906-7859516140582486456?l=corey-kolb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://corey-kolb.blogspot.com/feeds/7859516140582486456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://corey-kolb.blogspot.com/2009/09/review-of-case-study.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default/7859516140582486456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default/7859516140582486456'/><link rel='alternate' type='text/html' href='http://corey-kolb.blogspot.com/2009/09/review-of-case-study.html' title='Review Of Case Study'/><author><name>Corey Kolb</name><uri>http://www.blogger.com/profile/03955517655756259995</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_LDsr9PJ6RBw/SrkV47iwd8I/AAAAAAAAABQ/X-0a3TWpS9A/s72-c/npr-now_resized578.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2241601420179323906.post-3665600333160793330</id><published>2009-09-15T13:34:00.001-07:00</published><updated>2009-09-15T13:41:03.704-07:00</updated><title type='text'>Single Page Websites</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Cambria; "&gt;Of the websites featured on &lt;a href="http://www.blogger.com/%22"&gt;http://www.webdesigndev.com/inspiration/30-outstanding-single-page-website-designs&lt;/a&gt;,&lt;a href="http://www.blogger.com/%22"&gt;http://www.thinkgreenmeeting.com/&lt;/a&gt; stood out as best utilizing the single page concept.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Cambria; "&gt;Upon arriving at the site a large graphic slides in from the bottom right hand corner of the browser. This graphic is interactive and illustrates the services provided by the site. As you drag your mouse over icons of cars and planes that make a meeting possible they creatively disappear and the cost of a meeting goes down. Not only is this fun, but the graphic also illustrates that it is cheaper and greener to have an online meeting as opposed to flying and driving people to a single location.&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_LDsr9PJ6RBw/Sq_7jl6-RyI/AAAAAAAAABA/OLYVYhZ_2YE/s1600-h/graphic.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 257px;" src="http://2.bp.blogspot.com/_LDsr9PJ6RBw/Sq_7jl6-RyI/AAAAAAAAABA/OLYVYhZ_2YE/s320/graphic.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5381796668624488226" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Cambria; "&gt;The entire site has a green, renewable, earthy feel to it. This is established by a recycled paper-looking background with hints of green in the typography and graphic elements.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Cambria; min-height: 14px; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Cambria; "&gt;The site has lots of movement witch engages and entertains visitors. As you click on a section in the navigation bar, the right-hand portion of the site glides to the section you clicked on. The other sections are briefly seen before you arrive at the section you clicked on. This would not be as interesting if the site had not established unity between each section of the navigation bar.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Cambria; min-height: 14px; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Cambria; "&gt;Repetition of recognizable icons used on road and pedestrian signage not only creates unity but also is visually interesting and effective. These icons are seen in the initial graphic as well as on each section of the navigation bar.&lt;/p&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:Cambria, fantasy;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_LDsr9PJ6RBw/Sq_7fUVIIpI/AAAAAAAAAA4/GUrogxH1PT0/s1600-h/nascar.jpg" style="text-decoration: none;"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 167px;" src="http://3.bp.blogspot.com/_LDsr9PJ6RBw/Sq_7fUVIIpI/AAAAAAAAAA4/GUrogxH1PT0/s320/nascar.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5381796595182871186" /&gt;&lt;/a&gt; &lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Cambria; min-height: 14.0px"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Cambria"&gt;In contrast to think green marketing, http://www.basilgloo.com/ is a less successful single page website.  The page has some depth to it created by a shallow depth of field but that is about all it has going for it. Despite the minimal amount of content the site looks cluttered and akin to a NASCAR with all of its logos. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2241601420179323906-3665600333160793330?l=corey-kolb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://corey-kolb.blogspot.com/feeds/3665600333160793330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://corey-kolb.blogspot.com/2009/09/single-page-websites.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default/3665600333160793330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default/3665600333160793330'/><link rel='alternate' type='text/html' href='http://corey-kolb.blogspot.com/2009/09/single-page-websites.html' title='Single Page Websites'/><author><name>Corey Kolb</name><uri>http://www.blogger.com/profile/03955517655756259995</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_LDsr9PJ6RBw/Sq_7jl6-RyI/AAAAAAAAABA/OLYVYhZ_2YE/s72-c/graphic.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2241601420179323906.post-981916465054626579</id><published>2009-09-01T15:00:00.000-07:00</published><updated>2009-09-01T15:09:33.867-07:00</updated><title type='text'>website review</title><content type='html'>One website that I have used in the past and find useful is www.aiga.org, the AIGA website. This site contains content such as visual inspiration in the form of award winning design work in a virtual gallery, articles by professionals in the graphic design field on a variety of topics, and much more.  Needs of graphic design professionals and students are catered to on this site. An example of this is the section to find and post jobs.&lt;br /&gt;&lt;br /&gt;As mentioned above this site is designed for design a design-oriented audience.This presents challenges that another website does not need to address. The hypersensitive audience of this site will pick up on subtleties of typography. In fact, a personal essay by Andrew Twigg&lt;a href="http://www.aiga.org/content.cfm/a-not-so-sweet-tale-of-digital-type?searchtext=web%20type&amp;amp;curl=2"&gt; http://www.aiga.org/content.cfm/a-not-so-sweet-tale-of-digital-type?searchtext=web type&amp;amp;curl=2&lt;/a&gt; addresses and evaluates Georgia, the typeface used on the site. The aiga.org site has strong, formal design that makes it functional, accessible and aesthetically pleasing.&lt;br /&gt;&lt;br /&gt;Due to the amount of content on the site I will focus on the initial page you reach when navigating to the site. Next to the AIGA logo is a varying image that directs you to the design archives. This focal point always contain a beautiful design that simultaneously lets the viewer know that this is a design website as well as bring attention to the intuitive navigation bar at the top of the page. All of the essential navigation elements are in the top region of the site and establish the grid that runs underneath.&lt;br /&gt;&lt;br /&gt;The content underneath is aligned to a three-column grid. The left two columns contain articles, design jobs and a calendar of events. The right column contains a brief mission statement, search bar, news, and links to official sponsors. This grid organizes the content of the site thus rendering it functional and visually pleasing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2241601420179323906-981916465054626579?l=corey-kolb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://corey-kolb.blogspot.com/feeds/981916465054626579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://corey-kolb.blogspot.com/2009/09/website-review.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default/981916465054626579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default/981916465054626579'/><link rel='alternate' type='text/html' href='http://corey-kolb.blogspot.com/2009/09/website-review.html' title='website review'/><author><name>Corey Kolb</name><uri>http://www.blogger.com/profile/03955517655756259995</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2241601420179323906.post-6744587101742363053</id><published>2009-09-01T11:27:00.000-07:00</published><updated>2009-09-01T15:09:52.546-07:00</updated><title type='text'></title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2241601420179323906-6744587101742363053?l=corey-kolb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://corey-kolb.blogspot.com/feeds/6744587101742363053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://corey-kolb.blogspot.com/2009/09/normal.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default/6744587101742363053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2241601420179323906/posts/default/6744587101742363053'/><link rel='alternate' type='text/html' href='http://corey-kolb.blogspot.com/2009/09/normal.html' title=''/><author><name>Corey Kolb</name><uri>http://www.blogger.com/profile/03955517655756259995</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
