Search Results

Search found 3 results on 1 pages for 'jineesh'.

Page 1/1 | 1 

  • Referencing global variables in local scopes

    - by Jineesh
    Hello, I would like to know memory leak in the below mentioned code. Does JavaScript do automatic garbage collection. var aGlobalObject = SomeGlobalObject; function myFunction() { var localVar = aGlobalObject; } Do I have to clear the memory as given below. var aGlobalObject = SomeGlobalObject; function myFunction() { var localVar = aGlobalObject; localVar = null;// or delete localVar } Thanks

    Read the article

  • Mastering Joomla

    - by Jineesh
    Hi I am planning to develop a portal using Joomla cms. The portal has to be fully customized. I would like to know some best tutorials and books for Joomla CMS customization. Thanks

    Read the article

1