background preloader

Dev Php Java JQuery etc

Facebook Twitter

Meteor. [DEV]Hordes - Autres jeux - Britania. Salut, bon je me remet sur le projet.

[DEV]Hordes - Autres jeux - Britania

Hordes (officiel) ne va plus vraiment subir de mise à jour car les développeur sont sur un projet nommé "Hordes Zéro". C'est donc le bon moment pour reprendre le projet d'après moi. Pour ce qui est de la partie code, je vais utilisé un framework (MVC) maison, que je développe depuis plusieurs mois pour une entreprise, j'ai donc la connaissance total sur le code. Le site sera dynamique (en Ajax).

Pour le design, je vais au début pas trop m'attarder dessus car copier l'officiel pour le clean c'est long et chiant, donc je vais faire une maquette qui reprend la forme puis une fois bien avancé deux possibilité : soit je recopie a l'identique l'officiel, soit je créer une variante (moi même ou a l'aide d'un designer). Pour la map, là c'est un peu plus compliqué. Niveau contenue, bah c'est un hordes like, donc le but est de reproduire dans un premier temps le jeu, puis ensuite de modifier à notre guise et/ou rajouter du contenue. Comment créer un robot sur Twitter - Pirmax.fr.

Créer un robot sur Twitter demande quelques connaissances en programmation et développement Web, notamment en PHP.

Comment créer un robot sur Twitter - Pirmax.fr

Je ne vous cache pas que vous devrez aussi comprendre le sens d’une API. Le terme “robot” employé dans ce tutoriel, n’a aucun rapport avec le robot que l’on peut imaginer dans la vraie vie, il s’agit ici d’un programme capable d’interagir automatiquement avec des personnes sur Twitter ou bien suite à des commandes spéciales programmées au préalable. Accès directe aux parties de ce tutoriel ? Que faut-il posséder ? Savoir pourquoi créer un robot TwitterConnaître un minimum la programmation PHPPosséder un espace Web avec accès FTPEspace Web acceptant les fichiers PHPComprendre un minimum l’API Twitter Pourquoi créer un robot Twitter ?

A PHP IRC Bot - WildPHP. Heads up!

A PHP IRC Bot - WildPHP

This is an old script, and we don't support it. Check out the new version here. Description Simple PHP IRC Bot, is a simple PHP IRC Bot class designed to connect to an IRC server, run a few simple commands. This script is designed and intended to be built upon, perhaps you could build a PHP IRC Client, so please follow some of the notes below for guidance. Warning This script uses PHP sockets, and most shared hosting and some servers have it disabled by default. Installation Download or copy paste the script from this page Rename the file to bot.php ( Sorry, the site will only allow me to upload it as bot.txt) Edit the $config array in the script to the server settings, should be self explanatory Download and install XAMPP Place bot.php in the htdocs folder of your XAMPP installation Don’t forget to start the Apache server by pressing the start button in the XAMPP Control Panel Go to and the bot should connect and join the channel you specified in about 30 seconds Code !

Line25 Web Design Blog. Item Blur Effect with CSS3 and jQuery. Today we want to show you how to create a simple blur effect for text-based items.

Item Blur Effect with CSS3 and jQuery

The idea is to have a set of text boxes that will get blurred and scaled down once we hover over them. The item in focus will scale up. This will create some kind of "focus" effect that drwas the attention to the currently hovered item. View demo Download source Today we want to show you how to create a simple blur effect for text-based items. We’ll be using CSS3 transitions and some jQuery to apply the respective classes. Since we will be using transitions, this effect will only work properly in browsers that support them. So let’s start! The Markup The structure will be a section with some articles in i. Let’s look at the style. The CSS The main container will be of fixed width and centered: Let’s clear the floats (out articles will be floating) with the help of the :before and :after pseudo elements: Now, let’s style the article items.

For Webkit browsers we’ll also add -webkit-backface-visibility: hidden. Strip - A Less Intrusive Responsive Lightbox.