Re: cell phone navigation Programming Web Development by gentlemedia You **DON'T** create two versions of your navigation! I told you (in one of your other four threads regarding this same issue) that you have to **REPLACE** the markup (HTML) from your current navigation with the navbar markup that comes with Bootstrap out of the box. The classes on that Bootsrap navbar will handle the responsiveness for your mobile… Re: need help in C Programming Software Development by letmec when we plug in usb drive, the first thing that os does is that it checks bootsector. In boot sector which is 512 bytes long has 2 parts. one is boot paramenters(tells the organozation of the disk) and the second one is bootstrap program which actually runs. What if anyone can tell how write such bootsrap program that will load my hello world … Re: Twitter Bootstrap Programming Web Development by mattster You need to call the methods in javascript. Use: `$('#your_id').popover()` or `$('.popover').popover()` and apply the `.popover` class to all of your popovers. Here's a [jsFiddle](http://jsfiddle.net/acr6kedt/) to demonstrate. Just change the `MyPopover` and `MyTooltop` to whatever you want. The thing is, is that they don't actually make it real … Re: I need feedback please. Programming Web Development by veedeoo @D, Luckily, I always keep screenshots on my thumb drive and desktop. Here we go Mr. L.D.A yes it is a win executable or msi. The application is pretty lightweight. We experimented using a CSS framework like bootstrap. We used the tideSDK with Titanium SDK. Unlike PHP-GTK, we have more success in developing with tideSDK. below is the … Re: boot strap and javascript Digital Media UI / UX Design by pixelsoul Sounds like you want to do something like this? http://www.jqueryscript.net/demo/Buttons-with-Built-in-Loading-Indicators-For-Bootsrap-3-Ladda-Bootstrap/ Re: Help with positioning two buttons Programming Web Development by gentlemedia I assume that the MQ's are the default ones from Bootsrap - http://getbootstrap.com/css/#grid-media-queries - thus you could do something like this. First add some styles to the `.video` CSS and we add a CSS block for this `.video` in a 768px MQ. .video { position: relative; width: 90%; margin: 0 auto; }… Re: Testing my newly built website. Programming Web Development by benanamen You have code issues. Run your site through [bootlint](http://www.bootlint.com/). CSS should be in an external file. You have added your own media queries. Are the bootsrap defaults not adequate? Make a footer with Bootsrap v2.3.2 Digital Media UI / UX Design by EvaBozh Hey, I need to make a bootstrap footer like the one on the bottom of this site http://drantipov.com/ . (I'm using Bootstrap v2.3.2. I'm using this version because my website looks compact and small - the way I need this. But when I try to use Bootstrap v3.3.5 - new version - I can't make the design that I need.) But I don't need it to be ".… Re: Make a footer with Bootsrap v2.3.2 Digital Media UI / UX Design by diafol Have you looked at the underlying HTML and CSS? You can get the RELEVANT CSS from the browser's developer console. ![footer.PNG](/attachments/large/0/6d268cf91c5766e7c8370f181c6a3738.PNG "align-center") Seems like this site is using bootstrap too. So should be easy to replicate. Having said that - please don't just copy/paste - try … Re: Make a footer with Bootsrap v2.3.2 Digital Media UI / UX Design by EvaBozh I've seen it. But it was biult with the new Bootstrap version. And I'm using version 2.3.2. The "col-xs-6" or classes like that don't work. Re: Make a footer with Bootsrap v2.3.2 Digital Media UI / UX Design by diafol So? Use the old grid system with responsive layout: http://getbootstrap.com/2.3.2/scaffolding.html#responsive Not sure what you actually want from us. Not to build it for you I hope. Re: Make a footer with Bootsrap v2.3.2 Digital Media UI / UX Design by Oliver Realize Maybe try class="span6" Ajax ValidatorCalloutExtender and Bootsrap tabs Programming Web Development by jiecerbo31 Hi, hope somebody can help me with my problem. I am using ajax validatorcalloutextender in an employee insert/update page(ASP.NET, VB.NET). I am also using bootstrap navigation tabs to group relevant employee details. Whenever there is an error in one of the fields, I would like the tab containing the field to be opened. Right now it's going to …