Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

Learned something today? Share it, or learn from what others have learned today
  • 8
    Liked
    9
    Learned
    10
    Comments

    Calculating Multiplication on row wise

    Yesterday night, I was reading Inside Microsoft Sql server 2008: Programming - Itzik Ben-Gen. On Cursors section Page number 291, he has tried to explain the scenario for calculating multiplication on row wise manner. He has explained through cursor. Be...
    SQL Server Tips
    Jeetendra  Posted on Aug 29 2012 12:00AM
    Last reply by Alok Chandra Shahi at 2012-09-07 13:20:29
  • 4
    Liked
    4
    Learned
    9
    Comments

    Selecting Max and Min among multiple columns

    Recently I came across a code written by a developer. He was trying to solve a problem to find max and min value among multiple column for each row. Through Below dummy code I am trying to explain - --Use tempdb USE tempdb --Create a d...
    SQL Server Tips
    Jeetendra  Posted on Aug 24 2012 12:00AM
    Last reply by Marc Jellinek at 2012-08-27 09:27:47
  • 7
    Liked
    3
    Learned
    6
    Comments

    Once upon a Time LEFT OUTER JOIN was...

    Do you know ANSI-92 versions of T-SQL therefore early 6.5 version was so programmatically influenced. This was tha old-style LEFT OUTER JOIN syntax. SELECT TableX.ID, TableY.ID FROM TableX, TableY WHERE TableX.ID *= TableY.ID The ...
    SQL Server Tips
    Robert Dennyson  Posted on Aug 23 2012 12:00AM
    Last reply by jcelko at 2012-09-21 13:42:52
  • 1
    Liked
    1
    Learned
    4
    Comments

    ACID in RDBMS

    The ACID rules of transaction in any database assure the reliability of data in all transactions in the database. Atomicity (“all or nothing” rule) - this rule states that either the complete transaction takes place, or none. Even if a part of a transa...
    SQL Server Tips
    SQLShan  Posted on Aug 20 2012 12:00AM
    Last reply by Nakul Vachhrajani at 2012-08-22 02:01:42
  • 17
    Liked
    16
    Learned
    8
    Comments

    Trick in SQL Server 2012 Shift+Alt+Selection

    In SQL Server 2008, We have a feature to select multiple lines with specific characters. In SQL Server 2012, we can append the same text to multiple lines. Below images will give the clear picture to understand this feature. Some times we need to add s...
    SQL Server Tips
    abhIShek BandI  Posted on Aug 13 2012 12:00AM
    Last reply by Bala Krishna at 2013-01-24 00:42:26
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]