Browsing articles from "October, 2010"
Oct
27
2010

How to active curl on XAMPP

Find your php.ini file (probably in xampp\apache\bin\php.ini and open it in notepad or another plain text editor search for the line that says: ;extension=php_curl.dll remove the semicolon from the beginning of the line. save the file restart apache

Oct
10
2010

How to set up multiple homepages in Firefox ?

Go to Tools–>>Options–>>Main Type all the web addresses you want separated by | For example : www.google.com|www.yahoo.com

Oct
10
2010

Splavitvena zabava ob izidu Ubuntu 10.10

10.10.2010 izide nova različica operacijskega sistema Ubuntu, ki tokrat nosi oznako 10.10. splavitvenim zabavam po vsem svetu se bomo pridružili v Sloveniji s splavitveno zabavo v Kiberpipi. David Klasinc bo v kratkem predavanju predstavil kakšne novosti prinaša Divja Surikata (Maverick Meerkat) in kaj naj naj človek počne z Ubuntu oblačnim računalništvom (Ubuntu One). Luka Napotnik bo predstavil delo sekcije Ubuntu.si, skupaj z dosedanjimi dosežki in načrti za prihodnost. Na koncu uradnega dela sledi obvezno druženje [...]

Oct
9
2010

Custom routes with Zend controllers

/*bootstrap.php*/ //custom router $router = $frontController->getRouter(); $router->addRoute( ‘listOfIndex’, new Zend_Controller_Router_route(‘/list/:users’, array(‘controller’ => ‘index’, ‘action’ => ‘list’)) ); unset($frontController); /*indexController.php*/ public function listAction(){ if($this->getRequest()->getParam("users")){ $user = $this->getRequest()->getParam("users"); $this->view->user = "User picked: " . $user; } else{ $this->view->user = "User not selected!"; } } /* ..view/scripts/index/list.phtml */ <h1> List action under IndexController </h1> <p> <?= $this->user ?> </p>

Oct
1
2010

Test Your Website On Different Browsers – Multiple Platform Browser Testing

Recommend www.browsershots.org Here’s a list of other websites which provide cross platform browser testing tools: 1. BrowserCam – http://www.browsercam.com 2. Litmus – http://litmusapp.com 3. CrossBrowserTesting – http://www.crossbrowsertesting.com 4. BrowsrCamp – http://www.browsrcamp.com 5. Net Renderer – http://ipinfo.info/netrenderer 6. Multi Safari – http://michelf.com/projects/multi-safari Source: http://www.securiour.com/2010/03/21/test-your-website-on-different-browsers-–-multiple-platform-browser-testing/

Get Adobe Flash playerPlugin by wpburn.com wordpress themes