PHP & CSS Tutorials

CSS - Cascading Style Sheet

CSS - Cascading Style Sheet Filename extension     .css Internet media typetext/css Developed byWorld Wide Web Consortium Initial release17 December 1996; 16 years ago Type of formatStyle sheet language Standard(s)Level 1 (Recommendation) Level 2 (Recommendation) Level 2 Revision 1 (Recommendation) Cascading Style Sheets (CSS) is a style sheet language used for describing

[ Read More ]

PHP - Server Side Scripting Language

Some Common Information PHPHypertext Preprocessor Paradigm(s)imperative, object-oriented, procedural, reflective Appeared in1995; 18 years ago[1] Designed byRasmus Lerdorf DeveloperThe PHP Group Stable release5.4.10 (December 20, 2012; 20 days ago) Typing discipline Dynamic, weak Major implementationsZend Engine, Phalanger, Quercus, Project Zero, HipHop Influenced byPerl, C, C++, Java, Tcl[1] Implementation

[ Read More ]

Simple Horizontal Navigation Bar

Simple Horizontal Bar is one of the commonly used Navigation system in designing website field. It is found normally on most of sites which I have browsed yet in my whole life. Although it looks nice, but it is very easy to prepare it. You just need to know some HTML and CSS basic knowledge. It depends upon UL HTML tag and some simply coded CSS Properties. First have a CSS horizontal bar. In

[ Read More ]

Rearrange CSS as per User Resolution

Now in this fast computing world, every user or customer deals with different screen resolution monitors. Because of this thing it is difficult to make a website according to every user to provide him or her a good browsing experience on your website or any blog. It is also a big problem for various web designers also. If a user of resolution 1024x720 comes than we try to make website or arrange

[ Read More ]

Custom Internet Fonts @font-face via CSS3

CSS3 include this nice function supported by most browsers like IE 9, Google Chrome, Safari, Mozilla Firefox, Opera etc. The main purpose of this is to enhance the text based sites and blogs look more pretty and give look as per design of your blog. This is done by function @font-face . This function describer the remote url of your required font and your desired font name. But starting this

[ Read More ]

RGBA Tutorial and Usage Tips

As we know RGB means combination of red, green and blue. This combination is weel known to us but it produces color flat, simple and bit boring also. But the new elemant in RGBA 'A'  indicates alpha which is opacity in color or you can say transparency. Means now we can add amount of transparency of color and allow how much background color should appear. So adding lot more via CSS3

[ Read More ]

PHP for E-mail Sending

E-Mail is now a pretty popular way to get your users always updated about status that what is happening on your site or blog. In this PHP can help you a lot. It is very easy to use this function once your script is ready. The php function can also send mails automatically to user on adding any update to your website or blog. For this mailing process php has added a function mail() to send

[ Read More ]