Example of how to send a subscribe_user request using Notifo's api. Notifo lets you setup push notifications to mobiles - for any site.
Put the PHP into a separate file named notifo-proxy.php
[code]
// html + jquery<script type="text/javascript" src="_assets/behaviour/jquery.min.js"></script>... Read More »
Utilização simplificada para a utilização da imagem gravada no Gravatar para um determinado email.
[code]
<?$email = "someone@somewhere.com";$default... Read More »
[code]
1. The first thing we’re doing here is checking to see if it is the home page. If it is then we’re going to show the blog name and then the tag line (see image above on where to go to change this), separated by a ” | ” character. You... Read More »