<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.0.0 (http://www.squarespace.com/) on Sat, 11 Oct 2008 16:06:29 GMT--><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Advanced Modifications</title><link>http://developers.squarespace.com/advanced-modifications-journal/</link><description></description><copyright></copyright><language>en-US</language><generator>Squarespace Site Server v5.0.0 (http://www.squarespace.com/)</generator><item><title>Creating Your Own Layout With Editable Templates</title><dc:creator>Administrator</dc:creator><pubDate>Wed, 19 Mar 2008 02:00:01 +0000</pubDate><link>http://developers.squarespace.com/advanced-modifications-journal/2008/3/19/creating-your-own-layout-with-editable-templates.html</link><guid isPermaLink="false">192634:1929563:1637685</guid><description><![CDATA[<p>If you have advanced experience with programming and editing code, this guide get you started with creating your own layout so that you may edit template files.</p>

<p>Login and navigate to:<br />
<strong>Site Manager &gt; Structure &amp; Style &gt; Appearance&nbsp;</strong> and click <strong>Pick New Layout.</strong></p><p>Scroll to the bottom the the layout page, and click <strong>Create a New Layout.</strong> You will then choose one of our layouts as your starting point. Activate your new layout.</p>

<p>Return to the <strong>Appearance</strong> page and click <strong>Edit Templates</strong> to access the core templates for your site. To modify any template, click&nbsp; <strong>Import Copy</strong> to create an editable version of the file.</p>

<p>If at any time you would like to return to a default file, click <strong>Destroy</strong> next to the copy you have created.</p>]]></description><wfw:commentRss>http://developers.squarespace.com/advanced-modifications-journal/rss-comments-entry-1637685.xml</wfw:commentRss></item><item><title>Unique Identifier Numbers</title><dc:creator>Administrator</dc:creator><pubDate>Wed, 19 Mar 2008 02:00:00 +0000</pubDate><link>http://developers.squarespace.com/advanced-modifications-journal/2008/3/19/unique-identifier-numbers.html</link><guid isPermaLink="false">192634:1929563:1537473</guid><description><![CDATA[<p>Many of the modifications in our advanced user area refer to &quot;unique identifier numbers.&quot;&nbsp; What exactly does this refer to? These are&nbsp; CSS elements that uniquely identify each of your Pages, Widgets and Sections. You can locate these numbers from a live page on your site by viewing the source code.

<br />

</p>

<p>In your &lt;body&gt; tag, you'll see something like:</p>

<pre>&lt;body id=&quot;modulePage134232&quot;&gt;</pre>
<p>And on the &lt;div&gt; tag of your section wrapper(s), you'll see something like:</p>
<pre>&lt;div id=&quot;sectionContent223903&quot; class=&quot;sectionWrapper&quot;&gt;</pre>

<p>With these codes, you can apply specific styles to specific pages and/or sidebar content. <br /></p><p>&nbsp;</p>]]></description><wfw:commentRss>http://developers.squarespace.com/advanced-modifications-journal/rss-comments-entry-1537473.xml</wfw:commentRss></item><item><title>Adding Twitter To Your Website</title><dc:creator>Administrator</dc:creator><pubDate>Tue, 18 Mar 2008 21:53:13 +0000</pubDate><link>http://developers.squarespace.com/advanced-modifications-journal/2008/3/18/adding-twitter-to-your-website.html</link><guid isPermaLink="false">192634:1929563:1696956</guid><description><![CDATA[<p>I thought it'd be fun to <a href="http://www.krystynheide.com/tweets">add Twitter updates to my site</a>, but rather than use one of Twitter's premade Flash badges, I wanted them on a page all of their own and styled to match the rest of my site. Here's what I did, if you'd like to do the same.</p>

<p>First, log in to your Twitter account and go here: <a href="http://twitter.com/badges/which_badge">http://twitter.com/badges/which_badge</a>. Select the <strong>HTML/JavaScript</strong> option in the third column.</p>

<p>Choose your customization options and copy the code provided. (I selected 20 updates, since this is also the number of updates on your first Twitter page.) Paste the code into the page of your website where you'd like your Twitter updates to appear.</p>

<p>Next, update your CSS. To make it look like mine, use this code, or adjust it to match your site.</p>

<pre>
#twitter_update_list { padding: 0; margin: 0; }
#twitter_update_list li { list-style-type: none; padding: 0 0 10px 0; 
margin: 0 0 15px 0; border-bottom: 1px solid #D5D5D5; }
</pre>

<p>Finally, to make your first tweet stand out like it does on Twitter, replace this code:</p>

<pre>
&lt;div id="twitter_div"&gt;
</pre>

<p>With this:</p>

<pre>
&lt;div id="twitter_div"&gt;
&lt;img src="yourimage.jpg" border=0 /&gt;
</pre>

<p>And add the following to your CSS:</p>

<pre>
#twitter_update_list li:first-child { font-size: 16px; padding-top: 10px; 
height: 76px; }
#twitter_div img { float: left; padding: 5px; background-color: #CEDED7; 
margin-right: 20px; }
</pre>

<p>Viola! Your visitors can get Twitter update goodness without ever leaving your website. :)</p>]]></description><wfw:commentRss>http://developers.squarespace.com/advanced-modifications-journal/rss-comments-entry-1696956.xml</wfw:commentRss></item><item><title>Creating A Full Width Page</title><dc:creator>Administrator</dc:creator><pubDate>Fri, 08 Feb 2008 18:26:41 +0000</pubDate><link>http://developers.squarespace.com/advanced-modifications-journal/2008/2/8/creating-a-full-width-page.html</link><guid isPermaLink="false">192634:1929563:1553773</guid><description><![CDATA[<p>Want to create a full width page (where your content expands the entire width of your canvas and your sidebar is hidden)?</p><p>Add the following code to your Custom CSS, replacing 123456 with the unique identifier number of the page. Need help with this? <a href="http://developers.squarespace.com/advanced-customization/unique-identifier-numbers.html">Follow these instructions</a>.<br /></p><pre>#modulePage123456 #content { width: 620px; }<br />#modulePage123456 #sidebar { display: none; }</pre>

<b>NOTE: This modification will not work with all templates. For example, there is an image in the background of Working Late that creates a gradient, and padding and/or margins shift it to the right, leaving the sidebar visible whether or not the content is hidden. We'd recommend avoiding templates with detailed graphical elements, and instead using a simpler layout such as Coffeehouse for this modification.</b>]]></description><wfw:commentRss>http://developers.squarespace.com/advanced-modifications-journal/rss-comments-entry-1553773.xml</wfw:commentRss></item><item><title>Creating a Splash Page</title><dc:creator>Administrator</dc:creator><pubDate>Fri, 08 Feb 2008 18:22:15 +0000</pubDate><link>http://developers.squarespace.com/advanced-modifications-journal/2008/2/8/creating-a-splash-page.html</link><guid isPermaLink="false">192634:1929563:1553763</guid><description><![CDATA[<p>To create a splash page or a completely empty shell, start with a Text/HTMLPage. </p><p> Add the following code to your Custom CSS, replacing 123456 with the actual module identifier (to find the unique identifier number of your new module, <a href="http://developers.squarespace.com/advanced-customization/unique-identifier-numbers.html">follow these instructions</a>.) And of course adjust the width value to match your site's width.</p><pre>#modulePage123456 #content { width: 620px; }<br />#modulePage123456 #sidebar { display: none; }<br />#modulePage123456 #pageHeaderWrapper { display: none; }<br />#modulePage123456 #pageFooterWrapper { display: none; }</pre>

<br />

<b>NOTE: This modification will not work with all templates. For example, there is an image in the background of Working Late that creates a gradient, and padding and/or margins shift it to the right, leaving the sidebar visible whether or not the content is hidden. We'd recommend avoiding templates with detailed graphical elements, and instead using a simpler layout such as Coffeehouse for this modification.</b>]]></description><wfw:commentRss>http://developers.squarespace.com/advanced-modifications-journal/rss-comments-entry-1553763.xml</wfw:commentRss></item><item><title>Creating Three Column Layouts</title><dc:creator>Administrator</dc:creator><pubDate>Fri, 08 Feb 2008 18:20:46 +0000</pubDate><link>http://developers.squarespace.com/advanced-modifications-journal/2008/2/8/creating-three-column-layouts.html</link><guid isPermaLink="false">192634:1929563:1553758</guid><description><![CDATA[<p>With some modification to your Custom CSS, you can create a third column on your site. In a nutshell, this is achieved by taking one of your sidebar sections and actually turning it into a third column. This is easiest to achieve with the instructions below and a basic template with a sidebar located on the left. <br /></p><p>To start, add a new section to your site (and of course place at least one Page or Widget in it). Add the code below to your Custom CSS, replacing &quot;123456&quot; with the unique identifier number of the section you want to turn into a third column. (To find the unique identifier number, <a href="http://developers.squarespace.com/advanced-customization/unique-identifier-numbers.html">follow these instructions</a> and look for the sectionContent identifier number on the &lt;div&gt; sectionWrapper.) <br /></p><pre>#sidebar { position: relative; overflow: visible; }<br />#canvas { width: 900px; }<br />#content { padding-right: 150px; }<br />#sectionContent123456 { position: absolute; left: 720px; top: 0px; }</pre><p>Depending on your layout, you'll need to customize the numerical values to get the right fit. Basically what's happening here is that you're widening the width of the overall canvas (i.e. 900px), adding some padding (i.e. 150px) on the right to allow room for the new column, and finally positioning the column into place on the right side. <br /></p><p>There is one limitation to this. Your normal sidebar column content height has to equal or exceed this new third column in height. Why? Because if it doesn't, the contents of the third column will overflow your layout at the bottom and overlap your footer area (your left navigational sidebar is what is setting the height of the page.)</p>]]></description><wfw:commentRss>http://developers.squarespace.com/advanced-modifications-journal/rss-comments-entry-1553758.xml</wfw:commentRss></item><item><title>Removing 'Comments Off'</title><dc:creator>Administrator</dc:creator><pubDate>Fri, 08 Feb 2008 18:19:46 +0000</pubDate><link>http://developers.squarespace.com/advanced-modifications-journal/2008/2/8/removing-comments-off.html</link><guid isPermaLink="false">192634:1929563:1553754</guid><description><![CDATA[<p>By default, the Journal module generates a<strong> Comments Off </strong>message when comments aren't enabled. If you prefer, you can remove this message by modifying your <strong>Journal - Entry Content</strong> template. Just locate the code below:</p><pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $if( attr.allowComments )$<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $components/inlineIcon<br />(icon_file=&quot;comment.png&quot;,icon_title=&quot;Comments&quot;)$$localize(text=&quot;Post<br />a Comment&quot;)$<br /><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $else$<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $localize(text=&quot;Comments Off&quot;)$</strong><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $endif$ </pre><p><br />Remove the two bolded lines above so that it looks like the following instead:</p><pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $if( attr.allowComments )$<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $components/inlineIcon<br />(icon_file=&quot;comment.png&quot;,icon_title=&quot;Comments&quot;)$$localize(text=&quot;Post <br />a Comment&quot;)$<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $endif$ </pre>]]></description><wfw:commentRss>http://developers.squarespace.com/advanced-modifications-journal/rss-comments-entry-1553754.xml</wfw:commentRss></item><item><title>Library Format for Amazon Item List Module</title><dc:creator>Administrator</dc:creator><pubDate>Fri, 08 Feb 2008 18:18:30 +0000</pubDate><link>http://developers.squarespace.com/advanced-modifications-journal/2008/2/8/library-format-for-amazon-item-list-module.html</link><guid isPermaLink="false">192634:1929563:1553751</guid><description><![CDATA[<p>To create a &quot;library format&quot; in an Amazon Item List, paste the following code into the Page Header or Page Footer in Raw HTML mode:<br /></p><pre>&lt;style&gt; .description { display: none; } .clearer { display: none; } .amazon-item-list li { float: left; } .picture { height: 100px; width: 100px; text-align: center; } &lt;/style&gt;</pre><p>Or you can apply it instead with Custom CSS using the <a href="http://developers.squarespace.com/advanced-customization/unique-identifier-numbers.html">unique identifier</a> for the specific Amazon Item List and the code below.</p><pre><p align="left" style="text-align: left;">#modulePage123456 .description { display: none; }<br />#modulePage123456 .clearer { display: none; }<br />#modulePage123456 .amazon-item-list li { float: left; }<br />#modulePage123456 .picture { height: 100px; width: 100px; text-align: center; }</p></pre>]]></description><wfw:commentRss>http://developers.squarespace.com/advanced-modifications-journal/rss-comments-entry-1553751.xml</wfw:commentRss></item><item><title>Hiding Comments on Journal Entries</title><dc:creator>Administrator</dc:creator><pubDate>Fri, 08 Feb 2008 18:16:43 +0000</pubDate><link>http://developers.squarespace.com/advanced-modifications-journal/2008/2/8/hiding-comments-on-journal-entries.html</link><guid isPermaLink="false">192634:1929563:1553743</guid><description><![CDATA[<p>Add the following code added to your Custom CSS to hide all comment links from all Journals throughout your site.</p>  <pre>.postComments { display: none; }</pre>  <p>Or you can hide it just for one specific Journal using the <a href="http://developers.squarespace.com/advanced-customization/unique-identifier-numbers.html">unique identifier number</a> of the Journal.</p>  <pre>#modulePage123456 .postComments { display: none; }</pre>]]></description><wfw:commentRss>http://developers.squarespace.com/advanced-modifications-journal/rss-comments-entry-1553743.xml</wfw:commentRss></item><item><title>Creating A Header Horizontal Ad Banner</title><dc:creator>Administrator</dc:creator><pubDate>Fri, 08 Feb 2008 18:15:11 +0000</pubDate><link>http://developers.squarespace.com/advanced-modifications-journal/2008/2/8/creating-a-header-horizontal-ad-banner.html</link><guid isPermaLink="false">192634:1929563:1553741</guid><description><![CDATA[<p>To add a horizontal ad banner to your site, create a new section and within it a Text/HTML widget. Add the horizontal ad banner to this new area, and the code below to your Custom CSS. Change 123456 to the unique identifier of your new section.</p><pre>#sidebarWrapper { position: relative; overflow: visible; }<br />#canvasWrapper { padding-top: 120px; }<br />#sectionContent123456 { position: absolute; left: -540px; top: -200px; width: 730px; }</pre><p>To locate the unique identifier of your new section,  <a href="http://developers.squarespace.com/advanced-customization/unique-identifier-numbers.html">follow these instructions</a> and find the number applied to the sectionWrapper.</p>

<p>The code above assumes that the ad banner is of the larger 728 pixel format. If it's a smaller 468 pixel wide ad banner then change the width above to 470 pixels instead and reduce the left pixel amount. Depending upon background colors and/or images used in your layout, you may want to apply the canvasWrapper padding to the pageHeaderWrapper or pageHeader instead.  </p>
]]></description><wfw:commentRss>http://developers.squarespace.com/advanced-modifications-journal/rss-comments-entry-1553741.xml</wfw:commentRss></item></channel></rss>