BootStrap Alert is used to display messages or error messages on the DOM while users tries to navigate or perform some actions on the web. But by default, the BootStrap Alert is only one time use. The moment the alert was closed, it will never appear again.
Home » Posts filed under BootStrap
Preventing BootStrap Alert From Being Remove on the DOM
in
BootStrap,
CSS,
HTML 5,
jQuery
- on Saturday, July 05, 2014
- 6 comments
Creating Live Scoring using SignalR, BootStrap CSS, HMTL5 and jQuery
ASP.NET SignalR is a library for ASP.NET developers that enables real-time communication on the web or desktop. It uses WebSockets of HTML5 API to enable bi-directional communication between the browser and server.
Asp.Net MVC and CSS : How to keep the footer stay at the bottom without breaking BootStrap features
in
ASP.NET MVC,
BootStrap,
CSS
- on Wednesday, June 11, 2014
- 3 comments
By default asp.net mvc provides footer but the problem is it does stay at the bottom of the page. There's a solution provided by BootStrap but it is sticky. We want something that is relative to the page.
The solution presented here is compatible in desktop devices as well as mobile devices.
You can download this @ github.com/wcadap
The solution presented here is compatible in desktop devices as well as mobile devices.
You can download this @ github.com/wcadap
Responsive CSS Flip Animations
in
BootStrap,
CSS,
HTML 5
- on Friday, May 30, 2014
- 2 comments
One way to add user experience to your website is by adding animation with graceful transition. This article discusses simple responsive flip animation using CSS (no JavaScript) to display the best movies in 2013.