CSS is painful. Everybody agrees with that. Repeatable colors and values are everywhere. When you want to change 1 value you need to search and change values that are affecting the style. We could avoid this by using LESS.
Home » Posts filed under CSS
Preventing BootStrap Alert From Being Remove on the DOM
in
BootStrap,
CSS,
HTML 5,
jQuery
- on Saturday, July 05, 2014
- 6 comments
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.
Handling Multiple Entries and One Time Post in ASP.NET MVC
in
ASP.NET MVC,
C#,
CSS,
jQuery
- on Wednesday, July 02, 2014
- 3 comments
Introduction
One type of Data Entry patterns in Web Application is multiple data entry. Examples of these multiple data entry are orders entry, guests registration, etc. In this example we will be using Client Registration. Below is a screenshot on what we will be working.
One type of Data Entry patterns in Web Application is multiple data entry. Examples of these multiple data entry are orders entry, guests registration, etc. In this example we will be using Client Registration. Below is a screenshot on what we will be working.
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.