<?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">
	<channel>
      <title>All Discussions - CSS-Tricks Forums</title>
      <link>http://css-tricks.com/forums/discussions/feed.rss</link>
      <pubDate>Thu, 20 Jun 13 06:24:19 -0400</pubDate>
         <description>All Discussions - CSS-Tricks Forums</description>
   <language>en-CA</language>
   <atom:link href="/forums/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Responsive Design - Float a div right, then move underneath</title>
      <link>http://css-tricks.com/forums/discussion/25975/responsive-design-float-a-div-right-then-move-underneath</link>
      <pubDate>Wed, 19 Jun 2013 21:49:42 -0400</pubDate>
      <dc:creator>mtedwards</dc:creator>
      <guid isPermaLink="false">25975@/forums/discussions</guid>
      <description><![CDATA[<p>Hi Guys,</p>

<p>I am currently building a responsive site and I am trying to solve an issue I have run into.</p>

<p>In peoples biographies we have a chunk of text and then a group of links to their social profiles.</p>

<p>What I am trying to achieve is to have the buttons float to the top right, with the bio text wrapped around the div on a large layout and then at a certain point clear the buttons below the text.</p>

<p>I've made two bens for the 2 states:</p>

<p>Full width:
<a href="http://codepen.io/mtedwards/pen/qpCnb" target="_blank" rel="nofollow">http://codepen.io/mtedwards/pen/qpCnb</a></p>

<p>Mobile:
<a href="http://codepen.io/mtedwards/pen/DJtnx" target="_blank" rel="nofollow">http://codepen.io/mtedwards/pen/DJtnx</a></p>

<p>Any ideas how to achieve this?</p>

<p>Thanks</p>

<p>Matt</p>
]]></description>
   </item>
   <item>
      <title>Font Contrast CSS</title>
      <link>http://css-tricks.com/forums/discussion/25942/font-contrast-css</link>
      <pubDate>Wed, 19 Jun 2013 06:42:42 -0400</pubDate>
      <dc:creator>mwbcomputers</dc:creator>
      <guid isPermaLink="false">25942@/forums/discussions</guid>
      <description><![CDATA[<p>Hi I am trying make sure my text has contrast and to use white text with a red shadow.</p>

<p><a href="http://codepen.io/mwbcomputers/pen/xFEzp" target="_blank" rel="nofollow">http://codepen.io/mwbcomputers/pen/xFEzp</a> not sure how to do it properly can do boxes ok just not text</p>
]]></description>
   </item>
   <item>
      <title>Label as placeholder in firefox</title>
      <link>http://css-tricks.com/forums/discussion/25985/label-as-placeholder-in-firefox</link>
      <pubDate>Thu, 20 Jun 2013 05:07:22 -0400</pubDate>
      <dc:creator>pallavi1811</dc:creator>
      <guid isPermaLink="false">25985@/forums/discussions</guid>
      <description><![CDATA[<p>Hi</p>

<p>I am facing a prob in firefox.</p>

<p>the code is written here:
<a href="http://cdpn.io/JrCus" target="_blank" rel="nofollow">http://cdpn.io/JrCus</a></p>

<p>in firefox, the label is coming outside the textbox, whereas in other browsers, it comes as a "placeholder". is there any way i can make this label as placeholder in firefox as well.</p>

<p>Please help</p>
]]></description>
   </item>
   <item>
      <title>Can anyone please explain the  gradient property  hover effect that chris has used on the home page</title>
      <link>http://css-tricks.com/forums/discussion/25984/can-anyone-please-explain-the-gradient-property-hover-effect-that-chris-has-used-on-the-home-page</link>
      <pubDate>Thu, 20 Jun 2013 05:01:41 -0400</pubDate>
      <dc:creator>madhvik</dc:creator>
      <guid isPermaLink="false">25984@/forums/discussions</guid>
      <description><![CDATA[<p>.link-list a &gt; span {
    background: -moz-linear-gradient(left center , #FFFFFF, #FFFFFF 5%, rgba(255, 255, 255, 0.25) 5%, rgba(255, 255, 255, 0)) repeat scroll 100% 0 / 200% 100% transparent;
    bottom: 0;
    height: 1px;
    left: 0;
    margin-bottom: 3px;
    pointer-events: none;
    position: absolute;
    transition: background 0s linear 0s;
    width: 100%;
}
.link-list a:hover &gt; span, .link-list a:focus &gt; span {
    background-position: -100% 0;
    transition: background 0.4s ease 0s;
}</p>
]]></description>
   </item>
   <item>
      <title>Can you have HTML in a pseudo element?</title>
      <link>http://css-tricks.com/forums/discussion/25983/can-you-have-html-in-a-pseudo-element</link>
      <pubDate>Thu, 20 Jun 2013 04:58:20 -0400</pubDate>
      <dc:creator>JohnAsp</dc:creator>
      <guid isPermaLink="false">25983@/forums/discussions</guid>
      <description><![CDATA[<p>I'm quite new to pseduo elements and am struggling to get it to render HTML.  Can you not render HTML in a pseudo element as the browser just seems to print a string of text out to the page rather than rendering the element?</p>

<p>I've made a codepen here:</p>

<p><a href="http://codepen.io/johnasp/pen/gBrdv" target="_blank" rel="nofollow">http://codepen.io/johnasp/pen/gBrdv</a></p>
]]></description>
   </item>
   <item>
      <title>How to set a css property to an inner element relative to the outer element?</title>
      <link>http://css-tricks.com/forums/discussion/25967/how-to-set-a-css-property-to-an-inner-element-relative-to-the-outer-element</link>
      <pubDate>Wed, 19 Jun 2013 18:14:53 -0400</pubDate>
      <dc:creator>jiddisch</dc:creator>
      <guid isPermaLink="false">25967@/forums/discussions</guid>
      <description><![CDATA[<h1>This is the HTML:</h1>

<pre><code>  &lt;ul&gt;
      &lt;li class="a"&gt;&lt;a href="1" class="a"&gt;A&lt;/a&gt;&lt;/li&gt;
      &lt;li class="b"&gt;&lt;a href="2" class="b active"&gt;B&lt;/a&gt;&lt;/li&gt;
      &lt;li class="c"&gt;&lt;a href="3" class="c"&gt;C&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
</code></pre>

<h1>This is the CSS:</h1>

<pre><code>ul {
    background: gray;
    width: 50px;
}
ul li a.active {
    border-right: 1px solid red;
}
</code></pre>

<p>I want the red border of the 'active' element to be shown outside the box on a fixed position (no metter the length of the 'a' element).</p>

<p>It's on a CMS and I don't have control to move the 'active' class to the 'li' element. How can I do it with this markup?</p>

<p><a href="http://jsfiddle.net/7fdMh/" target="_blank" rel="nofollow">http://jsfiddle.net/7fdMh/</a></p>
]]></description>
   </item>
   <item>
      <title>Media Queries - Device or Desktop</title>
      <link>http://css-tricks.com/forums/discussion/25986/media-queries-device-or-desktop</link>
      <pubDate>Thu, 20 Jun 2013 05:17:58 -0400</pubDate>
      <dc:creator>seanjacob</dc:creator>
      <guid isPermaLink="false">25986@/forums/discussions</guid>
      <description><![CDATA[<p>I just wanted to make sure I am doing this correct, I want my device and desktop to look the same at a certain size, for example everything under 480px (mobile).</p>

<p>Before retina I would do it like this, targeting desktop and device -</p>

<pre><code><a rel="nofollow" href="/forums/profile/media">@media</a> all and (max-width: 480px) { }
</code></pre>

<p>But now I do this because of retina devices, their width will become 960px so I need to use a separate device width query.</p>

<pre><code><a rel="nofollow" href="/forums/profile/media">@media</a> all and (max-device-width: 480px), (max-width: 480px) { }
</code></pre>

<p>Is this correct? I haven't seen any examples for targeting both, I thought developers would want their site to look the same for device and desktop at a certain size.</p>
]]></description>
   </item>
   <item>
      <title>New Web Design Tool</title>
      <link>http://css-tricks.com/forums/discussion/25963/new-web-design-tool</link>
      <pubDate>Wed, 19 Jun 2013 16:54:07 -0400</pubDate>
      <dc:creator>chrisburton</dc:creator>
      <guid isPermaLink="false">25963@/forums/discussions</guid>
      <description><![CDATA[<p>Thoughts? <a href="http://macaw.co" target="_blank" rel="nofollow">http://macaw.co</a></p>

<p><span style="font-family: Georgia; font-size: small;"><em><strong>Note:</strong> This isn't my creation. Just looking to read your thoughts on this type of product.</em></span></p>
]]></description>
   </item>
   <item>
      <title>[WordPress] How could this be done?</title>
      <link>http://css-tricks.com/forums/discussion/25908/wordpress-how-could-this-be-done</link>
      <pubDate>Tue, 18 Jun 2013 10:14:59 -0400</pubDate>
      <dc:creator>Watson90</dc:creator>
      <guid isPermaLink="false">25908@/forums/discussions</guid>
      <description><![CDATA[<p>Hi everyone</p>

<p>I made a wordpress powered website for a friend of mine about a year ago with a custom built theme that I followed tutorials for on YT.</p>

<p>He would like his <a rel="nofollow" href="http://shaunjeffersphotography.com/blog" title="">blog page</a> to be kind of like a  masonry.js style (featured image of the post, date posted/comments and a little introduction) in its each individual box, however, he does not want it responsive where they all move around the page when the window is resized.</p>

<p>Is there a way to do this with a plugin? Or could I maybe throw in some CSS and float the boxes to the left of each other and apply some margin/padding?</p>

<p>The thing is, the last time a tried to do this, alot of things messed up in IE9 and I couldn't figure out a fix.</p>

<p>Thanks in advance.</p>
]]></description>
   </item>
   <item>
      <title>How do you markup SVG logo?</title>
      <link>http://css-tricks.com/forums/discussion/25981/how-do-you-markup-svg-logo</link>
      <pubDate>Thu, 20 Jun 2013 03:50:54 -0400</pubDate>
      <dc:creator>chester</dc:creator>
      <guid isPermaLink="false">25981@/forums/discussions</guid>
      <description><![CDATA[<p>Hello.</p>

<p>I just finished a vector logo and I saved it as .svg file. What's the preferred way of coding it as a logo? I'm going for the mobile-first responsive site so the logo will scale at some break points.</p>

<p>Thank you.</p>
]]></description>
   </item>
   <item>
      <title>Free New Look A Like Buttons</title>
      <link>http://css-tricks.com/forums/discussion/25982/free-new-look-a-like-buttons</link>
      <pubDate>Thu, 20 Jun 2013 04:53:31 -0400</pubDate>
      <dc:creator>mwbcomputers</dc:creator>
      <guid isPermaLink="false">25982@/forums/discussions</guid>
      <description><![CDATA[<p>I have made some li a links look like some buttons but just are links</p>

<p>feel free to copy or use design</p>

<p><a href="http://codepen.io/mwbcomputers/pen/KwLJl" target="_blank" rel="nofollow">http://codepen.io/mwbcomputers/pen/KwLJl</a></p>
]]></description>
   </item>
   <item>
      <title>Responsive design issue</title>
      <link>http://css-tricks.com/forums/discussion/25952/responsive-design-issue</link>
      <pubDate>Wed, 19 Jun 2013 11:14:00 -0400</pubDate>
      <dc:creator>ctpweb</dc:creator>
      <guid isPermaLink="false">25952@/forums/discussions</guid>
      <description><![CDATA[<p>Hi all,</p>

<p>I'm experiencing some issues with my website responsive design. You can view the site on www.onderdedraak.be. When you check it on a smartphone there is a white space on the right that makes it possible to scroll left and right, and that's not the intention of course. However, I have no idea what is causing this issue.</p>

<p>Can you guys have a look? Thanks!</p>
]]></description>
   </item>
   <item>
      <title>A responsiveness issue?</title>
      <link>http://css-tricks.com/forums/discussion/25979/a-responsiveness-issue</link>
      <pubDate>Thu, 20 Jun 2013 00:41:43 -0400</pubDate>
      <dc:creator>AlirezaM</dc:creator>
      <guid isPermaLink="false">25979@/forums/discussions</guid>
      <description><![CDATA[<p>Hello to everyone!</p>

<p>I have used a slider on my theme and it's responsive ready slider.</p>

<p>All the contents on it is resizing when I resize my browser window but the slider's holder.</p>

<p>Please take a look at here (first page) :</p>

<p><a href="http://pro-themes.net" target="_blank" rel="nofollow">http://pro-themes.net</a></p>

<p>and resize your browser window to see my issue.</p>

<p>Thank you for your answers.</p>

<p>Alireza.M</p>
]]></description>
   </item>
   <item>
      <title>Script randomly not running</title>
      <link>http://css-tricks.com/forums/discussion/25976/script-randomly-not-running</link>
      <pubDate>Wed, 19 Jun 2013 22:06:08 -0400</pubDate>
      <dc:creator>AaronPorter</dc:creator>
      <guid isPermaLink="false">25976@/forums/discussions</guid>
      <description><![CDATA[<p>I have a jquery script that centers my logo on the middle of the screen. It is set up to run on page load and window resize. It works every time on window resize, and 9 times out of 10 on load. But once in a while it completely fails to run on load. 
Here's my <a rel="nofollow" href="http://vividconference.tv/beta/" title="Website">http://vividconference.tv/beta/</a></p>

<p>Thanks!</p>
]]></description>
   </item>
   <item>
      <title>Dreamweaver wp PHP problem</title>
      <link>http://css-tricks.com/forums/discussion/25973/dreamweaver-wp-php-problem</link>
      <pubDate>Wed, 19 Jun 2013 20:53:08 -0400</pubDate>
      <dc:creator>rwchampin</dc:creator>
      <guid isPermaLink="false">25973@/forums/discussions</guid>
      <description><![CDATA[<p><a href="https://docs.google.com/document/d/14jy2rp_v4ODmkXt2ExzWYHxVmznBI3LMo7kMM9rdwdg/edit?usp=sharing" target="_blank" rel="nofollow">https://docs.google.com/document/d/14jy2rp_v4ODmkXt2ExzWYHxVmznBI3LMo7kMM9rdwdg/edit?usp=sharing</a></p>

<p>I have xampp running and installed wp into the htdocs folder and my blank template is inside the themes folder inside the wp folder. Live view is activated. But I keep getting that PHP error. Also when dreamweaver asks me to discover related files it doesn't open any of the related files. HELP!!!</p>
]]></description>
   </item>
   <item>
      <title>Border Issue CSS</title>
      <link>http://css-tricks.com/forums/discussion/25978/border-issue-css</link>
      <pubDate>Thu, 20 Jun 2013 00:15:11 -0400</pubDate>
      <dc:creator>mwbcomputers</dc:creator>
      <guid isPermaLink="false">25978@/forums/discussions</guid>
      <description><![CDATA[<p>I would like to know how do I make the border just stop below the light grey box rather than go all around.</p>

<p><a href="http://codepen.io/mwbcomputers/pen/Idysz" target="_blank" rel="nofollow">http://codepen.io/mwbcomputers/pen/Idysz</a></p>
]]></description>
   </item>
   <item>
      <title>How to render a template in Ember.js when the URL is manually entered, not clicked through</title>
      <link>http://css-tricks.com/forums/discussion/25980/how-to-render-a-template-in-ember-js-when-the-url-is-manually-entered-not-clicked-through</link>
      <pubDate>Thu, 20 Jun 2013 00:56:07 -0400</pubDate>
      <dc:creator>jtrinker</dc:creator>
      <guid isPermaLink="false">25980@/forums/discussions</guid>
      <description><![CDATA[<p>I'm pulling a bunch of json data from an external api app. I have a group model:</p>

<pre><code>Mdm.Group = Ember.Object.extend()

Mdm.Group.reopenClass
  all: -&gt;
    Mdm.ajax(
      url: Mdm.apiUrl('/groups')
    ).then (data) -&gt;
      console.log data
      groups = []
      for group in data.response
        groups.addObject(Mdm.Group.create(group))
      console.log(groups)
      groups

  find: (group_id) -&gt;
    Mdm.ajax(
      url: Mdm.apiUrl("/groups/#{group_id}")
    ).then (data) -&gt;
      console.log data
</code></pre>

<p>And a GroupsRoute:</p>

<pre><code>Mdm.GroupsRoute = Ember.Route.extend
  model: -&gt;
    Mdm.Group.all()
</code></pre>

<p>And a GroupRoute:</p>

<pre><code>Mdm.GroupRoute = Ember.Route.extend
  model: (params) -&gt;
    console.log 'oh hai'
    Mdm.Group.find(params.group_id)
</code></pre>

<p>It's a simple ember app, I have a groups template that is listing out all the group objects. When you click an individual group, the group template renders inside the groups template, displaying the name of the group.</p>

<p>However, when I manually enter a group_id into the url, such as 'groups/:group_id', or use the back or forward buttons to change the url, the group template does not render, leaving the area where it should be blank.</p>

<p>In the console though the app is returning the correct group object when you manually enter a group url, its just not displaying the group template with that group object.</p>

<p>How can I load the group template to use that group object that I'm getting in the console, the same group object that the url is referencing but not displaying?</p>
]]></description>
   </item>
   <item>
      <title>jQuery validation</title>
      <link>http://css-tricks.com/forums/discussion/25977/jquery-validation</link>
      <pubDate>Wed, 19 Jun 2013 22:17:44 -0400</pubDate>
      <dc:creator>Sekbet</dc:creator>
      <guid isPermaLink="false">25977@/forums/discussions</guid>
      <description><![CDATA[<p>Hey there :)</p>

<p>so i'm working on my form, and html5 is working as great</p>

<p>but i'm moving on trying to add some jQuery to it, but can't get to work, and i'v been staring at the code for some time now, maby a fresh par of eyes can help i hope :)</p>

<p>the thing i wan't it to do is in the   &lt; span id="formerror" class="error" &gt;</p>

<p>I wan't the jquery to pop in a message "This is a required field"
that is in the jQuery code</p>

<p>here is the pen, i hope i did it right, fist time making a pen :p</p>

<p>http://cdpn.io/ifKmz</p>

<p>Hope you can help</p>

<p>regards</p>

<p>Sekbet</p>
]]></description>
   </item>
   <item>
      <title>Help setting up xamp server for dreamweaver</title>
      <link>http://css-tricks.com/forums/discussion/25933/help-setting-up-xamp-server-for-dreamweaver</link>
      <pubDate>Tue, 18 Jun 2013 23:13:50 -0400</pubDate>
      <dc:creator>rwchampin</dc:creator>
      <guid isPermaLink="false">25933@/forums/discussions</guid>
      <description><![CDATA[<p>Ok. So I'm trying to set get the blank starlets Wordpress theme into dreamweaver but I need help setting up the server and linking dreamweaver to it. I'm new and obviously mildly retarted lol can someone PLEASE PLEASE help me out. If anyone feels like calling me and walking me through everything I would pay you if absolutely necessary but for free would be nice. Just email me at rwchampin@gmail.com. Ill try to return the favor however I can. Thanks guys.</p>
]]></description>
   </item>
   <item>
      <title>Href in my navbar not opening the correct url.</title>
      <link>http://css-tricks.com/forums/discussion/25972/href-in-my-navbar-not-opening-the-correct-url-</link>
      <pubDate>Wed, 19 Jun 2013 20:05:19 -0400</pubDate>
      <dc:creator>NghiQuach</dc:creator>
      <guid isPermaLink="false">25972@/forums/discussions</guid>
      <description><![CDATA[<p>I have set up two images in my navbar to link to respective pages.
When I click on them it seems to appends what I have in my href to my site. I get some ? marks around the href url</p>

<p><a rel="nofollow" href="http://www.riversideca.gov/riversidefireball/default.asp" title="Link Here">Link Here</a></p>

<p>can anyone tell me whats wrong?</p>
]]></description>
   </item>
   <item>
      <title>Unordered List Idea - Could be a cool Codepen</title>
      <link>http://css-tricks.com/forums/discussion/25974/unordered-list-idea-could-be-a-cool-codepen</link>
      <pubDate>Wed, 19 Jun 2013 21:27:58 -0400</pubDate>
      <dc:creator>GSimon</dc:creator>
      <guid isPermaLink="false">25974@/forums/discussions</guid>
      <description><![CDATA[<p>Hey! I thought of an idea for a unordered list, but I wouldn't know where to start with the CSS.</p>

<p>Anyone seen something like this before? My image could be improved on but that's the main concept.</p>

<p><a href="http://oi43.tinypic.com/dc57ia.jpg" target="_blank" rel="nofollow">http://oi43.tinypic.com/dc57ia.jpg</a></p>
]]></description>
   </item>
   <item>
      <title>What license do I need for a CSS framework?</title>
      <link>http://css-tricks.com/forums/discussion/25970/what-license-do-i-need-for-a-css-framework</link>
      <pubDate>Wed, 19 Jun 2013 19:10:13 -0400</pubDate>
      <dc:creator>rahulkhosla</dc:creator>
      <guid isPermaLink="false">25970@/forums/discussions</guid>
      <description><![CDATA[<p>I've researched others licensed but they are all mostly different.</p>

<p>My framework will be mostly edited and updated by me only and maybe a small team of friends. I want my css to be available for everyone to use and edit but the users are NOT allowed to edit the top of the CSS file that will say the css framework name and license details.</p>
]]></description>
   </item>
   <item>
      <title>Do you think there&#039;s much value in earning Google Analytics Individual Qualification?</title>
      <link>http://css-tricks.com/forums/discussion/25833/do-you-think-there039s-much-value-in-earning-google-analytics-individual-qualification</link>
      <pubDate>Sat, 15 Jun 2013 15:18:58 -0400</pubDate>
      <dc:creator>wPwPwP</dc:creator>
      <guid isPermaLink="false">25833@/forums/discussions</guid>
      <description><![CDATA[<p>I use Google Analytics to monitor traffic on my sites. To enhance my own knowledge and and to boost my appeal as a prospective employee, I'm thinking about earning the Google Analytics Individual Qualification, but I have some other things I would like to learn, too. These other things include MySQL, PHP, Sass, and Canvas, and I'm trying to establish priorities.</p>

<p>I would like to learn from anyone here roughly how much time is needed to get the Google Analytics Individual Qualification, and any study tips or other pearls of wisdom about Google Analytics. What priority I assign, I realize, depends on my goals, but I don't think getting the Qualification is very hard, something greatly in its favor.</p>

<p>Thanks.</p>
]]></description>
   </item>
   <item>
      <title>Someone offer me a Freelance job?</title>
      <link>http://css-tricks.com/forums/discussion/25971/someone-offer-me-a-freelance-job</link>
      <pubDate>Wed, 19 Jun 2013 19:56:37 -0400</pubDate>
      <dc:creator>rahulkhosla</dc:creator>
      <guid isPermaLink="false">25971@/forums/discussions</guid>
      <description><![CDATA[<p>Hi,</p>

<p>Currently a 18 year old student from England (UK) and need a project.</p>

<pre><code>My skills:

HTML
CSS
Basic PHP
Basic WordPress
Adobe Photoshop
Adobe Illustrator
Adobe Dreamweaver
Good at Typography (not generally as skill...)
</code></pre>

<p><a rel="nofollow" href="http://www.linkedin.com/profile/view?id=263991535&amp;trk=nav_responsive_tab_profile_pic" title="LinkedIn">LubkedIn</a></p>
]]></description>
   </item>
   <item>
      <title>:before Pseudo-Elements When Dealing with Prices</title>
      <link>http://css-tricks.com/forums/discussion/25958/before-pseudo-elements-when-dealing-with-prices</link>
      <pubDate>Wed, 19 Jun 2013 15:50:00 -0400</pubDate>
      <dc:creator>realph</dc:creator>
      <guid isPermaLink="false">25958@/forums/discussions</guid>
      <description><![CDATA[<p>I'm building a site where my client is going to be regularly inputting prices. At the moment all they need to do is type in the price, and using the :before element I chuck a pound sign (£) in front of the number. This looks a little something like this:</p>

<pre><code>  .price:before {
content: '£';
  }
</code></pre>

<p>The problem I'm running into is some prices are prefixed with the word "from", which as you might have guessed look a little like this:</p>

<pre><code>  £from 15
</code></pre>

<p>Is there a way to use the :before element before the first number using pure CSS?</p>

<p>Any help would be appreciated. Thanks in advance!</p>
]]></description>
   </item>
   <item>
      <title>Resources for Learning Canvas</title>
      <link>http://css-tricks.com/forums/discussion/25968/resources-for-learning-canvas</link>
      <pubDate>Wed, 19 Jun 2013 19:05:36 -0400</pubDate>
      <dc:creator>bluemeansgo</dc:creator>
      <guid isPermaLink="false">25968@/forums/discussions</guid>
      <description><![CDATA[<p>has anyone got recommendations for resources for learning Canvas? Specifically, I want to load a transparent png and create a coloring app that kids can click around on and color on it.</p>

<p>Any recommendations?</p>
]]></description>
   </item>
   <item>
      <title>Master&#039;s Degree in Web Development in UK. What Do You Think?</title>
      <link>http://css-tricks.com/forums/discussion/25962/master039s-degree-in-web-development-in-uk-what-do-you-think</link>
      <pubDate>Wed, 19 Jun 2013 16:25:47 -0400</pubDate>
      <dc:creator>CodeGraphics</dc:creator>
      <guid isPermaLink="false">25962@/forums/discussions</guid>
      <description><![CDATA[<p>I will be getting ready to travel to UK soon for a Master's Degree in Web Technologies. I have this <a rel="nofollow" href="http://www.tees.ac.uk/" title="">university</a> in mind. What do you think about the school? Is there a university that handles the course better that you can recommend?</p>
]]></description>
   </item>
   <item>
      <title>What Do You Guys Think OF TreeHouse Tutorials?</title>
      <link>http://css-tricks.com/forums/discussion/25969/what-do-you-guys-think-of-treehouse-tutorials</link>
      <pubDate>Wed, 19 Jun 2013 19:09:47 -0400</pubDate>
      <dc:creator>CodeGraphics</dc:creator>
      <guid isPermaLink="false">25969@/forums/discussions</guid>
      <description><![CDATA[<p>Has anyone subscribed to Treehouse web development training?
Can I get real-time assessment of their tuts.
I want to take a subscription and do php with them.</p>
]]></description>
   </item>
   <item>
      <title>Button/checker/draught (call it what you will) help, please.</title>
      <link>http://css-tricks.com/forums/discussion/25862/buttoncheckerdraught-call-it-what-you-will-help-please-</link>
      <pubDate>Mon, 17 Jun 2013 02:50:13 -0400</pubDate>
      <dc:creator>johnhedge</dc:creator>
      <guid isPermaLink="false">25862@/forums/discussions</guid>
      <description><![CDATA[<p>Hi List,</p>

<p>I'm very new to CSS so go slowly, please.</p>

<p>I've googled till I'm not getting any new responses. I've used any amount of different words to try and describe what I want, all without much success. I was hoping to be able to attach a small png but I can't.</p>

<p>Basically I want to create a 2D checker with CSS for a game I'm building. 20px by 20px in various colours. It seems this is accomplished in Photoshop by light and shade but I'm no artist.</p>

<p>Any help or direction to online explanation would be gratefully received.</p>

<p>TIA</p>

<p>John</p>
]]></description>
   </item>
   <item>
      <title>How to convert something to a regular expression for Autoblog search and replace.</title>
      <link>http://css-tricks.com/forums/discussion/25966/how-to-convert-something-to-a-regular-expression-for-autoblog-search-and-replace-</link>
      <pubDate>Wed, 19 Jun 2013 18:04:17 -0400</pubDate>
      <dc:creator>Crssp</dc:creator>
      <guid isPermaLink="false">25966@/forums/discussions</guid>
      <description><![CDATA[<p>I need to have the Autoblogged search and replace remove tags of a sort from my headlines.</p>

<p>What's in the feed title looks something like this:</p>

<pre><code>&lt;item&gt;&lt;title&gt;&lt;![ CDATA[&lt; ! --Head--&gt;Jim Bob Blueshead]]&gt;&lt;/title&gt;
</code></pre>

<p>What appears then in the page is:
&lt; ! --Head--&gt;Jim Bob Blueshead</p>

<p>I need to remove the head brackets sort of thing, the search replace of the Autoblog commercial plugin appears to want regular expressions for it's search parameters, I think is why it's not working to just enter </p>

<p>Any suggestions, is there an online text to regular expressions converter somewhere or is that too easy/not possible. I have extra space in the head comment, so it doesn't parse as just a comment here in the forums.
thanks,
Crssp</p>
]]></description>
   </item>
   </channel>
</rss>