<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Erik Akers</title>
	<atom:link href="http://erikakers.com/feed" rel="self" type="application/rss+xml" />
	<link>http://erikakers.com</link>
	<description>Thoughts, tips and tricks on all things design and visual arts but mostly web design, logos and photography. I try my best to stay on topic, but ever now and then I veer of course but I always come back. I promise.</description>
	<lastBuildDate>Tue, 03 Aug 2010 13:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Changes</title>
		<link>http://erikakers.com/design/2010/changes.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://erikakers.com/design/2010/changes.html#comments</comments>
		<pubDate>Tue, 03 Aug 2010 13:18:35 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://erikakers.com/design/2010/changes.html</guid>
		<description><![CDATA[Everyone wants to have their say in a design project no matter what the project is. And everything has ideas for changes that should or need to be made. Just because someone thinks there should be a change doesn’t mean that it’s needed or would improve the design. Changes just to make changes are the [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone wants to have their say in a design project no matter what the project is. And everything has ideas for changes that should or need to be made. Just because someone thinks there should be a change doesn’t mean that it’s needed or would improve the design. </p>
<p>Changes just to make changes are the worst kind. If anyone feels they need to change something just to put their stamp on it all thy are ultimately doing is hurting the overall concept of the design. </p>
<p>Does this mean all change ideas are bad? Not at all. But I’m talking about the type of changes that are generally meaningless to the design’s overall effectiveness and ends up just being something that someone can point to and say “that was my idea.” Those changes are the useless ones, fight against them.  </p>
]]></content:encoded>
			<wfw:commentRss>http://erikakers.com/design/2010/changes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Post Types, Still a Long Way To Go</title>
		<link>http://erikakers.com/wordpress/2010/custom-post-types-long.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://erikakers.com/wordpress/2010/custom-post-types-long.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 00:00:49 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Custom Post Types]]></category>
		<category><![CDATA[PHP programming language]]></category>
		<category><![CDATA[Plug-in]]></category>

		<guid isPermaLink="false">http://erikakers.com/?p=970</guid>
		<description><![CDATA[With WordPress 3.0 hitting last week the big buzz with the developer community was the ease in which WP 3.0 would let you add some called Custom Post Types. Meaning you could now create a post type that would only handle podcasts or news, really anything you could dream up. It sounds like a great [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-972" title="longroad" src="http://erikakers.com/wordpress/wp-content/uploads/longroad-560x320.jpg" alt="" width="560" height="320" /></p>
<p>With WordPress 3.0 hitting last week the big buzz with the developer community was the ease in which WP 3.0 would let you add some called Custom Post Types. Meaning you could now create a post type that would only handle podcasts or news, really anything you could dream up. It sounds like a great feature and truth be told it is going to open up tons of door for WordPress developers to do a lot of cool things.</p>
<p>I have been work on a few projects where we are trying/planning on using custom post types to handle a couple of problems that have always nagged us during WordPress theme development. I will let you know how they turn out…but.</p>
<p>Custom Post Type still really need a lot if work to really became useful and the fact that all the talk around them makes it sound like they are the simplest things to create and use. But that’s just not the case.</p>
<p>Creating them can be as easy as just copying and pasting a little code into your functions.php file and your ready to start posting. But then a non-technical user is faced with the first problem, where to the posts go? Well by default they won’t be outputted to the loop that calls all posts in the WordPress database. No, to get the custom post type out of the database you have to either add more code functions.php file or create a new template page that will display only the custom post type.</p>
<p>What about plug-ins? Good luck. I started with a simple plan of a project that’s in the works. We want to create a custom post type for a podcast that way we have better archive in the wp-admin panel for them. But there was already a plug-in in place to handle the podcast feed and getting it and extra info into iTunes. Assuming we could simply add the plug-in’s meta box to the new post type and be on our way.</p>
<p>Not a chance in the world. I’m told it is possible to add plug-in meta box to a custom post type page, though I remains that I have yet to see this happen. How the idea never came up that there would be a need to use plug-ins on custom post types is beyond me and making that process a simple one should have been high on the list of things custom post type really needed.</p>
<p>Custom post types are really still something that only developers can take advantage of. If you’re a common WordPress user don’t even try to add post types because to get any if them to work you are going to have to change code in the template files. Oh there are custom post type plug-ins that will create them for you, and that’s all they will do create you are still going to be on your own when it comes to getting the post type to display and you won’t be able to use any plug-ins.</p>
<p>Why the idea for custom post types is a great one, they still have a long way to go before they are usable out side of the developer community.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikakers.com/wordpress/2010/custom-post-types-long.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fonts, Fonts and Fonts</title>
		<link>http://erikakers.com/design/2010/fonts-fonts-fonts.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://erikakers.com/design/2010/fonts-fonts-fonts.html#comments</comments>
		<pubDate>Mon, 14 Jun 2010 18:44:46 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[cartoon]]></category>
		<category><![CDATA[designers]]></category>
		<category><![CDATA[extensis]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[font files]]></category>
		<category><![CDATA[font manager]]></category>
		<category><![CDATA[san serif]]></category>
		<category><![CDATA[Typesetting]]></category>

		<guid isPermaLink="false">http://erikakers.com/?p=934</guid>
		<description><![CDATA[Like many designers I have a ton of different fonts that I’ve collected over my 10+ years as a designer. The last count was around 4500. Do I use all of those? Nope. I would guess I only use around 50 or less fonts regularly in projects, not counting any special fonts for clients branding [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-950" title="Type" src="http://erikakers.com/wordpress/wp-content/uploads/1122580_94006493-560x374.jpg" alt="" width="560" height="374" /></p>
<p>Like many designers I have a ton of different fonts that I’ve collected over my 10+ years as a designer. The last count was around 4500. Do I use all of those? Nope. I would guess I only use around 50 or less fonts regularly in projects, not counting any special fonts for clients branding needs.</p>
<p>So font management is something pretty important for controlling all the different font files. So I’ve used font Extensis Fusion Suitcase for the last few years as a font manager. And to be totally honest why I have 4500 or so font files, most of those just sit on a backup drive and only looked at if I’m trying to find a certain style. I really have no more than a few hundred different style managed with Suitcase because normally I could always find what I needed there. But during a cleaning of some of my back up drives and font dumping folder I found that I’ve downloaded the same fonts a few different times. So I figured it was time to clean up all the fonts and get them organized once and for all.</p>
<p>The biggest hurdle in trying to organize all of them was Fusion Suitcase, because to me it had limited organize ability. Here’s why.</p>
<p>When I organized my fonts I do it in categories like Serif, San Serif, Outline, Cartoon, etc. Sets can be used inside of Suitcase to get font sorted into these large general categories. But many of these fonts, as most font out there, fit into more than one of these categories. Like if I have a Serifed Cartoon font which category does it go in? With Suitcase you can’t have the same font in two different sets.</p>
<p>Like most designers I have two computers, a desktop and laptop and a lot of the time a new font file gets downloaded to one computer but not the other, hints why there was almost 4,500 font files with a lot of doubles and triples in there. The only way to get sharing with Extensis Suitcase at least is there font server software. And I’m in no place to spend $6000+ on server software for two computers. I figured it was time to look into a different font management program.</p>
<h3>Enter FontCase</h3>
<p>After some searching I found <a href="http://www.bohemiancoding.com/fontcase/" target="_blank">FontCase</a>, downloaded the free trail and have it a tried and loved it right away. I could organize font by genres and put the same font into two different genres  at the same time. Plus on top of genres I could create sets or collections for anything. So I could have collections for different projects I’m working on, then delete the collection without removing the fonts from the library when I’m done. But the biggest thing was I could share font across a network with whatever computer I wasn’t on much like the iTunes home sharing works. As an added bonus FontCase will get meta date from FontFont.com for more information about the font files.</p>
<p>The only downside I’ve found to FontCase? You can’t share font with the genres or collections, which no fun after spending hours and hours sorting fonts into different genres. Hopefully this is something that will be address in later versions, but as a down fall, it’s a pretty big one.</p>
<h3>Sorting, Sorting and Sorting</h3>
<p>So how did I sort them? It’s pretty simple and just took <span style="text-decoration: line-through;">sometime</span> a lot of time. But the process is really simple. Since I a ready had a copy of Extensis Fusion Suitcase it comes with a program called FontDoctor. I think if you don’t have Suticase I think you can buy FontDoctor for around $50.</p>
<p>FontDoctor with search all folders on a computer and network drive, figure out if a file is working or would cause problems or  corrupted then copies all the files it finds into a folder that is sorted by file name. Like all fonts that start with A are put into a Folder labeled A. So that takes about 20 minutes depending on how fonts you have. From there its just a matter look at the font and deciding how you want to organize everything and that is what takes the most time. Do you just dump everything into your font management software or do you sort fonts as you add them? I choose the sort why I’m adding them route and that’s been the part that’s taken the longest.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikakers.com/design/2010/fonts-fonts-fonts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>History Will Be Made</title>
		<link>http://erikakers.com/marketing/2010/history-will-be-made.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://erikakers.com/marketing/2010/history-will-be-made.html#comments</comments>
		<pubDate>Sun, 25 Apr 2010 19:08:25 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://erikakers.com/?p=935</guid>
		<description><![CDATA[If you’ve follow or read any of my Tweets over the last couple of weeks you may have figured out that I’m a pretty big hockey fan. But more then that, I grew up playing hockey and still play a couple days a week to this day even though my body normally hates me for [...]]]></description>
			<content:encoded><![CDATA[<p>If you’ve follow or read any of my Tweets over the last couple of weeks you may have figured out that I’m a pretty big hockey fan. But more then that, I grew up playing hockey and still play a couple days a week to this day even though my body normally hates me for most of the next day, and I think it’s one of the best sports to both play and watch. The problem is it’s so foreign to most that they just don’t understand the rules of the game beyond you have to put the puck into the net and team with the most goals wins.</p>
<p>This being the 30th anniversary of the 1980 Miracle on Ice game and Gold Medal run, plus the great, great USA vs. Canada Gold Medal game of this years Vancouver Olympics the game as gotten a lot of great coverage this year. So how does this relate back to design? Well a little after the Olympics and during the build up to the Stanley Cup Playoff the NHL release a series of great spots with the goal of getting new viewers to tune into the Playoffs. Which by the way are the best playoff in all of sports, any team that gets in has a chance to make a run to the Stanley Cup series quickly became one team fighting to stay alive and upsets are common place.</p>
<p>Take a couple minutes to check out these spots and tune into the Stanley Cup Playoffs because History Will Be Made.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/nxoxGXyolVM&amp;NR" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/nxoxGXyolVM&amp;NR"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/VMVgbHa0Fd0&amp;NR" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/VMVgbHa0Fd0&amp;NR"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/6qc7fBl7vO0&amp;NR" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/6qc7fBl7vO0&amp;NR"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/Ljv6f00E2nc" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/Ljv6f00E2nc"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/9-JOZ0q4XDk" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/9-JOZ0q4XDk"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/EUnS5gq0BZ4" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/EUnS5gq0BZ4"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/UumpTDdwHJg" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/UumpTDdwHJg"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://erikakers.com/marketing/2010/history-will-be-made.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Sync Multiple Calendars to the iPad With Google Sync</title>
		<link>http://erikakers.com/software/2010/how-to-sync-multiple-calendars-to-the-ipad-with-google-sync.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://erikakers.com/software/2010/how-to-sync-multiple-calendars-to-the-ipad-with-google-sync.html#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:04:55 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://erikakers.com/?p=932</guid>
		<description><![CDATA[I love GoogleSync, in fact I have an upcoming post about it to use it instead of paying for the same thing with MobileMe. Now with the iPad coming here is a great work around from jkOnTheRun.com to keep calendars synced across everything. How To Sync Multiple Calendars to the iPad With Google Sync Yes, [...]]]></description>
			<content:encoded><![CDATA[<p>I love GoogleSync, in fact I have an upcoming post about it to use it instead of paying for the same thing with MobileMe. Now with the iPad coming here is a great work around from jkOnTheRun.com to keep calendars synced across everything.  </p>
<p><a href="http://feedproxy.google.com/~r/jkOnTheRun/~3/cH7A-6U0K9s/">How To Sync Multiple Calendars to the iPad With Google Sync</a></p>
<p>Yes, we’ve covered Apple’s iPad quite a bit this week. While there are other happenings in the mobile tech world, this was a big one — besides, I haven’t blogged much about it just yet. Oh, I will — I’ve been spending time with the device in bits and pieces over this holiday weekend — but I wanted to let the dust settle in terms of coverage. However, there’s one tidbit I wanted to share now, simply because it solves a problem for Google Calendar users that want to sync events with their iPad <a href="http://www.google.com/mobile/sync/">using Google Sync</a>.</p>
<p>The problem is — using a Microsoft Exchange setup for Google accounts currently works for one single calendar on the iPad. I can’t have that, so I scoured the web for a workaround, <a href="http://forums.macrumors.com/showthread.php?t=889140">found one in a MacRumors forum</a>, and used it successfully. Here’s the method to use until Google addresses the issue for Apple’s iPad — you’ll need to use the Safari browser, although this might work with user agent string spoofing on other browsers too:</p>
<ul>
<li>Open Safari and then view its Preferences pane.</li>
<li>In Preferences, go to the Advanced tab and check ‘Show Develop menu in menu bar.’ If you already have this checked, you can skip this step. Close the Preferences.<br />
<a href="http://jkontherun.files.wordpress.com/2010/04/safari-preferences.jpg"><img style="border:1px solid black" title="safari-preferences" src="http://jkontherun.files.wordpress.com/2010/04/safari-preferences.jpg?w=500&#038;h=312" alt="" width="500" height="312"></a></li>
<li>In the Safari menu bar, you should now see a Develop menu option. Select it, choose the User Agent option and pick ‘Mobile Safari 3.1.3 — iPhone’ This tells web sites that you’re using the iPhone’s browser. You need to do this to open up the mobile site for the Google Sync service.<a href="http://jkontherun.files.wordpress.com/2010/04/iphone-user-agent.jpg"></a></li>
<li><a href="http://jkontherun.files.wordpress.com/2010/04/iphone-user-agent.jpg"><img style="border:1px solid black" title="iphone-user-agent" src="http://jkontherun.files.wordpress.com/2010/04/iphone-user-agent.jpg?w=500&#038;h=171" alt="" width="500" height="171"></a> In Safari, browse to <a href="http://m.google.com/sync">http://m.google.com/sync</a> and sign in if needed. Normally you’d do this on your mobile device, but Google isn’t yet recognizing the iPad properly. If you try to configure Google Sync from the iPad, it will say ‘Sorry, Google Sync is not supported on this device.’</li>
<li>Now go to the Develop menu in Safari and choose to Disable JavaScript as shown by the check mark below.<br />
<a href="http://jkontherun.files.wordpress.com/2010/04/disable-javascript.jpg"><img style="border:1px solid black" title="disable-javascript" src="http://jkontherun.files.wordpress.com/2010/04/disable-javascript.jpg?w=292&#038;h=281" alt="" width="292" height="281"></a></li>
<li> Still in Safari, choose to manage your iPad. In my list, it’s the most recent device, but if you use Google Sync across multiple devices, it could appear anywhere in the list.<br />
<a href="http://jkontherun.files.wordpress.com/2010/04/google-sync.jpg"><img style="border:1px solid black" title="google-sync" src="http://jkontherun.files.wordpress.com/2010/04/google-sync.jpg?w=373&#038;h=265" alt="" width="373" height="265"></a></li>
<li>In the next window, you’ll see that Google says you can sync up to one calendar to your device. Ignore that message because the workaround now allows multiple calendar selections. For instance, I chose three primary calendars and three shared calendars, offering both work and family events in one single view.<br />
<a href="http://jkontherun.files.wordpress.com/2010/04/google-calendar-selection.jpg"><img style="border:1px solid black" title="google-calendar-selection" src="http://jkontherun.files.wordpress.com/2010/04/google-calendar-selection.jpg?w=375&#038;h=573" alt="" width="375" height="573"></a>Once you’ve made your selections, click the Save button. That should do it, so don’t forget to <em>undo</em> the User Agent change and re-enable JavaScript in Safari. On the iPad, here’s what the result looks like less than a minute after I ran through these steps:</li>
</ul>
<p><a href="http://jkontherun.files.wordpress.com/2010/04/gcal.png"><img title="gcal" src="http://jkontherun.files.wordpress.com/2010/04/gcal.png?w=604&#038;h=453" alt="" width="604" height="453"></a></p>
<p>I’m sure Google will address the one calendar limitation with Google Sync, but until they do, you can easily work around the issue in just a few minutes. Hopefully that helps — and now I’m off for some more iPad playtime so I can share all my thoughts soon.</p>
<p>(Via <a href="http://jkontherun.com">jkOnTheRun</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://erikakers.com/software/2010/how-to-sync-multiple-calendars-to-the-ipad-with-google-sync.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe brings Ideas to iPad</title>
		<link>http://erikakers.com/design/2010/adobe-brings-ideas-to-ipad.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://erikakers.com/design/2010/adobe-brings-ideas-to-ipad.html#comments</comments>
		<pubDate>Mon, 05 Apr 2010 13:35:20 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://erikakers.com/?p=926</guid>
		<description><![CDATA[I was hoping we were going to see an app like this for the iPad, hopefully there is some sort of stylist that can be bought so we don’t have to sketch with our figures. With this app and the natural ability to be a fanatic photography portfolio the iPad is shaping up to be [...]]]></description>
			<content:encoded><![CDATA[<p>I was hoping we were going to see an app like this for the iPad, hopefully there is some sort of stylist that can be bought so we don’t have to sketch with our figures. With this app and the natural ability to be a fanatic photography portfolio the iPad is shaping up to be a big asset to digital artists, not like that’s a big shock to any digital artists out there.</p>
<blockquote><p><a href="http://www.macworld.com/article/146802/2010/04/adobe_ideas_ipad.html?lsrc=rss_main">Adobe brings Ideas to iPad | Multimedia | Creative Notes | Macworld</a>: </p>
<p>Adobe has released its first iPad app for Apple’s new device. Adobe Ideas is a free digital sketchbook app that’s designed to allow artists to sketch ideas wherever they are, before bringing the results into Photoshop or Illustrator back in the studio.</p></blockquote>
<p><a herf="http://ax.itunes.apple.com/us/app/adobe-ideas-1-0-for-ipad/id364617858?mt=8&#038;ign-impt=clickRef%3DSoftware%2520Page-US-Adobe%25C2%25AE%2520Ideas%25201.0%2520for%2520iPad-364617858-Lockup">Here is the link to the App in iTunes if you already have an iPad.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://erikakers.com/design/2010/adobe-brings-ideas-to-ipad.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use jQuery 1.4 by default with WordPress</title>
		<link>http://erikakers.com/wordpress/2010/jquery-14-default-wordpress.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://erikakers.com/wordpress/2010/jquery-14-default-wordpress.html#comments</comments>
		<pubDate>Sun, 04 Apr 2010 22:05:39 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://erikakers.com/?p=919</guid>
		<description><![CDATA[Great little tip if you do a lot of WordPress theme development with jQuery to help cut the fat out of your work flow. How to use jQuery 1.4 by default on your WordPress blog: Simply paste the following code on your functions.php file: if( !is_admin()){ wp_deregister_script('jquery'); wp_register_script('jquery', ('http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'), false, ''); wp_enqueue_script('jquery'); } (Via WpRecipes.com.)]]></description>
			<content:encoded><![CDATA[<p>Great little tip if you do a lot of WordPress theme development with jQuery to help cut the fat out of your work flow.</p>
<p><a href="http://feedproxy.google.com/~r/Wprecipes/~3/vsaUxLH97e4/how-to-use-jquery-1-4-by-default-on-your-wordpress-blog">How to use jQuery 1.4 by default on your WordPress blog</a>:</p>
<p>Simply paste the following code on your <em>functions.php</em> file:</p>
<blockquote><p><code>if( !is_admin()){<br />
   wp_deregister_script('jquery');<br />
   wp_register_script('jquery', ('http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'), false, '');<br />
   wp_enqueue_script('jquery');<br />
}<br />
</code></p></blockquote>
<p>(Via <a href="http://www.wprecipes.com">WpRecipes.com</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://erikakers.com/wordpress/2010/jquery-14-default-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Apple Could Improve Aperture</title>
		<link>http://erikakers.com/photography/2010/apple-improve-aperture.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://erikakers.com/photography/2010/apple-improve-aperture.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 03:09:04 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[aperture]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[mass storage]]></category>
		<category><![CDATA[storage system]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[two computers]]></category>
		<category><![CDATA[work stations]]></category>

		<guid isPermaLink="false">http://erikakers.com/?p=887</guid>
		<description><![CDATA[So I’ve been using Aperture 3 for a little over a month now and I’ve really enjoyed it. Had a couple times where I second guessed my self about making the switch but overall I’m still very happy with it. But as always there are a couple of things I would love to see not [...]]]></description>
			<content:encoded><![CDATA[<p>So I’ve been using Aperture 3 for a little over a month now and I’ve really enjoyed it. Had a couple times where I second guessed my self about making the switch but overall I’m still very happy with it. But as always there are a couple of things I would love to see not just in Aperture. Do I think Apple is going to take my advice? I doubt it but at least this is a way I can get it out there.</p>
<p>The biggest thing I would love to see is some kind of server or real time syncing functionally. Here’s why, if I’m out with my laptop and I will shot tethered into it unless I’m somewhere I just can’t have my laptop next to me. Even if I don’t shoot tethered, 95% of the time I’ll load anything I’ve taken through my laptop first even thought I do all of my post-production on my desktop. I do that I can get a quick review of everything and start getting rid of pictures I know aren’t going to make the final cut.</p>
<p>One nice thing that Aperture does is when I get back home I can export the library on my laptop to my mass storage I use and then import that library onto my desktop with any changes I may have made before getting home. But what would be really great is if the folder on the mass storage could see that there is new folder on the laptop and sync it to the storage then the desktop. I’m thinking there would need to be a extra piece of software that would have to be installed on a network for something like that to happen.</p>
<p>But if this was expanded on even more to a studio will more then just two computers. When a photographer returns from a shoot they could off load all of the new images on to the storage system as this is being done all of the work stations in the studio are being updated with the new library.  As work is then done to the photos they are always updated live across the network. This would be very helpful for just me with two computers, so I’ve got to think that a larger studio with as many as five or six work stations it would be really great.</p>
<p>I’d also like to see a check-in/check-out process as well, if you’ve ever worked in an environment with more then one person working on a project at the same time then you have been in the situation were you may have saved over each others work. The check-in/check-out process lets someone take ownership of the file during the time they are working on it so you don’t run into two people working on the same thing at the same time and then losing someone’s work.</p>
<p>Although these ideas generally deal more with a networked system, I find it hard to believe that most photographers don’t have both a desktop and a laptop these days. So even this network functionally could be added it would even help the little guy and if nothing else it would save everyone a lot of time get let photographer get into post-production quicker.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikakers.com/photography/2010/apple-improve-aperture.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Photography Gear: Getting Started</title>
		<link>http://erikakers.com/photography/gear/2010/getting-started.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://erikakers.com/photography/gear/2010/getting-started.html#comments</comments>
		<pubDate>Wed, 10 Mar 2010 15:05:34 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Gear]]></category>
		<category><![CDATA[art landscape]]></category>
		<category><![CDATA[Budget]]></category>
		<category><![CDATA[camera body]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[fine art]]></category>
		<category><![CDATA[flexibility]]></category>
		<category><![CDATA[great photography]]></category>
		<category><![CDATA[model numbers]]></category>
		<category><![CDATA[nikon gear]]></category>
		<category><![CDATA[photograph]]></category>

		<guid isPermaLink="false">http://erikakers.com/?p=813</guid>
		<description><![CDATA[So you’ve decided that you wanted to get into some type of photography, be it fine art, landscape, portrait, families or whatever. Well there are two really important parts to great photography, you’re vision of what you want your work to be and the gear you use to make that vision a photograph. But here [...]]]></description>
			<content:encoded><![CDATA[<p>So you’ve decided that you wanted to get into some type of photography,  be it fine art, landscape, portrait, families or whatever. Well there  are two really important parts to great photography, you’re vision of  what you want your work to be and the gear you use to make that vision a  photograph. But here is the thing, your vision is free but the gear is  expensive it’s the yin and yang of photography. So this is going to be a  series of articles about the getting the gear you need. I’m want to  help you get started with good stuff and avoid some cheap gear landmines  that are out there. Just a warning up front, this whole series is going  to be pretty Nikon gear heavy. Now Canon guys don’t get upset with me, I  just don’t know Canon’s gear or model numbers and I grew up around  Nikon so I speak it, Canon guys help me fill in what I leave out.</p>
<p>Anyway, getting started in any kind of photography you need to have a camera. Unfortunately me or anyone else can’t just tell you want camera to buy. You have to decide on your own how much is to much, what brand you want and features you have to have and what you can leave out. No matter what, go dSRL or digital single reflex lens, they are more expensive but you have a lot more upgrade options and flexibility. The biggest thing is you can change lens so you aren’t just stuck with what lens is attached to the camera, permanently.</p>
<p>If you are starting at zero the best place to start is with a dSLR kit and that is the first big question you have to answer, how much to you want to spend? A lot of people really get caught up around the idea of not having the gear they need, don’t. Personally I think that if you have any extra money to spend you should spend it on the camera and lens. Lens are a whole other topic, but my plan of attack as always been not to cut corners with the camera body or lens.</p>
<p>If you’re on a budget or have a set amount to spend, look at used dSLR kits. You can get a lot of bang for you buck by finding some really nice lightly used cameras on eBay and photo supply sites. Looking at new Nikon kits, I personally would start looking at the D90 kit then decide if you want to spend more from there. Nothing is worst then finding out 6 months after you bought a camera that you could have spent a couple hundred more dollars and got something/features you really needed.</p>
<p>The couple things to look for. ISO or a camera performance in low light is a huge plus and is one of the biggest reasons you really need to go to a place that sells cameras to look how the camera performs. You really should go look at cameras in person just to get a feel for how they function. Another thing is look at if there are any add on features or extra you want and make sure the camera you are eying will work with those extra items.</p>
<p>Unfortunately this is the one subject I can’t just say this is what you need because there are just to many choices for camera kits and this is going to be one of the biggest upfront costs of anything photography. If I were to recommend something to start with it would be the Nikon D700, but your into about $2,000 just for the body.</p>
<p>Why the D700? The biggest thing it’s an FX sensor camera and $2,000 less then the D3. In Nikon cameras there are DX and FX cameras, every camera but the D700 and D3 are DX sensors. DX sensor add a 1.5 times zoom or any lens that isn’t a DX lens, meaning that a non-DX 100mm lens would really be a 150mm lens on a DX camera body. An FX camera is full frame meaning there is no built in zoom so 100mm lens is 100mm end of story. As you’ll find out almost all of the really great lens are not DX lens. Also the D700 as great low light or ISO and every feature you could ever want or need.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikakers.com/photography/gear/2010/getting-started.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Resource Links: March 5</title>
		<link>http://erikakers.com/design/2010/design-resource-links-march5.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://erikakers.com/design/2010/design-resource-links-march5.html#comments</comments>
		<pubDate>Fri, 05 Mar 2010 15:00:22 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[design resource]]></category>
		<category><![CDATA[free grunge]]></category>
		<category><![CDATA[great resources]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[resource link]]></category>
		<category><![CDATA[textures]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://erikakers.com/?p=889</guid>
		<description><![CDATA[Having great resources always makes life as a designer a lot easier. This isn’t the best way to do this, still working on figuring out a better way to present this, but here are a list of links that I’ve found every useful over the last week. There are things from font and icons to [...]]]></description>
			<content:encoded><![CDATA[<p>Having great resources always makes life as a designer a lot easier. This isn’t the best way to do this, still working on figuring out a better way to present this, but here are a list of links that I’ve found every useful over the last week. There are things from font and icons to textures. Since my design work is mainly focused on web design, branding and a little photography on the side future resource link photos are going to relate to those design categories.</p>
<ul>
<li><a href="http://www.hongkiat.com/blog/40-free-and-useful-gui-icon-sets-for-web-designers/" target="_blank">40 Free Icon Set for Web Designers</a></li>
<li><a href="http://webdesignledger.com/freebies/22-fresh-high-quality-fonts-for-your-designs" target="_blank">22 Fresh Fonts</a></li>
<li><a href="http://colorburned.com/2009/02/85-illustrator-paint-brushes.html" target="_blank" class="broken_link">85 Illustrator Paint Brushes</a></li>
<li><a href="http://www.instantshift.com/2009/05/23/105-free-grunge-fonts-for-web-designers-and-logo-artists/" target="_blank">105 Free Grunge Fonts</a></li>
<li><a href="http://www.bittbox.com/freebies/free-texture-tuesday-rust-3" target="_blank">Free Rust Textures</a></li>
<li><a href="http://www.minervity.com/features/css-features/10-professional-looking-free-css-menus/" target="_blank">10 Free CSS Menu’s</a></li>
<li><a href="http://www.webdesignerwall.com/general/update-social-media-icons/" target="_blank">Social Media Icons</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://erikakers.com/design/2010/design-resource-links-march5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: erikakers.com @ 2010-09-03 19:09:33 -->