Skip to main content

Home/ Web Power Labs/ Group items tagged http

Rss Feed Group items tagged

anonymous

Psychology of Color [Infographic] - StumbleUpon - 0 views

  •  
    cool
webpowerlabs

Database normalization - Wikipedia, the free encyclopedia - 0 views

    • webpowerlabs
       
      Non-1NF example in django: > > class Customer(models.Model): > > name = models.CharField(..) > > transaction = models.ManyToManyField("Transaction") > > class Transaction(models.Model): > > date = models.DateField(...) > > amount = models.IntegerField(...) 1NF example: > class Customer(models.Model): > > name = models.CharField(...) > > class Transaction(models.Model): > > customer = models.ForeignKey(Customer) > > date = ... > > amount = ...
    • webpowerlabs
       
      Correction: ^ N1NF example no foreign key 
webpowerlabs

View (database) - Wikipedia, the free encyclopedia - 0 views

  •  
    Database theory of "Views" explained. Very relevant and helpful for understanding django conepts
webpowerlabs

MHEG-5 - Wikipedia, the free encyclopedia - 0 views

  •  
    "MHEG-5"
webpowerlabs

RudyJaramillo.com - "The 5 Simple Steps to Hitting" - 0 views

    • webpowerlabs
       
      This site is not responsive
    • webpowerlabs
       
      Made of tables - bad design
  • Step 1:  Seeing The Ball Step 2:  Rhythm Step 3:  Separation Step 4:  Staying "Square" Step 5:  Weight Shift and Transfer
  •  
    RJ's first site
« First ‹ Previous 61 - 80 of 169 Next › Last »
Showing 20 items per page