Author Archives: Max985Knobse01

Add signature to outlook web access

Click on Options in the upper-right. Select See All Options from the drop-down menu.

Posted in Email setup, IT support, Microsoft office, Microsoft outlook, Outlook setup, outlook web access, OWA, Windows support | Tagged , , | Leave a comment

Add a signature to email messages

Set up a signature to appear automatically in every email you send On the Home tab, click New Email. Click the Message tab. In the Include group, click Signature, and then click Signatures.  

Posted in Email setup, IT support, Microsoft office 2013, Microsoft outlook, Outlook setup, Technical support, Windows operating system | Tagged , , , | Leave a comment

How to change WAMP server port number windows 7

Port Issue WAMP Server Offline It is always good to know which port is used by wamp server. Apache>Service>Test Port 80

Posted in IT support, MYSQL, PHP development, Software development | Tagged , , , | Leave a comment

What is Listening on a TCP/IP Port in Windows?

The first step is to use a command-line tool to see what ports are in use, and use a special flag that tells us which port is assigned to each Windows process identifier number. Then we can use that number … Continue reading

Posted in IT support, Technical support, Windows operating system, Windows support | Tagged , , , , , | Leave a comment

MySQL Functions (PDO_MYSQL)

PDO_MYSQL will take advantage of native prepared statement support present in MySQL 4.1 and higher. If you’re using an older version of the mysql client libraries, PDO will emulate them for you.

Posted in MYSQL, PHP development, Software development, Technical support | Tagged , , , | Leave a comment

Change Sharing Permissions in Your Outlook Calendar

Permission Levels If you’re not sure what each permission level means, you can select one from the Permission Level drop down box and see what options are selected below. I’ve summarized the permission levels below.

Posted in Email setup, IT support, Microsoft office, Microsoft outlook, Outlook setup, Technical support, Windows support | Tagged , , , , | Leave a comment

Get / download Microsoft office 2013

If you do not have a disk, visit www.office.com/setup to get started installing and using Office for the first time.

Posted in IT support, Microsoft office, Microsoft office 2013, Microsoft office licence key, Technical support, Windows support | Tagged , , , | Leave a comment

Turning automatic updating on or off

1) Open Windows Update by swiping in from the right edge of the screen (or, if you’re using a mouse, pointing to the bottom-right corner of the screen and moving the mouse pointer up), tapping or clicking Settings, tapping or … Continue reading

Posted in IT support, Technical support, Windows operating system, Windows support | Tagged , , | Leave a comment

PHP MYSQL Connection string

$username = “your_name”; $password = “your_password”; $hostname = “localhost”;

Posted in MYSQL, PHP development, Software development | Tagged , | Leave a comment