Often web developers need to add one or more rows to HTML tables on their web pages. Here is how to add table row in jQuery.
Author: Sreeram Sreenivasan
How to Disable/Enable Input in jQuery
Web developers need to enable & disable inputs on their web pages. Here is how to disable/enable input in jQuery.
Does Python Have Ternary Operator?
Software developers wonder whether Python has ternary operator. Let us learn more about ternary operator in Python.
How to Disable Resizable Property of Textarea
Sometimes web developers need to disable resizable property of textarea elements on web pages. Here are the different ways to do it.
How to Change Element’s Class With JavaScript
How to Set Cellpadding and Cellspacing in CSS
Often web developers need to add padding and spacing for table cells. Here is how to set cellpadding and cellspacing in CSS.
How to Horizontally Center Div in CSS
Often web developers need to horizontally and vertically center div in CSS. Here is how to horizontally center div in CSS.
How to Change HTML Input’s Placeholder Color with CSS
Sometimes web developers need to change placeholder color of input text and textarea. Here is how to change HTML input’s placeholder color in CSS.
How to Read Large File in Python
Sometimes software developers need to process large files in Python script or application. Here is how to read large file in Python.
How to Concatenate Multiple MySQL Rows into One Field
Often database programmers need to concatenate multiple MySQL rows into one field. Here is how to do this using group_concat() function.