Showing posts 20 to 28 from all categories

Top Facebook Twitter Comments

Introducing Orion, the PHP 5 framework !

After 2 years of private development, I finally decided that Orion, the web framework I've been working on as a side project, was finally stable enough to be released publicly.

You can now download and read this project's documentation on orionphp.org.

Read more
Top Facebook Twitter Comments

BKcore, intro titles video

Intro de 8 secondes qui fera office de titre/logo pour mes futures vidéos.

La bande son sera surement modifiée et aménagée pour matcher celles qui seront utilisées dans les vidéos.

Read more
Top Facebook Twitter Comments

(PHP) NoCSRF, a simple class to prevent CSRF attacks.

When building an application or a website using PHP, you should be concerned with security.

One of the most common attacks used by malicious hackers is the Cross-Site Request Forgery (CSRF). This simple anti-CSRF token generation/checking class written in PHP5 will protect your form handlers from being hijacked to run unexpected actions.

Read more
Top Facebook Twitter Comments

It's Caturday, scratch a kitty!

You need the flashplayer to view this animation

Some random flash doodling to make a break from the everyday coding. Scratch the kitty to make it happy !

This is 100% flash vector.

Read more
Top Facebook Twitter Comments

Photographie animalière au Zoo d'Amnéville

Profitant des derniers jours ensoleillés de l'année, j'ai pu passer ce dernier samedi avec quelques amis au Zoo d'Amnéville, situé à quelques encablures au nord de Metz. Cet endroit est réputé pour être un des plus beaux zoos de France tant par sa diversité que par son cadre. Une occasion donc idéale pour s'exercer à la photographie animalière.

Read more
Top Facebook Twitter Comments

(PHP) Late static binding and child attribute declaration

Late static binding is one of the most useful feature brought to us by the PHP team on version 5.3. It enables access of child static variables from parent classes.

Understanding the exact behaviour of this feature is crucial when dealing with static class inheritance.

Read more
Top Facebook Twitter Comments

(JS) Scroll animation with custom jScrollPane plugin

jScrollPane is a jQuery plugin written by Kelvin Luck that "converts a browser's default scrollbars into an HTML structure which can be easily skinned with CSS". It is a great peace of code I had the opportunity to work on during my recent projects, but it still lacks a bit of fanciness, particularly on scrolling animations.

This is why I came up with this custom version of the plugin, adding support for mousewheel and keyboard scroll animations.

Read more
Top Facebook Twitter Comments

(CSS) Prevent @font-face variants render issue

/* CSS Document */
@font-face
{
    font-family: comfortaa;
    src: url('comfortaa.eot');
    src: local(comfortaa), url('comfortaa.ttf') format('opentype');
}

While @font-face custom fonts on websites is an accessible alternative to Cufon, some web browsers tend to render font variants differently. This can sometimes be quite painful for the standard UI/UX designer.

Read more
End of items timeline.