Wednesday, November 17, 2010

Learn how you can leverage design configurations in Flow Simulation, Solidworks

Intresting topic on SolidWorks about Simulation :

Thursday, November 11, 2010

Net use command in CMD

If you want to map a network drive from command prompt(cmd), you can write the following command :

net use (partition letter): \\server_name\share_name
Example : net use y: \\test_server\test_share

Wednesday, November 10, 2010

Link(permalink) pages in wordpress to an external link

You want to redirect pages in your wordpress to an external link ? Now there is a plugin which let you do it :-) The good thing about this ability is that you can re-direct the menu items in your website to external links which was something that Wordpress always lacked.

The plugin name is "Page Liks To". You can download it from here, or simply search the name from your Wordpress control panel. The instruction is as follows :



  1. Upload the page-links-to folder to your /wp-content/plugins/ directory
  2. Activate the “Page Links To” plugin in your WordPress administration interface
  3. Create (or edit) a page or a post to have a title of your choosing (leave the content blank)
  4. Down below, in the advanced section, find the Page Links To widget and add a URL of your choosing
  5. Optionally check the boxes to enable link opening in a new browser window, or 302 Moved Temporarily redirects
  6. Save the post or page

Done! Now that post or page will point to the URL that you choose



Source : http://txfx.net/wordpress-plugins/page-links-to/

Monday, November 08, 2010

Forward inline, Thunderbird

If the message you want to forward does not appear as inline in the message you are forwarding, then you need to change the following in Thunderbird Options :


Tools > Options > Composition > General tab, switch "As Attachment" to "Inline".