‘firefox’ ile ilgili yazılar

Ajax Requests ve No-cache krizleri

Bugün elime basit ama hızlıca teslim edilmesi gereken bir iş geldi.Sorunu basit olarak bir xmlhttp çağrısı ile çözmeye karar verdim.Ama ne yazıkki firefox’un no-cache vs başlıklarıma rağmen ön belleği temizlemediğini farkettim.Aradım taradım bir sürü yöntem denedim ancak olmadı bir türlü. En sonunda “quick and dirty”olarak nitelendirilebilecek bir yöntem buldum. Requesti gönderdiğim adrese parametre olarak JS’nin [...]

ImportError: libgtkembedmoz.so: cannot open shared object file: No such file or directory

I think Python is looking this package under the /usr/lib/mozilla directory. If you have no mozilla browser installed on your system (my system is FC6) and your application (for ex. listen, exaile) needs libgtkembedmoz.so library you probably will get this error. For the fix this problem: First create named as /etc/ld.so.conf.d/mozilla.conf And put the firefox [...]

Installing Java on Fedora Core 6

Download Sun’s Java Software Development Kit Version 5.0 Update 9 Open new terminal Run These commands $ su – $ cd downloaded_java_sdk_dir/ $ chmod +x jdk-1_5_0_09-linux-i586-rpm.bin $ ./jdk-1_5_0_09-linux-i586-rpm.bin Install java-1.5.0-sun-compat package via yum $ yum –enablerepo=jpackage-generic-nonfree install java-1.5.0-sun-compat For activate Java plugin in your Firefox $ ln -s /usr/java/jdk1.5.0_09/jre/plugin/i386/ns7/libjavaplugin_oji.so /your_mozilla_plugin_dir[1*] [1*] For example : /usr/lib/mozilla/plugins/ [...]