<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">

    <channel>

    <title>Create Sean - Journey to Professional Designer</title>
    <link>http://createsean.com/blog/site/</link>
    <description>learning, xhtml, css, javascript and how to freelance</description>
    <dc:language>en</dc:language>
    <dc:creator>creation@createsean.com</dc:creator>
    <dc:rights>Copyright 2009</dc:rights>
    <dc:date>2009-11-08T06:56:32Z</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />


    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CreateSean-JourneyToProfessionalDesigner" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>The Ultimate Twitter ExpressionEngine List</title>
      <link>http://createsean.com/site/blog_createsean/comments/the-ultimate-twitter-expressionengine-list/</link>
      <description>A week or so ago twitter made lists available to all users and they seem to be gaining in popularity. I made a few lists right away with the largest of them having about 160 people. That was my ExpressionEngine list. However I wanted to find everyone on twitter who tweets about EE so that I could have the Ultimate LIst of ExpressionEngine tweeple.

	I did this by looking through all the lists that I appear on, the lists of popular EE developers on twitter that were related to EE and also by going through the wefollow under ExpressionEngine. The final list has 424 people and/or web firms. Go check out the Ultimate LIst of ExpressionEngine tweeple. 

	For more specific recommendations of who to follow on twitter check out this post.

	Hope someone finds this useful.</description>
      <dc:subject />
      <content:encoded><![CDATA[<p>A week or so ago twitter made lists available to all users and they seem to be gaining in popularity. I made a few lists right away with the largest of them having about 160 people. That was my ExpressionEngine list. However I wanted to find everyone on twitter who tweets about EE so that I could have the <a href="http://twitter.com/CreateSean/expressionengine/members">Ultimate LIst of ExpressionEngine tweeple</a>.</p>

	<p>I did this by looking through all the lists that I appear on, the lists of popular EE developers on twitter that were related to EE and also by going through the <a href="http://wefollow.com/twitter/expressionengine">wefollow under ExpressionEngine</a>. The final list has 424 people and/or web firms. Go check out the <a href="http://twitter.com/CreateSean/expressionengine/members">Ultimate LIst of ExpressionEngine tweeple</a>. </p>

	<p>For more specific recommendations of who to follow on twitter check out this <a href="http://createsean.com/blog/site/blog/comments/who-do-would-you-like-to-know-on-twitter/">post</a>.</p>

	<p>Hope someone finds this useful.</p><br /><br />]]></content:encoded>
      <dc:date>2009-11-08T06:56:32Z</dc:date>
    </item>

    <item>
      <title>Galleria - Slideshow</title>
      <link>http://createsean.com/site/blog_createsean/comments/galleria-slideshow/</link>
      <description>I’m working on a client site which has a gallery with a slideshow. I looked at a number of different jQuery plugins to run this and finally settled on galleria (though I originally rejected it)

	At first I was struggling with getting the large image to display when the page is initially loaded. I would get all the thumbnails but the large image would only display on clicking the thumbnail.  I resolved this with an ExpressionEngine conditional. I’m using FF matrix to run the gallery along with nGen file field and a checkbox field. The checkbox field selects a cover image for the entire gallery which I pull onto other pages. What I did is add this:

	
&amp;lt;li&amp;nbsp;class="{if&amp;nbsp;cover}active{/if}"&amp;gt;&amp;nbsp;



	Now when the page loads it finds the cover thumbnail and applies the class of active which makes Galleria load the full size image. Everything works perfectly.

	It took me about 30 minutes to get everything working the way I want it. Currently I’m about 98% happy with just a couple of things to iron out. The first is that I can’t seem to get images to crossfade. The current image just disappears with the next one fading in. Secondly, I would like to have the thumbnails operate as a carousel so that if there are several thumbnails they don’t go to a second row. I’m pretty sure I’ll have to incorporate a seperate plugin to get that running, but it’s a lower priority until I get the rest of the site complete.

	here’s what the gallery looks like now:</description>
      <dc:subject />
      <content:encoded><![CDATA[<p>I&#8217;m working on a client site which has a gallery with a slideshow. I looked at a number of different jQuery plugins to run this and finally settled on <a href="http://devkick.com/lab/galleria/">galleria</a> (though I originally rejected it)</p>

	<p>At first I was struggling with getting the large image to display when the page is initially loaded. I would get all the thumbnails but the large image would only display on clicking the thumbnail.  I resolved this with an ExpressionEngine conditional. I&#8217;m using FF matrix to run the gallery along with nGen file field and a checkbox field. The checkbox field selects a cover image for the entire gallery which I pull onto other pages. What I did is add this:</p>

	<p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">li&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"&#123;if&nbsp;cover&#125;active&#123;/if&#125;"</span><span style="color: #007700">&gt;&nbsp;</span>
</span>
</code></div></p>

	<p>Now when the page loads it finds the cover thumbnail and applies the class of active which makes Galleria load the full size image. Everything works perfectly.</p>

	<p>It took me about 30 minutes to get everything working the way I want it. Currently I&#8217;m about 98% happy with just a couple of things to iron out. The first is that I can&#8217;t seem to get images to crossfade. The current image just disappears with the next one fading in. Secondly, I would like to have the thumbnails operate as a carousel so that if there are several thumbnails they don&#8217;t go to a second row. I&#8217;m pretty sure I&#8217;ll have to incorporate a seperate plugin to get that running, but it&#8217;s a lower priority until I get the rest of the site complete.</p>

	<p>here&#8217;s what the gallery looks like now:</p>

	<p><img src="http://createsean.com/blog/images/galleria_scrn.JPG" alt="image" width="596" height="513" /></p><br /><br />]]></content:encoded>
      <dc:date>2009-11-08T00:58:41Z</dc:date>
    </item>

    <item>
      <title>createsean.ca</title>
      <link>http://createsean.com/site/blog_createsean/comments/createsean.ca/</link>
      <description>Yesterday I finally got off my butt and purchased http://createsean.ca which now parks on top of http://createsean.com—Now when I return back to Canada I will have a .ca domain. Not sure how important this is to get local traffic in Canada, but it can’t hurt.

	Was having some trouble purchasing this domain as I live overseas and their are restrictions on ownership of .ca domains. I meet the requirements being a Canadian citizen, but I think my ip was causing some trouble. I contacted live support at namecheap and spent some time chatting and got it all worked out. The support was very professional and helpful and I highly recommend Name Cheap if you need to purchase a domain—I’ll be moving all of my other domains over there from a competitor a little later.</description>
      <dc:subject />
      <content:encoded><![CDATA[<p>Yesterday I finally got off my butt and purchased <a href="http://createsean.com/site?URL=http%3A%2F%2Fcreatesean.ca">http://createsean.ca</a> which now parks on top of <a href="http://createsean.com/site?URL=http%3A%2F%2Fcreatesean.com">http://createsean.com</a>&#8212;Now when I return back to Canada I will have a .ca domain. Not sure how important this is to get local traffic in Canada, but it can&#8217;t hurt.</p>

	<p>Was having some trouble purchasing this domain as I live overseas and their are restrictions on ownership of .ca domains. I meet the requirements being a Canadian citizen, but I think my ip was causing some trouble. I contacted live support at namecheap and spent some time chatting and got it all worked out. The support was very professional and helpful and I highly recommend <a href="http://namecheap.com">Name Cheap</a> if you need to purchase a domain&#8212;I&#8217;ll be moving all of my other domains over there from a competitor a little later.</p><br /><br />]]></content:encoded>
      <dc:date>2009-11-02T08:11:35Z</dc:date>
    </item>

    <item>
      <title>Field Frame Matrix - thinking out loud</title>
      <link>http://createsean.com/site/blog_createsean/comments/field-frame-matrix-thinking-out-loud/</link>
      <description>I just sat down to work out the site architecture, in detail, on a site I’m about to start developing. This site has a photo gallery and I am planning on using Field Frame Matrix, ngen file field and imgsizer to make the gallery. I’ve done this several times already and it’s pretty easy to do. However what I want to do this time is make a grid of nine random photos from all available galleries. The last time I looked into this it wasn’t possible using the above method of gallery creation.

	However today I took a look at the docs for field frame matrix and I believe this can now be done. What I need to do is start the weblog:entries tab and set it to pull random entries and limit it to nine entries. That’s pretty easy.

	
{exp:weblog:entries&amp;nbsp;weblog="gallery"&amp;nbsp;limit="9"&amp;nbsp;orderby="random"&amp;nbsp;disable="trackback|member_data|comments"}{/exp:weblog:entries}&amp;nbsp;



	Now insert the following between the opening and closing tags above.

{photos&amp;nbsp;limit="1"&amp;nbsp;sort="random"}&amp;lt;div&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{exp:imgsizer:size&amp;nbsp;src="{picture}"&amp;nbsp;width="130"}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a&amp;nbsp;class="lightbox{entry_id}"&amp;nbsp;href="{picture}"&amp;nbsp;title="{caption}"&amp;gt;&amp;lt;img&amp;nbsp;src="{sized}"&amp;nbsp;width="{width}"&amp;nbsp;height="{height}"&amp;nbsp;/&amp;gt;&amp;lt;/a&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{/exp:imgsizer:size}&amp;lt;/div&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{/photos}&amp;nbsp;



	Theoretically this will return a random photo from a random row of the last 9 random gallery entries. Once I start coding the EE tags into the site, I’ll try this out and confirm it. If anyone reading has something to add in the meantime, please do comment.

update

	Have just confirmed that this does work, using my family site as a test.</description>
      <dc:subject />
      <content:encoded><![CDATA[<p>I just sat down to work out the site architecture, in detail, on a site I&#8217;m about to start developing. This site has a photo gallery and I am planning on using Field Frame Matrix, ngen file field and imgsizer to make the gallery. I&#8217;ve done this several times already and it&#8217;s pretty easy to do. However what I want to do this time is make a grid of nine random photos from all available galleries. The last time I looked into this it wasn&#8217;t possible using the above method of gallery creation.</p>

	<p>However today I took a look at the <a href="http://brandon-kelly.com/fieldframe/docs/ff-matrix">docs for field frame matrix</a> and I believe this can now be done. What I need to do is start the weblog:entries tab and set it to pull random entries and limit it to nine entries. That&#8217;s pretty easy.</p>

	<p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"gallery"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"9"&nbsp;</span><span style="color: #0000BB">orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"random"&nbsp;</span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"trackback|member_data|comments"</span><span style="color: #0000BB">&#125;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;&nbsp;</span>
</span>
</code></div></p>

	<p>Now insert the following between the opening and closing tags above.<br />
<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;photos&nbsp;limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"&nbsp;</span><span style="color: #0000BB">sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"random"</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">imgsizer</span><span style="color: #007700">:</span><span style="color: #0000BB">size&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;picture&#125;"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"130"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"lightbox&#123;entry_id&#125;"&nbsp;</span><span style="color: #0000BB">href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;picture&#125;"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;caption&#125;"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">img&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;sized&#125;"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;width&#125;"&nbsp;</span><span style="color: #0000BB">height</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;height&#125;"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">imgsizer</span><span style="color: #007700">:</span><span style="color: #0000BB">size&#125;<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">photos&#125;&nbsp;</span>
</span>
</code></div></p>

	<p>Theoretically this will return a random photo from a random row of the last 9 random gallery entries. Once I start coding the EE tags into the site, I&#8217;ll try this out and confirm it. If anyone reading has something to add in the meantime, please do comment.</p>

<h4 class="subhead">update</h4>

	<p>Have just confirmed that this does work, using my family site as a test.</p><br /><br />]]></content:encoded>
      <dc:date>2009-11-01T01:15:36Z</dc:date>
    </item>

    <item>
      <title>E-texteditor vs Notepad++</title>
      <link>http://createsean.com/site/blog_createsean/comments/e-texteditor-vs-notepad/</link>
      <description>I’ve been using notepad++ as my text-editor of choice for several years now and have been relatively satisfied with it. It does everything I want, but I’ve also heard a lot of good things about e-texteditor which has “the power of textmate on windows”. I’m not a fan of Apple products but have heard so many good things about textmate that I thought I should give it a try.

	Both notepad++ and etexteditor allow users to import user created bundles. This is great because I make web sites using ExpressionEngine (EE) and having EE tags color coded and shortcutted would be really nice. There is a bundle for notepad++ on this EE forum thread. The problem for me is that it has never really worked the way I expected it to so I don’t use it.

	The textmate bundle for EE is available here. When I added this to e-texteditor it worked exactly the way I expected. Autocomplete worked beautifully and even auto selected variables that were likely to be customized. The only thing missing is that the disable is empty leaving one to remember all the options. I suppose I could customize this to my own tastes. In any case it works great.

	

	When I first started using this I was really excited and thinking it was time to drop notepad++ but I soon found that e-texteditor is missing one key feature of notepad++ that I use all the time. That is the ability to have multiple files open side by side in the same instance and move them from one side to the other or clone to the other view. For me this is great as I can edit my CSS file on one side, while my EE html/eetag template is on the other side. Additionally it’s great when making adjustments to one file as you can open it and then clone it to the other side to make your changes while at the same time being able to see the original.

	

	If or when e-texteditor can do that, I’ll make the switch and gladly buy a license, but until then I’m going to stick with notepad++ I know this may not be the most in depth comparison, but it does look at the features that I use and consider important. Comments welcome.</description>
      <dc:subject>code, Expression Engine, General</dc:subject>
      <content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://notepad-plus.sourceforge.net/uk/site.htm">notepad++</a> as my text-editor of choice for several years now and have been relatively satisfied with it. It does everything I want, but I&#8217;ve also heard a lot of good things about <a href="http://www.e-texteditor.com/">e-texteditor</a> which has &#8220;the power of textmate on windows&#8221;. I&#8217;m not a fan of Apple products but have heard so many good things about textmate that I thought I should give it a try.</p>

	<p>Both notepad++ and etexteditor allow users to import user created bundles. This is great because I make web sites using ExpressionEngine (EE) and having EE tags color coded and shortcutted would be really nice. There is a bundle for notepad++ on this <a href="http://expressionengine.com/forums/viewthread/98164/">EE forum thread</a>. The problem for me is that it has never really worked the way I expected it to so I don&#8217;t use it.</p>

	<p>The textmate bundle for EE is available <a href="http://www.chrisruzin.net/entry/textmate_expressionengine_bundle/">here</a>. When I added this to e-texteditor it worked exactly the way I expected. Autocomplete worked beautifully and even auto selected variables that were likely to be customized. The only thing missing is that the disable is empty leaving one to remember all the options. I suppose I could customize this to my own tastes. In any case it works great.</p>

	<p><img src="http://createsean.com/blog/images/autocomplete.JPG" alt="image" width="471" height="131" /></p>

	<p>When I first started using this I was really excited and thinking it was time to drop notepad++ but I soon found that e-texteditor is missing one key feature of notepad++ that I use all the time. That is the ability to have multiple files open side by side in the same instance and move them from one side to the other or clone to the other view. For me this is great as I can edit my CSS file on one side, while my EE html/eetag template is on the other side. Additionally it&#8217;s great when making adjustments to one file as you can open it and then clone it to the other side to make your changes while at the same time being able to see the original.</p>

	<p><a href="http://createsean.com/blog/images/notepad-clone.JPG" onclick="window.open('http://createsean.com/blog/images/notepad-clone.JPG','popup','width=1444,height=632,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://createsean.com/blog/images/notepad-clone_thumb.JPG" alt="image" width="600" height="259" /></a></p>

	<p>If or when e-texteditor can do that, I&#8217;ll make the switch and gladly buy a license, but until then I&#8217;m going to stick with notepad++ I know this may not be the most in depth comparison, but it does look at the features that I use and consider important. Comments welcome.</p><br /><br />]]></content:encoded>
      <dc:date>2009-10-15T07:14:01Z</dc:date>
    </item>

    <item>
      <title>ExpressionEngine 2.0 Beta</title>
      <link>http://createsean.com/site/blog_createsean/comments/expressionengine-2.0-beta/</link>
      <description>I woke up this morning to an email inviting me to join in the ExpressionEngine 2.0 beta. This is truly a great way to start the week and I’m incredibly stoked. Unfortunately due to the NDA I cannot say more—though I will report more as soon as I am able to.</description>
      <dc:subject>Expression Engine</dc:subject>
      <content:encoded><![CDATA[<p>I woke up this morning to an email inviting me to join in the ExpressionEngine 2.0 beta. This is truly a great way to start the week and I&#8217;m incredibly stoked. Unfortunately due to the NDA I cannot say more&#8212;though I will report more as soon as I am able to.</p><br /><br />]]></content:encoded>
      <dc:date>2009-07-13T02:34:21Z</dc:date>
    </item>

    <item>
      <title>User Image and WYSIWYG Editing in EE</title>
      <link>http://createsean.com/site/blog_createsean/comments/user-image-and-wysiwyg-editing-in-ee/</link>
      <description>Very cool customization screencast using three add-ons, FF Matrix, LG Replace, LG TinyMCE and imgsizer, to enable clients to drop in images with full control maintained by the developer on how things look, yet the client has control on where the images appear in the post.

	Very cool—more details in the forum thread.

	ExpressionEngine HowTo: FF Matrix + LG TinyMCE + imgsizer + LG Replace from AJ Penninga on Vimeo.</description>
      <dc:subject />
      <content:encoded><![CDATA[<p>Very cool customization screencast using three add-ons, FF Matrix, LG Replace, LG TinyMCE and imgsizer, to enable clients to drop in images with full control maintained by the developer on how things look, yet the client has control on where the images appear in the post.</p>

	<p>Very cool&#8212;more details in the <a href="http://expressionengine.com/forums/viewthread/120427/">forum thread</a>.</p>

	<p><object width="600" height="315"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5194268&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5194268&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="315"></embed></object><p><a href="http://vimeo.com/5194268">ExpressionEngine HowTo: FF Matrix + LG TinyMCE + imgsizer + LG Replace</a> from <a href="http://vimeo.com/user607637">AJ Penninga</a> on <a href="http://vimeo.com">Vimeo</a>.</p></p><br /><br />]]></content:encoded>
      <dc:date>2009-06-19T23:23:14Z</dc:date>
    </item>

    <item>
      <title>Developing EE Sites on Windows</title>
      <link>http://createsean.com/site/blog_createsean/comments/developing-ee-sites-on-windows/</link>
      <description>I wrote an article for EE_Insider titled Developing EE Sites on Windows. In the article I discuss the programs I use in my development process including Xampp, Notepad++, WebDrive, IE Tester, IE web developer toolbar, IE debug bar, and Firebug. If you like the article leave a comment.</description>
      <dc:subject>Expression Engine</dc:subject>
      <content:encoded><![CDATA[<p>I wrote an article for EE_Insider titled <a href="http://eeinsider.com/articles/developing-expressionengine-sites-on-windows/">Developing EE Sites on Windows</a>. In the article I discuss the programs I use in my development process including Xampp, Notepad++, WebDrive, IE Tester, IE web developer toolbar, IE debug bar, and Firebug. If you like the article leave a comment.</p><br /><br />]]></content:encoded>
      <dc:date>2009-06-04T00:45:40Z</dc:date>
    </item>

    <item>
      <title>ExpressionEngine Tips</title>
      <link>http://createsean.com/site/blog_createsean/comments/expressionengine-tips/</link>
      <description>Ryan over at EEinsider has started a new feature where users can submit various EEinsider tips to share with the community.

	Ryan has launched this new section on his site with a contest:

	
		Over the next two weeks, I’m going to award a free EE Code T-shirt to five different people who contribute tips. In order to qualify you have to add at least 3 tips and one of those has to be deemed (by me) to be excellent and helpful. Winners will be notified by email.
	

	I’ve already submitted four tips: Dynamic=&amp;quot;off&amp;quot;, EE Code in CSS stylesheet, Add Tabs for better development, and Save Templates to Files. I’ll be adding more as I think of them and have also subscribed to the tips RSS feed as I’m sure I’ll learn something from these tips.

	Go on and share your own tips.</description>
      <dc:subject>Expression Engine</dc:subject>
      <content:encoded><![CDATA[<p>Ryan over at <a href="http://eeinsider.com">EEinsider</a> has started a new feature where users can <a href="http://eeinsider.com/blog/ee-insider-tips/">submit various EEinsider tips</a> to share with the community.</p>

	<p>Ryan has launched this new section on his site with a contest:</p>

	<blockquote>
		<p>Over the next two weeks, I&#8217;m going to award a free EE Code T-shirt to five different people who contribute tips. In order to qualify you have to add at least 3 tips and one of those has to be deemed (by me) to be excellent and helpful. Winners will be notified by email.</p>
	</blockquote>

	<p>I&#8217;ve already submitted four tips: <a href="http://eeinsider.com/tips/view/dynamic-off/">Dynamic=&quot;off&quot;</a>, <a href="http://eeinsider.com/tips/view/ee-code-in-css-stylesheet/">EE Code in CSS stylesheet</a>, <a href="http://eeinsider.com/tips/view/add-tabs-for-better-development/">Add Tabs for better development</a>, and <a href="http://eeinsider.com/tips/view/save-templates-to-files/">Save Templates to Files</a>. I&#8217;ll be adding more as I think of them and have also subscribed to the <a href="http://eeinsider.com/tips/rss">tips RSS feed</a> as I&#8217;m sure I&#8217;ll learn something from these tips.</p>

	<p>Go on and share your own tips.</p><br /><br />]]></content:encoded>
      <dc:date>2009-05-30T06:08:35Z</dc:date>
    </item>

    <item>
      <title>chickens and eggs</title>
      <link>http://createsean.com/site/blog_createsean/comments/chickens-and-eggs/</link>
      <description>Two days ago I had a meeting with a potential client about working on their site. The meeting seemed to go well and when I got home later that day I sent an email thanking them for their time and also saying that I was looking forward to the meeting we had scheduled for Monday. Everything seemed good.

	Yesterday I recieved an email, late in the afternoon, informing me that they had chosen to go with someone else. This is my first real rejection and it sure doesn’t feel very good. I’ve had other potential clients go elsewhere, but not after a face to face meeting. And definitely not so quickly after initiating discussions. It definitely doesn’t feel good. It probably hurt me more than it should since I was counting chickens, but only had a couple of eggs which didn’t hatch. Essentially at this point, I have one client site which I am going to finish up shortly and then no leads on any other work. EEforums4You hasn’t brought any work, but has cost me money—graphics and advertising which had me focusing on the income from a job which I hadn’t secured rather than on building a relationship with the client and better undersanding their business and goals.

	I did reply to the client again and thanked them for their time and also for considering me for their project. I also said that I hoped we could work together in the future. This is all true and even if it wasn’t I would still say the same things as it is the professional approach. Sure I was am hurt, but it’s not going to help anyone by being anything other than professional.

	I have thought carefully about what we talked about in the meeting and what was said in the rejection email and have determined what I probably did wrong. I will definitely be aware of this in the future and will be sure to not make the same mistake again. 

	The important thing here is that I learn from this experience. Rejection is going to happen as a freelancer, it’s just a matter of reducing how often it happens, learning from it and growning a thicker skin. What doesn’t kill us, makes us stronger. 

	I will use this time to tweak the design of CreateSean—I want it to be a little more exciting to look at. Perhaps some shiny, glossy gradients and drop shadow on the content boxes or a new background color instead of white. I’m happy with the basic colors and layouts, just need to bring the design to the next level. I’m also going to dive into learning some basic php and maybe write a plugin/extension for ExpressionEngine.</description>
      <dc:subject />
      <content:encoded><![CDATA[<p>Two days ago I had a meeting with a potential client about working on their site. The meeting seemed to go well and when I got home later that day I sent an email thanking them for their time and also saying that I was looking forward to the meeting we had scheduled for Monday. Everything seemed good.</p>

	<p>Yesterday I recieved an email, late in the afternoon, informing me that they had chosen to go with someone else. This is my first real rejection and it sure doesn&#8217;t feel very good. I&#8217;ve had other potential clients go elsewhere, but not after a face to face meeting. And definitely not so quickly after initiating discussions. It definitely doesn&#8217;t feel good. It probably hurt me more than it should since I was counting chickens, but only had a couple of eggs which didn&#8217;t hatch. Essentially at this point, I have one client site which I am going to finish up shortly and then no leads on any other work. <a href="http://eeforums4you.com">EEforums4You</a> hasn&#8217;t brought any work, but has cost me money&#8212;graphics and advertising which had me focusing on the income from a job which I hadn&#8217;t secured rather than on building a relationship with the client and better undersanding their business and goals.</p>

	<p>I did reply to the client again and thanked them for their time and also for considering me for their project. I also said that I hoped we could work together in the future. This is all true and even if it wasn&#8217;t I would still say the same things as it is the professional approach. Sure I <del>was</del> am hurt, but it&#8217;s not going to help anyone by being anything other than professional.</p>

	<p>I have thought carefully about what we talked about in the meeting and what was said in the rejection email and have determined what I probably did wrong. I will definitely be aware of this in the future and will be sure to not make the same mistake again. </p>

	<p>The important thing here is that I learn from this experience. Rejection is going to happen as a freelancer, it&#8217;s just a matter of reducing how often it happens, learning from it and growning a thicker skin. What doesn&#8217;t kill us, makes us stronger. </p>

	<p>I will use this time to tweak the design of CreateSean&#8212;I want it to be a little more exciting to look at. Perhaps some shiny, glossy gradients and drop shadow on the content boxes or a new background color instead of white. I&#8217;m happy with the basic colors and layouts, just need to bring the design to the next level. I&#8217;m also going to dive into learning some basic php and maybe write a plugin/extension for ExpressionEngine.</p><br /><br />]]></content:encoded>
      <dc:date>2009-05-22T01:15:57Z</dc:date>
    </item>


    </channel>
</rss>
