Windows Tips
- Enabling Telnet - Win7
- Open Control Panel
- Go To Programs and Features
- Click On Turn Windows Features On/Off
- Find and Check the Telent Box
- Windows 7 Activation - Re-registration
- Click on Start
- Type SLUI 3 in the Search Box - Enter
- This Will Allow You to Enter a New Key
- Windows 7, Apache, php, cookies, Testing localhost
- IE 11 and Chrome reject localhost cookies
- Intead of setcookie('tokenize', $validcookie, (time()+(31*24*60*60)), '/', 'localhost');
- Use setcookie('tokenize', $validcookie, (time()+(31*24*60*60)), '/', 'localweb.com');
- Edit your hosts file to reflect: 127.0.0.1 localweb.com
- MS Word Replacing New Lines / Paragraph Chars
- ^l (Control l(L)) Finds and Replaces Manual Line Breaks
- ^p (Control p) Finds and Replaces Word's Paragraph Char
Sub-Head