Manadio blaogy

Nisy nanafika ny blaogy.org dia eo am-panadiovana azy. Tokony afaka manoratra lahatsoratra vaovao ihany ny tsirairay fa ny lahatsoratra efa tafiditra no ezahiko diovina.
Ny mpikambana vaovao koa no tsy tafiditra intsony.

Contribuez pour mes projets Apps IOS…




Ce message est surtout pour vous qui aimez voir quelqu’un rélever un défi 🙂

macintosh

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)

jeparticipe

Versés 0 Net 0

Noms des participants

 –

Merci

 

Getting data from Google spreadsheet




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>

 

Olan’i Bad Behaviour




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.

 

Olan’ny blaogy.org




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.

Joomla user Auth for WordPress MU




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

Installation

  • Just drop the file joomlauth.php into your mu-plugins directory then configure and activate the plugin Joomla Auth in your WordPress MU Admin Option.

Download

Changelog

  • 2008-07-10: Ver. 1.1.0
    • ! options fixed
    • + login form can be other than wp-admin or wp-login.php
    • + can be translated in other languages
  • 2008-02-20 : Ver. 0.9.1
    • Public release
    • Adding support for Joomla 1.5
    • “Just username” option

Todo

  • Shared session

Joomla MySQL Auth




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

  • Some of you said that the users are not shown in list as joomla users. It seems the users are in the database but since they dont’ have names they are not shown in the Administration panel.
    So please use the name field in the SQL Query to make it work well

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

  • This version is for Joomla 1.0.x >= 1.0.12
  • Fixing some session issues in Joomla 1.0.12
  • Using josSpoofCheck (that’s why it wont’ work with Joomla < 1.0.12)

Downloads