Internal CSS : (CSS Tutorials:part-4)
Hope you have code CSS already and now wait for apply it into your page. For this purpose you need to add your CSS code with HTML. Here we use the internal approach of adding CSS. There have two way of...
View Article10 tips for keeping your visitors stay long time
Whether you are blogging for money or hobby, you need to get the eyeballs of visitor as much as possible on your site. We want more visitors, more popularity and more sales. We know exactly how much...
View ArticleExternal CSS: (CSS Tutorials:part-5)
There are four approaches to add a CSS with HTML. Among them external approach is one. External CSS is the most important thing, because it is a clear way and most effective way. Adding CSS with HTML...
View ArticleVariables: (PHP Tutorials:part-2)
What are Variables ? Variables are such kind of carrier which carries various values of a program. In a program those values can vary in terms of different conditions (addition, subtraction,...
View Article6 Reasons for Choosing PHP on Your Website
HTML gives you a complete web site and CSS gives a complete layout. But both of HTML and CSS designed sites are static. To make a dynamic website you need script languages. Client side script like...
View ArticleFont Face :(CSS Tutorials:part-6)
Now it is the appropriate time to describe about various CSS properties because you already know about CSS and strategy of using CSS. Font manipulation is an important area for CSS. With the font...
View ArticleCSS Floating :(CSS Tutorials:part-10)
Floating means the change of position only left or right side of a web page. It is used to float images, text and box of CSS. Suppose you need an image right corner side of a web page then you just use...
View ArticleCSS Box Model :(CSS Tutorials:part-9)
Every element of HTML has its own height, width, borders, padding and margin. To specify these properties there are some rules and these rules are described by the box model. Box model is the most...
View ArticleBackground & Image :(CSS Tutorials:part-8)
Background is the most beautiful part of a web page. CSS can handle background in two ways: color image You should always use a background color, even background image is used. Because the load time of...
View ArticleText Manipulation :(CSS Tutorials:part-7)
Text manipulation is another most important and most attractive things in CSS. By text manipulation strategy you can get a beautiful web page. Coloring text, spacing etc are the subject of text...
View ArticleCSS Positioning :(CSS Tutorials:part-11)
The positioning property of CSS is used to give a position of an element. Remember that, the floating property also gives a position but it and the positioning property are not same strategy. When you...
View ArticleCSS List :(CSS Tutorials:part-12)
The list is a very important topic of HTML. It is used for menu or other navigation, display list item, etc. There are two kinds of list markup ordered list and unordered list. The <ul> tag is...
View ArticleCSS Table :(CSS Tutorials:part-13)
Tables are used to mark up tabular data in the web pages. Sometimes the layout of HTML is designed by the tables. But you should avoid the using of tables for layout design and try to represent data...
View ArticleSome tips to keep your pc running smoothly
Maintenance is very important whenever you buy a new device or have an old one. If you neglect it then you may need to take your device to doctor for repairing. So it will be better to do simple...
View ArticleStay safe from risky websites while downloading any content
Many of us like to download different kinds of content like video, audio, movie etc from internet. Sometime we totally forget about security that’s why our devices get attacked by virus or hacked....
View ArticleFew tips for securing your computer
Every people stores their valuable information, file, data, content etc in their computer so it is very important to keep secured their computer. The tasks you need to do to keep your computer secure...
View ArticleCreate Javascript popup log in form with ease.
Hello friends in this post I will show you the procedure of creating a Popup Login Form. The final result form will be as following: So, let’s get started…. Nowadays you observe that the usage of popup...
View ArticleLet’s introduce with CSS3.
Some days ago web designers relied on various graphics software for making eye catching web mock up. If you want a gradient background or an image then the procedure was: firstly to use a graphics...
View ArticleBrowser specification for CSS-3
Knowledge about browsers is must for better using of CSS3. You need to aware about the statistics of browsers for using perspective. In the world, internet explorer is used mostly, then Mozilla...
View ArticleJavaScript Random Number Generator
JavaScript is a client side script language and most popular among scripting language. It is very powerful language. It has a build in Math library that can do mathematical calculation powerfully. Now...
View Article