Lets consider we have some data in an Excel table and we want to display that in a webpage. If the table is a small one, then it is OK. We can manually write the HTML code for it. But if the Excel table is bit lengthier then what to do, how to convert a …
Category: Programming tricks
Create an HTML Editor Using Excel VBA
This is a very very useful trick for creating a beautiful HTML editor using MS Excel. You will feel very happy as you are going to create a small functional software with some easy steps. In the application there will be a textbox. When you will write some HTML in the text box, the corresponding …
How to Shutdown/Lock your computer via Email
Sometimes you might think to shutdown your PC from a remote location. If so, then don’t panic here & there in search engines. Today I am going to tell you a cool and easiest trick to shutdown/lock/logoff/restart your computer just by sending a simple mail. Just read the following steps.What you need for this ?You …
How to Edit any Website/Blog in Your Browser
This trick is really interesting. You can edit all the websites present in world–wide–web. You can also add some more texts to a webpage, you can change the position of an image. Again it does not need any extra software. Only by using your existing web browser you can do it.How to do it ?Just …
Which English Letter has Maximum Words ?
Once I thought, “Maximum number of English words starts with which letter” ? I searched in internet. But I could not get complete information anywhere. Finally I thought to write a program which will calculate the number of words starting with each letter. To do this I first needed a complete list of all English …