Title: mdo's Replies | WordPress.org

---

# mdo

  [  ](https://wordpress.org/support/users/mdo/)

 *   [Profile](https://wordpress.org/support/users/mdo/)
 *   [Topics Started](https://wordpress.org/support/users/mdo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mdo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mdo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mdo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mdo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mdo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/mdo/replies/page/2/?output_format=md) 
[→](https://wordpress.org/support/users/mdo/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Where did you learn to write CSS?](https://wordpress.org/support/topic/where-did-you-learn-to-write-css/)
 *  [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/where-did-you-learn-to-write-css/#post-5060161)
 * Howdy!
 * Randomly I was pinged on this issue because of my username in the Bootstrap CSS
   banner. Perhaps I can shed some light on a few things for [@keeperbay](https://wordpress.org/support/users/keeperbay/).
 * First, Bootstrap is an HTML/CSS/JS framework for building sites, even WordPress
   themes. Basically it provides folks with well styled and documented components
   so they can build things faster. It’s mobile first and responsive, meaning it
   works great on your phone and all the way up to your laptop/desktop.
 * Second, the minified CSS is a super great way to serve up your CSS in a production
   environment. The purpose of minified CSS is to reduce file size and concatenate(
   combine) multiple files into one. For themes, and folks who are looking to build
   on existing CSS like those in WordPress, it’s obviously a bit tougher to work
   with.
 * You have a couple options though for dealing with that. You could appeal to the
   theme designer to provide the unminified CSS. You could also copy-paste the minified
   CSS into a CSS linter, which could reformat all the code for readability.
 * Lastly, not all CSS is expected to validate (at least to the W3C’s validation
   specs). In Bootstrap in particular, we have to support lots of odd browser behavior.
   Sometimes that requires browser hacks and weird syntax that chokes the validators
   and parsers. There’s little we can do about that, but the CSS does work.
 * Hope that helps! If you do find an issue in Bootstrap, give our bug tracker on
   GitHub a search. If you don’t see an open issue, feel free to open one of your
   own at [https://github.com/twbs/bootstrap/issues/](https://github.com/twbs/bootstrap/issues/).
 * <3
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Added Paragraph, Line Break Tags](https://wordpress.org/support/topic/added-paragraph-line-break-tags/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/added-paragraph-line-break-tags/#post-355431)
 * No one has had a similar problem?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar Comes and Goes in IE6](https://wordpress.org/support/topic/sidebar-comes-and-goes-in-ie6/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/sidebar-comes-and-goes-in-ie6/#post-350996)
 * I have no idea what I did, but I was reworking the theme for the site and decided
   to make some includes for each page portion (the main navigation, the sidebar,
   etc).
 * Somehow that fixed it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change the length of the excerpt?](https://wordpress.org/support/topic/change-the-length-of-the-excerpt/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/change-the-length-of-the-excerpt/#post-353129)
 * Great, thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar Comes and Goes in IE6](https://wordpress.org/support/topic/sidebar-comes-and-goes-in-ie6/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/sidebar-comes-and-goes-in-ie6/#post-350858)
 * Does anyone have any input on this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar Comes and Goes in IE6](https://wordpress.org/support/topic/sidebar-comes-and-goes-in-ie6/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/sidebar-comes-and-goes-in-ie6/#post-350670)
 * Sorry, it put the link around the period at the end of my sentence.
 * [http://www.concept4u.com/index.php](http://www.concept4u.com/index.php) is the
   link. I fixed the first post as well.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Weekly WordPress Tips](https://wordpress.org/support/topic/weekly-wordpress-tips/)
 *  [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/weekly-wordpress-tips/#post-348547)
 * niziol, you might be interested in this:
 * [http://lorelle.wordpress.com/2006/03/02/how-to-write-a-simple-wordpress-plugin/](http://lorelle.wordpress.com/2006/03/02/how-to-write-a-simple-wordpress-plugin/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posts “Cut Off” in IE 6.0 but not Firefox](https://wordpress.org/support/topic/posts-cut-off-in-ie-60-but-not-firefox/)
 *  [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/posts-cut-off-in-ie-60-but-not-firefox/#post-348534)
 * I have a similar problem with my sidebar in IE6. Sometimes it’s there, sometimes
   a refresh works, and other times it refuses to be shown a few times in a row.
 * I have double checked my HTML and PHP for errors, but I haven’t come across any.
   Also, my sidebar already has a position: relative on it.
 * I’m running v2.0.1, also if that needs mentioning. Firefox 1.5 shows it fine,
   IE6 is messing it up.
 * Any other documentation on this bug?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [403 w/ Permalinks No Matter What](https://wordpress.org/support/topic/403-w-permalinks-no-matter-what/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/403-w-permalinks-no-matter-what/#post-346143)
 * Hmm, short of switching hosts – don’t really want to because this is my clients
   website – does anyone have another option?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Index.php not working after adding loops](https://wordpress.org/support/topic/indexphp-not-working-after-adding-loops/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/indexphp-not-working-after-adding-loops/#post-343862)
 * I think I fixed the problem, which lay in some bad PHP. It is fine now.
 * Thanks for the help though!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Index.php not working after adding loops](https://wordpress.org/support/topic/indexphp-not-working-after-adding-loops/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/indexphp-not-working-after-adding-loops/#post-343789)
 * One more quick question:
 * Why is it that my the Main Index Template still doesn’t display all posts that
   I have made?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Index.php not working after adding loops](https://wordpress.org/support/topic/indexphp-not-working-after-adding-loops/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/indexphp-not-working-after-adding-loops/#post-343768)
 * I think I love you moshu. (not really though)
 * Thank you so much.
 * 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Index.php not working after adding loops](https://wordpress.org/support/topic/indexphp-not-working-after-adding-loops/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/indexphp-not-working-after-adding-loops/#post-343761)
 * Can anyone please help?
 * I am in need of some explanation to using different queries on individual pages.
 * Somehow they have messed up the query for the main page.
 * Anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Index.php not working after adding loops](https://wordpress.org/support/topic/indexphp-not-working-after-adding-loops/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/indexphp-not-working-after-adding-loops/#post-343470)
 * Would that work though if I have about 5 loops, each for a specific page?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Searching and Permalinks Problem](https://wordpress.org/support/topic/searching-and-permalinks-problem/)
 *  Thread Starter [mdo](https://wordpress.org/support/users/mdo/)
 * (@mdo)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/searching-and-permalinks-problem/#post-262216)
 * Yes! Thank you :).

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/mdo/replies/page/2/?output_format=md) 
[→](https://wordpress.org/support/users/mdo/replies/page/2/?output_format=md)