796 shaares
The law on cookies changes on Saturday within the EU, and designers and website owners are fretting about compliance. Richard Beaumont of The Cookie Collective explains how to keep your site legal
Début juin, le CoHacking Space Pas sage en Seine a mis à l’honneur de nombreux sujets intéressants relatifs à la sécurité, la vie privée, la surveillance sur le net etc. Comme la teneur reste assez accessible et participe au à la vulgarisation et au partage des connaissances sur des thématiques extrêmement importantes, j’ai trouvé utile d’en relayer quelques unes.
FLASHLIGHT is CSS3 3D transform demo. The text color is set to transparent and text-shadow is added. When added a transform: rotateY together with a low perspective, it gets a nice stretched effect. Browser support still limited.
Emulating background image crop, background image opacity, background transforms, and improved background positioning. A few hacks relying on CSS pseudo-elements to emulate features unavailable or not yet widely supported by modern browsers.
Create a simple CSS folded-corner effect without images or extra markup. It works well in all modern browsers and is best suited to designs with simple colour backgrounds.
I wanted to take this technique and port it to another jQuery example. So the quickie for today is Unlimited scroll using jQuery. I've using the Twitter API to make the example, so you'll learn a little bit about JSON too.
Voici le documentaire sur l'histoire des Hackers diffusé sur la chaîne France 4 le 15 avril 2012.
Il retrace l’histoire d’Internet grâce aux témoignages de ceux qui l’ont construit, les hackers.
Ceux-ci existaient d'ailleurs bien avant l'invention d'Internet.
On y parle de piratage, d'emule, de logiciels libres, de linux, de Wikileaks, de Twitter, de la liberté sur Internet....
Il retrace l’histoire d’Internet grâce aux témoignages de ceux qui l’ont construit, les hackers.
Ceux-ci existaient d'ailleurs bien avant l'invention d'Internet.
On y parle de piratage, d'emule, de logiciels libres, de linux, de Wikileaks, de Twitter, de la liberté sur Internet....
I know you guys have waited forever for this tutorial but it’s finally here. In today’s tutorial I will walk you through the first step of creating a Tumblr Theme, designing up the bad boy. Because I want you guys to grasp all the aspects of creating a Tumblr theme from scratch our theme will be using every available call for a Tumblr home page. This is Stage 1 of a 5 stage tutorial that will walk you through creating your custom Tumblr theme. So, let’s get started shall we?
Avec un temps idéal pour déprimer, rien de tel que de penser aux vacances (au soleil???) qui approchent ou se préparent.
Une petite liste d’applications bien pratiques pour préparer et optimiser son voyage. En prime, une jolie infographie qui retrace cette liste d’applications …
Une petite liste d’applications bien pratiques pour préparer et optimiser son voyage. En prime, une jolie infographie qui retrace cette liste d’applications …
As a web designer or web developer, you’ve probably heard of Git before, a version control system that has had a swift ascension to ubiquity due in part to GitHub, a social code repository site.
If you’d like to learn how to use Git, check out my top 10 favorite Git tutorials for beginners. At the end, you’ll also see a list of other educational Git resources.
If you’d like to learn how to use Git, check out my top 10 favorite Git tutorials for beginners. At the end, you’ll also see a list of other educational Git resources.
Le 05 septembre 2011, tous les Syriens qui se sont connectés à Internet ont eu la surprise de découvrir une page contenant des instructions permettant de détourner la censure mise en place par le gouvernement de Bachar el- Assad et d’assurer la sécurité de leurs correspondances privées, leur donnant ainsi la possibilité de communiquer librement entre eux et avec le reste du monde, publiant au passage des fichiers log des dispositifs de surveillance syrien. Quelques membres de Telecomix, groupe décentralisé de hackers européens, constitué en 2009 contre les lois restreignant la liberté d’expression sur le net – sont à l’origine de ce qu’ils appellent “OpSyria”. Okhin, l’un des membres actifs de cette cellule, également proche de la Quadrature du net, nous donne sa vision du hacking et de la liberté.
Mark Zuckerberg a fait le rêve d’une communauté parfaite et compte sur le social reporting – "signalement social" – pour le réaliser. Lancée en 2011, l’opération consiste à faire des membres de Facebook les petits rapporteurs des violations des conditions générales d’utilisation du réseau. Depuis quelques jours, ils doivent confirmer l'identité de leurs amis utilisant un pseudonyme. Une seule exigence affichée pour cette armée mexicaine : la transparence.
DC and Ken Block present Gymkhana FIVE: Ultimate Urban Playground; San Francisco.
Shot on the actual streets of San Francisco, California, GYM5 features a focus on fast, raw and precise driving action. Filmed over four days, director Ben Conrad and his team are back to work on their second Gymkhana production and delivered the entire city of San Francisco as Ken Block's personal gymkhana playground. DC Shoes also provided fellow DC athlete and longtime Ken Block friend, Travis Pastrana, to make a cameo appearance on his dirtbike, and S.F. resident Jake Phelps of Thrasher Magazine fame also makes a cameo as Block hoons S.F. in his most incredible Gymkhana yet.
Shot on the actual streets of San Francisco, California, GYM5 features a focus on fast, raw and precise driving action. Filmed over four days, director Ben Conrad and his team are back to work on their second Gymkhana production and delivered the entire city of San Francisco as Ken Block's personal gymkhana playground. DC Shoes also provided fellow DC athlete and longtime Ken Block friend, Travis Pastrana, to make a cameo appearance on his dirtbike, and S.F. resident Jake Phelps of Thrasher Magazine fame also makes a cameo as Block hoons S.F. in his most incredible Gymkhana yet.
Having an effective pricing table can help you a lot to increase the conversion rate for your product sales page. It’s very important to make things clear from the beginning because this way you’ll help your visitors to take the best decision for choosing the plan that suits them.
Dans un précédent article nous avons abordé la compatibilité des différents navigateurs vis-à-vis du HTML 5 et de CSS 3. La conclusion qui en découlait était que l’on pouvait utiliser ces langages sur des navigateurs récents, mais que les versions d’Internet Explorer antérieures à la 9 posaient problème. Nous avons cité quelques outils offrant une alternative comme html5.js ou encore selectivizr.
L'ordre d'écriture des propriétés en CSS n'a quasiment aucune importance. Du coup, ça relève en général de choix personnel, de l'ordre alphabétique ou d'un hasard total. Pourtant, quand on travaille en équipe, il est vite important d'établir quelques règles afin que tout le monde code de la même façon, sous peine de se retrouver avec un beau patchwork de styles. Voici l'ordre dans lequel je range mes propriétés CSS.
Gravatar stands for Globally Recognized Avatar. This is the very well known service to show your avatar globally.
You can get Gravatar using an email address. In this post I am going to show you how to show the gravatar using an email address.
I am going to cover this post with PHP.
You can get Gravatar using an email address. In this post I am going to show you how to show the gravatar using an email address.
I am going to cover this post with PHP.
Here is the simple trick to read the text file line by line. For this I am going to use the fopen() and fgets() function.
This is code snippet I am going to take one text file and read it line by line.
This is code snippet I am going to take one text file and read it line by line.
There is a big difference in these functions. Actually both functions perform the same task which includes the file but the process of including the file a quite different.
There are a lot JavaScript analog clocks out there, but most of them use images or CSS3 tricks to make them move
I am showing you an analog clock made without any image and without any style thanks to Raphaël JavaScript Library.
Raphaël is a JavaScript library that let you your work with vector graphics on the web using the SVG W3C Recommendation and VML as a base for creating graphics which works on Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ and Internet Explorer 6.0+.
I am showing you an analog clock made without any image and without any style thanks to Raphaël JavaScript Library.
Raphaël is a JavaScript library that let you your work with vector graphics on the web using the SVG W3C Recommendation and VML as a base for creating graphics which works on Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ and Internet Explorer 6.0+.