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

Archive for the ‘Scripts’ Category

  1. Search links in a web page with PHP

    All the solutions I’ve found regarding this idea were only able to identify correct formate...

  2. HTML/CSS Editable DropDown Box

    The following code will create a visual HTML combo box. It can be used to combine two functionali...

  3. PHP in CSS

    If for some reason you want to use php code in your css files this code might help.
    It work...

  4. Cross browser resize for fullscreen backgrounds

    This function might spare you few hours of calculations and many tests. I’ve built this for...

  5. Simple jQuery Photo Slideshow

    1. CSS

    .homepage_slideshow{
        color:white;
        hei...
    				
  6. Automatic Backups for Database and Files

    1. Mysql Backup Script
    This makes a daily gzip archive with current mysql...

  7. WebNab

    Comming soon!

    A GREAT TOOL to help your fans grab QUICKLY the information they like from y...

  8. Javascript Effects

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

  9. CSS Dropdown Menu

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

  10. Mysql Wrapper – PHP Class

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