Nov
1
2010

CONVERTING FAT32 to NTFS

CMD in Windows CONVERT C: /FS:NTFS

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/

Sep
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 …

Sep
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

Sep
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

Pages:«1234567...43»
Get Adobe Flash playerPlugin by wpburn.com wordpress themes