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
20
2010
Netbeans – shortcut for comments
netbeanst shoortcut for comment/uncomment ctrl + shift + c
16
2010
NetBeans:UTF-8 Character Set in Windows
Here are instructions for setting the default character set in Netbeans to UTF-8 (in Windows): Go to C:\Program Files\netbeans-x.x\etc Open netbeans.conf in Notepad. On the netbeans_default_options add: -J-Dfile.encoding=UTF-8. (make sure to put it within the quotation marks) Project properties -> Build -> Compiling -> Additional compiler options) text box.- add: -encoding UTF-8 You can also check to make sure that you have increased the memory allocation for Netbeans by looking at the netbeans_default_options line. The [...]
16
2010
Lorem Ipsum – All the facts – Lipsum generator
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum [...]
2
2010
border-radius for modern browsers
This is the way that works in all modern browsers (except IE8) like FireFox, Safari, Chrome and Opera since 10.50 pre-alpha: #rounded-corners { -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari, Chrome */ border-radius: 10px; /* CSS3 */ }
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