Home
Contact
About
Navigation
Road Map
Categories
OOP
C#
ASP.NET
ASP.NET MVC
HTML 5
CSS
BootStrap
LESS
UX
jQuery
SignalR
Visual Studio
Best Practices
Design Patterns
Home
»
Archives for May 2014
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...
Read more
Page 1 of 5
1
2
3
4
5
Next »
About Me
Winifred Cadap
View my complete profile
Categories
AngularJS
(6)
ASP.NET
(1)
ASP.NET MVC
(10)
Best Practices
(7)
BootStrap
(4)
C#
(18)
CSS
(6)
Design Patterns
(10)
DI
(1)
DIP
(1)
HTML 5
(3)
jQuery
(3)
LESS
(1)
LINQ
(1)
MongoDB
(1)
Moq
(1)
OOP
(1)
Security
(1)
SignalR
(1)
UX
(2)
Visual Studio
(1)
Popular Posts
Creating CRUD Application with ASP.NET MVC 5, AngularJS, BootStrap 3, and HTML5 - Part 1
T he reason why many developers want to use AngularJS and BootStrap 3 on their application is to avail of the SPA features: Avoid full ...
CRUD Application Using ASP.NET MVC 5 and MongoDB
W hy use MongoDB? It’s not a fad. It’s a need. I will not cover the advantages of MongoDB over other databases out there. Try this and you...
Implementing Breadcrumb In AngularJS Using Angular-UI-Router
O ne of the thing that is missing in AngularJS API is the auto mapping of breadcrumb that is tied with the routes. If you are concern about...
Asp.Net MVC and CSS : How to keep the footer stay at the bottom without breaking BootStrap features
B y 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 BootSt...
Creating CRUD Application with ASP.NET MVC 5, AngularJS, BootStrap 3, and HTML5 - Part 5
Part 5 – The Add, Update, and Delete modules We already have the skeleton and we already tried pulling data from the back end. The nex...
Paging, Sorting, and Searching in ASP.NET MVC using PagedList and Dynamic Linq
P agedList.mvc is a lightweight API for server side paging in ASP.NET MVC. The only thing we want to avoid is reading all the records from t...
Tips On Optimizing Frontend Web Application
"80-90%” of the end-user response time is spent on the frontend. Start there. -Steve Souders
Preventing BootStrap Alert From Being Remove on the DOM
B ootStrap Alert is used to display messages or error messages on the DOM while users tries to navigate or perform some actions on the web. ...
Handling Multiple Entries and One Time Post in ASP.NET MVC
Introduction One type of Data Entry patterns in Web Application is multiple data entry. Examples of these multiple data entry are orders e...
Creating CRUD Application with ASP.NET MVC 5, AngularJS, BootStrap 3, and HTML5 - Part 3
Part 3 : Creating the Back End Using ASP.NET MVC The are 2 ways we can pass data to and from ASP.NET MVC to Angular: 1. By BootStrapping...
Blog Archive
►
2015
(7)
►
January
(7)
▼
2014
(23)
►
October
(3)
►
September
(1)
►
August
(1)
►
July
(13)
►
June
(4)
▼
May
(1)
Responsive CSS Flip Animations