Ny mpikambana vaovao koa no tsy tafiditra intsony.
Manadio blaogy
Ny mpikambana vaovao koa no tsy tafiditra intsony.
Ce message est surtout pour vous qui aimez voir quelqu’un rélever un défi 🙂
Depuis deux ans maintenant je me suis mis à créer des applications pour Android. Pour le moment j’ai fait Fihirana katolika, Tononkira Malagasy, Baiboly Masina Katolika et Sorona Masina. Je pense encore créer d’autres applications utiles pour la communauté malgache ou autres et Android me les laisse faire facilement.
Seulement que depuis quelques temps, beaucoup de gens me demandent de créer ces mêmes applications pour IOS (iPhone, iPad etc) et là je suis bloqué. Pour pouvoir créer des applications valides pour IOS il faut avoir un ordinateur Macintosh… un luxe que je ne peux pas encore me permettre… et je ne sais pas jusqu’à quand.
Quelques uns de ces amis iPhoniens m’ont donné l’idée de faire un “fundraising”, c’est-à-dire une collecte d’argent pour réaliser ce projet. Donc je m’y lance. J’ai créé cette page pour une collecte de fonds pour acheter un ordinateur Macintosh. Le budget est de 1.500 Euros (Mac+iphone+inscription iTunes). Au terme de la collecte… qui va durer plus ou moins selon vos actions, je verrai si je vais acheter un Macbook ou un iMac…
Je ne sais pas jusqu’où j’y arriverai mais je promets qu’une fois cette somme réunie, je vais convertir les applications déjà faites avec Android en Iphone, et j’en créerai d’autres.
C’est un défi :-p n’en riez pas…
Pour la transparence, je vais mettre sur cette page les noms ou pseudos des gens qui y participent (sans la somme sauf si c’est une enveloppe lourde) et je vais afficher surtout le total
(au fond de moi-même, je ne crois pas que ça marche, c’est difficile de faire une collecte de ce genre, mais je me suis dit que je ne perds rien en le faisant… alors à vos cartes 🙂 )
Pour participer: Cliquez sur le bouton Je participe (Il faut avoir une carte bancaire acceptée par Paypal)
Versés | 0 | Net | 0 |
Noms des participants
– |
Merci
I installed GCompris, a game suite, on my Lubuntu for my son but I coudn’t get the sound working.
After looking here and there I found out that I should install
gstreamer0.10-alsa that's what I did and it worked
Having this spreadsheet from Google: https://docs.google.com/spreadshee…
This is what I did to show the quote daily:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"> </script> <div id="result">loading</div> <script> var today = new Date(); var aday = today.getDate(); var amonth = today.getMonth(); var sq = "amonth=" + amonth + " and aday=" + aday; var url = "https://spreadsheets.google.com/feeds/list/0AjgIgMIuXFo2dF9fQnUybkFLeE5ybHE0bVJ4Z3F0Unc/od6/public/values?alt=json"; $.getJSON(url, { "sq": sq }, function (data) { $("#result").html(data.feed.entry[0]["gsx$atext"]["$t"]); }); </script>
Gaga aho hoe tsy nety nitranga tany amin’ny facebook mihitsy ny sombin-dahatsoratra rehetra avy amin’ny blaogy.org, nohamarinina tanteraka ny serveurs kanefa tsy tany ny olana. Nony efa notadiavina maharitra tamin’ny internet vao hita fa hay olana avy amin’ilay plugin hoe badbehaviour no nahatonga an’ilay izy. Nony nesorina iny dia nety tsy nisy olana intsony.
Niova amin’izao ny fampidirana youtube
Tsindrio ilay dia ampidiro ny lien 🙂
[yframe url=’http://www.youtube.com/watch?v=YtytVejzORI’]
Araka ny efa hitantsika teto dia nanana olana goavana ara-milina ny blaogy.org. Very tamin’izany daholo ny données rehetra. Fomba anakiray nataoko handraisana ny données aloha dia nosintonina tao amin’ny www.archive.org
Hevitra mety azo ampiasaina angamba io fomba iray io na dia tsy feno aza ny lahatsoratra ao. Mbola jerena raha misy lahatsoratra tavela any antrano.
After I check what davicho did, which was inspired by what I did before, I decided to write down this plugin to just Authentify Joomla users into WordPress MU.
This is a plugin for WordPress MU.
When you use this plugin, your Joomla users will be able to be integrated into your WordPress MU installation. According to how you set it, users can just be members or they can also have blogs automatically. This will work for Joomla 1.0.x and Joomla 1.5.x
This is an extension with a component and a module for Authenticate users right from a mysql usertable. All informations about the database (hostname, databasename etc) can be configured in admin. The Query to get the user information is also to be set in the admin backend. This was tested to authenticate phpBB users and drupal users. And should work with others as well.
Every user who logs in is registered automatically to your Joomla user table. And if they change password in the remote site, their password will be updated when they log back in joomla. (So the username and password are always synchronized)
UPDATE 1-Sept-2006
UPDATE 7-sept-2006:
Sorry that the example I put here had an error. I forgot a ‘
This is the right example.
eg. SELECT name_field_in_my_table AS name, username_field_in_my_table AS username, email_field_in_my_table AS email FROM my_table WHERE username_field_in_my_table=’%{user}’ AND password_field_in_my_table=md5(’%{pass}’)
UPDATE 20-June-2007