Monday, January 9, 2023
Responsive and Animated Pie Charts with HTML and CSS
›
Responsive and Animated Pie Charts /////////////////// // HTML ////////////////// body { font-family: "Open Sans", Ari...
Tuesday, January 3, 2023
Excel - Add and Remove Line Breaks in a Cell
›
Many time we struggle for the line break in a multiple excel cells. This article have some useful tricks that will help you to achive this e...
Wednesday, December 7, 2022
Delete Files and Subfolders from SharePoint Library using PowerShell
›
Make life easy with PowerShell, following script will help you to delete all files and subfolders in One Go . #Set-ExecutionPolicy -E...
Saturday, December 3, 2022
number to word in Microsoft Word using formula
›
Press Ctrl + F9 to write mathematical equations and you get { }. write the formula as: { =123456\*cardtext } and press Alt + F9 Outpu...
Use of Equations in Microsoft word.
›
Many of us don't know that we can do calculations and put equations in Microsoft Word. Below is the way you can put equations in any ver...
Tuesday, November 22, 2022
Javascript Tips and Best Practices
›
1. Check property exists in an object const emp = { empno : 1, name : 'rakesh', salary : 50000 }; const keySalaryExist...
Friday, October 14, 2022
HTML Tags, which does not require CSS or JS
›
(1) The <details> tag is used to create an interactive widget that the user can open and close. By default, the widget is closed. Whe...
‹
›
Home
View web version