$theTitle=wp_title(" - ", false); if($theTitle != "") { ?> } else { ?> } ?>
by Andrew Johnstone
In: PHP
8 Dec 2005I was interested in integrating PHP and SharePoint services, and using Microsoft Word 2003 (Or other MS Office Products) to upload documents directly to PHP, here are some of my observations. There are two processes winword.exe itself pyshically POST’s the word document on the server, another process called dssm.exe (Microsoft Office Document Update Utility), which […]
In: PHP
7 Dec 2005It’s been a little while since I published something, so I’ll make something live. I tend to forgett about a silly quirk in internet explorer that I continually bump into, which generally takes me time to figure out why page does not load… Usually this is when downloading documents and is a very simple fix […]
In: PHP
17 Oct 2005PHP-5.1.0RC3 just released 20 minutes ago:) http://downloads.php.net/ilia/php-5.1.0RC3.tar.bz2 6f48ee0b43f54dff8f9e683d337885c1 http://downloads.php.net/ilia/php-5.1.0RC3.tar.gz 7091baf5ebb8b93d715ac5e9dd4b7ce3 “I anticipate a final RC candidate to be released no later then October 31st, 2005. This will then be followed by 5.1.0 stable within 1-2 weeks.”, Ilia Alshanetsky
In: PHP
25 Jul 2005The never ending list of functions… Some more for me to learn and play with, many are part of the Zend Platform…. accelerator_get_blacklist() array accelerator_get_blacklisted_paths() array accelerator_get_configuration() array accelerator_get_scripts() array accelerator_get_server_start_time() long accelerator_get_statistics() array accelerator_get_uris() array accelerator_get_version_info() array accelerator_reset() void accelerator_set_status(boolean $status) boolean accelerator_unlock_functions(string $password) boolean confirm_extname_compiled(string $arg) string leak(int[optional] $num_bytes = 3) void output_add_rewrite_var(string […]
In: PHP
14 Mar 2005I have implemented a object model, which should be extensible enough to implement different providers for managing IIS. Method Description Get Retrieves a value for a named property from the object. GetDataPaths Retrieves the paths to all locations of a metabase property subordinate to a specified starting path. GetEx Retrieves a value or values for […]
In: General
14 Mar 2005Firstly, PHP has very little dependencies. It does not need any files copied to the system root as many installation instructions state (with the exception of certain PHP extensions). PHP from the command line. Usage: PHP [options] [-f] <file>[–][args…] PHP [options] -r <code> [–] [args…] PHP [options[ [-B <begin_code>] -R <code>[-E <end_code>] [–] [args…] PHP […]
In: PHP
14 Mar 2005Extending on Wez Furlongs article at zend on Com… Firstly lets clear up a little introduction to ADSI and its relevance to Com. Active Directory Service Interfaces (ADSI) abstracts the capabilities of directory services from different network providers in a distributed computing environment, to present a single set of directory service interfaces for managing network […]
At Everlution we did a hack day to help motivate developers and to get the team working together. We started at 8.30am and finished at 5pm. It was pretty impressive what all the teams managed to achieve, with four teams of two developers and a designer. It was set out in a competition style event […]
I previously wrote about “Installing Java & MySQL – unattended/non-interactive installation”. Whilst using slack, I have been running apt-get during postinstall rather than preinstall. Files are transferred from slack after preinstall as such transferring any files that conflict with the packages configuration files, apt-get will prompt regardless of DEBIAN_FRONTEND=noninteractive. Not ideal if your trying to […]
A little while ago, I did an internal presentation on selenium at Everlution. I’ve put this on slideshare, which can be found here. The key problem to entry is simply getting people to record the actions and the issues they are reporting. I often find trying to reproduce the problem on complex software can take […]
I have been a developer for roughly 10 years and have worked with an extensive range of technologies. Whilst working for relatively small companies, I have worked with all aspects of the development life cycle, which has given me a broad and in-depth experience.