Bug with ImageZoom: when all pictures get bigger
ImageZoom is one of my prefered extentions to FireFox. Yet, sometimes I encounter a situation in which all pictures size is increased.
It is very easy to fix this: in the address bar, launch about:config
.
Then find the property imagezoom.defaultGlobalZoom
, set it at 100
.
And it’s over!
Learning how to count!
- Star Wars: 4, 5, 6, 1, 2, 3
- Street Fighter: I, II, II’, II Turbo, Super II, Super II Turbo, Zero, Zero-2, Zero-3, III, III 2nd Impact, III 3rd Strike
- Ocean: Eleven, Twelve, Thirteen
- Super Mario: 1, 2, 3, World, World 2, 64, SunShine, Galaxy
- X-Men: 1, 1.5, 2, 3
- Windows: 1, 2, 3.X , 95, 98, Me, 2000, XP, Vista
Pourquoi je prefere Eclipse 3.2 a IntelliJ IDEA 6
Cela fait bientot 2 mois que je suis contraint d’utiliser IntelliJ IDEA, mais je reste stupefait par ses defauts par rapport a Eclipse, le standard du marche.
Conditionnal Statement in Jakarta Ant
Sometimes, a Java developer needs a “if-then-else” conditionnal statement in Ant scripts:
Increasing logging level with Java WebStart
The way to increase log level within a Java WebStart application (thhus launched via a JNLP file) is easy. To perform this, just add a few lines in the JNLP file:
[xml] <resources> <property name="javaws.debug.0" value="+TraceSecurity"/> <property name="javaws.debug.1" value="+TraceCache"/> <property name="javaws.debug.2" value="+TraceDiskCache"/> <property name="javaws.debug.3" value="+TraceDownload"/> <property name="javaws.debug.4" value="+TraceXMLParsing"/> </resources>
A propos de la TV
Il est probable que dans quelques siecles, les futurs habitants de la Terre s’etonneront de la place que cette boite a pris dans les foyers…
A Geek’s Sunday Morning
- installed an Apache server, PHP interpreter and MySQL database in my WinXP computer, without any installer! Don’t lough, it is not so easy as it looks…[1] Thanks to this, I will be able to customize the
my blog
easier. - installed PHPEclipse plugin for PHP under Eclipse 3.1
- ordered personnal homepage spaces at Free.fr. This will allow me to migrate my old websites from Lycos (and its ugly and invading ads) to quicker and ad-free Free.fr’s servers.
- updated my
.htaccess
file to get rid of spam bots. I am regularly spammed by robots from Ukraine and Iran. For Iran, I have a radical solution if the.htaccess
-blocking does not work, yayathollah may not appreciate… - removed orphan files and directories from my PC.
Notes
[1] I discovered XAMPP distribution just as I finished my installation :-(. Therefore I did not experience it.