PASSIONATE DEVELOPER

PHP - WORDPRESS - JQUERY - MYSQL - CAKEPHP


PAYPAL - POSTGRESQL - HTML5 - CSS3 - MOBILE & IPAD COMPATIBILTY - ORACLE 11G - AJAX

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..!

  • SKILLS

    WHAT I HAVE

    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

  • SPECIALTIES

    WHAT I SPECIAL

    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.

Skills // Core PHP, Wordpress, CakePHP, HTML 5, CSS 3, JQery, Mysql, PostgreSQL, AJAX, Javascript, Oracle 11g Enterprise Manager, SQL developer, Oracle Data modeler, PhpPgadmin, PHPmyadmin, E Commerce , SEO, Responsive websites, Mashup works of social networks etc..,

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 "

  • MYSQL JOIN QUERY – INFOGRAPHIC

    AUTHOR: // CATEGORY: infographic, Mysql, Mysql, scripts

    No Comments

    Simple table joins query Infographic representation

    ~ Ram

  • PRINT A WEB PAGE USING JAVASCRIPT AND PHP

    AUTHOR: // CATEGORY: HTML/CSS, javascript, PHP, scripts, snippets

    No Comments

    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.

    Source Code:

    <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.

    ~Ram

  • HIDE THE TEXT SIMPLE TECHNIC

    AUTHOR: // CATEGORY: HTML/CSS, javascript, jquery, scripts, snippets

    No Comments

    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..

    ~Ram

Portfolio // http://ram.coolpage.biz

Mobile. // 9566736375 ( 8.30 am to 12.30 pm )

Please, write your name. Please, insert your e-mail address. Please, leave a message.