<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">J Taylor Design | Blog</title>
    <subtitle type="text">J Taylor Design | Blog:</subtitle>
    <link rel="alternate" type="text/html" href="http://www.thejtsite.com/blog/" />
    <link rel="self" type="application/atom+xml" href="http://www.thejtsite.com/site/atom/" />
    <updated>2009-11-10T17:30:00Z</updated>
    <rights>Copyright (c) 2009, Jt</rights>
    <generator uri="http://expressionengine.com/" version="1.6.5">ExpressionEngine</generator>
    <id>tag:thejtsite.com,2009:11:10</id>


    <entry>
      <title>WordPress Parent Navigation</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/wordpress_parent_navigation/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.63</id>
      <published>2009-11-10T17:11:16Z</published>
      <updated>2009-11-10T17:26:17Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Tutorials"
        scheme="http://www.thejtsite.com/comments/C1/"
        label="Tutorials" />
      <content type="html"><![CDATA[
        <p>For those beginner developers out there working in WordPress, here&#8217;s a little trick that you may have not run into yet. If you need to build out a website in WordPress that will load the navigation dynamically, meaning that any pages that are added in the backend of WordPress are automatically placed in the navigation on the front end of the website, there is a nice piece of code that will do that for you. You have the option to edit that code to render out the displayed navigation in almost any way that you&#8217;d like, which is a great plus when it comes to having control over a website.</p> <p>The trick comes into play if you decide that you only want WordPress to output the parent navigation, ignoring any child pages that may be in WordPress. So here is the code that calls in the navigation dynamically as is:</p>

<p class="code">&lt;?php wp_list_pages(); ?&gt;</p>

<p>So all we need to do if we decide that we only want to show the parent navigation is add a small piece of code in between the brackets.</p>

<p class="code">&lt;?php wp_list_pages(&#8216;depth=1&#8217;); ?&gt;</p>

<p>What we&#8217;re telling WordPress to do here is to create a list of the pages that we have in the backend of WordPress and only show the top level navigation. If we were to change that 1 to a 2, WordPress would output the top level and second level navigation, ignoring anything beyond that! For more information on the wp_list_pages tag check out the following link:</p>

<ul class="brown_arrow">
<li><a href="http://codex.wordpress.org/Template_Tags/wp_list_pages" target="_blank">Template Tags/wp list pages</a></li>
</ul><br />
      ]]></content>
    </entry>

    <entry>
      <title>The Button Spoof</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/the_button_spoof/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.62</id>
      <published>2009-10-30T13:45:59Z</published>
      <updated>2009-11-10T17:30:00Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Personal"
        scheme="http://www.thejtsite.com/comments/C3/"
        label="Personal" />
      <content type="html"><![CDATA[
        <p>I saw a clip of this video watching a show on Comedy Central and I thought that it was hilarious. If you haven&#8217;t seen the trailer for The Box yet, then the video posted below will not make any sense. We&#8217;ll give you a quick summary from what we get from the movie trailer. The Box presents a moral dilemma for whoever it encounters. If pushed one million dollars will be granted to the person who presses the button. However, at the same time, someone somewhere in the world will die. Here is a link to watch the trailer first if you haven&#8217;t seen it yet.</p> <ul class="brown_arrow">
<li><a href="http://www.apple.com/trailers/wb/thebox/" target="_blank">The Box Movie Trailer</a></li>
</ul><p><br /></p>

<object width="630" height="404" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="ordie_player_44b3d8f432"><param name="movie" value="http://player.ordienetworks.com/flash/fodplayer.swf" /><param name="flashvars" value="key=44b3d8f432" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always"></param><embed width="630" height="404" flashvars="key=44b3d8f432" allowfullscreen="true" allowscriptaccess="always" quality="high" src="http://player.ordienetworks.com/flash/fodplayer.swf" name="ordie_player_44b3d8f432" type="application/x-shockwave-flash"></embed></object>
      ]]></content>
    </entry>

    <entry>
      <title>Useful Key Commands</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/useful_key_commands/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.61</id>
      <published>2009-10-28T13:23:44Z</published>
      <updated>2009-10-28T13:26:45Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Apple"
        scheme="http://www.thejtsite.com/comments/C2/"
        label="Apple" />
      <content type="html"><![CDATA[
        <p>When working on a computer it becomes imperative to learn keyboard shortcuts, or key commands to keep things moving, and moving quickly! Being that I&#8217;m on the computer what feels like 24/7 I&#8217;ve picked up a few that I use constantly! Below is just a short list of some of the basic Mac key commands that we use constantly when either setting up folders for client files, sorting through tons of running applications, or browsing the web. These are just a handful of useful keyboard shortcuts that we put together.</p> <ul class="brown_arrow">
<li><strong>Command-H</strong> hides the application you&#8217;re currently in</li>
<li><strong>Command-Q</strong> quits the application you&#8217;re currently in</li>
<li><strong>Command-W</strong> closes a window that you may have open in the application you&#8217;re currently in</li>
<li><strong>Command-P</strong> opens the print screen for the current window you&#8217;re in</li>
<li><strong>Command-I</strong> gets the info from a file on your computer that you have highlighted</li>
<li><strong>Command-M</strong> minimizes the current window you&#8217;re in</li>
<li><strong>Command-N</strong> brings up a new finder window when browsing your computer</li>
<li><strong>Shift-Command-N</strong> creates a new folder on your computer in whatever location you&#8217;re currently in</li>
<li><strong>Command-Tab</strong> will tab you through all of the applications that you&#8217;re currently running</li>
<li><strong>Command-Delete</strong> on a file will put it in the trash</li>
<li><strong>Command-T</strong> in Safari will open up a new tab for you</li>
<li><strong>Command-N</strong> in Safari will open up a new window for you</li>
<li><strong>Command-Spacebar</strong> will open up your Spotlight search for you</li>
</ul><p><br /></p>

<p>In addition to Mac keyboard shortcuts we use tons of application shortcuts. We work with Adobe applications so fortunately some of the shortcuts overlap, and some of the shortcuts work the same as the list above. Below you can find a short list of some links to Adobe&#8217;s website to look at keyboard shortcuts for Photoshop, Fireworks and Illustrator; as well as, a couple links to some standout shortcuts put together by some fellow bloggers!</p>

<ul class="brown_arrow">
<li><a href="http://help.adobe.com/en_US/Photoshop/11.0/WSD578BD7D-07BC-46f6-AAC2-6E491E8AD818a.html" target="_blank">Adobe List: Photoshop Keyboard Shortcuts</a></li>
<li><a href="http://digital-photography-school.com/photoshop-shortcut-commands" target="_blank">18 Photoshop Keyboard Shortcuts</a></li>
<li><a href="http://kb2.adobe.com/cps/138/tn_13896.html" target="_blank">Adobe List: Fireworks Keyboard Shortcuts</a></li>
<li><a href="http://help.adobe.com/en_US/Illustrator/14.0/WS714a382cdf7d304e7e07d0100196cbc5f-6426a.html" target="_blank">Adobe List: Illustrator  Keyboard Shortcuts</a></li>
<li><a href="http://georgecoghill.com/blog/2007/08/02/5-obscure-illustrator-keyboard-shortcuts-that-shouldnt-be-obscure/" target="_blank">5 Illustrator  Keyboard Shortcuts</a></li>
</ul><br />
      ]]></content>
    </entry>

    <entry>
      <title>What the Font?</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/what_the_font/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.60</id>
      <published>2009-10-20T15:46:10Z</published>
      <updated>2009-10-20T16:07:11Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Tutorials"
        scheme="http://www.thejtsite.com/comments/C1/"
        label="Tutorials" />
      <content type="html"><![CDATA[
        <p>For those designers out there who haven&#8217;t heard of WhatTheFont I&#8217;m here to help you out! Have you ever received a project from a client who has given you a JPG of their logo and you really need an EPS? So you go through the whole thing and request the logo in vector format rather than raster. They come back to you with the unfortunate information that they don&#8217;t have the correct file, can&#8217;t find it, or have no idea what you&#8217;re talking about. It isn&#8217;t unusual for a client to know that they should have a vector version of their logo. That&#8217;s what designers are for! Anyway, we got a recent job where we had this problem. The logo contained a simple illustration with the store name. The font that was used looked so familiar but we couldn&#8217;t put our finger on the exact font that it was. So rather then running through our font collection (which would take quite some time as the collection is huge!), we consulted WhatTheFont! WhatTheFont&#8217;s service is free by the way.</p> <p>So what we did was just take a screenshot of one of the words in the logo (where there was no illustrated figure behind the text). Next we took that screenshot to <a href="http://www.whatthefont.com" target="_blank">www.whatthefont.com</a> and follow the few simple directions. After running through the system it popped up a bunch of possibilities and the font we were looking for was the first option! So all we had to do was redraw the simple illustration and the logo was basically finished!</p>

<p>A few weeks later we had to consult WhatTheFont again. This time WhatTheFont couldn&#8217;t find what we were looking for in a regular search. So we logged into our free WhatTheFont account and posted the sample JPG to the forum. Not too long after we posted the JPG we got an answer for the font. The reason that the automated system didn&#8217;t find the correct font is due to the logo uses a font that the original designer has compressed. So all we had to do then was the same thing as before. Redraw the illustration part then pop in the text and compress it! Thank you WhatTheFont!</p>

<ul class="brown_arrow">
<li><a href="http://www.whatthefont.com" target="_blank">WhatTheFont</a></li>
</ul>
      ]]></content>
    </entry>

    <entry>
      <title>How Smart is Your Right Foot</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/how_smart_is_your_right_foot/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.59</id>
      <published>2009-10-19T19:50:05Z</published>
      <updated>2009-10-19T20:10:06Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Personal"
        scheme="http://www.thejtsite.com/comments/C3/"
        label="Personal" />
      <content type="html"><![CDATA[
        <p>This has absolutely nothing to do with web design, etc. It&#8217;s just a funny thing to try out. My wife forwarded an email to me a couple days ago which was titled &#8216;How Smart is Your Right Foot,&#8217; hence the title of this post. So as I read the email it gave the following directions:</p>

<p>This fun test only takes a few seconds and it comes from an orthopedic surgeon. This will confuse your mind and you may try it again and again to see if you can outsmart your foot! Something is preprogrammed in your brain which causes the outcome.</p> <p>1. While sitting at your desk in front of your computer, lift your right foot off the floor and make clockwise circles.<br />
2. Now while doing this, draw the number 6 in the air with your right hand. Your foot will change direction.</p>

<p>Did you try it? What happened?</p>
      ]]></content>
    </entry>

    <entry>
      <title>Thank You Smashing Magazine</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/thank_you_smashing_magazine/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.56</id>
      <published>2009-09-11T23:49:33Z</published>
      <updated>2009-09-11T23:55:34Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Personal"
        scheme="http://www.thejtsite.com/comments/C3/"
        label="Personal" />
      <content type="html"><![CDATA[
        <p>We just wanted to say a big thank you to <a href="http://www.smashingmagazine.com/" target="_blank">Smashing Magazine</a> for featuring us in one of their recent blog entries. Smashing Magazine is a site that we frequent and its always nice to see your work featured in places that you respect. We are honored to be apart of their &#8216;Best Navigation Practices&#8217; post with a great list of fantastic sites.</p> <p>To take a look at the full article <a href="http://www.smashingmagazine.com/2009/09/07/horizontal-navigation-menus-trends-patterns-and-best-practices/" target="_blank">click here</a>.</p>
      ]]></content>
    </entry>

    <entry>
      <title>Awesome Flight Attendant</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/awesome_flight_attendant/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.52</id>
      <published>2009-05-22T16:16:59Z</published>
      <updated>2009-05-22T16:22:00Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Personal"
        scheme="http://www.thejtsite.com/comments/C3/"
        label="Personal" />
      <content type="html"><![CDATA[
        <p>If you have ever been on an airplane you have heard a flight attendant stand at the front of the plane before takeoff and they go through their whole speech of safety, etc. and what to expect on the flight. That&#8217;s pretty standard. I received an email this morning from a client which contained a link of the following video which I really felt was worth sharing! I don&#8217;t want to give away the contents of the video so just take a look.</p> <p><embed src="http://c.brightcove.com/services/viewer/federated_f8/1137883380" bgcolor="#FFFFFF" flashVars="videoId=16920289001&amp;playerId=1137883380&amp;viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&amp;servicesURL=http://services.brightcove.com/services&amp;cdnURL=http://admin.brightcove.com&amp;domain=embed&amp;autoStart=false&amp;" base="http://admin.brightcove.com" name="flashObj" width="486" height="412" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></p>
      ]]></content>
    </entry>

    <entry>
      <title>Google is Always Looking Out</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/google_is_always_looking_out/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.51</id>
      <published>2009-05-19T19:32:11Z</published>
      <updated>2009-05-19T19:46:12Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Personal"
        scheme="http://www.thejtsite.com/comments/C3/"
        label="Personal" />
      <content type="html"><![CDATA[
        <p>Google is always on top of it&#8217;s game with trying to make it&#8217;s services better and better for it&#8217;s users. There are so many great tools that Google offers (mostly for free) to help people in so many ways. There are the obvious tools for searching. There are tools for blogging. There are webmaster tools and they have their videos section and the list seems to go on and on. And one of the cool things about Google is that they don&#8217;t stop because something is going well. They continue to put out new products and ideas that it&#8217;s no wonder that Google holds <a href="http://www.techcrunch.com/2008/10/14/comscore-googles-search-volume-accelerates-in-september-but-market-share-dips/" target="_blank">more than 60% of internet searches</a>. I watched a short video today that I thought I might pass through our site to help our clients and visitors who may not have noticed a small changed on Google.</p> <p>They have recently added a small &#8216;Show Options&#8230;&#8217; link right below the Google logo after you have searched a term. Clicking there you are able to filter your searches even further in order to help you find what it is that you&#8217;re looking for. Take a look at the video below for a short demonstration.</p>

<object width="635" height="382"><param name="movie" value="http://www.youtube.com/v/MtirDMfcOKE&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/MtirDMfcOKE&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="635" height="382"></embed></object>

      ]]></content>
    </entry>

    <entry>
      <title>What the Incrediblend?</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/what_the_incrediblend/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.50</id>
      <published>2009-05-12T13:24:16Z</published>
      <updated>2009-05-13T21:38:17Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Personal"
        scheme="http://www.thejtsite.com/comments/C3/"
        label="Personal" />
      <content type="html"><![CDATA[
        <p>Incrediblend is a new project that we recently started that isn&#8217;t really a new idea, perse; however, it&#8217;s bringing an idea down to a local community. We love to look at the different web design galleries that are all over the world and we&#8217;ve been fortunate enough to be featured in a few (<a href="http://cssmania.com/galleries/2009/04/05/j-taylor-design.php" target="_blank">CSS Mania</a>, <a href="http://www.unmatchedstyle.com/gallery/j-taylor-design.php" target="_blank">Unmatched Style</a>, <a href="http://cssfreshblend.com/?submitID=2637" target="_blank">CSS Fresh Blend</a>, and more&#8230;). So basically Incrediblend is a design gallery showcasing great websites designed by Lehigh Valley based design teams. Since we love to submit our sites to galleries all over the world we thought it might be a cool idea to showcase work from teams close to home. It&#8217;s a bit of an interesting thought because we&#8217;re kinda promoting our competition but the overall goal is to bring quality design to the Valley.</p> <p>We think that this is a cool idea and are really relying on the teams in the Lehigh Valley, PA to submit their work to make it happen. So help us make it happen! Visit <a href="http://www.incrediblend.com" target="_blank">www.incrediblend.com</a>.</p>
      ]]></content>
    </entry>

    <entry>
      <title>How We Work</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/how_we_work/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.49</id>
      <published>2009-05-11T23:21:59Z</published>
      <updated>2009-05-11T23:56:00Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Tutorials"
        scheme="http://www.thejtsite.com/comments/C1/"
        label="Tutorials" />
      <content type="html"><![CDATA[
        <p>A couple weeks ago I got an email from Paul of <a href="http://www.digitalhand.co.uk" target="_blank">Digital Hand</a> who is located in the UK. Paul had a couple questions to ask us on how we work so he could possibly get some insight from us to better help his client base. If there is only one thing that I have learned from the web community, it is that there are so many truly awesome things out there to help people with questions. So the tutorials on our site is kinda our way of trying to help to give back to the community and maybe us answering a couple questions might be able to help some people out there. Now there are tons and tons of ways to get the job done so our answers may not be someone else&#8217;s or even work for someone else. These answers are simply how we do things. And please, if you have any thoughts that you might be able to add please don&#8217;t hesitate to comment!</p> <p>These are mostly Expression Engine or CMS questions. So lets get to it!</p>

<p><strong>With working with Expression Engine do you find that you need to know a lot about PHP and MySQL?</strong><br />
Honestly, <a href="http://expressionengine.com/" target="_blank">Expression Engine</a> is really easy to use and doesn&#8217;t require much knowledge of PHP and MySQL. You of course need to be able to set up a database and link the two together but it&#8217;s just as simple as setting up a site <a href="http://wordpress.org/" target="_blank">WordPress</a> or any PHP and MySQL driven program.</p>

<p><strong>Is it possible to work with a number of different page templates for use within Expression Engine?</strong><br />
With Expression Engine you can set up multiple site areas. I&#8217;m sure there are multiple ways to set up your templates. I basically set the main site up in one main group. I have seen on other sites that each different page gets it&#8217;s own group. Unlike using WordPress or Joomla the template is stored differently. In WordPress you can build your whole site within one folder and point to it in the backend. In Expression Engine the template is stored within the CMS and all other folders (images, js, etc.) are kept wherever you&#8217;d like. I simply keep them in the root public folder.</p>

<p><strong>Do you build all of your sites using Expression Engine?</strong><br />
I don&#8217;t build all sites in Expression Engine. If I&#8217;m working on a project that is going to need a lot of custom fields or many dynamic areas that I want to be able to control the look and feel of to the extreme, then Expression Engine is the way to go! If I&#8217;m building out a simple site that isn&#8217;t going to be too dynamic then I use WordPress. WordPress is also fantastic. They both have their sets of pros and cons. There are some things about Expression Engine that I love that WordPress lacks and vise versa. It all depends on the client and the project.</p>

<p><strong>What plugins and modules do you use?</strong><br />
With WordPress there are tons and tons of plugins that you can take advantage of. One of the problems, however, is that being WordPress is free not all of the plugins work, and depending on upgrades you may run into plugins that worked but don&#8217;t work when WordPress is ready to be updated (By the way, WordPress is so easy to update). With Expression Engine there are a couple key Plugins that I have used. One is <a href="http://www.putyourlightson.net/projects/sitemap" target="_blank">Sitemap Module which you can buy here</a> for $40. Freeform is awesome with working with, well forms. <a href="http://fortysevenmedia.com/" target="_blank">Fortyseven Media</a> is a team located in Tennessee here in the states that are huge advocates of Expression Engine (and they seem like really cool guys too!) and they&#8217;ve compiled some great tutorials in their blog as well as <a href="http://fortysevenmedia.com/blog/archives/how_we_use_expressionengine_add_ons/" target="_blank">this list of plugins</a> they seem to like!</p>

<p><strong>What about with shopping carts?</strong><br />
Both Expression Engine and WordPress have some plugins for adding commerce to a website. However with a full blown online store these options may not be the best. A cool tool my team has been using is <a href="http://www.magentocommerce.com/" target="_blank">Magento</a> which is free! It&#8217;s a super power cart; however, it is really complex to use. Another cart that I&#8217;ve heard great things about from a good friend is called <a href="http://digishop.sumeffect.com/" target="_blank">digiSHOP</a>. This one isn&#8217;t free but it seems to be easier to use all around.</p>

<p>So we help that this might answer some questions that are out there. Again, please remember that these are our solutions and that there may be other/better ways out there to do things and we&#8217;d love to hear them if you have them!</p>
      ]]></content>
    </entry>

    <entry>
      <title>Making Great Presentations</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/making_great_presentations/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.48</id>
      <published>2009-04-20T19:47:52Z</published>
      <updated>2009-04-20T20:08:53Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Apple"
        scheme="http://www.thejtsite.com/comments/C2/"
        label="Apple" />
      <content type="html"><![CDATA[
        <p>For those of you who have browsed our site you may have seen our <a href="/web-design/">little video</a> on how we handle most web design projects. In this entry we&#8217;re going to give you a really quick overview as to how we put that together. The biggest <i>key</i> is that we used Keynote to make it! Keynote is an Apple application (sorry PC users) that is simply awesome. It&#8217;s extremely dynamic, clean and easy to use. For PC users, it&#8217;s basically a much easier to use, better version of PowerPoint (in our opinion). It has beautiful transitions and effects that help make your presentations pop.</p> <p>The audio was recording in Keynote as well. All we did to record the audio was plug in a $100 USB microphone and press record and we basically commentated live while the slideshow was going on. Pretty easy stuff! After we finished up on the audio we simply exported the video out and uploaded it to <a href="http://www.vimeo.com" target="_blank">Vimeo</a> and grab the code and pop it in our website. So if you&#8217;re a Mac user and you need to put together an awesome presentation for work, school, church or whatever, check out Keynote. You won&#8217;t be disappointed!</p>

<p><strong>Here are some Keynote related links to check out</strong>
</p><ul class="brown_arrow">
<li><a href="http://www.apple.com/iwork/keynote/" target="_blank">Apple: Keynote</a></li>
<li><a href="http://www.apple.com/iwork/tutorials/#keynote" target="_blank">Apple: Keynote Tutorials</a></li>
<li><a href="http://www.jumsoft.com/themes/" target="_blank">Additional Keynote Themes</a></li?
</ul>
      ]]></content>
    </entry>

    <entry>
      <title>Keep it Simple</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/keep_it_simple/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.47</id>
      <published>2009-04-10T15:09:54Z</published>
      <updated>2009-04-10T15:28:55Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Personal"
        scheme="http://www.thejtsite.com/comments/C3/"
        label="Personal" />
      <content type="html"><![CDATA[
        <p>I was forwarded this video from a friend who works in marketing. The idea is that the &#8216;stop sign&#8217; hasn&#8217;t been created yet and an agency is hired to develop it. It&#8217;s really a fun video that anyone in a design field can get a kick out of. Sometimes clients can overcomplicate a simple idea that is otherwise a perfect idea! Sometimes designers can overcomplicate a design. So it definitely works both ways! 
</p><p class="quote">Simplicity is the ultimate sophistication.<br /> ~ Leonardo da Vinci</p>
 <object type="application/x-shockwave-flash" data="http://www.todaysbigthing.com/betamax/betamax.swf?item_id=290&amp;fullscreen=1" width="635" height="475">
      ]]></content>
    </entry>

    <entry>
      <title>Removing index.php In EE</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/removing_index.php_in_ee/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.46</id>
      <published>2009-03-29T22:48:04Z</published>
      <updated>2009-03-29T23:05:05Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Tutorials"
        scheme="http://www.thejtsite.com/comments/C1/"
        label="Tutorials" />
      <content type="html"><![CDATA[
        <p>With using Expression Engine your pages default to using a <strong>index.php</strong> on all of your pages which is quite annoying. So rather than being able to tell people to visit your contact page by going to yoursite.com/contact you have to send them to yoursite.com/index.php/contact. Honestly, it&#8217;s not a huge deal breaker; however, it&#8217;s ideal to not have the <strong>index.php</strong> on every page. I tried a couple ways to eliminate the <strong>index.php</strong>. The first way was by using a plugin for Expression Engine that is supposed to write the necessary information on your <strong>.htaccess</strong> file. However, when I went to use the plugin it basically took my site offline. So I had to just delete the <strong>.htaccess</strong> file. I&#8217;m sure that the plugin does work but maybe something with my hosting wasn&#8217;t connecting properly. After trying that a few times I pretty much gave up. </p> <p>One day I was just browsing around the internet and found a possible solution which did the trick perfectly! With my hosting I am able to access my <strong>.htaccess</strong> file and write to it. I simply dropped the following code which I got from <a href="http://www.wil-linssen.com/expression-engine-removing-indexphp/" target="_blank">Wil Linnsen&#8217;s</a> website into my <strong>.htaccess</strong> file.
</p><p class="code">
# BEGIN Expression Engine Rewrite<br />
<IfModule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond $1 !\.(gif|jpe?g|png)$ [NC]<br />
RewriteRule ^(.*)$ /index.php?$1 [L]<br />
</IfModule><br />
# END Expression Engine Rewrite
</p>

<p>It worked! However all of the links on my website were still automatically including the <strong>index.php</strong> in the links. To fix that you simply need to remove the <strong>index.php</strong> option in the backend of Expression Engine under <strong>Admin &raquo; System Preferences &raquo; General Configuration</strong> where it says <strong>Name of your sites index page</strong>. That&#8217;s it! Thanks Wil!</p>
      ]]></content>
    </entry>

    <entry>
      <title>Pepsi Rebrands, So Why Can&#8217;t You?</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/pepsi_rebrands_so_why_cant_you/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.40</id>
      <published>2009-01-25T19:31:28Z</published>
      <updated>2009-10-20T16:05:29Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Personal"
        scheme="http://www.thejtsite.com/comments/C3/"
        label="Personal" />
      <content type="html"><![CDATA[
        <p>I&#8217;m sure that most of us have realized that Pepsi has rebranded and a lot of people don&#8217;t like it and a lot of people do. Honestly, when I first saw it I really didn&#8217;t like it. I thought it was a silly version of the latest version of the Pepsi logo. Over the years that Pepsi has been in business they have rebranded multiple times. The same goes for their direct competitor Coca-Cola. But back to the topic at hand&#8230; I really didn&#8217;t like the new logo when I first saw it.</p>

<p>However, the more I&#8217;ve seen it I&#8217;ve taken some more time to think about it. I actually do like it. I think it does have a modern look to it which I think the old logo wasn&#8217;t sporting. Looking at the product packaging I really do like the solid colors. Maybe it&#8217;s like hearing a song that you don&#8217;t like over and over again until you start to like it but I really think that the rebranding of Pepsi is a good move forward.
</p> <p>So my question for smaller businesses is this: &#8216;Why be afraid of rebranding?&#8217; Yes, smaller businesses don&#8217;t get the advertising dollars that big brands like Pepsi does. However, looking through a lot of the rebranding that big businesses do, it&#8217;s more revising a current logo rather than inventing something completely new. You don&#8217;t want to loose the recognition that people get with looking at your logo. However, it&#8217;s a decent idea to get a face lift every now and then. I&#8217;m definitely not saying that every business should rebrand. Rebranding doesn&#8217;t always work! I think that a businesses timeline needs to be evaluated and analyzed. But it&#8217;s just something to think about and not be afraid of!</p>

<p>Here are some links to check out showing rebranding:
</p><ul class="brown_arrow">
<li><a href="http://www.underconsideration.com/brandnew/archives/brand_new_best_worst_2008.php" target="_blank">Brand New</a></li>
<li><a href="http://www.rebrand.com/stuff/contentmgr/files/8132c23e437cbdad2e5f4206e9f782c8/miscdocs/top_20_rebrand_mistakes.pdf" target="_blank">Top 20 Rebranding Mistakes</a></li>
<li><a href="http://www.smashingapps.com/2008/11/13/33-exceptional-logo-rebranding-in-2008-for-your-inspiration.html" target="_blank">Smashing Apps</a></li>
</ul>
      ]]></content>
    </entry>

    <entry>
      <title>Using WordPress Custom Fields</title>
      <link rel="alternate" type="text/html" href="http://www.thejtsite.com/comments/using_wordpress_custom_fields/" />
      <id>tag:thejtsite.com,2009:index.php/site/index/1.39</id>
      <published>2009-01-07T17:03:45Z</published>
      <updated>2009-03-29T21:44:46Z</updated>
      <author>
            <name>Jt</name>
            <email>jt@thejtsite.com</email>
                  </author>

      <category term="Tutorials"
        scheme="http://www.thejtsite.com/comments/C1/"
        label="Tutorials" />
      <content type="html"><![CDATA[
        <p>Using WordPress Custom Fields is actually much easier than one would think. I went to use it a while back for a project and didn&#8217;t really have time to work with it so I passed it by. But recently I needed it and was surprised at how easy it is to use it! With one little line of code in your template you can use Custom Fields in WordPress.</p>

<p>When you&#8217;re in WordPress and you want to add a Custom Field to a blog entry all you need to do is scroll down to where it shows the Custom Field options. We&#8217;ll use the standard Mood: Happy example as used on the WordPress website. In the &#8216;Name&#8217; box we&#8217;ll type Mood and in the Key or Value option we type Happy. After you save your post and try and view the live version you will see that it has had no effect on your post! Hmm&#8230; referencing the little line of code that we mentioned above, that&#8217;s what we need!</p> <p>And that line of code is as follows: 
</p><p class="code">&lt;?php the_meta(); ?&gt;</p>

<p>So plug that in your template wherever you&#8217;d like to see the data loaded! Upload your revised template and refresh your blog and you should see the data! Now you can get really involved and do some really cool stuff with CSS to really put the Custom Field to use! In this example we&#8217;re really only using the Custom Field at it&#8217;s simplest. Take a look at the WordPress <a href="http://codex.wordpress.org/Using_Custom_Fields" target="_blank">Using Custom Fields</a> page to really get your hands dirty!</p>

<p>PS: Also note that you can use Custom Fields for Pages as well!</p>
      ]]></content>
    </entry>


</feed>