| Subcribe via RSS

Flash IE6 and SSL Issues

October 20th, 2009 | No Comments | Posted in software development

Flash or data within flash not loading in IE6? Just change the following headers in code

<%
Response.AddHeader(“Cache-Control”, “cache, must-revalidate”);
Response.AddHeader(“Pragma”, “public”);
%>

or add into IIS via the Header Tab:

header(“Cache-Control: cache, must-revalidate”);
header(“Pragma: public”);

Then you will be relaxed once more.

Tags: , , ,

Hash key on a mac keyboard osx

October 10th, 2009 | No Comments | Posted in os x, technology

Having trouble finding the hash key on your Mac keyboard? hold the Alt key down and then press the number 3.

Tags: , ,

BlackBerry QuickKeys and Shortcuts

September 25th, 2009 | No Comments | Posted in blackberry

blackberry-frontEvery Day Quick Tips

  • Alt+O = Outbox (sent items)
  • Alt+I = Inbox (received items)
  • Alt+U = Marks messages as read/unread
  • Alt+P = Phone call log
  • Alt+S = SMS messages
  • Alt+V = Voicemail messages
  • Alt+M = MMS messages.
  • U – to cycle through unread messages







Once inside the message and you need to:

  • Reply, r.
  • Forward, f.
  • Reply to All, L
  • Go to the next message based on receive date, n
  • Go to previous message based on receive date, p.
  • Go to top of message (or the Inbox), t (or b for bottom).
  • File a message, I.
  • See a sender’s email address, highlight the name, q.
  • Go to the nearest unread message, u.
  • Select text by holding down the NUM (or Shift) key and
    scroll (this works with email, calendar, contacts, tasks).
  • Insert the current date, type l (an L) d, SPACE key.
  • Insert the current time, type l (an L) t, SPACE key.
  • Type accented letter, type the letter, scroll trackball left or right
  • Type numbers in a paragraph, hold down ALT and type.
    Or to turn on NUM LOCK: ALT, NUM, type. To turn off, NUM.
  • Add an apostrophe in a word such as didn’t, type didnt and AutoText corrects it.
  • Cut, Copy, Paste: select text by holding down NUM and using the trackball to scroll across the text. To cut, ALT+DEL. To copy, ALT+click trackball. To paste, NUM+click trackball.

Tags: , ,