<?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://www.css-tricks.com/forums/categories/other/feed.rss</link>
      <pubDate>Wed, 22 May 13 21:21:59 -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>Converting existing site to a CMS (Drupal)</title>
      <link>http://www.css-tricks.com/forums/discussion/25112/converting-existing-site-to-a-cms-drupal</link>
      <pubDate>Wed, 22 May 2013 17:31:09 -0400</pubDate>
      <dc:creator>NghiQuach</dc:creator>
      <guid isPermaLink="false">25112@/forums/discussions</guid>
      <description><![CDATA[<p>Hey guys,</p>

<p>Want to know if anyone has ever done something along these lines.
What resources did you guys use?</p>

<p>Trying to learn anything I can.</p>

<p>Thanks!</p>
]]></description>
   </item>
   <item>
      <title>How many people in here run Linux?</title>
      <link>http://www.css-tricks.com/forums/discussion/25075/how-many-people-in-here-run-linux</link>
      <pubDate>Wed, 22 May 2013 01:10:42 -0400</pubDate>
      <dc:creator>Joe_Temp</dc:creator>
      <guid isPermaLink="false">25075@/forums/discussions</guid>
      <description><![CDATA[<p>If so, what distro?</p>

<p>I'm really not partial, I'm just curious.</p>

<p>I run Fedora 18, ran Ubuntu for about 3 years.</p>
]]></description>
   </item>
   <item>
      <title>Web App registration methodes</title>
      <link>http://www.css-tricks.com/forums/discussion/25109/web-app-registration-methodes</link>
      <pubDate>Wed, 22 May 2013 16:20:31 -0400</pubDate>
      <dc:creator>PixelClaw</dc:creator>
      <guid isPermaLink="false">25109@/forums/discussions</guid>
      <description><![CDATA[<p>Hey guys</p>

<p>I'm currently building a Web Application for TV people to present themselves, be a part of the community and to find jobs online. For that to come true, I need user profiles that are 100% filled up with the information of each user. At first I planned a regular sign up method, but then I decided to add Facebook, Twitter and LinkedIn (just like <a rel="nofollow" href="https://coderwall.com/" title="CoderWall">coderwall.com)</a>.</p>

<p>Is it smart for me to disable the good old registration via email and just leave the Social Media registration?</p>

<p>Cheers!</p>
]]></description>
   </item>
   <item>
      <title>Wordpress: show custom post types, by category</title>
      <link>http://www.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>WP query problem</title>
      <link>http://www.css-tricks.com/forums/discussion/25114/wp-query-problem</link>
      <pubDate>Wed, 22 May 2013 17:53:23 -0400</pubDate>
      <dc:creator>bastunqk</dc:creator>
      <guid isPermaLink="false">25114@/forums/discussions</guid>
      <description><![CDATA[<p>Hi.
I have problem with query in WP.
What i need is to  get all post's from custom post type which starts with A and have defined term.
Here is my sql:</p>

<pre>
     SELECT * FROM $wpdb-&gt;posts, $wpdb-&gt;terms
        WHERE post_title LIKE 'А%'
        AND post_type = 'filmi-i-serialii'
        AND post_status = 'publish'
  AND slug = 'igralni';
</pre>

<p>But this return's me all post's in filmi-i-serialii post type not only that is in tax igralni.
So how to do it ?
Regards</p>
]]></description>
   </item>
   <item>
      <title>WordPress wp_head call bringing in loads of crap</title>
      <link>http://www.css-tricks.com/forums/discussion/25104/wordpress-wp_head-call-bringing-in-loads-of-crap</link>
      <pubDate>Wed, 22 May 2013 13:18:15 -0400</pubDate>
      <dc:creator>Ricky55</dc:creator>
      <guid isPermaLink="false">25104@/forums/discussions</guid>
      <description><![CDATA[<p>Just building a WP theme and I trying to create everything from scratch so I can create my own framework and also to keep things as clean as possible.</p>

<p>I've noticed that as soon as I add the wp_head call WordPress adds a few lines of crap. It looks like most of it is for the admin bar but its inserted css into the head using the old text/css.</p>

<p>Just wondered if I can stop or change this css?</p>

<p>I know I can turn off the admin bar is this the only way?</p>
]]></description>
   </item>
   <item>
      <title>Help with Linking to image gallery</title>
      <link>http://www.css-tricks.com/forums/discussion/25106/help-with-linking-to-image-gallery</link>
      <pubDate>Wed, 22 May 2013 13:56:12 -0400</pubDate>
      <dc:creator>Bern494</dc:creator>
      <guid isPermaLink="false">25106@/forums/discussions</guid>
      <description><![CDATA[<p>Hi
I want to link to a image gallery in my site, no problem but how can I link to a individual image within that gallery? Example: In my text on one page I have references to a image which I want to link to that image as opposed to the gallery itself. There will be a lot of images in the gallery so how can I make the link to go to where that image sits in the gallery?</p>

<p>Bern</p>
]]></description>
   </item>
   <item>
      <title>What is your favorite coding environment?</title>
      <link>http://www.css-tricks.com/forums/discussion/25103/what-is-your-favorite-coding-environment</link>
      <pubDate>Wed, 22 May 2013 11:37:23 -0400</pubDate>
      <dc:creator>Joe_Temp</dc:creator>
      <guid isPermaLink="false">25103@/forums/discussions</guid>
      <description><![CDATA[<p>I've never been a huge IDE guy. Not for any particular reason... just doesn't work for me.</p>

<p>I prefer something a little more lightweight. So, for the longest time, I was just banging out code in gedit (default Gnome text editor).</p>

<p>However, I just recently discovered Sublime Text 2. Wow... I'm in love. Distraction free mode is awesome! I also love the bird's eye view of all my code. The color schemes are great and I love that I can hide/expand code based on tags.</p>

<p>It has WAY more features than a plain ol' text editor but it's way more lightweight than an IDE.</p>

<p>So, what does everyone else use? What's your favorite and why?</p>
]]></description>
   </item>
   <item>
      <title>WORDPRESS: Display a Featured Post on homepage?</title>
      <link>http://www.css-tricks.com/forums/discussion/25006/wordpress-display-a-featured-post-on-homepage</link>
      <pubDate>Mon, 20 May 2013 01:42:17 -0400</pubDate>
      <dc:creator>Keilowe</dc:creator>
      <guid isPermaLink="false">25006@/forums/discussions</guid>
      <description><![CDATA[<p>I followed <a rel="nofollow" href="http://wp.tutsplus.com/tutorials/creative-coding/youtube-and-vimeo-video-gallery-with-wordpress/" title="http://wp.tutsplus.com/tutorials/creative-coding/youtube-and-vimeo-video-gallery-with-wordpress/">this tutorial</a>. Everything works fine I just wanted to add a Custom meta box that has a drop down to display a specific video as "Featured".</p>

<p>I also found <a rel="nofollow" href="http://wordpress.stackexchange.com/questions/9968/how-do-i-create-a-featured-post-within-a-custom-post-type" title="http://wordpress.stackexchange.com/questions/9968/how-do-i-create-a-featured-post-within-a-custom-post-type">this post on stack exchange</a>. But I am not a PHP type of person, so I am clueless on what to do.</p>

<p>Can some one please help me add the Featured Post meta box along with a piece of code to display the selected video inside of a page template?</p>

<p>I'd really appreciate all help!!</p>
]]></description>
   </item>
   <item>
      <title>How to collaborate with other developers?</title>
      <link>http://www.css-tricks.com/forums/discussion/25068/how-to-collaborate-with-other-developers</link>
      <pubDate>Tue, 21 May 2013 19:56:18 -0400</pubDate>
      <dc:creator>JohnMotylJr</dc:creator>
      <guid isPermaLink="false">25068@/forums/discussions</guid>
      <description><![CDATA[<p>Hey folks, i figured i would see if any of yall have the inside scoop on this before i start Googling.</p>

<p>A lot of the work i do is independent so i rarely need to collaborate with anyone. A buddy of mine from college and i will be working on a cool project in a few days. I hate having to send millions of emails to talk with someone real time. Are there any popular or super easy and clean kind of instant messaging systems available to chat in real time?</p>

<p>I have used things like, MSN Messenger, Yahoo Instant Messenger, and a couple others but they are just full of stupid things i don't need. I doubt i will need an animated cartoon puking while i need to ask about some code lol..</p>

<p>Any suggestions are welcome and feedback on how you guys/gals communicate with partners will be super appreciated.</p>
]]></description>
   </item>
   <item>
      <title>What do you like better?</title>
      <link>http://www.css-tricks.com/forums/discussion/25060/what-do-you-like-better</link>
      <pubDate>Tue, 21 May 2013 14:36:12 -0400</pubDate>
      <dc:creator>attilahajzer</dc:creator>
      <guid isPermaLink="false">25060@/forums/discussions</guid>
      <description><![CDATA[<p><a href="http://hajzer.info/" target="_blank" rel="nofollow">http://hajzer.info/</a></p>

<p>OR</p>

<p><a href="http://jsfiddle.net/attilahajzer/ye3re/6/embedded/result/" target="_blank" rel="nofollow">http://jsfiddle.net/attilahajzer/ye3re/6/embedded/result/</a></p>

<p>is it wordpress worthy? (the second site)</p>

<p>im thinking about re-designing my business website. is it worth it? or should i start from scratch?</p>
]]></description>
   </item>
   <item>
      <title>Wordpress - first loading need long time</title>
      <link>http://www.css-tricks.com/forums/discussion/25024/wordpress-first-loading-need-long-time</link>
      <pubDate>Mon, 20 May 2013 13:11:00 -0400</pubDate>
      <dc:creator>derElch</dc:creator>
      <guid isPermaLink="false">25024@/forums/discussions</guid>
      <description><![CDATA[<p>Hello all together</p>

<p>i have a small problem with general wordpress installations. i could discover this often by self-hosted wordpress blogs and now again by my new one which i'm creating now.</p>

<p>if i request the blog the first time, it takes around 8-10 seconds to load the full page. if i would reload (clear the cache) now the same page, it takes only around 3, maximum 5 seconds.</p>

<p>the blog have not many graphics and atm only small ones. can anybody confirm this situation? have you some (good) solution how this could be solved? i know its just a small thing but i dont like it ^^</p>

<p>have this to do with all the javascript files in the head/meta area of the document? i read it would be better to place javascript files in the end of the file, so it would load much faster, ok thats wrong, the user would have faster text infront and could already begin to use the website...</p>

<p>would be happy about some answers and tips.</p>
]]></description>
   </item>
   <item>
      <title>WordPress Vs Traditional Coding</title>
      <link>http://www.css-tricks.com/forums/discussion/25015/wordpress-vs-traditional-coding</link>
      <pubDate>Mon, 20 May 2013 07:13:07 -0400</pubDate>
      <dc:creator>xcom</dc:creator>
      <guid isPermaLink="false">25015@/forums/discussions</guid>
      <description><![CDATA[<p>Hello Everyone.</p>

<p>Currently, I am building sites using visual studio however I would like to know more about WordPress and why people use it.</p>

<p>I would like some advice please, is WordPress any good for amateur developers. What are the advantage over traditional coding.</p>

<p>Many Thanks</p>
]]></description>
   </item>
   <item>
      <title>HTML, CSS, Javascript and especially Jquery!</title>
      <link>http://www.css-tricks.com/forums/discussion/25039/html-css-javascript-and-especially-jquery</link>
      <pubDate>Tue, 21 May 2013 03:34:51 -0400</pubDate>
      <dc:creator>Trev</dc:creator>
      <guid isPermaLink="false">25039@/forums/discussions</guid>
      <description><![CDATA[<p>Hi All,</p>

<p>Been visiting this site a lot over the years its great, also seems like a good community to get involved in, so thought I'd post a question.</p>

<p>Currently I use Dreamweaver on the a windows PC to develop new pages/sites and fixes. As part of quite a large organisation a lot of my time is spent fixing other larger systems (SharePoint!) and our main corporate website.</p>

<p>The question I have is, with Adobe's new pricing scheme I have decided to look at other options for my code editor. I am mainly interested in decent HTML/CSS/Javascript prompting and abilities.</p>

<p>So what is everyone using? any recommendations? It will have to be PC/Windows centric, as I'm not going to convince them to give me a mac any time soon :)</p>
]]></description>
   </item>
   <item>
      <title>Forrst Scout Waiting List</title>
      <link>http://www.css-tricks.com/forums/discussion/25047/forrst-scout-waiting-list</link>
      <pubDate>Tue, 21 May 2013 07:30:30 -0400</pubDate>
      <dc:creator>FullyCreative</dc:creator>
      <guid isPermaLink="false">25047@/forums/discussions</guid>
      <description><![CDATA[<p>Hi All,</p>

<p>Hoping someone on the CSS-Tricks Forum can help me out.</p>

<p>I have applied for a Forrst invite, and currently waiting for a invite (it's been awhile now)</p>

<p>Hoping someone on here could lend me a hand!</p>

<p>Application link: <a href="http://forrst.com/i/i0uB?previous=523043" target="_blank" rel="nofollow">http://forrst.com/i/i0uB?previous=523043</a></p>

<p>Many Thanks,
Fully Creative</p>
]]></description>
   </item>
   <item>
      <title>Website feedback</title>
      <link>http://www.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>Wordpress- Create A Custom Rewrite Rule Issue</title>
      <link>http://www.css-tricks.com/forums/discussion/25042/wordpress-create-a-custom-rewrite-rule-issue</link>
      <pubDate>Tue, 21 May 2013 05:58:42 -0400</pubDate>
      <dc:creator>HSMBI</dc:creator>
      <guid isPermaLink="false">25042@/forums/discussions</guid>
      <description><![CDATA[<p>My Wordpress site home page is from my theme folder home.php where i fetch data from my custom database tables. Now my question is how could i rewrite www.mysite.com/index.php?page=1 to www.mysite.com/page-1. I tried .htaccess But Failed..Dont Know Much About Wordpress Plz Help With Complete Details...</p>
]]></description>
   </item>
   <item>
      <title>Intel Core i3 for programming</title>
      <link>http://www.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>Wordpress Client Area</title>
      <link>http://www.css-tricks.com/forums/discussion/22438/wordpress-client-area</link>
      <pubDate>Thu, 07 Feb 2013 11:29:43 -0500</pubDate>
      <dc:creator>robinq21</dc:creator>
      <guid isPermaLink="false">22438@/forums/discussions</guid>
      <description><![CDATA[<p>Hi all..</p>

<p>I run a web based holiday company, and provide a concierge service, to arrange all the extra little details for my clients..</p>

<p>What would be really useful is to have an area clients can log in, and see a page, unique to them, with their travel arrangements detailed in full.</p>

<p>If anyone knows of a decent plugin that can do this relatively "out of the box", it would be great.</p>

<p>Many thanks for any suggestions.</p>
]]></description>
   </item>
   <item>
      <title>WordPress best way to do this</title>
      <link>http://www.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>Front-end developer</title>
      <link>http://www.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://www.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>Tooltip JavaScript Messing With jQuery Masonry For tumblr?</title>
      <link>http://www.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>how to do it?</title>
      <link>http://www.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>How to secure your own Control Panel</title>
      <link>http://www.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://www.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://www.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://www.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://www.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://www.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>
   </channel>
</rss>