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
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
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 [...]
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>
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/
29
2010
Thunderbird auto forward email and change string from subject
Tools > Message filters > … Add new filters for specific mail … Change or remove “FWD” string from subject Tools > Options > TAB[ Advanced ] > TAB[ General ] > click button Config editor > copy mail.forward_subject_prefix and now you can edit …
28
2010
Forward email as inline in Thunderbird
Set this in the Options across the board: Tools > Options > Composition > General There you will see a setting: Forward messages: Change from As Attachment to Inline. If you’ve set yourself to view all headers when reading emails then you’ll see all the headers thrown into the inline view. Change that if you don’t want or need to have such a verbose dump when forwarding emails. View > Headers Source: http://superuser.com/questions/109816/forwarding-email-as-inline-messages-and-not-as-attachments-in-thunderbird
23
2010
Zend Framework – zend_date
date_default_timezone_set(‘Europe/Ljubljana’); $date = Zend_Date::now(); echo $date.PHP_EOL; echo $date->getDate().PHP_EOL; Source: http://framework.zend.com/issues/browse/ZF-4490
Kategorije
- Ostalo (161)
- Računalništvo (266)
- Centos (34)
- CSS (2)
- FreeBSD (37)
- jQuery (1)
- MySQL (8)
- Na spletu dogaja … (124)
- Netbeans (4)
- PHP (20)
- Symbian (3)
- Ubuntu (32)
- Windows (5)
- Zend Framework (6)
- Zend Studio (1)
Blogroll
Arhiv
- February 2011 (5)
- December 2010 (4)
- November 2010 (2)
- October 2010 (5)
- September 2010 (6)
- August 2010 (5)
- July 2010 (10)
- June 2010 (9)
- May 2010 (10)
- April 2010 (8)
- March 2010 (12)
- February 2010 (19)
- January 2010 (20)
- December 2009 (10)
- November 2009 (1)
- October 2009 (3)
- September 2009 (2)
- August 2009 (9)
- June 2009 (11)
- May 2009 (5)
- April 2009 (6)
- March 2009 (9)
- February 2009 (15)
- January 2009 (10)
- December 2008 (17)
- November 2008 (20)
- October 2008 (16)
- September 2008 (48)
- August 2008 (56)
- July 2008 (35)
- June 2008 (35)
An article by