Posted on October 6, 2012, 4:22 pm
Usually the gear for shooting the small object is so expensive.
If samll object is your interest, Raynox DCR-250 is a right solution for you. Let see some photo of mine, ce n'est pas mal !
|
Le 18-105mm + Vivitar Téleconvertiseur 2x + Raynox DCR-250 |
Posted on September 6, 2012, 4:29 pm
Cela pourrait ressembler à un objectif Nikon AF-S 55-200mm 1:4-5-6, mais en fait c'est un USB Speaker ;) A l'intérieur il y a une batterie, avec une pleine charge il est autonome de 3-4 heurs.
![]() |
USB Speaker : Nikon AF-S 55-200mm |
Posted on September 4, 2012, 4:35 pm
current, end, array_values, array_keys
.Indeed, that you will use the loop foreach
, for
, while
... each time when you work with Array especially with Multidimensional Arrays ;)
A real example for me and without a deep knowledge of PHP, i've never use those functions.
Any ways, i use only foreach
, count
and i can get the same result but the code is a little bit long and not so pretty.
Below you'll see the tow styles of code with the same result.
My new style ;) pretty style
, just only 4 lines
Special thanks to php array function current
, end
, array_keys
echo "<ul>";
echo "<li>Estimated time : ".current(array_keys($echeance[3]['Paiement60Times']['echeances']))."</li>";
echo "<li style='border:none;'>End schedule : ".end(array_keys($echeance[3]['Paiement60Times']['echeances']))."</li>";
echo "</ul>";
My old style
$c = 0;
$c_count = count($echeance[3]['Paiement60Times']['echeances']);
$style = "";
echo "<ul>";
foreach($echeance[3]['Paiement60Times']['echeances'] as $e_date => $e_val){
if($c==0){
echo "<li>Estimated time : ".$e_date."</li>";
}
if($c==($c_count-1)){
echo "<li style="border: none;">End schedule : ".$e_date."</li>";
}
$c+=1;
}
Read More
Posted on August 12, 2012, 4:42 pm
Here are some tips for those who interesting in firework photography
See my sample photo...
![]() |
Focal Length: 40mm | Shutter Speed: 15s | Aperture: F16 | ISO: 100 | Exposure Comp: +4.7EV |
Posted on August 7, 2012, 4:59 pm
Un bon remontant pour les chaudes journées d’été !
Au printemps, on fera toutefois attention dans les traversées des couloirs qui restent souvent encombrés de neige suite aux différentes coulées de l’hiver.
![]() |
Focal Lenght: 50mm | Aperture: F/6.3 | ISO: 125 | Shtter Speed: 1/250s |