by Mr Me
on January 23, 2012
in general, webworld
From February 2012 onwards, Facebook stops App profile pages. But you can still move all your page likes and users to new page (till Feb). The new Facebook app creation flow is really confusing. For developers, to add a app as a tab to another page, you need to user the following URL: https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL next [...]
by Mr Me
on December 14, 2011
in Downloads, Flash, general, html, php, php source code, webworld
Two months ago, I published a jQuery plugin to record audio from browser (without any Media server) called jRecorder I got many responses and requests to maintain the code with new enhancements and some bug fixes. Based on that, a new version (1.1) is released which has the capability to preview the recorded audio before [...]
by Mr Me
on November 10, 2011
in general, php source code
Sometime in Facebook Pages, you can see the message / banner, we have offers for you, like us to see. Or Like us to unlock the content etc. These all are for getting more likes in their Facebook page and indeed, it is a very nice idea to spread your updates among many of your [...]
by Mr Me
on October 26, 2011
in general, html, webworld
I tried new Adobe Edge yesterday, wow it is cool and it took only 10 minutes for me to develop the following animation in HTML 5. You can simply do animation, movements, rotation, resizing, font changes etc as you do in Flash layers . You can also write actions in javascript, if reached here, or [...]
by Mr Me
on October 7, 2011
in general
This is the 200th article of sajithmr.me So, I thought to write something special and it is regarding the new website. New theme, New WP Version, New Server, New Logo, Mr Me is totally new Share
by Mr Me
on May 22, 2011
in general, php
A PHP based tool to generate QR Code for your website URL. http://qrcode-factory.com/ Now a days, the usage of QR code is higher and this is becoming one of the PR generating mechanisms. QR code is another kind of bar code called matrix bar code. QR stands for Quick Reader (source: WikiPedia) The tool is [...]
by Mr Me
on April 22, 2011
in general, php
I recently started a new URL shortener service. If you’re bored with old short-url services, you can start using this http://zip.ms Here you can set your-own custom alias, than some random string. I used Phurl library to create this website. I have no spam guard added in the site, please be a real human, I [...]
by Mr Me
on July 15, 2010
in general
As you all know recent changes in privacy issues made Facebook to change their basic API and added some security concerns. From my best practise, most of the old applications are safe, but you will be in trouble when you create new application. By default you cannot access user’s photos, profile pictures , albums etc. [...]
album, albums, api, documentation, empty string, error, facebook, featured, functions, graph, graph api, help, missing, permission, photos, php, privacy, problem, rest, rest api, security
by Mr Me
on July 15, 2010
in general
Like the old REST API, you don’t need to add 2-3 files for Facebook PHP SDK. The new graph api comes in a single file which is located at http://github.com/facebook/php-sdk/ Copy the facebook.php file in to your webroot and include this file in your php code. require_once(‘facebook.php’); To work fully functional, you need CURL and [...]
api, apt-get, blank page, curl, error, facebook, graph, install, install curl, install json, json, pear, pecl, php, sdk, solution
by Mr Me
on June 6, 2010
in general, php
If you aim to create a multi-language website using PHP + Mysql , remember the following tips. You can use mysql database for this purpose rather than using separate language files as usual content management system does. You can create a table with following structure for this purpose.Table: muli-lang string_id: page_id: en: arb: fr: Here [...]
by Mr Me
on May 8, 2010
in general
I don’t need to explain anything about this game, sorry movie Go to :http://www.bankrungame.com/ Share
application, bank, bankrun, featured, free game, game, innovation, interactive, iphone, movie, rank run, run
by Mr Me
on March 3, 2010
in general, webworld
In 2008, after Steve Jobs released a Software Development Kit (SDK)for developing iPhone application, the iPhone OS platform became open for all to development their own application. Xcode is the development environment for iPhone development. Later a lot of frameworks were introduced over this platform. The following are new platforms for developing iPhone applications. iPhone [...]
by Mr Me
on March 3, 2010
in general
Of course, it is not my post. But I wrote it here for a back up for myself. I got this from some website, it works ! Steps1) Stop running Mysql service first (Administrative tools > Services ) Open command prompt (cmd) and reach the directory (using CD command) where Mysql bin is installed (eg: [...]
change, command, command prompt, execute, Mysql, new, password, password reset, reset, root, services, tricks, update, user
by Mr Me
on January 16, 2010
in general
If you become mad with coding , play this game for some time. http://firstpersontetris.com/ I like the way it is implemented Cheers Sajith Share
by Mr Me
on November 22, 2009
in general
Watch this amazing presentation. It is really fantastic. Share