Copyright © 2008 - 2012 BestSites.ro Team; Partners: websites-development.com
BestSites.ro »

Archive for April, 2010

  1. How to integrate third party solutions in your website (Abstract method)

    Happens often to install an external solution for an website (blog, forum, calendar), that has to...

  2. How to build CKEditor Plugins

    I think CKEditor http://ckeditor.com/ (Ex FCKEditor) is the best option if you are looking for a ...

  3. Safe Persistent Login

    A persistent login mechanism (Remember Me) is most commonly made by storing cookies containing us...

  4. Javascript Effects

    If you are looking for javascript animations, you’ll find many solutions on the internet. Unfor...

  5. CSS Dropdown Menu

    It was very hard for me at some time to find a css only cross-browser dropdown menu. So I’v...

  6. Mysql Wrapper – PHP Class

    I like to think that is Smart, Fast & Simple.
    This combines my ideas with some of the ...

  7. Php Round Corners

    Many modern web layouts contain rounded corners with different colors and sizes. Because I needed...

  8. Speed Up Page Load, Reduce HTTP Requests, Increase Performance

    • Group JavaScript and CSS code into external files.
    • Use CSS Sprites:

      If you hav...