Simply Testable is a free web-based tool that will save you pleanty of time and will take the pain out of routine front-end web testing. It will validate your HTML and give you a detailed overview report of your entire site’s successes and failures. Homepage: http://simplytestable.com/
I am going to share tags design using pure CSS3. This is used to highlight your blog tags. Blog Tags are used to highlight keywords or search words in a blog or site content. These tags have been designed with pure CSS3 and additional fallback for older browsers. CSS3 Code … Read more
Everyone knows that facebook has a live notification messages that pop ups bottom-left corner. Today I am going to share same kind of facebook like live notification message system using jquery and css.
Jquery Code
$(document).ready(function() {
$.sticky('The page has loaded!');
});
Today I am going to share some useful tip to convert country wise timezone in php You can have time zone set for India as ‘Asia/Kolkata‘ this will add +5.30 to GMT time. You will get proper time of your time zone. Php code for Setting India Time Zone List … Read more
People dont want to submit forms when typing enter keys. So I am sharing a simple jquery code to disable enter key using JQuery while typing in forms. Those who want to disable enter key in their form to prevent form submission, they can use this code Jquery Code to … Read more
Few lines of CSS3 code is used to create a cool rotate / animate a image when a user mouseover it. I have used transition css3 code to made that effect. CSS3 Code We can customize the code inorder to rotate / animate image to 180 degree, 90 degree etc. … Read more
Hi guys, I am going to share some simple css3 code to display the first character from your paragraph as large fonts. CSS3 Drop Caps – simply used to style a paragraph with more attractive. It will increase the readability for a webpage. Css3 Code Html Code & Usage Please … Read more
Hi guys, Today I am going to share some amazing css code to turn your profile picture into circle, rounded and polaroid styles. Image : CSS code : Usage : Download [button type=”anchor” url=”http://w3lessons.info/demo/rounded-circle-polaroid/rounded-circle-polaroid.html” color=”orange” align=”after”]View Demo[/button] [button type=”download” url=”https://www.box.com/s/vud0bi8jy1fz1ezebcyp” color=”red” align=”after”]Download[/button] Please don’t forget to share and subscribe to … Read more
Hi guys, I’m going to share some interesting tip to add a nice hover effect on images with simple jquery code. Jquery Code Usage [sourcecode language=”html”]<img src="65.gif." class="hover-item" /> [/sourcecode] [button type=”download” url=”http://w3lessons.info/demo/jquery-image-hover-effect.html” color=”orange” align=”after”]View Demo[/button] Please don’t forget to share and subscribe to latest updates of the blog. Thanks!