Welcome to Technology hub.

it's all about the new technogy, about the programming languages fundamentals and solutions. Here You can find Easy methods and solutions about Programming and coding...Enjoyyy...

Popular Posts

Get widget

Thursday, 15 August 2013

Create Image Circles using CSS

I recently started learning the basics of CSS3 features that you can use to create animations. One of the simple CSS3 technique that many websites use on their comment section and headder section is to display the user’s photo and images in a circle. To create an image cricle in CSS you have to change the border radius property Take a sample image and create a CSS class for it. it's very simple... HTML 1: ------HTML-------------------------...

Monday, 29 April 2013

Keyword Tools for SEO

You could spend half your life and most of your budget trying to figure out which keywords will work best for your site, for your content, and for your search engine rankings. if you know the correct keyword your website is at the first position in Google page. For that Tools, like the ones listed here, will make optimizing those keywords at least a little easier.  Google Keyword Tool Microsoft adCenter Labs Keyword Research...

Reference And Resource

**-- Reference And Resource -------------** PHP PHP Official Website: - A complete resource for PHP stuff. Starting from latest PHP updates to latest function manual is available at this site. PEAR - PHP Extension and Application Repository, find a list of various useful PHP packages. MySQL Homepage - Here you can download the latest MySQL release, get the MySQL news update. The mailing list is also a great resources for anyone who want to build dynamic websites using MySQL. PHPBuilder - Great articles and tutorials...

Saturday, 30 March 2013

CORE JAVA INTERVIEW QUESTIONS

There is the list of 170 core java interview questions. If there is any core java interview question that have been asked to you, kindly post it in the ask question section. We assure that you will get here the 90% frequently asked interview questions and answers. The answers of the core java interview questions are short and to the point. The core java interview questions are categorized in Basics of java interview questions, OOPs interview questions,...

Sunday, 10 March 2013

The doctype declaration in HTML5

Take a look at this page's "Source Code". The source code is the HTML that generates a page. On a PC in Chrome or FireFox right click anywhere on the page (except the ads) and select "View page source", or even easier just click "Ctrl-U". In IE "Ctrl-U" doesn't work; you have to right click the page and select "View Source". Select it all, copy it and paste it into Notepad or some text editor. If you have any problems or are in a different...

What is HTML5 ?

HTML5 is not just the future of web design, it's the present. Everything that makes the web sing. HMTL5 is not a single thing or a monolithic technology. It is a collection of features, technologies, and APIs that brings the power of the desktop and the vibrancy of multimedia experience to the web—while amplifying the web’s core strengths of interactivity and connectivity. HTML5 includes the fifth revision of the HTML markup language, CSS3,...

Saturday, 9 March 2013

Importance of meta tags in SEO

Meta tags are tags, which are embedded in the HTML code of a page, You should insert the META tag element at the top of your document, just after the <TITLE> element. The basic syntax for Meta Tags is: <HEAD><TITLE>Your Page Title Goes Here</TITLE><META name=”description” content=”type your description here”><META name=”keywords” content=”type, your, keywords, keyword phrase here”></HEAD> Tips On...