20
2011
Get database size in phpMyAdmin
SELECT table_schema "Data Base Name", sum( data_length + index_length ) / 1024 / 1024 "Data Base Size in MB" FROM information_schema.TABLES GROUP BY table_schema ;
13
2011
Screengrab Add-ons for Firefox
Screengrab! is an extension that makes it easy to save a web-page as an image – it’s a screen capture tool for Firefox! To use it just right-click the page you want to save and select an option from the “Screengrab” menu. https://addons.mozilla.org/en-US/firefox/addon/screengrab/ http://www.screengrab.org/
7
2011
Adding file types to document classes in NetBeans
NetBeans handles nearly all file types and colour codes it all very nicely. However it doesn’t recognise Smarty template files (.tpl) and finding where I can add .tpl files to NetBeans always baffles me. Tools >> Options >> Miscellaneous >> Files Then click ‘New’ next to the ‘File Extension’ dropdown and enter ‘tpl’. Associating it with the HTML file type worked better for me than PHP. Source
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