tihomir ivanov

Hi All,

I learned PHP in only 17 hours and it was absolutely enough to begin work as a PHP developer. Learn More how it can be done.

 

Honestly, I don't like asp.net, php, java, c++, javascript, ruby at all.

So, I Created My Own Powerful Programming Language for a few days.

Learn How it Can Be Done. It's really easy :)


Single huge css file vs. multiple smaller css files

Written on March 7, 2010 – 6:25 am | by admin |

In my websites, I usually use a single css file for all css code in the site. Today I though more is it correct to be done instead of adding multiple, but smaller css files, here’s what I found: 1. When you have multiple css files, when a page is loading there’ll be multiple HTTP [...]

Tags:

Free CSS Generator Online Tools

Written on February 13, 2010 – 3:07 am | by admin |

Here’s a list of free css generator online tools: 1. QrONE CSS Designer – a css generator that allow you to view result as you select some of the options. 2. The Generator Form v2.90 – a css generator that gives you a lot of controls. 3. CSSCreator – it allows you to choose a [...]

Tags: ,

Common CSS Mistakes

Written on October 27, 2009 – 8:35 am | by admin |

1. Repetition of same code border-top:1px solid #f00; border-right:1px solid #f00; border-bottom:1px solid #f00; border-left:1px solid #f00; Each border is the same! So, it can be replace with: border:1px solid #f00; 2. Duplicate Color Codes color:#aabbcc; Write the code like this instead: color:#abc; 3. Not applying more than 1 class at a time .classA {background-color:#f00; [...]

Tags:

Best Free Online CSS Menu Generators

Written on August 25, 2009 – 1:49 am | by admin |

Here’s a list of best free online css menu generators: 1. CssMenuMaker.com – Generator and Download  CSS Menus URL: http://www.cssmenumaker.com/ 2. MyCssMenu.com – CSS Menu Generator URL: http://www.mycssmenu.com/ 3. CssMenuBuilder.com – Create a standard compliant xhtml/css menu for your website for free via the online navigation generator. URL: http://cssmenubuilder.com/home 4. CssPortal.com/generators/menu.htm – create a horizontal [...]

Tags: , ,