Saturday, August 3, 2013

Bootstrap Tools

http://designshack.net/articles/css/20-awesome-resources-for-twitter-bootstrap-lovers/ http://stylebootstrap.info/ http://charliepark.org/bootstrap_buttons/ http://bootstrapstyler.com/#themes https://wrapbootstrap.com/ http://bootswatch.com/ http://builtwithbootstrap.com/ http://www.extendingfireworks.com/ http://axutopia.com/twitter-bootstrap/ http://gui.repixdesign.com/#freebies http://fortawesome.github.io/Font-Awesome/ http://addyosmani.github.io/jquery-ui-bootstrap/ http://www.eyecon.ro/colorpicker-and-datepicker-for-twitter-bootstrap.htm http://designshack.net/articles/css/5-incredibly-useful-tools-built-into-twitter-bootstrap/ http://alistapart.com/article/building-twitter-bootstrap

Thursday, June 13, 2013

Full Width Footer in Bootstrap

<footer>
    <div class="footer">
       <div class="container narrow row-fluid">
          <div class="span4">
          </div>
          <div class="span3">
          </div>
          <div class="span5">
          </div>
       </div>
    </div></footer>

Thursday, June 6, 2013

"SyntaxError: JSON.parse: unexpected character" in Asp.net ,ajax, jquery.....

in system.web

Paste the following code
<compilation debug="true">
<
assemblies><
add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/></
assemblies></
compilation><
httpHandlers><
remove verb="*" path="*.asmx"/><
add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/><
add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/><
add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/></
httpHandlers><
httpModules><
add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/></
httpModules>

Sunday, June 2, 2013

Zoom problem in Bootstrap

1) Go to Bootstrap.css
2)  img {
change 100% to none.
max-width:   none;
}