Archive for the ‘Tech Tips’ Category

wordpress update error – allowed memory size exhausted

wordpress update error – allowed memory size exhausted

Change default Keyboard shortcuts in eclipse

How to Change default Keyboard shortcuts in eclipse

Locate source file on Local Disc in Eclipse – External tool

Locate source file on Local Disc in Eclipse – External tool

Cross-thread operation not valid – error solved in C#

Cross-thread operation not valid – error solved in C#

Difference in Master-Detail relationship and look up relationship – Salesforce Interview question

Difference in Master-Detail relationship and look up relationship – Salesforce Interview question

Google Desktop Search in Folder

This article explains the basics to use Google desktop and Tips to search for file in Particular Folder

Change Windows Xp Icon’s Background color to Transparent

How to Change Windows Xp Icon’s Background color

Disable Autorun in Windows XP

Disable Autorun in windows XP

Trick to disable Autorun in windows xp to protect from viruses.

Add FeedBurner in Blog and Enable Subscribe by email

Explains that how to use Google Feedburner for RSS in Blog and how to enable the Email Subscription

Dos command to close an open port

1)Type  netstat -a -o -n in command prompt. 2) find the PID number for that port number (as shown in above image). 3) goto task manager and end process the corresponding PID number. If  PID is not visible in task manager then goto View->Select Column and select PID column.