public marks

PUBLIC MARKS from holyver with tag development

2012

Drupalcamp Pakistan: Automating Drupal Deployment | Drupal Developer | Dominique De Cooman

The goal of automating deployment is to make introducing new features easier. In this post we will learn how to set up a workflow that will move code and configuration of your drupal site from your local development station, to development, to staging and to production all by a using your version control and a push of a button.

Questions and Myths About PhoneGap « PhoneGap

Phonegap is a relatively new concept to many IT organizations, so there are many unanswered questions and misunderstandings about PhoneGap and Apache Cordova.  In this post, I’ll try to answer a few of these questions, clear up a few misunderstandings, and dispel some of the myths.

PhoneGap Explained Visually « PhoneGap

There are some common questions that I am often asked, and I hope this post helps everyone understand PhoneGap better.

Quoi de neuf dans Drush 5 ? | Le blog de SebCorbin - Sébastien Corbin

Durant la DrupalCon Denver cette semaine a eu lieu une conférence par Moshe Weitzman, Jonathan Hedstrom, Owen Barton et Mark Sonnabaum. À l'issue de celle-ci devait être releasée la version 5 stable de Drush (je suis peut-être un peu en avance sur ceci). Drush est votre ami, si vous êtes un développeur, vous devez forcément l'avoir installé, et je vais donc partir du principe que vous avez utilisé la version 4. Je vais vous présenter dans cet article les nouvelles fonctionnalités de la version 5.

2011

Comparatif des outils de développement multi-plateforme mobile - Journal du Net Développeurs

Tour d'horizon des solutions de développement multi-plateforme mobile dominantes, ciblant iOS, Android, Windows Mobile.... Des bonnes feuilles tirées d'un livre blanc d'Ideo Mobilis.

2010

Missing Features » 48 Essential Drupal Development Tips From Lullabot

(via)
Your correspondent was fortunate enough to recently partake in a four day, hands-on, in-depth Drupal training (agenda: theming, forms API, menu API, module development, jQuery, best practices) conducted by the firm that literally wrote the book on Drupal: Lullabot. These tips were collected during training and every effort was made to capture them accurately, but do point out any errors or feedback in the comments (any errors were mine in capture, not Lullabot’s in training).

2009

LinkedIn Developer Network

(via)
LinkedIn APIs Let your users bring LinkedIn profiles and networks with them to your site or application. You gain better awareness of your users, increase productive engagement, and gain reach through the 52 million professionals on LinkedIn.

Google I/O - OpenSocial in the Enterprise

(via)
In the year and half since OpenSocial's public launch, there are now over 700 million end users of OpenSocial applications across numerous social sites (containers) around the world. With OpenSocial's proven global success in traditional social applications, the enterprise software community has now begun to realize its potential and build innovative solutions that cater to the enterprise. Join us for a session centered on how the enterprise software development community is successfully bringing social concepts and technology into the enterprise. Key enterprise players will present and demonstrate how they've successfully used OpenSocial software to build new social solutions.

Un nouveau type de plugin pour Liferay 5 - Architectes IT

Une des nouveautés de liferay 5 est l’ajout d’un nouveau type de plugin, nommé hook, dans le Plugin SDK. Il impacte fortement la façon de customiser liferay car il permet de changer le comportement et l’interface de liferay de manière plus intelligente.

Facebook PHP Tutorial

I will cover the basics of using the Facebook PHP library and how to get your application started, including: 1. Installing The Facebook Developer Application 2. Downloading The Facebook PHP Client Library 3. Creating Your Application 4. Hello Facebook! Example 5. FBML - Facebook Markup Language 6. Using the Facebook API

Write your first FaceBook App!

(via)
I recently tried to get my hands dirty with Facebook application development platform. I know there are a bunch of resources available on the web to help you in the process, but when I was trying get my tiny app to work, I realized there were a few things which aren’t explained too well on http://developer.facebook.com/. I am writing down the step-by-step guide that you can use to create your first Facebook application and join the club!

10 Things That Would Have Been Nice to Know When Starting My Facebook Application: An Entry in padrenel's Journal and Blog at the Experience Project

(via)
Alright, just finished my first Facebook app. Some pretty cool functionality they've built there, and it's mostly pretty straightforward to work with, but the documentation is lagging in some areas. Here's a few things I learned along the way, in no particular order - most may seem like no-brainers, but I know I lost some time to most of these!

Main Page - Facebook Developers Wiki

by 1 other (via)
The Facebook Developer wiki is a reference for developers interested in Facebook Platform. Facebook Platform is a standards-based Web service with methods for accessing and contributing Facebook data. We've made the methods as easy to understand as possible, and this wiki includes full documentation to help you learn more.

Anthony Catel’s Blog » Créer une application facebook en PHP

Vous hébergez vous même votre application. Lorsque quelqu’un se rend sur votre application, facebook va se connecter à votre page, l’interpréter (transformer le FBML, etc…) et afficher le résultat dans le “canvas” (c’est à dire comme une page facebook classique) héritant donc du style CSS et mise en page de facebook.

2008

Traditional Development/Integration/Staging/Production Practice for Software Development | Disruptive Library Technology Jester

(via)
Recently, I was asked to outline a plan for a structured process for software development that maximizes productivity and reduces bugs that reach the user. This was originally an internal OhioLINK document, but the process described is pretty traditional and others might find a use for this as well. You are welcome to use this; please honor the Creative Commons licensing terms and contact me in advance if you need something different.

2007

Using PDT : Installation : Installing the Zend Debugger - PDTWiki

by 1 other
Zend Debugger is a full-featured php debugger engine, an interactive tool that helps you debug PHP scripts. It works with a production and/or development web server and allows you to debug your scripts locally or remotely, from an IDE or the console. To get the debugger to work you need to install the debugger engine to run in the PHP interpreter (server part), and configure the debugger client to communicate with the engine.

2006

Integration continue - XP-Swiss

(via)
Avant de commencer avec l'intégration continue, il faut comprendre l'architecture "idéale" de développement d'une application. Elle se compose de cinq environnements : * les postes des développeurs (dits "locaux"), avec les différents outils traditionnels (IDE, outils de modèlisation de base de données, éditeurs XML, ...) * l'environnement de développement. Il est réservé aux développeurs qui en ont tous les droits (administrateurs). On verra que c'est l'environnement cible de l'intégration continue. Il est ainsi toujours à jour avec la dernière version disponible de l'application. De plus son état est souvent plus ou moins stable (redémarrage fréquent des applications, données volatiles insérées par les développeurs dans le cadre de leurs tests, ...) * l'environnement de test à destination du client (par exemple l'équipe marketing). Ce dernier valide le bon développement de l'application par rapport à ses besoins. Dans le cadre d'un développement itératif, il permet surtout de découvrir à temps les besoins réels du client qui sont trop souvent mal exprimés ou incomplets. Une nouvelle version de l'application est déployée depuis l'environnement de développement dès que l'appli est estimée stable et qu'elle contient suffisement de nouveautés ou corrections de bugs par rapport à la version précédente. Ces déploiements sont tout de même fréquents (toutes les 1 à 2 semaines) et sont généralement effectués manuellement à la demande du chef de projet. On offre alors généralement un fichier changes.txt qui décrit les différentes évolutions et corrections de bugs apportées depuis la version précédente. * l'environnement de pré-production pour tester la version finale de l'application. Il reproduit à l'identique l'environnement de production (nombre de machines, processeurs, mémoires, versions des applications, ...). Il permet de réaliser les tests de charge et de valider la bonne exécution de l'application lors du passage en production. * l'environnement de production accessible par les clients.

holyver's TAGS related to tag development

apache +   api +   architecture +   ci +   clevermarks +   cross-platform +   crossplatform +   debugger +   deployment +   doc +   drupal +   drush +   enterprise +   facebook +   framework +   google +   howto +   html5 +   ide +   java +   jenkins +   library +   liferay +   mashup +   méthodologie +   mobile +   OpenSocial +   pdt +   PhoneGap +   php +   plugin +   portal +   practice +   practices +   script +   server +   social network +   talk +   tips +   tools +   tutorial +   video +   web +   web 2.0 +   web services +   widget +   zend +