Top 10 qualities of a good CTOA Chief Technology Officer (CTO) is a senior executive who is responsible for the company's technology strategy and implementation. The CTO is typically a member of the executive leadership team and reports to the CEO. The CTO's role involves setting...Dec 11, 2022·3 min read
Reinitializing jquery event on ajax responseI had a jquery change event attached to a checkbox that was part of a div. <div id="test-div"> <input type="checkbox" checked="checked" value="1" class="test-chkbox" /> </div> Using the following JQuery code a change event was attached to the above ...Jan 31, 2012·1 min read
Basic Usage of VIM EditorIn this blog, we are going to discuss the very basic usage of the VIM editor. What is VIM Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'VI', in short VIM is an improved version of VI text editor. Modes in...Oct 30, 2011·2 min read