I Ramkumar, started my career after completing Bachelor of Engineering in Anna University, Chennai. With 2+ years of Experience in Web Development have done a variety of projects on it to make this web world a little bit kinder and more beautiful. I try to learn a new skill every day and so passionate about my work that I won't give up until I am fully satisfied with the outcome..!
Having a professional experience in Core PHP,Wordpress, CakePHP, HTML 5, CSS 3, Jqery/Javascript, Mysql, Responsive Websites, E Commerce , SEO, WebDesign, Mashup works of social networks
WordPress Front-End and Back-End development, Theme & Plugin development. HTML 5, Cake PHP, Core PHP, JQuery / AJAX web development.Full Website revamp and maintainance. Web Hosting – Web design.
In this Blog => Here i share some random stuffs, techs and collective updates ?!?.
Fav Icons=> [Steve Jobs] [Bharathiyar] [Abdul Kalam] [Mark Zuckerberg] [ma Parents] [Sachin Tendulkar].
Fav quote => " Yesterday is History, Tomorrow a Mystery, Today is a Gift,That's why it's called the Present "
To print a whole web page is a simple thing using Javascript the following code is a printer friendly code to print the web page.
<SCRIPT LANGUAGE=”JavaScript”>
if (window.print) {
document.write(‘<form><input type=button name=print value=”Print” onClick=”window.print()”></form>’);
}
</script>
The above Java script is need to placed in Html or PHP code where you want to display the PRINT button and using the print button the whole web page get printed.
Hi friends,
Lets play Hide and seek..
ha ha
A simple Jquery script to hide the content on mouse hover and also click the below script is used Jquery so you need to download the jQuery from this link then copy the HTML script and run this will perform hide the content on mouse hover over the text..
<html>
<head>
<script type=”text/javascript” src=”jquery.js”></script>
<script type=”text/javascript”>
$(document).ready(function(){
$(“p”).mouseover(function(){
$(this).hide();
});
});
</script>
</head>
<body>
<p>If you point mouse on me, I will disappear.</p>
<p>mouse over me i will away!</p>
<p>point out me too!!!</p>
</body>
</html>
So from the above script each paragraph text will disappear when you point out your mouse pointer above the text..
Portfolio // http://ram.coolpage.biz
Mobile. // 9566736375 ( 8.30 am to 12.30 pm )
E-Mail // er.ramkumars@gmail.com
// Subscribe RSS feed to receive updates. For Best View, don't watch it on IE7 and below ;)