HTML Table to CSV Export Plugin for Google Chrome

Table2CSV - An utility plugin for Google Chrome browser which lets you export HTML tables in CSV format in an easy way. After you click on the plugin button all the tables in the webpage will be marked with export link. A click on the export link will display CSV data in a dialog which you can easily copy and use anywhere. A re-click on the HTML to CSV icon and will hide all the export links.

html-table-2-csv

Table2CSV plugin is available for download at Google Chrome marketplace.

Turn Off Windows 7 firewall through Command Line

In many situations you want to turn off Windows Firewall may be because of some software is not working because of blocked ports or to test some other things which requires a free communication. There can be several reasons for this.

In latest service packs  netsh firewall has been depreciated and you need to use netsh advfirewall firewall command.

To turn off the firewall use :

netsh advfirewall set currentprofile state off

and to turn on the Firewall back use :

netsh advfirewall set currentprofile state on

No need to tell that you will be required to execute above commands in Admin mode.

netsh advfirewall

There is a long list of such commands available at Microsoft website which show the conversion of commands  from depreciated netsh firewall to netsh advfirewall firewall. For  detail visit below URL :

netsh advfirewall firewall command examples

Batch File DateTime Changer for Windows 7, XP or Vista

Here is a small utility developed by me which you can use to change file date time attributes in an easy way. This small utility allows you to select multiple files from different folder. You can pick the files one by one of can simply drag and drop to the application to automatically add to the list. You can change File Creation, Access and Modification Date time by using calendars at the bottom of the screen. After selecting the dates you just need to press Apply button to modify all listed files date time in a go.

file-date-changer-windows7

Features of Batch File DateTime Editor

  • Comes as standalone executable, no need to install the application. just copy and run.
  • Allow batch processing.
  • Gives feature of drag and drop to select files in an easy way.
  • Can modify creation, modification and access date time.
  • Freeware.

Download – Batch File DateTime Attribute Editor

Transfer Contacts from Nokia to Android Mobile Phone

Here is an easy way by which you can transfer your Nokia mobile contacts to any of the Android mobiles whether it is from Samsung or HTC any else. This method should work for All Nokia phones with including Nokia 5800 expressmusic, Nokia E71, E72, E52 and later models. I have tried this successfully between Nokia 5800 Expressmusic and Samsung Galaxy Y s5360. You can follow 3 steps to transfer your contacts.

Step 1

Synch your contacts with ovi.com. If you have not done synch yet this can be done by going to settings –> Connectivity –> Data Transfer

User comments

If you are having trouble while synching you can find more details from ovi.com support page here.

Step 2

After ovi.com synch is complete you can download your data in csv format from https://exportcontacts.ovi.com/ . Just log into ovi contacts website with the accounts you have used to synch the data.

nokia-ovi-store-login

After login, you will be presented a download data link. Just click the link and download the file. In my case the file downloaded was Ovi_Contacts_Data.zip.

Step 3

Now you have you contacts available in csv format. You just need to extract the csv file using any zip utility for example winzip or winrar or any other you prefer to use.  BTW I prefer to use powerarchiver.

Now log into Google Contacts using below url and import you the csv file using import menu item mentioned in the image.
https://www.google.com/contacts/

nokia-ovi-store-login

After you are done with csv import you are ready to synch your Google contacts on your android phone. If you have enabled automatic data synch then there is no need to do anything. Your phone while automatically import the contacts from Google address book. If you are in manual mode you can synch contacts by going to Settings –> Account & Synch->Your Gmail account.

Screenshot_2012-10-02-19-48-30

Synch option may vary on different versions of Android handsets.