Archive for the 'Tech Experts' Category

Passing PHP variables to Javascript

I had a simple problem. I wanted to pass a single variable from the PHP Server to some Javascript code.
In the top of my page I set the variable:
$myVar = $_SERVER['PHP_SELF'];
?>

Then I just call my php function and pass it that variable as an argument.
But…
I have to use PHP to echo back the value.
myJscriptFunction('<?php echo $myVar; ?>');

Book it!
  • del.icio.us
  • Technorati
  • ThisNext
  • Furl
  • blogmarks
  • Reddit
  • Digg
  • StumbleUpon

Using Outlook Custom Forms and Getting Things Done

Ok. I’ll admit it. I haven’t read the book. But I did read the article on Wikipedia! And I have been working with Outlook, no, I’ve lived my life (sad, I know) from Outlook for almost a decade now. Since my days as a MicroSerf in Redmond and it had another, more vile name or two (MS Mail, then Schedule+, then Exchange) and ugly reputation for crashing.

Nowadays Microsoft Outlook can almost walk the dog! The day it can do that will be the day that it supports custom forms on portable devices. If you don’t know what custom forms are, then you have been bound by the design into a mode of productivity as decided by a Microsoft employee. Download rap music|Download Mp3 All Genres|Download Leona Lewis Mp3 Continue reading ‘Using Outlook Custom Forms and Getting Things Done’

Book it!
  • del.icio.us
  • Technorati
  • ThisNext
  • Furl
  • blogmarks
  • Reddit
  • Digg
  • StumbleUpon