22
2010
How to change the collation for all tables in a MySQL database to UTF-8?
<?php $db = mysql_connect("localhost", "username", "pass"); if(!$db) echo "Cannot connect to the database – incorrect details"; mysql_select_db(‘myuser_mydbname’); $result=mysql_query(‘show tables’); while($tables = mysql_fetch_array($result)) { foreach ($tables as $key => $value) { mysql_query("ALTER TABLE $value COLLATE utf8_slovenian_ci"); }} echo "The collation of your database has been successfully changed!"; ?>
16
2009
How to install LaTeX on Ubuntu
V terminal vnesite naslednje ukaze: sudo apt-get install tetex-base sudo apt-get install tetex-bin sudo apt-get install tetex-extra sudo apt-get install latex-xft-fonts sudo apt-get install latex-beamer sudo apt-get install kile Po uspešni namestitvi vseh paketov vam bo Latex deloval.
31
2008
How to change xp start button text
Change The Text On The Start Menu Button – The top video clips of the week are here Če se ne zanjdete dobro iz filmčka prilagam tukaj še en link kjer je natančno opisano do podrobnosti kaj morate klikati lepo po korakih. http://www.wintipz.com/XP/ChangeXPStartButtonText.htm
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