Microsoft Outlook


Microsoft Outlook generates and maintains a nickname list that is used by both the automatic name checking and the automatic completion features. If the autocomplete cache is corrupted, Outlook may be unable to recognise recipients, offer incorrect recipients when automatically completing the e-mail address, send the message to the wrong person or not send the message at all replying with an instant bounce back “None of your e-mail accounts could send to this recipient”. Unlike earlier versions of Outlook that … Continue reading

cmd


Like me, you may have run into the problem that when you go to Start > Run and type in “cmd”, you are getting prompted with an “Open With” dialog which is asking what program you would like to open cmd with. This problem can occur when there is another file named CMD on your system, typically in your profile folder. To help locate the rouge file causing the issue you can run the following command in the Run dialog … Continue reading

Mobile Internet


Mobile browsers often have no scroll bars or resize buttons, instead the user pans around a webpage by moving their finger across the screen and zooms by double-tapping or pinching the screen. The way users interact with web content on the desktop and mobile are not the same. The viewport on a desktop is the visible area of the webpage, the user resizes the viewport by resizing the window. If the webpage is larger than the viewport, then the user … Continue reading

Printer


To save yourself the manual work of installing printers on client pc you could write a short bit of code to get this to happen automatically on login, with the use of a simple VBScript, particularly useful in a large company or organisation such as a school where there could be 100′s of PCs to setup. The process will consist of 2 stages. Firstly we want to run the VBScript on login. If you already use a login bat on … Continue reading

css


Use CSS to create smooth transitional effects. Move and change elements without the need of plugins like Adobe Flash or Java. Using lightweight, simple and efficient code. However all these advantages of Cascading Style Sheets do have one main noticeable disadvantage, in order to see these effects, the end client must be using a web browser with supports such effects. See the search bar above for an example – this works smoothly in Mozilla Firefox, Google Chrome and Opera. Internet … Continue reading