Apr 20th, 2009 | 1 Comment

To add an unknown extension in IIS for your IIS to detect that extension perform the following steps.

To define a MIME type for a specific extension, follow these steps:

  1. Open the IIS Microsoft Management Console (MMC), right-click the local computer name, and then click Properties.
  2. Click MIME Types.
  3. Click New.
  4. In the Extension box, type the file name extension that you want (for example, .pdb).
  5. In the MIME Type box, type application/octet-stream.
  6. Apply the new settings. Note that you must restart the World Wide Web Publishing Service or wait for the worker process to recycle for the changes to take effect. In this example, IIS now serves files with the .pdb extension.

Written by Ajay Matharu

April 20th, 2009 at 7:54 pm

Apr 20th, 2009 | No Comments

Turns out, in Word 2007 all you have to do is use =lorem() instead of =rand() and you’ll be able to insert the lorem text instead.

Just type in =lorem() into your document, and hit the enter key…

image

And just like that, Lorem Ipsum is inserted automatically!

image

Just like the other tip, you can use the following syntax:

=lorem(paragraphs,sentences)

For instance, for 6 paragraphs of 20 sentences each, you would use:

=lorem(6,20)

Written by Ajay Matharu

April 20th, 2009 at 11:00 am

Page 3 of 712345Last »