Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Browser Capabilities PHP ProjectHACKING AROUND WITH PHP TO HAVE A BETTER SOLUTION THAN GET_BROWSER() IntroductionThe browscap.ini file is a database maintained by Gary Keith at http://browsers.garykeith.com/ which provides a lot of details about browsers and their capabilities, such as name ... [More] , versions, Javascript support and so on. PHP's native get_browser() function parses this file and provides you with a complete set of information about every browser's details. But it requires the path to the browscap.ini file to be specified in the php.ini browscap directive which is flagged as PHP_INI_SYSTEM. That means in most shared hosting environments you cannot edit the php.ini file. Browscap is a standalone class for both PHP4 and PHP5 that gets around the limitations of get_browser() and manages the whole thing. It offers methods to update, cache, adapt and get details about every supplied user agent on a standalone basis. FeaturesHere is a feature list of the Browscap class: Fast Standalone Even faster parsing many user agents Fully get_browser() compatible Often faster and more accurate than get_browser() Fully PHP configuration independent User agent auto-detection Returns object or array Parsed .ini file cached directly into PHP arrays Accepts any .ini file (even ASP and lite versions) Auto updated browscap.ini file and cache from remote server with version checking Configurable remote update server Fully configurable (since 0.2) --PHP4 and-- PHP5 compatible (PHP4 version deprecated) Released under the GNU Lesser General Public License ContactBecause your opinion matters. If only to say "Hello, it works!", or to ask for a feature or report a bug, or for basic support write to: st DOT jonathan AT gmail DOT com Also via instant messenger: AIM: garetjax@mac.com MSN: same as e-mail address ICQ: 322754291 Yahoo: g4retj4x GTalk: same as e-mail address [Less]

0
 
  0 reviews  |  1 user  |  339 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

In-browser tests are inherently slow, but since commodity hardware is insanely cheap nowadays there is no excuse for not running all these tests in parallel on multiple machines and dramatically speeding up your feedback cycle. This is exactly what Selenium Grid is about. You do not even need to ... [More] build or purchase an expensive server farm: in our experience a couple of Mac Minis or Linux Boxes can go a long way and help you keep your build under 10 minutes. [Less]

0
 
  0 reviews  |  1 user  |  21,331 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

Web application automation based on the visible rendered output with Java. Screencast: http://www.youtube.com/watch?v=Il0191C8fg8

0
 
  0 reviews  |  1 user  |  87,794 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.