Skip to main content

Posts

Showing posts from July, 2023

HTML To Text Conversion

We just build a tool called " HTML To Text " conversion for easy access and helpful to our daily task. This tool will automatically delete all the HTML elements from the entire web page's code or just a portion of it, leaving only the text content you choose. This tool uses PHP as backend, which accept string with HTML tags. It process the string and remove all XML tags, styles, scripts etc. from the string and return human readable text as output. You can visit and test this tool at your own - HTML to Text Converter

Windows 10: DNS Flush

Since flushing the DNS totally destroys all of the data saved in the cache, it is effective for getting rid of problematic caches. To Flush the DNS Cache: 1. At the bottom left corner, type ' cmd ' in the Start menu's  search bar , and press  Enter . Alternately you can open " RUN " using Windows+R key and type " cmd " and press Enter . 2. Type ' ipconfig /flushdns ' in the Command Prompt, and press  Enter . 3. The user has now flushed the DNS Cache and will receive a message that they have successfully done so.