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

Liked



Upload Image Close it
Select File

Slaks Blog
Browse by Tags · View All
.Net 39
C# 28
functions 10
C# 5 9
caller-info-attributes 9
Javascript 9
delegates 8
closures 8
design 8
ASP.Net MVC 7

Archive · View All
July 2011 10
September 2011 10
June 2011 10
October 2011 8
November 2011 4
December 2011 4
May 2011 2
August 2011 2
June 2012 1
April 2011 1

  • 1
    Liked

    ASP.Net MVC Unobtrusive Validation Bug

    If you use the ASP.Net MVC 3 [Compare] validation attribute on a model property, then include that model as a property in a parent model (so that the field name becomes Parent.ChildProperty), the built-in unobtrusive client validation will choke, and will ...

    SLaks  Posted on Feb 21 2012 12:00AM
    Profile
  • 0
    Liked

    XRegExp breaks jQuery Animations

    XRegExp is an open source JavaScript library that provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods. It’s used by the popular SyntaxHighlighter script, which is in turn used by many websites (including......

    SLaks  Posted on Sep 15 2011 1:12AM
    Profile
  • 0
    Liked
    0
    Comments

    XRegExp breaks jQuery Animations

    XRegExp is an open source JavaScript library that provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods. It’s used by the popular SyntaxHighlighter script, which...

    SLaks  Posted on Sep 15 2011 12:00AM
    Profile
  • 0
    Liked

    Clarifying Boolean Parameters, part 2

    Part 1 is here Some languages have better ways to pass boolean parameters.  C# 4.0, and all versions of VB, allow parameters to be passed by name.  This allows us to write much clearer code: //C# 4.0: UpdateLayout(doFullLayout: false) 'VB.Net: UpdateLayout(doFullLayout:=False) ......

    SLaks  Posted on Sep 14 2011 3:30PM
    Profile
  • 0
    Liked
    0
    Comments

    Clarifying Boolean Parameters, part 2

    Part 1 is here Some languages have better ways to pass boolean parameters.  C# 4.0, and all versions of VB, allow parameters to be passed by name.  This allows us to write much clearer code: //C# 4.0: UpdateLayout(doFullLayout: false) ...

    SLaks  Posted on Sep 14 2011 12:00AM
    Profile
  • 0
    Liked

    Delegates vs. Function Pointers, part 5: Javascript

    This is part 5 in a series about state and function pointers; part 1 is here. Last time, we saw how C# 2 supports closures by compiling anonymous functions into member functions of a special class that holds local state from the outer function.  Unlike the languages we’ve looked at before, J......

    SLaks  Posted on Jul 25 2011 12:33AM
    Profile
  • 0
    Liked
    0
    Comments

    Delegates vs. Function Pointers, part 5: Javascript

    This is part 5 in a series about state and function pointers; part 1 is here. Last time, we saw how C# 2 supports closures by compiling anonymous functions into member functions of a special class that holds local state from the outer function.  ...

    SLaks  Posted on Jul 25 2011 12:00AM
    Profile
  • 0
    Liked

    Delegates vs. Function Pointers, part 1

    Most languages – with the unfortunate exception of Java – allow functions to be passed around as variables.  C has function pointers, .Net has delegates, and Javascript and most functional programming languages treat functions as first class objects. There is a fundamental difference between C......

    SLaks  Posted on Jun 1 2011 8:21PM
    Profile
  • 0
    Liked
    0
    Comments

    Delegates vs. Function Pointers, part 1

    Most languages – with the unfortunate exception of Java – allow functions to be passed around as variables.  C has function pointers, .Net has delegates, and Javascript and most functional programming languages treat functions as first class objec...

    SLaks  Posted on Jun 1 2011 12:00AM
    Profile
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]