<?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>Other Discussions - CSS-Tricks Forums</title>
      <link>http://css-tricks.com/forums/categories/other/feed.rss</link>
      <pubDate>Mon, 20 May 13 03:38:42 -0400</pubDate>
         <description>Other Discussions - CSS-Tricks Forums</description>
   <language>en-CA</language>
   <atom:link href="/forums/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Front-end developer</title>
      <link>http://css-tricks.com/forums/discussion/23827/front-end-developer</link>
      <pubDate>Mon, 01 Apr 2013 04:49:14 -0400</pubDate>
      <dc:creator>sergeivisotsky</dc:creator>
      <guid isPermaLink="false">23827@/forums/discussions</guid>
      <description><![CDATA[<p>Hi everyone,</p>

<p>I have to you such question, how many can earn Front-end developer? How many to it pay in a web studios in the USA and England?</p>
]]></description>
   </item>
   <item>
      <title>@font-face Generator</title>
      <link>http://css-tricks.com/forums/discussion/6397/font-face-generator</link>
      <pubDate>Mon, 08 Feb 2010 14:05:24 -0500</pubDate>
      <dc:creator>guidt</dc:creator>
      <guid isPermaLink="false">6397@/forums/discussions</guid>
      <description><![CDATA[Hey, everybody.<br />Couple days ago I discovered this guy who made this fabulous method to use any fonts we want in our sites. <br />http&#58;//www&#46;fontsquirrel&#46;com/fontface/generator<br />All you need to do is to upload one or more fonts, configure it, then download the font-face kit with 2 CSS files and the font files in the format of your choice: .EOT (IE), .SVG(iPhone) and .WOFF(Firefox 3.6+).<br />No Javascript, no PHP.<br />It works perfectly in IE6.<br />I hope it helps. And sorry if you already know it and by my bad english, hehe.]]></description>
   </item>
   <item>
      <title>Intel Core i3 for programming</title>
      <link>http://css-tricks.com/forums/discussion/24995/intel-core-i3-for-programming</link>
      <pubDate>Sun, 19 May 2013 13:15:14 -0400</pubDate>
      <dc:creator>sergeivisotsky</dc:creator>
      <guid isPermaLink="false">24995@/forums/discussions</guid>
      <description><![CDATA[<p>I'm programmer. I prefer web programming. My notebook based with processor Intel Core i3 2.53 gHz (Arrandale). My question is - What processor is better for web programming Core i3 or Core i5? What do you think is my processor Intel Core i3 2.53 gHz (Arrandale) good or worse at this time for web programming?</p>
]]></description>
   </item>
   <item>
      <title>Tooltip JavaScript Messing With jQuery Masonry For tumblr?</title>
      <link>http://css-tricks.com/forums/discussion/25001/tooltip-javascript-messing-with-jquery-masonry-for-tumblr</link>
      <pubDate>Sun, 19 May 2013 21:11:30 -0400</pubDate>
      <dc:creator>1ydia</dc:creator>
      <guid isPermaLink="false">25001@/forums/discussions</guid>
      <description><![CDATA[<p>when i place this in my theme code, it messes up masonry:</p>

<pre><code>  &lt;script src="<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" target="_blank" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js</a>"&gt;&lt;/script&gt;

  &lt;script src="<a href="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js" target="_blank" rel="nofollow">http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js</a>"&gt;&lt;/script&gt;

  &lt;script&gt;
  (function($){
  $(document).ready(function(){
  $("a[title]").style_my_tooltips({
  tip_follows_cursor:true,
  tip_delay_time:50,
  tip_fade_speed:200,
  attribute:"title"
  });
  });
  })(jQuery);
  &lt;/script&gt;
</code></pre>

<p>Can you guys help me? Thanks!</p>
]]></description>
   </item>
   <item>
      <title>WordPress best way to do this</title>
      <link>http://css-tricks.com/forums/discussion/24997/wordpress-best-way-to-do-this</link>
      <pubDate>Sun, 19 May 2013 16:20:05 -0400</pubDate>
      <dc:creator>Ricky55</dc:creator>
      <guid isPermaLink="false">24997@/forums/discussions</guid>
      <description><![CDATA[<p>Hi,</p>

<p>I'm using a custom post type for my client to create a new cake rather than post of page.</p>

<p>In creating this she will enter title, images, text etc. All is fine. There are three types of cake, wedding, special and birthday all require the same data exactly.</p>

<p>I should also say that these three categories are children of the parent page cakes.</p>

<p>What would be the best way to split these so I can say show all wedding cakes on a page and all birthday on another?</p>

<p>I could create another post type for each cake type but that seems a bit of a waste.</p>

<p>I could use categories or I guess I could create a field for each type.</p>

<p>Just wondered how you guys would deal with this.</p>

<p>Thanks</p>

<p>Ps
I should also say that this site doesn't make use of categories for anything else.</p>
]]></description>
   </item>
   <item>
      <title>how to do it?</title>
      <link>http://css-tricks.com/forums/discussion/24970/how-to-do-it</link>
      <pubDate>Sat, 18 May 2013 02:41:21 -0400</pubDate>
      <dc:creator>Rohithzr</dc:creator>
      <guid isPermaLink="false">24970@/forums/discussions</guid>
      <description><![CDATA[<p>my aim  :<br /> there are categories of a forum displayed through a while (php) loop [they have different id's according to primary key values]<br />When i click on one of them, I want to display it's topics/posts on another div<br />
code<br />EDIT : category (confused where to post)<br />
Edit: edited my method of writing.</p>

<pre><code>  //display category data
  echo'&lt;div class="mid"&gt; ';
  while($row = mysql_fetch_assoc($result))
  {
  echo'&lt;div class="cat_base"&gt;';
  echo '&lt;a href="#"&gt;'.$row['cat_forum'].'&lt;/a&gt;/'.$row['cat_name'];
  echo'&lt;/div&gt;';
  }
  }
  }
  echo' &lt;/div&gt;';
  ?&gt;
  &lt;div class="corner"&gt;the data has to appear here&lt;/div&gt;
</code></pre>

<p>css</p>

<pre><code>.cat_base{
    background: #e7e7e7; /* Old browsers */
    background: -moz-linear-gradient(left,  #e7e7e7 0%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e7e7e7), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e7e7e7 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e7e7e7 0%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e7e7e7 0%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to right,  #e7e7e7 0%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */

    opacity:0.6;
    display:block;
    padding:10px 20px 10px 25px;
    margin:1px;
    font-size:16pt;
    color:#000000;

  }
  .cat_base:active{
    border-bottom:thin #4EA6E9 solid;
    opacity:1;
  }

  .cat_base a{
    font-size:16pt;
    color:#999999;
    text-decoration:none;
  }
  .cat_base:hover{
    background:#4EA6E9;
    color:#FFF !important;
    cursor:pointer;
    opacity:.9;
  }
  .cat_base:hover &gt; a{
    background:#4EA6E9;
    color:#FFF !important;
  }
</code></pre>
]]></description>
   </item>
   <item>
      <title>Wordpress: show custom post types, by category</title>
      <link>http://css-tricks.com/forums/discussion/24968/wordpress-show-custom-post-types-by-category</link>
      <pubDate>Fri, 17 May 2013 17:01:43 -0400</pubDate>
      <dc:creator>Senff</dc:creator>
      <guid isPermaLink="false">24968@/forums/discussions</guid>
      <description><![CDATA[<p>So I have a custom post type called "shoes". I know I can display these if I create a template called <strong>archive-shoes.php</strong> (for the listing) and <strong>single-shoes.php</strong> (for each individual post), and the listing can be shown by going to <a href="http://localhost/shoes" target="_blank" rel="nofollow">http://localhost/shoes</a>, which will then list ALL posts of type "shoes".</p>

<p>So far so good.</p>

<p>Now, each shoe is either "outdoor" or "indoor". I could do this through adding categories, or custom fields. Either way.....</p>

<p>Question is, if I want to show ONLY the outdoor shoes, what URL should I use? Am I going to have to use <a href="http://localhost/shoes/?type=outdoor" target="_blank" rel="nofollow">http://localhost/shoes/?type=outdoor</a> (and then do the filtering in <strong>archive-shoes.php</strong>) or is this functionality already built in in Wordpress and there a way I can directly call it?</p>

<p>I thought about creating <strong>category-outdoor.php</strong> but it seems it will then not list the custom post types, only REGULAR posts with category "outdoor".</p>

<p>I may be overthinking it but what's the most efficient way of listing all posts of a custom type with a certain category?</p>

<p>Thanks,</p>
]]></description>
   </item>
   <item>
      <title>Website feedback</title>
      <link>http://css-tricks.com/forums/discussion/24821/website-feedback</link>
      <pubDate>Sat, 11 May 2013 19:30:49 -0400</pubDate>
      <dc:creator>AndrewPham</dc:creator>
      <guid isPermaLink="false">24821@/forums/discussions</guid>
      <description><![CDATA[<p>It's a non-English website, sorry! Anyway, what do you think? What are my pluses, if any? Which are the negatives? What should I improve?</p>

<p>Thanks in advance!</p>

<p><a rel="nofollow" href="http://ilas.ro" title="Ilas Beauty Center">Website</a></p>
]]></description>
   </item>
   <item>
      <title>How to secure your own Control Panel</title>
      <link>http://css-tricks.com/forums/discussion/24929/how-to-secure-your-own-control-panel</link>
      <pubDate>Thu, 16 May 2013 10:16:28 -0400</pubDate>
      <dc:creator>AndrewPham</dc:creator>
      <guid isPermaLink="false">24929@/forums/discussions</guid>
      <description><![CDATA[<p>So I have to build this administration page(control panel) for a website. I look at it from a simple perspective. Just a simple page, which can only be accesed if a certain session is set. And the session will only be set if you have succesfuly logged in. On that page, you will be able to view/modify/remove every item from a database table. Also, you will be able to add new items. This will be done through some forms and some SQL statements like <code>"UPDATE SET"</code> or <code>"INSERT INTO"</code>.
Also, the login page contains a simple form, and on submit, it will check the value from POST with some data from the database. If it matches, I will output a button to the edit page, along with the POST parameter, which will tell the edit page to set the session, before checking if it is set.</p>

<p>But still, I have that feeling that I'm missing something. I feel like this thing isn't secured enough.
I don't know, it just looks so simple, but when I think generally about a control panel, I consider it a complex thing, a highly secured thing.</p>

<p>For those who are experienced, am I missing something critical? How can I improve the security?</p>
]]></description>
   </item>
   <item>
      <title>I got DDOSed; is it appropriate to blog about it?</title>
      <link>http://css-tricks.com/forums/discussion/24957/i-got-ddosed-is-it-appropriate-to-blog-about-it</link>
      <pubDate>Fri, 17 May 2013 07:44:17 -0400</pubDate>
      <dc:creator>RedStar</dc:creator>
      <guid isPermaLink="false">24957@/forums/discussions</guid>
      <description><![CDATA[<p>Two nights ago, one of the sites I host was taken down by my hosting company for hogging resources (gotta love shared hosting). After a bit of investigating and back and forth, we determined that it was getting hammered by the same IP Addressed from Beijing. The host blocked the IP, and I got my site back.</p>

<p>So here's the question: I want to do a blog about this as a sort of cathartic rant, and to explain why the site was offline for six hours, however I'm not sure if that's a good idea. Is telling people you got attacked an invitation to getting attacked again?</p>
]]></description>
   </item>
   <item>
      <title>can anyone tell me the best website to learn html. css and js..please...</title>
      <link>http://css-tricks.com/forums/discussion/21670/can-anyone-tell-me-the-best-website-to-learn-html-css-and-js-please-</link>
      <pubDate>Tue, 08 Jan 2013 18:40:53 -0500</pubDate>
      <dc:creator>r2jeff</dc:creator>
      <guid isPermaLink="false">21670@/forums/discussions</guid>
      <description><![CDATA[<p>accept the w3schools.com... can anyone know the best website to learn HTML, css n js..</p>
]]></description>
   </item>
   <item>
      <title>anybody using phonegap ?</title>
      <link>http://css-tricks.com/forums/discussion/24972/anybody-using-phonegap-</link>
      <pubDate>Sat, 18 May 2013 07:33:04 -0400</pubDate>
      <dc:creator>amis</dc:creator>
      <guid isPermaLink="false">24972@/forums/discussions</guid>
      <description><![CDATA[<p>Hellow everybody</p>

<p>anybody here using phonegap for android app and iphone app  , as i want use it and want your opinions ?</p>

<p>What's disadvantages of it ?</p>

<p>it's really good alternative for learning java and objective c ??</p>
]]></description>
   </item>
   <item>
      <title>Codekit for Windows - Forgot name</title>
      <link>http://css-tricks.com/forums/discussion/20974/codekit-for-windows-forgot-name</link>
      <pubDate>Wed, 05 Dec 2012 17:19:12 -0500</pubDate>
      <dc:creator>LimeX</dc:creator>
      <guid isPermaLink="false">20974@/forums/discussions</guid>
      <description><![CDATA[<p>Hi!
About a week ago I read about a program that would work just as Codekit, but for windows. I cannot find it in my Browser history nor do I remeber the name.
It had yet to be released. I have a faint memory of it's name starting with a M.
Other than that, I do not know what it was called.
Any ideas? :)</p>

<p>It was not Scout nor was it Pretzel.</p>

<p>Thanks!
//Will</p>
]]></description>
   </item>
   <item>
      <title>Statistics mobile internet users</title>
      <link>http://css-tricks.com/forums/discussion/24917/statistics-mobile-internet-users</link>
      <pubDate>Wed, 15 May 2013 17:25:52 -0400</pubDate>
      <dc:creator>rodolpheb</dc:creator>
      <guid isPermaLink="false">24917@/forums/discussions</guid>
      <description><![CDATA[<p>Hi, I'd like to find statistics (reliable and current)  about mobile internet users worldwide. I've found some numbers on Google that contradict each other.</p>
]]></description>
   </item>
   <item>
      <title>How to integrate WooCommerce plugin into existing Wordpress theme.</title>
      <link>http://css-tricks.com/forums/discussion/24888/how-to-integrate-woocommerce-plugin-into-existing-wordpress-theme-</link>
      <pubDate>Tue, 14 May 2013 17:57:59 -0400</pubDate>
      <dc:creator>croydon86</dc:creator>
      <guid isPermaLink="false">24888@/forums/discussions</guid>
      <description><![CDATA[<p>Hi guys</p>

<p>I have built my own wordpress theme for a client, and would now like to integrate WooCommerce for the shopping cart.</p>

<p>I was planning on using a wootheme for the cart, then customising it to match my current theme, however you cannot have two themes on wordpress. For some reason, I thought you were able to specify an individual theme for the shop, I know realise this is not the case, and also not logical anyway.</p>

<p>My options seem to be this...</p>

<p>1) Build the whole cart from scratch into my current theme (which seems quite daunting, not sure how easy this will be)</p>

<p>2) Use a woocommerce theme, back up my current one, then start going into the new theme and changing it to match my backed-up theme.</p>

<p>3) Any other way?</p>

<p>Would love to hear some advice from someone that has worked with WooCommerce, and what the easiest way of integrating the plugin to an existing site would be.</p>

<p>Thanks in advance.</p>
]]></description>
   </item>
   <item>
      <title>XML Sitemaps</title>
      <link>http://css-tricks.com/forums/discussion/24959/xml-sitemaps</link>
      <pubDate>Fri, 17 May 2013 09:56:55 -0400</pubDate>
      <dc:creator>jcoder</dc:creator>
      <guid isPermaLink="false">24959@/forums/discussions</guid>
      <description><![CDATA[<p>Hello All,</p>

<p>I currently took over a website that was developed with a proprietary programming language with a sitemap generator built right into the website. It has built the sitemap that you see below.</p>

<p>The question and issue I have is that the code below is submitting two sitemaps (siteasummary and sitemap) each sitemap is submitting some pages the other is also submitting. Will this create any issues on Google for me?</p>

<pre><code>  &lt;?xml version="1.0" encoding="UTF-8" ?&gt; 
- &lt;sitemapindex xmlns="<a href="http://www.sitemaps.org/schemas/sitemap/0.9" target="_blank" rel="nofollow">http://www.sitemaps.org/schemas/sitemap/0.9</a>"&gt;
- &lt;sitemap&gt;
  &lt;loc&gt;<a href="http://www.abc.com/mss/mss-wp.nsf/WebEngine?OpenAgent&amp;cmd=siteasummary&lt;/loc&amp;gt" target="_blank" rel="nofollow">http://www.abc.com/mss/mss-wp.nsf/WebEngine?OpenAgent&amp;cmd=siteasummary&lt;/loc&amp;gt</a>;
  &lt;lastmod&gt;2013-05-17&lt;/lastmod&gt; 
  &lt;/sitemap&gt;
- &lt;sitemap&gt;
  &lt;loc&gt;<a href="http://www.abc.com/mss/mss-wp.nsf/WebEngine?OpenAgent&amp;cmd=sitemap&lt;/loc&amp;gt" target="_blank" rel="nofollow">http://www.abc.com/mss/mss-wp.nsf/WebEngine?OpenAgent&amp;cmd=sitemap&lt;/loc&amp;gt</a>;
  &lt;lastmod&gt;2013-05-17&lt;/lastmod&gt; 
  &lt;/sitemap&gt;
  &lt;/sitemapindex&gt;
</code></pre>
]]></description>
   </item>
   <item>
      <title>How to Achieve This Functionality without the Use of Adobe Flash</title>
      <link>http://css-tricks.com/forums/discussion/24932/how-to-achieve-this-functionality-without-the-use-of-adobe-flash</link>
      <pubDate>Thu, 16 May 2013 11:52:44 -0400</pubDate>
      <dc:creator>softprinciples</dc:creator>
      <guid isPermaLink="false">24932@/forums/discussions</guid>
      <description><![CDATA[<p>Hi,</p>

<p>I was wondering if I could please get some direction on how I could take this Adobe Flash website:</p>

<p><a rel="nofollow" href="http://www.afmedia.com.au/day.html" title="">Site</a></p>

<p>and convert it to a HTML/CSS/Javascript/jQuery site?</p>

<p>1) If you notice, the whole background image animates as you move you mouse around - any ideas of any jQuery plugins/examples on how one may achieve this type of animation?</p>

<p>2) With the navigation menu, any jQuery plugins that could achieve the same type of rotation effect when you hover on and off a menu items, i,e, rolls up and back down again?</p>

<p>Any assistance on this, would be much appreciated.</p>

<p>Thanks.</p>
]]></description>
   </item>
   <item>
      <title>Display total number of registered users [Joomla]</title>
      <link>http://css-tricks.com/forums/discussion/24956/display-total-number-of-registered-users-joomla</link>
      <pubDate>Fri, 17 May 2013 07:04:10 -0400</pubDate>
      <dc:creator>ani7ruddha</dc:creator>
      <guid isPermaLink="false">24956@/forums/discussions</guid>
      <description><![CDATA[<p>how to display total number of registered users in joomla??</p>
]]></description>
   </item>
   <item>
      <title>A must watch</title>
      <link>http://css-tricks.com/forums/discussion/24928/a-must-watch</link>
      <pubDate>Thu, 16 May 2013 08:30:33 -0400</pubDate>
      <dc:creator>springlab</dc:creator>
      <guid isPermaLink="false">24928@/forums/discussions</guid>
      <description><![CDATA[<p>I know this is off subject, but I figured if I liked a good "who did it" show then most people here would like it to if they have not already seen it. "Sherlock" on the BBC network is with no question one of the best tv series I have ever seen. I will even take it another step and say it is up there with some of the best all time movies I have seen. The series started in 2010 and is going into series 3 this coming fall. Each series consist of only 3 shows, but those shows are 2 hours long. They are movies within them selves. All I can say is the end of season 2 is epic!
Thought I would share it with those who may have not heard of it yet.</p>
]]></description>
   </item>
   <item>
      <title>One Page Personal Websites</title>
      <link>http://css-tricks.com/forums/discussion/24810/one-page-personal-websites</link>
      <pubDate>Sat, 11 May 2013 11:21:28 -0400</pubDate>
      <dc:creator>ryan_s</dc:creator>
      <guid isPermaLink="false">24810@/forums/discussions</guid>
      <description><![CDATA[<p>Hi Everyone,</p>

<p>I threw this one at Chris too, but i'm confused on how to go about designing a website like the one linked below.</p>

<p>Link: <a href="http://danieleckler.com" target="_blank" rel="nofollow">http://danieleckler.com</a></p>

<p>I really like the way each section of the website is flush with the top and bottom of the bowser. I guess the the question is, do you design it in Photoshop that way, or is it done in code?</p>
]]></description>
   </item>
   <item>
      <title>Hi. I&#039;m almost afraid to ask, but</title>
      <link>http://css-tricks.com/forums/discussion/24937/hi-i039m-almost-afraid-to-ask-but</link>
      <pubDate>Thu, 16 May 2013 14:17:57 -0400</pubDate>
      <dc:creator>adchix</dc:creator>
      <guid isPermaLink="false">24937@/forums/discussions</guid>
      <description><![CDATA[<p>Why would this website: <a href="http://louicage.com/profile.htm" target="_blank" rel="nofollow">http://louicage.com/profile.htm</a> linking to my website in the copyright area?</p>

<p>Appreciate any thoughts on this.</p>
]]></description>
   </item>
   <item>
      <title>showing up blank page</title>
      <link>http://css-tricks.com/forums/discussion/24926/showing-up-blank-page</link>
      <pubDate>Thu, 16 May 2013 06:45:50 -0400</pubDate>
      <dc:creator>Khan</dc:creator>
      <guid isPermaLink="false">24926@/forums/discussions</guid>
      <description><![CDATA[<p>In magento some page up blank</p>

<p>ex:<a rel="nofollow" href="http://dev.enlivengroup.com/thelaceplaceribbons/index.php/ribbon/luxe" title="http://dev.enlivengroup.com/thelaceplaceribbons/index.php/ribbon/luxe"> http://dev.enlivengroup.com/thelaceplaceribbons/index.php/ribbon/luxe</a></p>
]]></description>
   </item>
   <item>
      <title>Collection of &#039;default wordpress components&#039;?</title>
      <link>http://css-tricks.com/forums/discussion/24899/collection-of-039default-wordpress-components039</link>
      <pubDate>Wed, 15 May 2013 02:25:56 -0400</pubDate>
      <dc:creator>Melindrea</dc:creator>
      <guid isPermaLink="false">24899@/forums/discussions</guid>
      <description><![CDATA[<p>I have found myself lately needing a quick way to mockup the CSS for sites that will be done in WordPress, and I've realised that one of the things that would be worth gold to me would be a decently cohesive list of stuff such as what the default menu looks like, what classes are added automatically to the body, etc.</p>

<p>I just found a <a rel="nofollow" href="http://digwp.com/2010/05/default-wordpress-css-styles-hooks/">post from 2010</a> that details various CSS style hooks, but it doesn't give the pattern.</p>

<p>Does anyone else know of another collection of patterns for these components? Or for that matter, would anyone else have any use of that kind of collection of patterns?</p>
]]></description>
   </item>
   <item>
      <title>jQuery Form Validation</title>
      <link>http://css-tricks.com/forums/discussion/24914/jquery-form-validation</link>
      <pubDate>Wed, 15 May 2013 14:34:18 -0400</pubDate>
      <dc:creator>martyd777</dc:creator>
      <guid isPermaLink="false">24914@/forums/discussions</guid>
      <description><![CDATA[<p>Hi everybody. I'm a front-end developer who has recently taken interest in learning jQuery. I made my first jQuery script, which is a form validator. It works by listening to changes made to the inputs, taking the value of the input and matching it against a reg ex. If there is a match, the field turns green, else the field turns red. The program works fine, but it seems bulky to me. You can find it here:</p>

<p><a href="http://codepen.io/Martin-Duran/pen/IrimC" target="_blank" rel="nofollow">http://codepen.io/Martin-Duran/pen/IrimC</a></p>

<p>My question to all is, how does my code look? Is there a simpler, lighter way to accomplish the same outcome? Any and all feedback is appreciated, thanks.</p>
]]></description>
   </item>
   <item>
      <title>Can flash apps work on iphone, ipad, ios devices?</title>
      <link>http://css-tricks.com/forums/discussion/24909/can-flash-apps-work-on-iphone-ipad-ios-devices</link>
      <pubDate>Wed, 15 May 2013 09:34:34 -0400</pubDate>
      <dc:creator>ajnoguerra</dc:creator>
      <guid isPermaLink="false">24909@/forums/discussions</guid>
      <description><![CDATA[<p>I heard there's an issue with IOS and Adobe Flash, are they really not compatible with each other? Does it mean that Apps that are created in flash can not work in Iphone or ipad?</p>
]]></description>
   </item>
   <item>
      <title>avoiding horizontal scrolling from bg images</title>
      <link>http://css-tricks.com/forums/discussion/24896/avoiding-horizontal-scrolling-from-bg-images</link>
      <pubDate>Wed, 15 May 2013 01:03:50 -0400</pubDate>
      <dc:creator>rwchampin</dc:creator>
      <guid isPermaLink="false">24896@/forums/discussions</guid>
      <description><![CDATA[<p>ok guys im just starting out doing this.  im good in photoshop and learned dreamweaver but im having a few issues i cant figure out.</p>

<ol>
<li>how do i make a patterned bg fit to any sizescreen without having a horizontal scroll bar?</li>
</ol>

<p>obv a plain colored bg will fit bc it will just expand but im having trouble w a patterned bg.  is it css? is it a php thing? i have no clue and im dying.  PLEASE HELP!!!!</p>
]]></description>
   </item>
   <item>
      <title>An easier way of doing things</title>
      <link>http://css-tricks.com/forums/discussion/24900/an-easier-way-of-doing-things</link>
      <pubDate>Wed, 15 May 2013 02:28:37 -0400</pubDate>
      <dc:creator>attilahajzer</dc:creator>
      <guid isPermaLink="false">24900@/forums/discussions</guid>
      <description><![CDATA[<p>This isn't quite re-inventing the weel more like the consept.</p>

<p>this website is a webdesign gallery. and each link is essentially a new page with just a different image.
is there a javascript way this same effect could be done? when you click a link and a new image replaces the old? ( would that not be more affective ?</p>

<p>with that you could have a "more information" tab or area designated on the screen in a div?</p>

<p><a href="http://www.futureaccess.ca/web-bufa.php" target="_blank" rel="nofollow">http://www.futureaccess.ca/web-bufa.php</a></p>

<p>javascript, jquery or maybe even css?</p>
]]></description>
   </item>
   <item>
      <title>Scroll or Lightbox when mobile/responsive</title>
      <link>http://css-tricks.com/forums/discussion/22714/scroll-or-lightbox-when-mobileresponsive</link>
      <pubDate>Mon, 18 Feb 2013 03:54:10 -0500</pubDate>
      <dc:creator>Daniel_swe</dc:creator>
      <guid isPermaLink="false">22714@/forums/discussions</guid>
      <description><![CDATA[<p>Hello!</p>

<p>I'm new here to this forum but I have been for a very long time reading it, and it was Chris Coyier that, through his videos, taught me Wordpress, so thanks to that. But I don't know if this is the right place to post my question. This maybe is a forum for techniques such as html, css and so on... but my question is:</p>

<p>THE QUESTION:</p>

<p>I'm building a responsive site which is going to contain image galleries that is going to be seen both in computer browser and in smartphone browser.</p>

<p>Which is more user friendly when talking about displaying the images in a smartphone? Using some kind of lightbox to display each image, maybe with a touch screen slide? OR: Displaying the images each after another with 100% width in the smartphone browser?</p>

<p>Please help me, how to display the images in smartphone, to make it user friendly?</p>

<p>Thanks in advance</p>

<p>/Daniel</p>
]]></description>
   </item>
   <item>
      <title>Web dev apps for Mac</title>
      <link>http://css-tricks.com/forums/discussion/18354/web-dev-apps-for-mac</link>
      <pubDate>Mon, 02 Jul 2012 15:49:19 -0400</pubDate>
      <dc:creator>krysak4ever</dc:creator>
      <guid isPermaLink="false">18354@/forums/discussions</guid>
      <description><![CDATA[<h1>Web dev apps for Mac</h1><br />Created with help of awesome guys from this forum !<br /><small>Update no. 16 ... 5/14/2013.</small><br /><br /><b>FTP</b><br />(FREE..) <a href="http://cyberduck.ch/" target="_blank" rel="nofollow">http://cyberduck.ch/</a><br /><br />($16.00) <a href="http://wbond.net/sublime_packages/sftp" target="_blank" rel="nofollow">http://wbond.net/sublime_packages/sftp</a> ... (Sublime Text 2 package !)<br />($34.00) <a href="http://panic.com/transmit/" target="_blank" rel="nofollow">http://panic.com/transmit/</a><br /> <br /><b>EDITOR</b><br />(FREE..)<a href="http://www.barebones.com/products/TextWrangler/" target="_blank" rel="nofollow">http://www.barebones.com/products/TextWrangler/</a><br /><br />($50.00) <a href="http://www.barebones.com/products/bbedit/" target="_blank" rel="nofollow">http://www.barebones.com/products/bbedit/</a><br />($59.00) <a href="http://www.sublimetext.com/" target="_blank" rel="nofollow">http://www.sublimetext.com/</a><br />($75.00) <a href="http://macrabbit.com/espresso/" target="_blank" rel="nofollow">http://macrabbit.com/espresso/</a><br />($99.00) <a href="http://panic.com/coda/" target="_blank" rel="nofollow">http://panic.com/coda/</a> (don't also purchase transmit, as it is built into coda)<br /><br /><b>MySQL + APACHE</b><br />(FREE..) <a href="http://www.sequelpro.com/" target="_blank" rel="nofollow">http://www.sequelpro.com/</a><br /><br />($40.00) <a href="http://clickontyler.com/virtualhostx/" target="_blank" rel="nofollow">http://clickontyler.com/virtualhostx/</a><br />($59.00) <a href="http://www.mamp.info/en/index.html" target="_blank" rel="nofollow">http://www.mamp.info/en/index.html</a><br /><br /><b>PREPROCESSING</b><br />($10.00) <a href="http://compass.handlino.com/" target="_blank" rel="nofollow">http://compass.handlino.com/</a><br />($14.00) <a href="http://fireapp.handlino.com/" target="_blank" rel="nofollow">http://fireapp.handlino.com/</a> ... (similar to compass app on Win)<br />($10.00) <a href="http://livereload.com/" target="_blank" rel="nofollow">http://livereload.com/</a><br />($25.00) <a href="http://incident57.com/codekit/" target="_blank" rel="nofollow">http://incident57.com/codekit/</a><br /><br /><b>DESIGN</b><br />(FREE..) <a href="http://panic.com/~wade/picker/" target="_blank" rel="nofollow">http://panic.com/~wade/picker/</a> (Developer Color Picker)<br />($05.00) <a href="http://spriterightapp.com/" target="_blank" rel="nofollow">http://spriterightapp.com/</a><br />($05.00) <a href="http://colorsnapper.com/" target="_blank" rel="nofollow">http://colorsnapper.com/</a><br />($30.00) <a href="http://csshat.com/" target="_blank" rel="nofollow">http://csshat.com/</a><br />(CSS Hat turns Photoshop layer styles to CSS3. Instantly.)<br />($30.00) <a href="http://xscopeapp.com/" target="_blank" rel="nofollow">http://xscopeapp.com/</a><br />(<b>$??.??</b>) <a href="http://www.adobe.com/" target="_blank" rel="nofollow">http://www.adobe.com/</a><br /><br /><b>GIT</b><br />(FREE..) <a href="http://mac.github.com/" target="_blank" rel="nofollow">http://mac.github.com/</a><br /><br />($59.00) <a href="http://www.git-tower.com/" target="_blank" rel="nofollow">http://www.git-tower.com/</a><br /><br /><b>SUBVERSION</b><br />($59.00) <a href="http://versionsapp.com/" target="_blank" rel="nofollow">http://versionsapp.com/</a><br /><br /><b>VIRTUALIZATION</b><br />($80.00) <a href="http://www.parallels.com/products/desktop/" target="_blank" rel="nofollow">http://www.parallels.com/products/desktop/</a><br /><br /><b>UTILITIES</b><br />(FREE..) <a href="http://imageoptim.com/" target="_blank" rel="nofollow">http://imageoptim.com/</a><br />(FREE..)  <a href="http://mouapp.com/" target="_blank" rel="nofollow">http://mouapp.com/</a> ... (Markdown editor)<br />(FREE..) <a href="http://www.boastr.de/" target="_blank" rel="nofollow">http://www.boastr.de/</a> ... (Better Touch Tool)<br />(FREE..) <a href="http://www.iterm2.com" target="_blank" rel="nofollow">http://www.iterm2.com</a> ... (replacement for Terminal)<br />(FREE..) <a href="https://developer.apple.com/xcode/" target="_blank" rel="nofollow">https://developer.apple.com/xcode/</a><br />(FREE..) <a href="http://spectacleapp.com/" target="_blank" rel="nofollow">http://spectacleapp.com/</a> ... (Windows like style for moving windows)<br /><br />($02.00) <a href="http://growl.info/" target="_blank" rel="nofollow">http://growl.info/</a><br />($05.00) <a href="http://www.iawriter.com/" target="_blank" rel="nofollow">http://www.iawriter.com/</a><br />($10.00) <a href="http://manytricks.com/moom/" target="_blank" rel="nofollow">http://manytricks.com/moom/</a><br />($12.00)<a href="http://www.shpakovski.com/codebox/" target="_blank" rel="nofollow">http://www.shpakovski.com/codebox/</a><br />($14.00) <a href="http://itunes.apple.com/us/app/divvy/id413857545?mt=12" target="_blank" rel="nofollow">http://itunes.apple.com/us/app/divvy/id413857545?mt=12</a><br />($18.00) <a href="http://totalfinder.binaryage.com/" target="_blank" rel="nofollow">http://totalfinder.binaryage.com/</a><br />($24.00) <a href="http://www.alfredapp.com/" target="_blank" rel="nofollow">http://www.alfredapp.com/</a><br />($30.00) <a href="http://www.obdev.at/products/launchbar/" target="_blank" rel="nofollow">http://www.obdev.at/products/launchbar/</a><br />($35.00) <a href="http://www.stclairsoft.com/DefaultFolderX/" target="_blank" rel="nofollow">http://www.stclairsoft.com/DefaultFolderX/</a><br />($35.00) <a href="http://smilesoftware.com/TextExpander/" target="_blank" rel="nofollow">http://smilesoftware.com/TextExpander/</a><br />($39.00) <a href="http://www.kaleidoscopeapp.com/" target="_blank" rel="nofollow">http://www.kaleidoscopeapp.com/</a><br />($40.00) <a href="http://cocoatech.com/pathfinder/" target="_blank" rel="nofollow">http://cocoatech.com/pathfinder/</a><br />($40.00) <a href="http://www.snippetsapp.com/" target="_blank" rel="nofollow">http://www.snippetsapp.com/</a><br />($50.00) <a href="http://www.potionfactory.com/thehitlist/" target="_blank" rel="nofollow">http://www.potionfactory.com/thehitlist/</a><br />(<b>$??.??</b>) <a href="http://www.bohemiancoding.com/fontcase/" target="_blank" rel="nofollow">http://www.bohemiancoding.com/fontcase/</a><br /><br /><b>PERSONAL</b><br />(FREE..) <a href="http://www.cheatsheetapp.com/CheatSheet/" target="_blank" rel="nofollow">http://www.cheatsheetapp.com/CheatSheet/</a><br />(FREE..) <a href="http://skitch.com/" target="_blank" rel="nofollow">http://skitch.com/</a><br />(FREE..) <a href="http://anxietyapp.com/" target="_blank" rel="nofollow">http://anxietyapp.com/</a><br /><br />($10.00) <a href="http://itunes.apple.com/us/app/fantastical/id435003921?mt=12" target="_blank" rel="nofollow">http://itunes.apple.com/us/app/fantastical/id435003921?mt=12</a><br />($20.00) <a href="http://www.fuelcollective.com/eon" target="_blank" rel="nofollow">http://www.fuelcollective.com/eon</a><br />($40.00) <a href="http://itunes.apple.com/us/app/billings/id402368702?mt=12" target="_blank" rel="nofollow">http://itunes.apple.com/us/app/billings/id402368702?mt=12</a><br />($49.00) <a href="http://culturedcode.com/things/" target="_blank" rel="nofollow">http://culturedcode.com/things/</a><br />(<b>$??.??</b>) <a href="http://getcloudapp.com/" target="_blank" rel="nofollow">http://getcloudapp.com/</a><br /><br /><b>SCREENCASTING</b><br />(FREE..) <a href="http://www.omnigroup.com/products/omnidazzle/" target="_blank" rel="nofollow">http://www.omnigroup.com/products/omnidazzle/</a> ... (helper)<br />($01.00) <a href="http://www.zoomitapp.com/" target="_blank" rel="nofollow">http://www.zoomitapp.com/</a>  ... (helper)<br /><br />($99.00) <a href="http://www.telestream.net/screen-flow/" target="_blank" rel="nofollow">http://www.telestream.net/screen-flow/</a><br />($110.00) <a href="http://www.techsmith.com/camtasia.html" target="_blank" rel="nofollow">http://www.techsmith.com/camtasia.html</a><br /><br /><b>iOS app development</b><br />($79 - $1.299) <a href="http://www.pixate.com/" target="_blank" rel="nofollow">http://www.pixate.com/</a>]]></description>
   </item>
   <item>
      <title>Out sourcing Problems to Fiverr</title>
      <link>http://css-tricks.com/forums/discussion/24859/out-sourcing-problems-to-fiverr</link>
      <pubDate>Mon, 13 May 2013 19:51:19 -0400</pubDate>
      <dc:creator>iroshi</dc:creator>
      <guid isPermaLink="false">24859@/forums/discussions</guid>
      <description><![CDATA[<p>Hey guys. I lately stumbled upon <a rel="nofollow" href="http://fiverr.com" title="Fiverr">Fiverr</a>. For those of you who don't know it yet, thats a site where people offer little jobs for 5$ each. There are allot of people who offer <a rel="nofollow" href="http://fiverr.com/faviconator/help-you-with-you-html-or-css-problems" title="Faviconator">Help with HTML or CSS, Php and Java</a>, this guy for example. I just wondered, instead doing all this stuff by myself, why not hire one of those guys? I mean 5$ isn't much for maybe half an hour of coding and the problems, you would maybe work three hours on to solve them, are solved. So what do you think? Does someone has experience with Fiverr? Or could even recommend me someone who does stuff there and is qualified?
Thanks in advance for your opinions.</p>
]]></description>
   </item>
   </channel>
</rss>