<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    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/">

    <channel>

    <title>Create Sean &#45; Journey to Professional Designer</title>
    <link>http://createsean.com/blog/index.php/</link>
    <description>learning, xhtml, css, javascript and how to freelance</description>
    <dc:language>en</dc:language>
    <dc:creator>eflgeek@eflgeek.com</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-12-02T09:58:44Z</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />


    <item>
      <title>Tabs vs Blocks</title>
      <link>http://createsean.com/blog/index.php/blog_createsean/comments/tabs&#45;vs&#45;blocks/</link>
      <description>I&#8217;ve been working on a client site and am happy with the progress, and more importantly the client is very happy. The original front page design had the logo and nav on top with three large picts on the left sidebar. The main content section had a highlighted box with for other boxes that load random content. I was happy with this and so was the client, but I decided to put together an alternate index page.





The alternate index takes the four boxes and turns them into tabs using the jQuery  idTabs plugin. I added two more optional boxes below the tabs. I felt that this allowed my client to get more info on the front page without being cluttered or too busy.





Client liked them both but with a slight preference for the original. My preference is for the tabs. I posted links to both pages on twitter and the consensus was for the original. The main reason being offered that the tabs faded into obscurity. After discussion with the client we went with the original, but the tabs are a possibility in the future.


I&#8217;m not sure if I agree with the fade into obscurity because it&#8217;s not true or because I like the tabs due to a &#8220;cool&#8221; factor &#45; first time I did that on a web site.</description>
      <dc:subject>Javascript</dc:subject>
      <content:encoded><![CDATA[<p>I&#8217;ve been working on a client site and am happy with the progress, and more importantly the client is very happy. The original front page design had the logo and nav on top with three large picts on the left sidebar. The main content section had a highlighted box with for other boxes that load random content. I was happy with this and so was the client, but I decided to put together an alternate index page.
</p>
<p>
<a href="http://createsean.com/blog/images/morganBlocks.jpg" onclick="window.open('http://createsean.com/blog/images/morganBlocks.jpg','popup','width=673,height=835,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/morganBlocks_thumb.jpg" alt="image" width="420" height="523" /></a>
</p>
<p>
The alternate index takes the four boxes and turns them into tabs using the jQuery  <a href="http://www.sunsean.com/idTabs/" title="idTabs plugin">idTabs plugin</a>. I added two more optional boxes below the tabs. I felt that this allowed my client to get more info on the front page without being cluttered or too busy.
</p>
<p>
<a href="http://createsean.com/blog/images/morganTabs.jpg" onclick="window.open('http://createsean.com/blog/images/morganTabs.jpg','popup','width=691,height=698,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/morganTabs_thumb.jpg" alt="image" width="420" height="424" /></a>
</p>
<p>
Client liked them both but with a slight preference for the original. My preference is for the tabs. I posted links to both pages on twitter and the consensus was for the original. The main reason being offered that the tabs faded into obscurity. After discussion with the client we went with the original, but the tabs are a possibility in the future.
</p>
<p>
I&#8217;m not sure if I agree with the fade into obscurity because it&#8217;s not true or because I like the tabs due to a &#8220;cool&#8221; factor - first time I did that on a web site.
</p>
<br /><br />]]></content:encoded>
      <dc:date>2008-12-02T09:58:44Z</dc:date>
    </item>

    <item>
      <title>Vote for Leevi Graham</title>
      <link>http://createsean.com/blog/index.php/blog_createsean/comments/vote&#45;for&#45;leevi&#45;graham/</link>
      <description>Mashable Open Web Awards</description>
      <dc:subject>Expression Engine, General</dc:subject>
      <content:encoded><![CDATA[<p><iframe width="210" marginheight="0" marginwidth="0" frameborder="0" height="390" src="http://mashable.polldaddy.com/widget/x2.aspx?f=f&amp;c=3&amp;cn=46"></iframe> <noscript><a href="http://mashable.com/2008/11/19/openwebawards-voting-1/">Mashable Open Web Awards</a></noscript>
</p><br /><br />]]></content:encoded>
      <dc:date>2008-11-26T03:47:02Z</dc:date>
    </item>

    <item>
      <title>Review: Everything You Know about CSS is Wrong</title>
      <link>http://createsean.com/blog/index.php/blog_createsean/comments/review&#45;everything&#45;you&#45;know&#45;about&#45;css&#45;is&#45;wrong/</link>
      <description>I heard some buzz about Everything You Know about CSS is Wrong, by Rachel Andrew &amp;amp; Kevin Yank and decided to order the book through Sitepoint. I ordered the hard copy as I don&#8217;t like reading on screen. Upon recieving the book my initial reaction was; this book is small. The page size is small and there are only 111 pages many of those with screenshots.


it is now up to designers to move the web forward. The opening chapter breifly discusses the history of browsers, design for layout, the implementation of CSS and issues designers have had with Internet Explorer and ends with the good news that IE 8 is coming and has passed the Acid2 test. According to the authors this means that it is now up to designers to move the web forward.


Chapter two looks at current techniques for layout in CSS and the hacks used to achieve the desired look, including floats, faux columns and absolute position. It then looks at the flaws of each approach. Finally the same sample web site is built using CSS tables. The authors discuss the display properties used to turn elements into tables &#45; table&#45;row, table&#45;cell, table&#45;row&#45;group, table&#45;header&#45;group, table&#45;footer&#45;group, table&#45;caption, table&#45;column, table&#45;column&#45;group and anonymous table elements. I find the anonymous table elements particularly intriguing as they will potentially reduce markup.


The authors also clarify the difference between CSS tables and HTML tables. CSS tables are about controlling how elements display whereas HTML tables are about organizing tabular data.


Chapter three looks at practical applications including flexible layouts, nested tables, and positioning inside a cellChapter three looks at practical applications including flexible layouts, nested tables, and positioning inside a cell.&amp;nbsp; The reader is also introduced to a way to simulate colspan and rowspan. Might one call this a hack? Not sure, since I&#8217;ve never done any tables based development.&amp;nbsp; Source order is looked at &#45; it&#8217;s not possible to reorder elements as everything needs to be placed in the order columns are displayed. The exceptions are table&#45;footer&#45;group &amp;amp; table&#45;header&#45;group which can be placed anywhere and will display correctly.


Chapter four addresses older browsers. The basic recommendation is that developers should say &#8220;To Hell with Bad Browsers&#8221;. That is to say we should design with modern CSS specifications and allow older browsers (IE 6 &amp;amp; 7) display as they will. The authors do offer some solutions including providing a simplified layout for IE6 &amp;amp; 7 using conditional comments. The final option would be to reproduce the layout using current methods in an IE only stylesheet. The benefits according to the authors are greater ease of development and stability. Instead of having to deal with browswer inconsistencies due to hacking CSS to display the grid with floats everything just works (except with IE7 and earlier).


At the begining of this chapter the reader is informed that History Repeats. That is developers should do what was done in 2001 and advocate that users upgrade their browsers by giving them a reason to upgrade &#45; a better internet experience. Save the Developers is recommended for the modern movement &#45; interestingly this site now redirects to a microsoft Internet Explorer page.


The final chapter was very intersting to read about forthcoming CSS3 specifications. However it&#8217;s nothing to get overly excited about since it&#8217;s not going to be a practical reality for some time to come.

final thoughts
Everything you Know about CSS is Wrong is an engaging read and provides insight into using CSS tables. I&#8217;m determined to try this on a couple of personal sites, but am pretty sure I won&#8217;t be moving towards CSS tables for client sites until the market shows it&#8217;s a more viable option. Anyhow we&#8217;ll see what happens &#45; according to wikipedia IE8 final version is slated to be released late 2008. With only seven weeks left in 2008 that should be really soon.


At $29.95 plus shipping I do not think this book was worth the money. It&#8217;s far too short &#45; it only took me 90 minutes to read the whole book. If you can read on a screen then I would recommend getting the pdf version.</description>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>I heard some buzz about <a href="http://www.sitepoint.com/books/csswrong1/" title="Everything You Know about CSS is Wrong">Everything You Know about CSS is Wrong</a>, by Rachel Andrew &amp; Kevin Yank and decided to order the book through Sitepoint. I ordered the hard copy as I don&#8217;t like reading on screen. Upon recieving the book my initial reaction was; this book is small. The page size is small and there are only 111 pages many of those with screenshots.
</p>
<p>
<span class="leftquote">it is now up to designers to move the web forward. </span>The opening chapter breifly discusses the history of browsers, design for layout, the implementation of CSS and issues designers have had with Internet Explorer and ends with the good news that IE 8 is coming and has passed the Acid2 test. According to the authors this means that it is now up to designers to move the web forward.
</p>
<p>
Chapter two looks at current techniques for layout in CSS and the hacks used to achieve the desired look, including floats, faux columns and absolute position. It then looks at the flaws of each approach. Finally the same sample web site is built using CSS tables. The authors discuss the display properties used to turn elements into tables - table-row, table-cell, table-row-group, table-header-group, table-footer-group, table-caption, table-column, table-column-group and anonymous table elements. I find the anonymous table elements particularly intriguing as they will potentially reduce markup.
</p>
<p>
The authors also clarify the difference between CSS tables and HTML tables. CSS tables are about controlling how elements display whereas HTML tables are about organizing tabular data.
</p>
<p>
<span class="rightquote">Chapter three looks at practical applications including flexible layouts, nested tables, and positioning inside a cell</span>Chapter three looks at practical applications including flexible layouts, nested tables, and positioning inside a cell.&nbsp; The reader is also introduced to a way to simulate colspan and rowspan. Might one call this a hack? Not sure, since I&#8217;ve never done any tables based development.&nbsp; Source order is looked at - it&#8217;s not possible to reorder elements as everything needs to be placed in the order columns are displayed. The exceptions are table-footer-group &amp; table-header-group which can be placed anywhere and will display correctly.
</p>
<p>
Chapter four addresses older browsers. The basic recommendation is that developers should say &#8220;To Hell with Bad Browsers&#8221;. That is to say we should design with modern CSS specifications and allow older browsers (IE 6 &amp; 7) display as they will. The authors do offer some solutions including providing a simplified layout for IE6 &amp; 7 using conditional comments. The final option would be to reproduce the layout using current methods in an IE only stylesheet. The benefits according to the authors are greater ease of development and stability. Instead of having to deal with browswer inconsistencies due to hacking CSS to display the grid with floats everything just works (except with IE7 and earlier).
</p>
<p>
At the begining of this chapter the reader is informed that History Repeats. That is developers should do what was done in 2001 and advocate that users upgrade their browsers by giving them a reason to upgrade - a better internet experience. <a href="http://www.savethedevelopers.org/" title="Save the Developers">Save the Developers</a> is recommended for the modern movement - interestingly this site now redirects to a microsoft Internet Explorer page.
</p>
<p>
The final chapter was very intersting to read about forthcoming CSS3 specifications. However it&#8217;s nothing to get overly excited about since it&#8217;s not going to be a practical reality for some time to come.
</p>
<h3 class="subhead">final thoughts</h3><p>
Everything you Know about CSS is Wrong is an engaging read and provides insight into using CSS tables. I&#8217;m determined to try this on a couple of personal sites, but am pretty sure I won&#8217;t be moving towards CSS tables for client sites until the market shows it&#8217;s a more viable option. Anyhow we&#8217;ll see what happens - according to wikipedia IE8 final version is slated to be released late 2008. With only seven weeks left in 2008 that should be really soon.
</p>
<p>
At $29.95 plus shipping I do not think this book was worth the money. It&#8217;s far too short - it only took me 90 minutes to read the whole book. If you can read on a screen then I would recommend getting the pdf version.
</p><br /><br />]]></content:encoded>
      <dc:date>2008-11-13T09:47:49Z</dc:date>
    </item>

    <item>
      <title>My Home Office</title>
      <link>http://createsean.com/blog/index.php/blog_createsean/comments/my&#45;home&#45;office/</link>
      <description>Living in an apartment with my wife and two children doesn&#8217;t leave me much space for my home office. I&#8217;ve got the smallest room with all the walls lined with books and small desk that barely holds my two 22&#8221; monitors.&amp;nbsp; The printer on the left is actually a 4&#45;in&#45;1 combo printer, scanner, fax, copier and the continuous ink mod that is added means I can print in color all the time and spend almost no money. 


My day job is a teacher and I print ALOT of copies off at home in color and in the year since I bought this printer I&#8217;ve spent $5 on ink.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[<p>Living in an apartment with my wife and two children doesn&#8217;t leave me much space for my home office. I&#8217;ve got the smallest room with all the walls lined with books and small desk that barely holds my two 22&#8221; monitors.&nbsp; The printer on the left is actually a 4-in-1 combo printer, scanner, fax, copier and the continuous ink mod that is added means I can print in color all the time and spend almost no money. 
</p>
<p>
My day job is a teacher and I print ALOT of copies off at home in color and in the year since I bought this printer I&#8217;ve spent $5 on ink.
</p>
<p>
<img src="http://createsean.com/blog/images/IMG_4167.JPG" alt="image" width="420" height="315" />
</p><br /><br />]]></content:encoded>
      <dc:date>2008-11-11T12:02:07Z</dc:date>
    </item>

    <item>
      <title>Forms</title>
      <link>http://createsean.com/blog/index.php/blog_createsean/comments/forms/</link>
      <description>I&#8217;ve been busy this week with my teaching job and other personal interferences and haven&#8217;t been able to get much coding done. 


Today I finally got back to work and jumped into forms as my current client has three relatively large forms needed for the site. I&#8217;ve heard many good things about the FreeForm Module for ExpressionEngine, but hadn&#8217;t tried it out until now. I had it installed, but didn&#8217;t really know where to begin &#45; partly due to poor documentation and partly due to never having made a form.


Via twitter gexla, a.k.a John Fuller, offered some help and we chatted for about 10 minutes on MSN and suddenly the lightbulb went off. I&#8217;ve since got my first form installed and it&#8217;s working for the most part. on submit it redirects to the &#8220;We&#8217;ve recieved your submission&#8221; page, but no email is sent and there is no entry in the module admin page.


I&#8217;ve posted on the Solspace Forums and am awaiting a response. I&#8217;m sure things will get worked out strait away as I&#8217;ve always gotten very helpful support there. 


Client site is actually about 85% done &#45; a little styling to go, have to finish the forms, fix the superfish bug in IE and decide how to implement one section of the site so that it has drop down menu as well as a flyout from several of the dropdowns. Not sure how to proceed yet. Fortunately for me, the client is in not in a rush at this point.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[<p>I&#8217;ve been busy this week with my teaching job and other personal interferences and haven&#8217;t been able to get much coding done. 
</p>
<p>
Today I finally got back to work and jumped into forms as my current client has three relatively large forms needed for the site. I&#8217;ve heard many good things about the <a href="http://www.solspace.com/software/detail/freeform/" title="FreeForm Module">FreeForm Module</a> for ExpressionEngine, but hadn&#8217;t tried it out until now. I had it installed, but didn&#8217;t really know where to begin - partly due to poor documentation and partly due to never having made a form.
</p>
<p>
Via twitter <a href="http://twitter.com/gexla" title="gexla">gexla</a>, a.k.a <a href="http://gexla.com/" title="John Fuller">John Fuller</a>, offered some help and we chatted for about 10 minutes on MSN and suddenly the lightbulb went off. I&#8217;ve since got my first form installed and it&#8217;s working for the most part. on submit it redirects to the &#8220;We&#8217;ve recieved your submission&#8221; page, but no email is sent and there is no entry in the module admin page.
</p>
<p>
I&#8217;ve posted on the Solspace Forums and am awaiting a response. I&#8217;m sure things will get worked out strait away as I&#8217;ve always gotten very helpful support there. 
</p>
<p>
Client site is actually about 85% done - a little styling to go, have to finish the forms, fix the superfish bug in IE and decide how to implement one section of the site so that it has drop down menu as well as a flyout from several of the dropdowns. Not sure how to proceed yet. Fortunately for me, the client is in not in a rush at this point.
</p><br /><br />]]></content:encoded>
      <dc:date>2008-11-07T09:17:59Z</dc:date>
    </item>

    <item>
      <title>IE Tester</title>
      <link>http://createsean.com/blog/index.php/blog_createsean/comments/ie&#45;tester/</link>
      <description>IE Tester is a great tool for the web developer.

IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 2, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.

New in v0.2.3 : IE8 beta 2 and Print feature ! 


This is an alpha release, so feel free to post comments/bugs on the IETester forum or contact me directly.

Minimum requirement : Windows Vista or Windows XP with IE7 (Windows XP with IE6 has some minor problems and IE7/IE8 instances do not work under this config)

A couple of features that I would like to see added are the use of a developer toolbar. I checked the forums and it looks like the target is for this to happen in first quarter 2009.


The second feature I would like is tab context menu to open in new tab of whichever IE version you like and/or open in all versions (new tabs). As it stands, you have to manually open a new tab and type in (or paste) the url that you want to look at.


IE Tester is not perfect but as it&#8217;s still in alpha, that&#8217;s to be expected. I&#8217;ve never really liked browswershots or other cam based testing sites as you couldn&#8217;t check things real time as you make changes. Now I can do this. IE Tester has now been added to my standard tools along with firebug and the IE developer toolbar. Below is a quick look at what I saw earlier.


I loaded up this blog in IE tester in four different tabs &#45; one each for IE 5.5, 6, 7, 8 beta 2. It was nice to see that my blog looks the same in IE 7 &amp;amp; 8b2. 

IE 8 beta 2


IE 7


Things get interesting in IE 6 where the sidebar drops out of view and the design isn&#8217;t centered on the page. I wasn&#8217;t aware of this since I don&#8217;t have access to IE 6 anywhere. Also looking on the portfolio site, some things are a little wacked. I was already planning a redesign of that site and when I get to work on it, I&#8217;ll be sure to pay attention to IE 6 there. For this blog I&#8217;m not concerned.

IE 6



IE 5.5 does a much better job of rendering than IE6. Everything looks fine except the page isn&#8217;t centered, but that&#8217;s something I can live with. Just as with IE6 the png images have no transparency, but again for this site, I consider that a non&#45;issue.

IE 5.5</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[<p><a href="http://www.my-debugbar.com/wiki/IETester/HomePage" title="IE Tester">IE Tester</a> is a great tool for the web developer.
</p>
<blockquote><p>IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 2, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
<br />
New in v0.2.3 : IE8 beta 2 and Print feature ! 
</p>
<p>
This is an alpha release, so feel free to post comments/bugs on the IETester forum or contact me directly.
<br />
Minimum requirement : Windows Vista or Windows XP with IE7 (Windows XP with IE6 has some minor problems and IE7/IE8 instances do not work under this config)</p></blockquote>
<p>
A couple of features that I would like to see added are the use of a developer toolbar. I checked the<a href="http://www.my-debugbar.com/forum/" title=" forums"> forums</a> and it looks like the target is for this to <a href="http://www.my-debugbar.com/forum/p712-2008-10-03-00%3A12%3A25.html#p712" title="happen in first quarter 2009">happen in first quarter 2009</a>.
</p>
<p>
The second feature I would like is tab context menu to open in new tab of whichever IE version you like and/or open in all versions (new tabs). As it stands, you have to manually open a new tab and type in (or paste) the url that you want to look at.
</p>
<p>
IE Tester is not perfect but as it&#8217;s still in alpha, that&#8217;s to be expected. I&#8217;ve never really liked browswershots or other cam based testing sites as you couldn&#8217;t check things real time as you make changes. Now I can do this. <a href="http://www.my-debugbar.com/ietester/index_all.php" title="IE Tester">IE Tester</a> has now been added to my standard tools along with <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" title="firebug">firebug</a> and the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;displaylang=en" title="IE developer toolbar">IE developer toolbar</a>. Below is a quick look at what I saw earlier.
</p>
<p>
I loaded up this blog in IE tester in four different tabs - one each for IE 5.5, 6, 7, 8 beta 2. It was nice to see that my blog looks the same in IE 7 &amp; 8b2. 
</p>
<h3 class="subhead">IE 8 beta 2</h3><p>
<a href="http://createsean.com/blog/images/ie8b2.JPG" onclick="window.open('http://createsean.com/blog/images/ie8b2.JPG','popup','width=961,height=774,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/ie8b2_thumb.JPG" alt="image" width="399" height="320" /></a>
</p>
<h3 class="subhead">IE 7</h3><p><a href="http://createsean.com/blog/images/ie7.JPG" onclick="window.open('http://createsean.com/blog/images/ie7.JPG','popup','width=965,height=817,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/ie7_thumb.JPG" alt="image" width="399" height="337" /></a>
</p>
<p>
Things get interesting in IE 6 where the sidebar drops out of view and the design isn&#8217;t centered on the page. I wasn&#8217;t aware of this since I don&#8217;t have access to IE 6 anywhere. Also looking on the <a href="http://createsean.com/index.php" title="portfolio site">portfolio site</a>, some things are a little wacked. I was already planning a redesign of that site and when I get to work on it, I&#8217;ll be sure to pay attention to IE 6 there. For this blog I&#8217;m not concerned.
</p>
<h3 class="subhead">IE 6</h3><p>
<a href="http://createsean.com/blog/images/ie6.jpg" onclick="window.open('http://createsean.com/blog/images/ie6.jpg','popup','width=967,height=786,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/ie6_thumb.jpg" alt="image" width="399" height="323" /></a>
</p>
<p>
IE 5.5 does a much better job of rendering than IE6. Everything looks fine except the page isn&#8217;t centered, but that&#8217;s something I can live with. Just as with IE6 the png images have no transparency, but again for this site, I consider that a non-issue.
<br />
</p><h3 class="subhead">IE 5.5</h3><p>
<a href="http://createsean.com/blog/images/ie5.5_.JPG" onclick="window.open('http://createsean.com/blog/images/ie5.5_.JPG','popup','width=970,height=902,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/ie5.5__thumb.JPG" alt="image" width="399" height="371" /></a>
</p><br /><br />]]></content:encoded>
      <dc:date>2008-11-02T03:01:17Z</dc:date>
    </item>

    <item>
      <title>jQuery Kungfu</title>
      <link>http://createsean.com/blog/index.php/blog_createsean/comments/jquery&#45;kungfu/</link>
      <description>Not really kung fu &#45; but considering that I&#8217;m just getting into jQuery I&#8217;m pretty happy. I&#8217;ve set up a FAQ on my clients site where each answer will be displayed after clicking and click again to hide. I also set up a show/hide all switch which is working nicely. *pats self on back*


However there is one area that I&#8217;m stuck on. If some answers are open and some are closed, clicking show/hide all closes open answers and opens closed answers rather than moving all answers into a single state. ideas?</description>
      <dc:subject>Clients, Javascript</dc:subject>
      <content:encoded><![CDATA[<p>Not really kung fu - but considering that I&#8217;m just getting into jQuery I&#8217;m pretty happy. I&#8217;ve set up a FAQ on my clients site where each answer will be displayed after clicking and click again to hide. I also set up a show/hide all switch which is working nicely. *pats self on back*
</p>
<p>
However there is one area that I&#8217;m stuck on. If some answers are open and some are closed, clicking show/hide all closes open answers and opens closed answers rather than moving all answers into a single state. ideas?
</p><br /><br />]]></content:encoded>
      <dc:date>2008-10-19T09:34:36Z</dc:date>
    </item>

    <item>
      <title>Sick &amp;amp; Behind &amp;amp; outsourcing</title>
      <link>http://createsean.com/blog/index.php/blog_createsean/comments/sick&#45;behind&#45;outsourcing/</link>
      <description>I&#8217;ve been sick for the past 10 days or so and it looks like it&#8217;s finally starting to clear up. However this illness has led to me falling behind in all areas of my life. I&#8217;m currently in the middle of giving and grading mid&#45;term exams at the university where I work on my day job. I&#8217;ve also barely been able to do any work on my current clients site. Fortunately, this client is also a close friend and he&#8217;s very understanding. Additionally he has a somewhat soft deadline.


Another thing I&#8217;m behind on is the reading I need to do. I&#8217;ve been asked to write a review on a book about Moodle 1.9 from packt publishing. Anyhow the plan is to finish the reading tomorrow and get started writing the review to be placed on my teaching blog as well as amazon &amp;amp; slashdot.


In the meantime, I&#8217;ve secured some other work styling an ExpressionEngine forum for another firm. I&#8217;m excited to be doing some outsourcing for another firm and hopefully it will lead to further work. Once I&#8217;ve finished the work, I&#8217;ll see about publishing their name here. First I want to be sure that I&#8217;ve done a good job and second I also want to be sure that the firm is okay with letting it be known that they have outsourced part of their contract.


This is my first time doing this so I&#8217;m not sure if I bid too low, just right or too high. Actually it wasn&#8217;t so much of a bid as I was asked via twitter if I would be available. I think I may have bid a little on the low side. I guess the only way to find out is to see how long it takes to get the project complete. It&#8217;s about to start any time now, I&#8217;m just waiting to get the source files.</description>
      <dc:subject>Clients, code, General</dc:subject>
      <content:encoded><![CDATA[<p>I&#8217;ve been sick for the past 10 days or so and it looks like it&#8217;s finally starting to clear up. However this illness has led to me falling behind in all areas of my life. I&#8217;m currently in the middle of giving and grading mid-term exams at the university where I work on my day job. I&#8217;ve also barely been able to do any work on my current clients site. Fortunately, this client is also a close friend and he&#8217;s very understanding. Additionally he has a somewhat soft deadline.
</p>
<p>
Another thing I&#8217;m behind on is the reading I need to do. I&#8217;ve been asked to write a review on a book about Moodle 1.9 from packt publishing. Anyhow the plan is to finish the reading tomorrow and get started writing the review to be placed on my <a href="http://eflgeek.com" title="teaching blog">teaching blog</a> as well as amazon &amp; slashdot.
</p>
<p>
In the meantime, I&#8217;ve secured some other work styling an ExpressionEngine forum for another firm. I&#8217;m excited to be doing some outsourcing for another firm and hopefully it will lead to further work. Once I&#8217;ve finished the work, I&#8217;ll see about publishing their name here. First I want to be sure that I&#8217;ve done a good job and second I also want to be sure that the firm is okay with letting it be known that they have outsourced part of their contract.
</p>
<p>
This is my first time doing this so I&#8217;m not sure if I bid too low, just right or too high. Actually it wasn&#8217;t so much of a bid as I was asked via twitter if I would be available. I think I may have bid a little on the low side. I guess the only way to find out is to see how long it takes to get the project complete. It&#8217;s about to start any time now, I&#8217;m just waiting to get the source files.
</p><br /><br />]]></content:encoded>
      <dc:date>2008-10-16T05:21:45Z</dc:date>
    </item>

    <item>
      <title>jquery show/hide</title>
      <link>http://createsean.com/blog/index.php/blog_createsean/comments/jquery&#45;show&#45;hide/</link>
      <description>I&#8217;m trying to do something with jquery but it just isn&#8217;t working. I&#8217;ve got a list of entry titles that want to be hidden until the user clicks on the h2 tag above it.


Here is the code &#45; I&#8217;ve also posted this on the EE forums.


&amp;lt;h2&amp;nbsp;class=&quot;toggle&quot;&amp;gt;All&amp;nbsp;Teachers&amp;lt;/h2&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div&amp;nbsp;class=&quot;view&quot;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#123;exp:weblog:entries&amp;nbsp;weblog=&quot;teachers&quot;&amp;nbsp;orderby=&quot;date&quot;&amp;nbsp;sort=&quot;desc&quot;&amp;nbsp;limit=&quot;100&quot;&amp;nbsp;status=&quot;open&quot;&amp;nbsp;dynamic=&quot;off&quot;&amp;nbsp;disable=&quot;member_data|pagination|trackbacks&quot;&#125;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#123;categories&#125;&amp;lt;h3&amp;gt;&amp;lt;a&amp;nbsp;href=&quot;&#123;permalink=&quot;&amp;gt;&#123;title&#125;&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&#123;/categories&#125;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#123;/exp:weblog:entries&#125;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;scr*pt&amp;nbsp;type=&quot;text/javascript&quot;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(document).ready(function()&#123;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(&apos;div.view&apos;).hide();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(&apos;h2.toggle&apos;).click(function()&#123;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(&apos;div.view&apos;).show();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(this).hide();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#125;);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#125;);&amp;lt;/scr*pt&amp;gt;

*edit* fixed a typo in the code, but it&#8217;s still not working.</description>
      <dc:subject>Javascript</dc:subject>
      <content:encoded><![CDATA[<p>I&#8217;m trying to do something with jquery but it just isn&#8217;t working. I&#8217;ve got a list of entry titles that want to be hidden until the user clicks on the h2 tag above it.
</p>
<p>
Here is the code - I&#8217;ve also posted this on the <a href="http://expressionengine.com/forums/viewthread/93567/" title="EE forums">EE forums</a>.
<br />
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">h2&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"toggle"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">All&nbsp;Teachers</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"view"</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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"teachers"&nbsp;</span><span style="color: #0000BB">orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"date"&nbsp;</span><span style="color: #0000BB">sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"desc"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"100"&nbsp;</span><span style="color: #0000BB">status</span><span style="color: #007700">=</span><span style="color: #DD0000">"open"&nbsp;</span><span style="color: #0000BB">dynamic</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"&nbsp;</span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"member_data|pagination|trackbacks"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#123;categories&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;permalink="</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">categories&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#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;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #0000BB">document</span><span style="color: #007700">).</span><span style="color: #0000BB">ready</span><span style="color: #007700">(function()</span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #DD0000">'div.view'</span><span style="color: #007700">).</span><span style="color: #0000BB">hide</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">'h2.toggle'</span><span style="color: #007700">).</span><span style="color: #0000BB">click</span><span style="color: #007700">(function()</span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #DD0000">'div.view'</span><span style="color: #007700">).</span><span style="color: #0000BB">show</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #0000BB">this</span><span style="color: #007700">).</span><span style="color: #0000BB">hide</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">);<br />&lt;/</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt</span><span style="color: #007700">&gt;</span>
</code></div><p>
*edit* fixed a typo in the code, but it&#8217;s still not working.
</p><br /><br />]]></content:encoded>
      <dc:date>2008-10-11T05:06:48Z</dc:date>
    </item>

    <item>
      <title>Site Handed Off to Client</title>
      <link>http://createsean.com/blog/index.php/blog_createsean/comments/site&#45;handed&#45;off&#45;to&#45;client/</link>
      <description>Yesterday I completed the publishing guide for my first client. it&#8217;s 10 pages long with screenshots and took much longer than I expected it would to write. The client now has access to their site to change and update content. It feels good to have successfully completed my first site and recieve the final payment.


The actual &#8220;design&#8221; of the site is a commercial theme that the client wanted. I took it and converted it to Expression Engine.


The site is a language school for children in Korea &#45; ILE &#50808;&#44397;&#50612; &#54617;&#50896;. The client wanted a site to provide information for current and potential customers (parents) as well as showcase childrens progress. Student work is showcased via embedded video and mp3s.


A forum has been installed but not styled yet. That&#8217;s the second stage of development after the live launch of the site. Right now the forums are set up and can be used by students, parents, &amp;amp; staff. I&#8217;ll be working on fitting the forums to the rest of the site look shortly. This is not something I&#8217;m looking forward to as I remember styling forums for my teaching blog ages ago and it was a major pain in the butt.


I&#8217;m also very pleased to have recieved an email from my client suggesting that he would like to add further enhancements and features to his site in early 2009. Repeat work is always a good thing.

What&#8217;s Next
I&#8217;ve got to prepare mid&#45;term exams for my students, but I&#8217;ve also got another client, also going to use ExpressionEngine. that I will be starting on while at the same time working on the forums for ILE.</description>
      <dc:subject>Clients</dc:subject>
      <content:encoded><![CDATA[<p>Yesterday I completed the publishing guide for my first client. it&#8217;s 10 pages long with screenshots and took much longer than I expected it would to write. The client now has access to their site to change and update content. It feels good to have successfully completed my first site and recieve the final payment.
</p>
<p>
The actual &#8220;design&#8221; of the site is a commercial theme that the client wanted. I took it and converted it to Expression Engine.
</p>
<p>
The site is a language school for children in Korea - <a href="http://www.ile05.net/" title="ILE &#50808;&#44397;&#50612; &#54617;&#50896;">ILE &#50808;&#44397;&#50612; &#54617;&#50896;</a>. The client wanted a site to provide information for current and potential customers (parents) as well as showcase childrens progress. Student work is showcased via embedded video and mp3s.
</p>
<p>
A forum has been installed but not styled yet. That&#8217;s the second stage of development after the live launch of the site. Right now the forums are set up and can be used by students, parents, &amp; staff. I&#8217;ll be working on fitting the forums to the rest of the site look shortly. This is not something I&#8217;m looking forward to as I remember styling forums for my teaching blog ages ago and it was a major pain in the butt.
</p>
<p>
I&#8217;m also very pleased to have recieved an email from my client suggesting that he would like to add further enhancements and features to his site in early 2009. Repeat work is always a good thing.
</p>
<h3 class="subhead">What&#8217;s Next</h3><p>
I&#8217;ve got to prepare mid-term exams for my students, but I&#8217;ve also got another client, also going to use ExpressionEngine. that I will be starting on while at the same time working on the forums for ILE.
</p><br /><br /><p>With my new client, I&#8217;ve got the photoshop work pretty much done. The client is satisfied with it, but I may send it to my graphic design contact to improve it, since my photoshop Kung Fu is fairly weak.
</p>
<p>
I&#8217;ve added ILE to my portfolio, but it&#8217;s not done yet. I had a few minutes yesterday and quickly wrote something. later today, after grading some homework, I finish up the protfolio entry and get started coding the new client site.
</p>]]></content:encoded>
      <dc:date>2008-10-03T22:36:28Z</dc:date>
    </item>


    </channel>
</rss>