Intoduction :- Hii Friends... Today
I explain how to make CSS3 image hover effects. On the modern web
there are so many techniques that can be used to create interesting
interactions, but the simplest and most easy is use CSS, and
specifically the additions that came with CSS3. It gives us beautiful
animation and transitions or image effects. Demo :- Hover Effects
DotNet Modules
Lorem Ipsum is simply dummy text
Lorem is not simply random text.
Neque porro quisquam est qui dolorem
Intoduction :- Hii Friends... Today
I explain how to make CSS3 image hover effects. On the modern web
there are so many techniques that can be used to create interesting
interactions, but the simplest and most easy is use CSS, and
specifically the additions that came with CSS3. It gives us beautiful
animation and transitions or image effects.
Demo :-
Hover Effect
DotNet Modules
This is a Plateform, Of new ideas and Interesting modules.
Intoduction :- Hii Friends... Today I explain how to make CSS3 image hover effects. On the modern web there are so many techniques that can be used to create interesting interactions, but the simplest and most easy is use CSS, and specifically the additions that came with CSS3. It gives us beautiful animation and transitions or image effects.
Intoduction :- Hii Friends... Today I explain How To make jQuery image slider with three panels and 3D look, If you are a web designer or developer you are already aware of how to work jQuery and CSS. CSS3 and jQuery have smart changes in web development. you Want to animate images or texts then you can easily with the help of Jquery and css3. For this I use animated hover effects,elastic effects, buttons with built-in progress bars,light boxes, image gallery effects, text effects and zoom-in effects.
Demo :-
Example :-
<!DOCTYPE html> <html lang="en"> <head> <title>Welcome On DotNetModules</title> <link rel="stylesheet" type="text/css" href="css/demo.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" /> <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Prata' rel='stylesheet' type='text/css' /> <script type="text/javascript" src="js/modernizr.custom.26887.js"></script> <noscript> <link rel="stylesheet" type="text/css" href="css/noscript.css" /> </noscript> </head> <body> <div class="container"> <div class="main"> <div class="fs-slider" id="fs-slider"> <figure> <img src="images/1.jpg" alt="image01" /> <figcaption> <h3>Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </figcaption> </figure> <figure> <img src="images/2.jpg" alt="image02" /> <figcaption> <h3>Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </figcaption> </figure> <figure> <img src="images/3.jpg" alt="image03" /> <figcaption> <h3>Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </figcaption> </figure> <figure> <img src="images/4.jpg" alt="image04" /> <figcaption> <h3>Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </figcaption> </figure> <figure> <img src="images/5.jpg" alt="image05" /> <figcaption> <h3>Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </figcaption> </figure> </div> </div> </div> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.imgslider.js"></script> <script type="text/javascript"> $(function () {
$('#fs-slider').imgslider();
}); </script> </body> </html>
Dear friends if you need this code. I will provide you Zip. Put your EmailId in comment box.
Intoduction :- Hii Friends... This
is an easy way to find tables, procedures, triggers which was made by
you or your friends and you don't know the table or procedures name then
you can simply fire below queries with remember name like if your table name is tbl_Employee and procedure name is proc_ManageEmployee and trigger name is tgr_updateEmployee then you can fire query like below queries 1. for tables : select * from sys.tables where name like '%Employee%' you will get tbl_Employee as result. 2. for procedures : select * from sys.procedures where name like '%Employee%' you will get proc_ManageEmployee as result. 3. for triggers : select * from sys.triggers where name like '%Employee%' you will get tgr_updateEmployee as result. you can also put your own condition with these conditions like AND Id > 10OR Mobile=123456789 Thank You !
Today I explain How To scroll from top to bottom and bottom to top, we use “scrollTop” function of jquery. In order to make the Scroll to Bottom action smooth, jQuery animation has been used. The jQuery scrollTop property is used to set the position of the browser Scrollbar. The page is scrolled to Top or Bottom position by setting the scrollTop property.Through this button, we can back to the top section from the bottom section of the web page without manual page scrolling.
Example :- <img src="img/BackToTopArrow.png" class="on-click-scroll-page-image" title="Go To Top" />