HaPpY FrIeNdShIp dAy!!

Happy Friendship Day !!! New Friends may be a poem but old friends are the alphabets. Don’t 4get alphabets, bcoz without alphabets its hard to read the poem. Friends are like a page in a book of life,every page with a different chapter.but best friends are the index page covering every chapter of life.

AWS CloudFront with PHP

Amazon CloudFront is a web service for content delivery (CDN). It integrates with other Amazon Web Services EC2 / S3 to give developers and businesses an easy way to distribute content to end users with low latency and high data transfer speeds. http://aws.amazon.com/cloudfront/ Digital Inspiration – Thanks to http://www.labnol.org… it always provides help for all … Read more

Exceptions with Facebook Apps

OAuthException: Error validating access token: Session has expired at unix time 1311357600. The current unix time is 1311357734 Request FB Access Token each & every time… Rotate Apps… OAuthException: (#1) An unknown error occurred Sometime facebook block App’s domain and text, images, links etc. used on apps, You can use URL Linter to cross check … Read more

Youtube / Vimeo embed resizer

Resizes a Youtube / Vimeo embed code from a Template variable with the variables given in the snippet call… 1- Create a new Snippet and call it  videoresizer 2- Copy – paste the content of videoresizer.snippet.txt on your new snippet 3- Enjoy! Example: [[videoresizer? &id='[*id*]’ &width=’300′ &height=’350′ &my_tv=’video’]] videoresizer.snippet.txt <?php //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Snippet Name: … Read more

Emails are not working on server?

Emails are essential tool / facility on web server to manage all communications among users. Here are few issues: 1. Send mail function is not configured 2. No responsible mail server service on web server 3. Email port blocked 4. SMTP service 5. IP blacklist How to fix: 1. Check Mail server (sendmail or postfix) … Read more

Slim function in php

Slim is a simple powerful PHP 5 framework to create RESTful web applications. The Slim micro framework is a template language whose goal is reduce the syntax to the essential parts without becoming cryptic. <?php require ‘Slim/Slim.php’; Slim::init(); Slim::get(‘/hello/:name’, function ($name) { echo “Hello $name”; }); Slim::run(); ?> How to install Slim

iWishYou – My Best Wishes with MP3 on Facebook

iWishYou is a facebook application where you can share Wishes / Greeting as songs for friend’s birthday, events, daily wishes. A wish is a hope or desire for something, iWishYou attract users with nice share on FB Walls. It is the better way to express your emotions to your friends & circle.

Theory About Bulk Emails

Electronic mail (e-mail), is a method of exchanging digital messages from an author to one or more recipients. Modern email operates across the Internet or other computer networks. An email message consists of three components, the message envelope, the message header, and the message body. The message header contains control information, including, minimally, an originator’s … Read more