GitHub – Your Next Resume – I agree

Github seems a great idea, if you are going to start a project and like mostly other SVN you can use to host your project on Github public or privately. but now it moving to next step where you will have a link to your Github profile in your resume or Github as resume. so […]

London Summer Olympic 2012 is UP!

“The 2012 Summer Olympic Games, officially known as the Games of the XXX Olympiad or “London 2012 Olympic Games”, are scheduled to take place in London, England, United Kingdom from 27 July to 12 August 2012. London will become the first city to officially host the modern Olympic Games three times,having previously done so in […]

Build a HTML Form From Scratch and Use in WordPress Post/Pages

You have many plugin to use form in your post/pages and they can do great job for you. but what about creating a simple form by own-self from scratch and use that in your posts? so lets start with simple coding style and create a form with three field <form action=”” method=”post” enctype=”multipart/form-data” name=”form” > […]

Wp-redirect To Use In WordPress Post and Pages

You have many plugin which can do redirection for you and are great at doing your job. but sometime you many need to redirect user after some specific event or task. like if user click on some button, it should go to some specific page in your WordPress website or outside to some website. at […]