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

Articles

  1. How to load external CSS file for CKEditor with PHP

    ...
    $CKEditor = new CKEditor();
    $CKEditor->returnOutput    = true;
    ...
    $CKEd...
    				
  2. No more script generated custom fonts

    I’m tired of JavaScript/Flash scripts that claim they can easily help you integrate custom ...

  3. 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...

  4. How to build CKEditor Plugins

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

  5. Safe Persistent Login

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

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

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

      If you hav...