Copyright © 2012 Lockstockmods All Rights Reserved Designed by Kode Powered by WordPress
Archive for the ‘Web Dev’ Category
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 »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 »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 »

Recent Comments