Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged rename

Rss Feed Group items tagged

Luciano Ferrer

Pool of oblivion: Rename multiple tables in MySQL database - 0 views

  •  
    "This PHP script automates the renaming of multiple tables in a MySQL database. It lists all tables in a MySQL database, which contain a defined string pattern. The script creates and executes a series of SQL statements, which rename the table by replacing the search pattern in the original table name with another pattern in the new table name. "
mikhail-miguel

MarkMyIMages - One-click watermark, resize, and rename for images (markmyimages.com). - 0 views

  •  
    MarkMyIMages: One-click watermark, resize, and rename for images (markmyimages.com).
Vernon Fowler

Introducing LESS: a Better CSS - 2 views

  • I’ve tried SASS and really liked it, but one thing really bothered me. I didn’t like how all the syntax was different to CSS. Sure, it’s not CSS anymore, it’s SASS, but do we really need to change the syntax of the stuff already present in CSS — why not just expand it?
  • LESS, which stands for Leaner CSS.
  • LESS augments CSS with 4 main features: variables, mixins, nested inheritance and operations.
  • ...2 more annotations...
  • division, multiplication, addition and subtraction
  • LESS looks just like CSS, and the syntax we picked for the extra features is very CSS-like. This means you can rename your existing ‘.css’ files to ‘.less’ and start using the new features.
1 - 3 of 3
Showing 20 items per page