A little something about everything

internet marketing and website development made simple..

How to add ads to Telligent Community Server 2007, 2008, 2008.5

add this code to the top of the master page or template you wish to include ads on:

Now add this code to the area of the page you want your ads to be displayed:

Setting up Outlook to pull spam folders from your email hosting server

Open Outlook, Tool, Account Settings, New,

Select "Microsoft Exchange, POP3, IMAP, or HTTP"

Next,

Select Manually configure server settings or additional server types,

Next,

Select "Internet Email"

Enter your name, email address

Select "IMAP"

Enter your incoming and outgoing mail server information. This will generally be mail.TheLastPartOfYourEmailAddress after the @ symbol.

enter your username. The should be the first part of your email address before the @symbol

enter your password.

click "More Settings"

click "Outgoing Server"

Select "My outgoing server (SMTP) requires authentication"

Click "Advanced"

Verify that your mail server ports are set correctly, if using SSL, TLS, etc

Click OK, Next, Finish, close

 

Now on the left side you will see a new folder, right click on this folder and select "IMAP Folders" then "Query"

Select "Bulk", "Spam" and click Subscribe, Apply and OK

Now you should be able to search your bulk and spam folders via outlook.

 

How to copy windows install from cd/DVD to USB without any extra software.

Open CMD.exe as administrator then do the following:

  • Type: "diskpart"

a new window may open or it may start in the current command window,

at the DISKPART> prompt type in the following.

  • list disk
    • (make note of the disk that is your usb drive, if you are not 100% sure do not continue as you may cause data loss)
  • select disk #
    • enter a number based on the previous noted disk(your usb drive)
  • clean
  • create partition primary
  • select partition 1
  • active
  • format fs=ntfs quick
  • assign
    • this will create a new drive on your system, make note of the drive letter.
  • exit

in the admin command prompt window type the following:

  • (DriveLetterofyourCD/DVDinstaller):
  • cd boot
  • bootsect.exe/nt60 (DriveLetterofUSB):
  • (DriveLetterofUSB):
  • xcopy (DriveLetterofyourCD/DVDinstaller):\*.* /s /e

That's it, your done. You can now boot and install from USB.