Saturday, February 15, 2014

Find the File Extension using JavaScript and JQuery

Dealing with files can be cumbersome since you will have to manage them using server side scripts. At least there are ways to find the type or extension of the files you are dealing with, using client side scripts like JavaScript and JQuery.

Continue reading...

Blink or Flash Multiple Cells in Excel using VBA’s OnTime method

Excel is a very useful application for managing data on a spreadsheet. Its VBAtools and functions have made it more dynamic and appealing. Macros can make the contents in the file more meaningful and organized.

Continue reading...

Wednesday, February 12, 2014

Get All The Child DIV IDs Inside a DIV Using JQuery

Sometimes we need find child element id’s inside another element. Traditionally, a “DIV” used as a container and there can be other DIV elements inside it. You can place these elements during the designing of the web page or create and insert in it dynamically.

Using JQuery ".map()" function, we can extract the child id's with out even running a single loop. 

Continue reading...