/* PHP & MySQL Journal */
interface design as an important part of software development
how to detect browser agents in php
In: browser
17 Jun 2009opera unite offers a web server in your browser
A couple of days back I created a Firefox toolbar for my blog as an experiment in learning XUL. Once installed on my blog I wanted Firefox to recognize it as an addon and install it rather than displaying a ’save/open’ dialog. For that I needed to add the following directive to the servers .htaccess [...]
In: browser
22 Mar 2009With the release of Internet Explorer 8, the issue of compatibility has again become a concern for web developers. If your website does not display correctly in IE8, you have a choice of either updating your website to support the latest Web standards or you can force IE8 to display your content as if it [...]
In part 1 of this tutorial you have seen how to write a simple web test using Selenium. In this part we will see how to use the test generated using the IDE with Selenium RC and PHPUnit.
Selenium IDE tutorial for php programmers