How to reset Photoshop preferences (In Windows):

How to reset Photoshop preferences (In Windows): First, hold down all three Ctrl+Alt+Shift buttons Now “while keeping those button held,” simply open Photoshop or a file that opens with Photoshop As Photoshop loads, you should get a prompt asking if you would like to “delete the Photoshop settings file”, Click yes You should now have a fresh …

Ethernet Cable – Color Coding Diagram

The information listed here is to assist Network Administrators in the color coding of Ethernet cables. Please be aware that modifying Ethernet cables improperly may cause loss of network connectivity. Use this information at your own risk, and insure all connectors and cables are modified in accordance with standards. The Internet Centre and its affiliates …

flash URL Encoding: Reading special characters from a text file

  URL Encoding: Reading special characters from a text file   One common technique used to load variables in Macromedia Flash is reading the data from a text file on the server or CD. This works well in most situations. However, there are certain characters that cannot be read directly from text. Entering these characters …

Tinymce Specifying an Absolute Image Path

tinyMCE.init({     mode : “textareas”,     theme_advanced_buttons1 : “bold,italic,underline,strikethrough,separator,undo,redo,separator,bullist,numlist,separator,cut,copy,paste,separator,link,unlink,separator,code,separator,image,formatselect”,     theme_advanced_buttons2 : “”,     theme_advanced_buttons3 : “”,     plugins : “imagemanager”,      document_base_url : “http://[domain name]”,     relative_urls : false,      content_css : “../css/content.css” });