<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments for Jay George</title> <atom:link href="http://www.jaygeorge.co.uk/comments/feed/" rel="self" type="application/rss+xml" /><link>http://www.jaygeorge.co.uk</link> <description>Video Tutorials and Tips for Web Designers</description> <lastBuildDate>Wed, 25 Jan 2012 00:39:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Comment on #4 Setting up MAMP + Dropbox by Tej</title><link>http://www.jaygeorge.co.uk/4-setting-up-mamp-dropbox/#comment-67</link> <dc:creator>Tej</dc:creator> <pubDate>Wed, 25 Jan 2012 00:39:00 +0000</pubDate> <guid
isPermaLink="false">http://www.jaygeorge.co.uk/?p=108#comment-67</guid> <description>Brilliant works a treat, thanks for the tip!</description> <content:encoded><![CDATA[<p>Brilliant works a treat, thanks for the tip!</p> ]]></content:encoded> </item> <item><title>Comment on #2 Using The HTML5 Build Script With A WordPress Theme – Part 2 Of 2 by Adam Kochanowicz</title><link>http://www.jaygeorge.co.uk/2-html5-build-script-wordpress-2/#comment-66</link> <dc:creator>Adam Kochanowicz</dc:creator> <pubDate>Tue, 24 Jan 2012 01:44:00 +0000</pubDate> <guid
isPermaLink="false">http://www.jaygeorge.co.uk/?p=30#comment-66</guid> <description>I&#039;m surprised I&#039;m the only one to point this out.I get a &quot;Build success&quot; when I follow these instructions, but every single file it tries to minify/compress gives the error &quot;java.io.FileNotFoundException: /Users/adamkochanowicz/Documents/veganfm/wp-content/themes/twentyeleven/publish/publish/[filenamehere]&quot;What could be causing this? Why is it looking in &quot;publish/publish&quot;?this comes after &quot;[echo] Minifying any unconcatenated css files...&quot;</description> <content:encoded><![CDATA[<p>I&#8217;m surprised I&#8217;m the only one to point this out.</p><p>I get a &#8220;Build success&#8221; when I follow these instructions, but every single file it tries to minify/compress gives the error </p><p>&#8220;java.io.FileNotFoundException: /Users/adamkochanowicz/Documents/veganfm/wp-content/themes/twentyeleven/publish/publish/[filenamehere]&#8221;</p><p>What could be causing this? Why is it looking in &#8220;publish/publish&#8221;?</p><p>this comes after &#8220;[echo] Minifying any unconcatenated css files&#8230;&#8221;</p> ]]></content:encoded> </item> <item><title>Comment on #1 Using the HTML5 Build Script with a WordPress Theme &#8211; Part 1 of 2 by Chris</title><link>http://www.jaygeorge.co.uk/1-html5-buildscript-wordpress-1/#comment-65</link> <dc:creator>Chris</dc:creator> <pubDate>Thu, 12 Jan 2012 17:24:00 +0000</pubDate> <guid
isPermaLink="false">http://www.jaygeorge.co.uk/?p=22#comment-65</guid> <description>Quick root to your local user are is:cd ~/location/of/boilerplate/build</description> <content:encoded><![CDATA[<p>Quick root to your local user are is:</p><p>cd ~/location/of/boilerplate/build</p> ]]></content:encoded> </item> <item><title>Comment on #2 Using The HTML5 Build Script With A WordPress Theme – Part 2 Of 2 by Using the H5BP build script with WordPress &#171; Theo Pak</title><link>http://www.jaygeorge.co.uk/2-html5-build-script-wordpress-2/#comment-64</link> <dc:creator>Using the H5BP build script with WordPress &#171; Theo Pak</dc:creator> <pubDate>Tue, 13 Dec 2011 01:45:31 +0000</pubDate> <guid
isPermaLink="false">http://www.jaygeorge.co.uk/?p=30#comment-64</guid> <description>[...] Solution The best solution so far seems to be editing the build.xml file, as suggested by Jay George. This way, all your markup will reference the relative path within your theme, and then when the [...]</description> <content:encoded><![CDATA[<p>[...] Solution The best solution so far seems to be editing the build.xml file, as suggested by Jay George. This way, all your markup will reference the relative path within your theme, and then when the [...]</p> ]]></content:encoded> </item> <item><title>Comment on #3 Publishing Your Build Script&#8217;d WordPress Theme by Anonymous</title><link>http://www.jaygeorge.co.uk/3-publishing-your-build-script/#comment-63</link> <dc:creator>Anonymous</dc:creator> <pubDate>Mon, 14 Nov 2011 18:57:00 +0000</pubDate> <guid
isPermaLink="false">http://www.jaygeorge.co.uk/?p=82#comment-63</guid> <description>While rsync, git or svn is ideal for pushing versioned changes to a server (and git and svn are also keen for collaborative code editing as well), sometimes the server technology is a giant question mark when designing a website on Wordpress or any other app framework. Some times I will have a client with an existing hosting solution who needs a Wordpress theme implemented and designed, while others don&#039;t have any hosting solution or a propietary one like Business Catalyst.In either case, unless it&#039;s an SVN or a good shared web host, I will usually not have command line/shell access on the final production server.  Since we don&#039;t have shell access I can&#039;t fully rely on GIT or SVN or even rsync.  FTP is archaic but it is universally supported.  I can&#039;t justify a client spending on a VPS if they will have limited resource usage just so I can use SVN or GIT to control my changes.</description> <content:encoded><![CDATA[<p>While rsync, git or svn is ideal for pushing versioned changes to a server (and git and svn are also keen for collaborative code editing as well), sometimes the server technology is a giant question mark when designing a website on WordPress or any other app framework. </p><p>Some times I will have a client with an existing hosting solution who needs a WordPress theme implemented and designed, while others don&#8217;t have any hosting solution or a propietary one like Business Catalyst.</p><p>In either case, unless it&#8217;s an SVN or a good shared web host, I will usually not have command line/shell access on the final production server.  Since we don&#8217;t have shell access I can&#8217;t fully rely on GIT or SVN or even rsync.  FTP is archaic but it is universally supported.  I can&#8217;t justify a client spending on a VPS if they will have limited resource usage just so I can use SVN or GIT to control my changes.</p> ]]></content:encoded> </item> <item><title>Comment on #2 Using The HTML5 Build Script With A WordPress Theme – Part 2 Of 2 by Stephen Fairbanks</title><link>http://www.jaygeorge.co.uk/2-html5-build-script-wordpress-2/#comment-62</link> <dc:creator>Stephen Fairbanks</dc:creator> <pubDate>Fri, 11 Nov 2011 18:07:00 +0000</pubDate> <guid
isPermaLink="false">http://www.jaygeorge.co.uk/?p=30#comment-62</guid> <description>Doesn&#039;t the stylesheet need to be in the main root directory if WordPress is to use it?</description> <content:encoded><![CDATA[<p>Doesn&#8217;t the stylesheet need to be in the main root directory if WordPress is to use it?</p> ]]></content:encoded> </item> <item><title>Comment on #1 Using the HTML5 Build Script with a WordPress Theme &#8211; Part 1 of 2 by Richard Westenra</title><link>http://www.jaygeorge.co.uk/1-html5-buildscript-wordpress-1/#comment-61</link> <dc:creator>Richard Westenra</dc:creator> <pubDate>Wed, 02 Nov 2011 17:46:00 +0000</pubDate> <guid
isPermaLink="false">http://www.jaygeorge.co.uk/?p=22#comment-61</guid> <description>Thanks for the quality content. However, some written instructions/notes would be much preferred over the videos, so I can skip through to the relevant bits. Thanks!</description> <content:encoded><![CDATA[<p>Thanks for the quality content. However, some written instructions/notes would be much preferred over the videos, so I can skip through to the relevant bits. Thanks!</p> ]]></content:encoded> </item> <item><title>Comment on #2 Using The HTML5 Build Script With A WordPress Theme – Part 2 Of 2 by Javier</title><link>http://www.jaygeorge.co.uk/2-html5-build-script-wordpress-2/#comment-60</link> <dc:creator>Javier</dc:creator> <pubDate>Fri, 28 Oct 2011 14:59:00 +0000</pubDate> <guid
isPermaLink="false">http://www.jaygeorge.co.uk/?p=30#comment-60</guid> <description>As Stephen said the new build script replaces the style.css name with a hash so it&#039;s no longer named style.css, this can easily be changed in the build.xml file but what I&#039;m more interested to know is how to keep the top comment block in the style.css since it&#039;s necessary so WP detects the theme.</description> <content:encoded><![CDATA[<p>As Stephen said the new build script replaces the style.css name with a hash so it&#8217;s no longer named style.css, this can easily be changed in the build.xml file but what I&#8217;m more interested to know is how to keep the top comment block in the style.css since it&#8217;s necessary so WP detects the theme.</p> ]]></content:encoded> </item> <item><title>Comment on #3 Publishing Your Build Script&#8217;d WordPress Theme by Jay</title><link>http://www.jaygeorge.co.uk/3-publishing-your-build-script/#comment-59</link> <dc:creator>Jay</dc:creator> <pubDate>Mon, 24 Oct 2011 08:43:51 +0000</pubDate> <guid
isPermaLink="false">http://www.jaygeorge.co.uk/?p=82#comment-59</guid> <description>Hey Thanos,I haven&#039;t used the Build Script for months now (I just use W3 Total Cache instead), but I think you are right yes, you should always ftp the header and footer because of the references.</description> <content:encoded><![CDATA[<p>Hey Thanos,</p><p>I haven&#8217;t used the Build Script for months now (I just use W3 Total Cache instead), but I think you are right yes, you should always ftp the header and footer because of the references.</p> ]]></content:encoded> </item> <item><title>Comment on #3 Publishing Your Build Script&#8217;d WordPress Theme by thanos samarinas</title><link>http://www.jaygeorge.co.uk/3-publishing-your-build-script/#comment-58</link> <dc:creator>thanos samarinas</dc:creator> <pubDate>Fri, 21 Oct 2011 10:15:00 +0000</pubDate> <guid
isPermaLink="false">http://www.jaygeorge.co.uk/?p=82#comment-58</guid> <description>Hi Jay, thanx for the post. Maybe I am wrong but: Wouldn&#039;t you always want to ftp your header.php and footer.php in order to update the references of the new css and js files after you run the build script? Thanx,
Thanos</description> <content:encoded><![CDATA[<p>Hi Jay, thanx for the post. Maybe I am wrong but: </p><p>Wouldn&#8217;t you always want to ftp your header.php and footer.php in order to update the references of the new css and js files after you run the build script? </p><p>Thanx,<br
/> Thanos</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/15 queries in 0.025 seconds using disk: basic
Object Caching 275/298 objects using disk: basic

Served from: www.jaygeorge.co.uk @ 2012-02-07 01:42:44 -->
