Codelobster PHP Edition – free PHP IDE
Free PHP, HTML, CSS, JavaScript editor (IDE) – Codelobster PHP Edition For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we would like to select free of charge very functional and at the same time of simple in the use [...]
CSS… External? Inline? Embedded? Which one should matter to you?
There are three ways to use cascading style-sheets within your HTML or XHTML documents. Each one varies slightly in use within your documents. If you are planning to produce documents that are easily machine read and spiderable by search engines you will want to lean more towards using the external type of CSS styling. By [...]
CSS Positioning and Floats
What is CSS positioning and what are floats? CSS positioning allows you to assign how your element is to be positioned on the page. The most common types of positions used are absolute and relative. Absolute positioning means it will be placed wherever you assign it to be within the pages body while relative positioning [...]

