Category Archives: Tutorials

Overview of HTML5 tags

Overview of HTML5 tags HTML5 is a language for structuring and presenting content for the World Wide Web. It is known for its new markup, new JavaScript APLs.The main objective for HTML5 is to give better meaning to the web. We will look at some of the tag & its usage, article The main contain… Read More »

How To:Add Facebook Like & Google Plus +1 Button to WordPress Post without Plugin

Advantages of Facebook Like Button Facebook is the world most visited social networking site & it almost holds the worlds population.Every one from class 5 to Grandparent now has an account in Facebook.Most people stay connected 24*7 using their mobiles devices.Each user has news feeds where they see updates from friends.This news Feed shows their like and comments to… Read More »

How To: Compress Websites Images to get Faster Page Speed

  In web development the success of your websites are determined by speed and UI, how fast it loads. The design, color, information play’s the second role because there are thousands of website having the same or better information and better traffic. This noticeably show why most of the students are using Gmail.com instead of hotmail.com… Read More »

Welcome to Python 3.2 LiveTUT Learning Series -Day 1

In this set of tutorials we will discuss complete overview and some in-depth Concepts of Python 3.2 What is Python? Well Python is powerful Programming Language which has effective data structures and better approach to object-oriented programming. Python’s e syntax are simple and easy to understand together with its interpreted nature, make it an ideal… Read More »

How to: Re-enable the Task Manager when disabled by a Virus

Viruses are the most dreadful things that we don’t like coming into our computer. They perform various operations that make us feel annoyed and disturbed. When a virus is found in a computer ,the Antivirus cleans it .But sometimes Antivirus programs will not respond to viruses. As soon as we react to get rid of this problem , the virus would… Read More »

Use Google doc as Online Feedback Form, Event Registration page.

Google Docs is one power full cloud application from Google ,Which contains word processor, spreadsheet and presentation editor that enables users create documents faster and view then online. But it has unknown feature form which can be used for creating Feedback Form, Event registration page, surveys  & much more.This might help you  to avoid paying for services… Read More »

Subscribe Button for your YouTube Channel

There are lot’s of  YouTube-er making lakhs of money every year with YouTube partnership program.To increase your YouTube subscribers,“Subscribe” button is very important widget. This code helps to Subscribe directly from your website without leaveing to your YouTube channel. For example, here’s a “live” subscription button for my video channel on YouTube: To embed this button to your own website, just copy-paste the following block… Read More »

Get Download Button for YouTube videos

YouTube is a video-sharing website, created by three former PayPal employees in February of 2005, on which users can upload, share and view videos.Soon it became very popular and in to a billion$ company. Most YouTube users are looking for recording software’s, downloading  YouTube video software’s.They might spend some bandwidth on downloading them.Here we are going to see how to add a download button to YouTube videos,so… Read More »

ASP.NET MVC (Models, Views and Controllers)

ASP.NET is helps developers create dynamic web pages and powerful web applications.ASP.NET MVC(Models, Views and Controllers) is the same except that we get some additional featuers for reflecting data from a table easily and enable the client to add/edit/delete content in a database easily. Instance : http://example .com is the target client website. We can… Read More »