Feb
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 ;

Feb
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/

Feb
9
2011

Calculate time with Wolfram Alpha

time between 11:20 and 12:05

Feb
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

Feb
6
2011

Fix NTLDR is missing windows 7

C: bootrec /FixBoot

Dec
20
2010

Netbeans – shortcut for comments

netbeanst shoortcut for comment/uncomment ctrl + shift + c

Dec
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 [...]

Dec
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 [...]

Dec
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 */ }

Nov
20
2010

gksu nautilus – ubuntu

gksu nautilus

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