Archive for the ‘Web Dev’ Category

TheTVDB Artwork Templates

June 21, 2010 by
TheTVDB Artwork Templates

A collection of templates for artwork for TheTVDB.com, these templates should ensure uploaded artwork is set to the correct dimensions. All templates come in a PSD so they can be easily edited and each PSD has multiple style for you to choose from. I will try to update the templates regularly.

Continue Reading »
Comments Off

CSS Cheatsheet

May 1, 2008 by

Background Backgrounds can be tricky. Nevertheless, effective when condensed correctly. The syntax for declaring the background shorthand values are as follows: background properties element { background-color: color || #hex || (rgb / % || 0-255); background-image:url(URI); background-repeat: repeat || repeat-x || repeat-y || no-repeat; background-position: X Y || (top||bottom||center) (left||right||center); background-attachment: scroll || fixed; } [...]

Continue Reading »
Comments Off

MySQL Cheatsheet

May 1, 2008 by

Query SELECT * FROM table SELECT * FROM table1, table2, … SELECT field1, field2, … FROM table1, table2, … SELECT … FROM … WHERE condition SELECT … FROM … WHERE condition GROUPBY field SELECT … FROM … WHERE condition GROUPBY field HAVING condition2 SELECT … FROM … WHERE condition ORDER BY field1, field2 SELECT … [...]

Continue Reading »
Comments Off

Copyright © 2012 Lockstockmods All Rights Reserved   Designed by Kode   Powered by WordPress