Tuesday, July 23, 2013

{HYPERLINK “dir”} appears in Microsoft Word

If you have a problem with HYPERLINK appearing in microsoft word , these are the steps to follow:

  1. Office button
  2. Word options ( from the window bottom )
  3. Advanced ( from left side menu )
  4. Show document content ( scroll down )
  5.  uncheck Show field codes instead of their values
  6.  done !



Wednesday, July 10, 2013

Tpye french accents with a QWERTY keyboard

Hi, if you use french language and familiar with english you may have come through this issue. If you don't want to install a third party software or alter your  PC configuration, here is a simple a easy way to do that.

 Just type ALT + Three number as follows.

 ALT 130 =  é
 ALT  131 = â
 ALT   132 = ä
 ALT  133 =  à
 ALT 134 =  å
 ALT 135=   ç
 ALT   136 = ê

 and soon.

Friday, July 5, 2013

Warning: mysl_result() expects parameter 2 to be long, string

You may have certainly come across this problem.
To solve this problem you have to set the second parameter as zero 0 to ask mysql to start from the first row.
e.g: $res = mysql_result($comment_result, 0);

Hope it helps.