Contents tagged with JavaScript
-
Javascript Parser 3.3 is released.
Today I have released new version of my Visual Studio extension Javascript Parser.
This release have 2 major features:
1. Error checking and diagnosis.
2. Parsing “//Todo:” comments … more
-
How to dynamically adjust height of iframe to show all its content
This task is common for iframe-based portals. We can use the same method as used in OpenSocial compatible portals based on Shindig implementation (e.g. iGoogle, LifeRay). Details how this used by … more