Web Development

Web Development , HTML , JavaScripts , Browsers etc

Web Development

HTML 5 Canvas vs SVG

When we have to render graphics on your web page we can use Flash or some raw images. As flash is discouraged and raw images are heavy HTML 5 encourages to do graphics using Canvas or SVG. Read more to find differences between Canvas & SVG.

Web Development

Javascript setting variable to undefined

In traditional languages like C, we can deallocate the variable but in scripting language Javascript the memory allocation is dynamic so deallocation is not possible. We might sometimes need to set it none before we can do Value or Type comparisons. Read more to find out how.

Scroll to Top