vendredi 3 février 2012
Par Ivan solart,
vendredi 3 février 2012 à 04:08 :: Outils essentiels
Another file sharing up to 2Go for the free account.
I like the simplicity and "sobre" design.
Try it and you will adopt it

aucun commentaire
:: aucun trackback
mardi 17 janvier 2012
Par Ivan solart,
mardi 17 janvier 2012 à 11:21 :: Photography tips
Nothing more frustrating to loose involuntary your pictures by deleting or Formating the card...
So here we go, the killer tool is named "Stellar Phoenix FAT & NTFS"
- less than 800 ko in zip version
- work with every device and every type of file
Note: for memory card of your camera you have to use a card reader, as some camera are not detected as FAT/NTFS external storage

aucun commentaire
:: aucun trackback
lundi 16 janvier 2012
Par Ivan solart,
lundi 16 janvier 2012 à 04:28 :: Webdesign ressources (photoshop/illustrator...)
If you don't have social media links integrated to your website, get and download social media vector media icons and increase your site visibility.

aucun commentaire
:: aucun trackback
Par Ivan solart,
lundi 16 janvier 2012 à 04:09 :: Javascript - jquery
Nice
modal box plugin allowing to show pretty and nonobstructive popup.
aucun commentaire
:: aucun trackback
Par Ivan solart,
lundi 16 janvier 2012 à 04:07 :: Ergonomie Web
1/ CSS 3 image effect
Divers
rollover effect like:
Glossy + Reflection
Morphing + Tinting
Feather Circle
2/ How to
create an animated scroll to top as seen on Web Designer Wall. It is very simple to do with jQuery.
It checks if the scrollbar top position is greater than certain value, then fade in the scroll to top button. Upon the link is clicked, it scrolls the page to the top.
3/
Image background with Jquery
4/
3D gradients box
aucun commentaire
:: aucun trackback
Par Ivan solart,
lundi 16 janvier 2012 à 04:02 :: CSS - Utiliser au mieux les feuilles de style
The tool will indicate that the colours pass the test if both the colour difference and the brightness difference exceed their threshold. It will indicate that it sort of passes if only one of the two values exceed their threshold.
Lire la suite
aucun commentaire
:: aucun trackback
jeudi 7 juillet 2011
Par Ivan solart,
jeudi 7 juillet 2011 à 11:08 :: Outils essentiels
An image place holder with option (size / color / text)
http://placehold.it/
How to use it:
- http://placehold.it/350x150 // size (if you want square just use http://placehold.it/350)
- http://placehold.it/350x150&text=mon_Text // adding a text inside the generated image
- http://placehold.it/350/ffffff/000000 // adding color (text color / background color)
- http://placehold.it/350x150.png (|jpeg|gif ...) // specify an special image extension
PX to EM conversion made simple http://pxtoem.com/
Nice tool for converting your website mesure into em/px/%
Ultimate CSS Gradient Generator http://www.colorzilla.com/gradient-editor/
Generate gradient from existent image or color range drive into CSS
aucun commentaire
:: aucun trackback
vendredi 27 mai 2011
Par Ivan solart,
vendredi 27 mai 2011 à 08:33 :: Outils essentiels
Windows install, keep you inform about incoming email without having your browser open:
http://toolbar.google.com/gmail-helper/notifier_windows.html
aucun commentaire
:: aucun trackback
Par Ivan solart,
vendredi 27 mai 2011 à 08:28 :: Flash Action Script 3
var bitmapData_1:BitmapData=new BitmapData(MovieClip(root).width,MovieClip(root).height); // generate bitmapData with root size
image.draw(MovieClip(root)); // drawing the BitmapData (root image)
var posX:uint = posY:uint = 0;
var recWidth:uint = recHeight:uint = 100;
var bitmapData_2:BitmapData=new BitmapData(recWidth, recHeight); // generate second BitmapData with the width/height we want
bitmapData_2.copyPixels(bitmapData_1, new Rectangle(posX, posY, recWidth, recHeight), new Point(0,0)); // put the image into the second BitmapData and draw from 0,0 top left
aucun commentaire
:: aucun trackback
jeudi 28 avril 2011
Par Ivan solart,
jeudi 28 avril 2011 à 06:27 :: Flash Action Script 3
Monster Debugger is an open source debugger for Adobe Flash, Flex and AIR
It is made in Flex and AIR
- MonsterDebugger.inspect(foo); // inspect function sets the target of the application
- highlight & inspect mode // set that DisplayObject as the target for the Monster Debugger
- MonsterDebugger.trace(this, foo); // can trace Class/Object/Array ...
- MonsterDebugger.trace(this, "ERROR!", "", "", 0xFF0000); // tracing an error
- MonsterDebugger.breakpoint(this); // player will be turn in pause
- MonsterDebugger.snapshot(this, myMovieClip); MonsterDebugger.snapshot(this, myBitmap, "mybitmal", "interface"); // snapshot
Give a try, you will be addicted
aucun commentaire
:: aucun trackback
mercredi 27 avril 2011
Par Ivan solart,
mercredi 27 avril 2011 à 09:24 :: Flash Action Script 3
var item:DisplayObject = LoaderMax.getContent('Element');
item.rawContent.bitmapData.clone();
http://www.greensock.com/loadermax/
aucun commentaire
:: aucun trackback
jeudi 7 avril 2011
Par Ivan solart,
jeudi 7 avril 2011 à 10:45 :: Développement PHP
aucun commentaire
:: aucun trackback
mercredi 30 mars 2011
Par Ivan solart,
mercredi 30 mars 2011 à 06:34 :: Développement PHP
Pour un affichage des pages plus rapide, la simple utilisation de "minimizer" donne de bons resultats.
aucun commentaire
:: aucun trackback
jeudi 23 décembre 2010
Par Ivan solart,
jeudi 23 décembre 2010 à 10:58 :: Html
A very powerful tool for developer, it will save you a lot of time by coding html code:
https://github.com/sergeche/eclipse-zencoding
Zen Coding cheat sheet (PDF)
aucun commentaire
:: aucun trackback