Thursday, August 22, 2013

The start of Blogger blogging

Well this is a first for me. I usually just "blog" on facebook and g+ but decided now to make a blog. Was going to go with wordpress but then i remember that google has blogger now so came here instead.

This is where i guess i will rage and rant about online stuff like games, code, shitty developers, etc. So if you don't want to hear my bleeps please go somewhere else because i don't really care if no one sees these.

Now with that said there is one thing that pissed me off today. While i was updating my website to Bootstrap 3.0 i noticed how UNdocumented the new bootstrap 3.0 documentation is. I like to add in multiple comment systems into the news feed, server listings, pics and more but im having a problem with the nav-tabs. More importantly i don't want wtf is the change for tab-panel and the docs don't show at all what the change it. I tweeted to  but still no reply back. Here is the tweet i sent them.

" Hi your documentation is not very well documented. Having a problem with changing my nav-tabs from 2.3 to 3.0."

The code im having a problem with is this...

<ul class='nav nav-tabs nav-justified'>
  <li class='active'><a href='#disqus'>Disqus</a></li>
  <li><a href='#vloc'>VLO</a></li>
  <li><a href='#'></a></li>
  <li><a href='#'></a></li>
</ul>
<div class='nav nav-tabs-content'>
  <div class='tab-pane active' id='disqus'>$disqus</div>
  <div class='tab-pane' id='vloc'>VLO own commenting system coming soon</div>
  <div class='tab-pane' id=''></div>
  <div class='tab-pane' id=''></div>
</div>

As you can see the first part is ready for 3.0 but the nav-tabs-content is still 2.3 and there is NO documentation for 3.0 of how to change that.

Figured out my problem. I don't have the jquery set correctly. However Bootstrap's documentation does suck, not very well documented or noob friendly like most docs.

So thats the website rant. Once i get that fixed then its all downhill for new and updated features for gamers, socialists and trollers.

Well anyways this is my first blogger post so ill post more soon. Time to get back to being a shitty website front end developer.

No comments:

Post a Comment