Entries Tagged as 'General'

update facebook status using email without Graph API

General 1 Comment »

Facebook Graph API is nightmare for lot of guys(including me). I want to update my own Facebook status without using any Graph API authorization & authentication process. Is it possible? I searched a lot & couldn't find any ways to do that in super simple method. By accident, while I am checking mobile version of famous websites, I found a facebook url "http://www.facebook.com/mobile/" which opened a magical door to update facebook status message without doing any Graph API interaction. Actual facebook mobile url is, "http://m.facebook.com/".

Once you logged in to your facebook account, go to "http://www.facebook.com/mobile/" page, you can get personalized email account for your Facebook login. Using that email ID. Using this personalized email, you can post status updates or send photos and videos straight to your facebook profile. It is too simple.

Locale switcher with theme using css and javascript

General 2 Comments »

I made small css based locale switcher with theme. You can see the demo here. In this example, common.css has generic style definations for page elements. gray.css has india locale and gray theme style definations. yellow.css has US locale and yellow theme style definations. Below 3 lines of javascript code will switch locale as well as theme.

<script>
function changeTheme(){
    var obj = document.getElementById("themeContainer"); 
    obj.className = (obj.className=='gray')?'yellow':'gray'; 
}
</script>

US locale - yellow themeIndia locale - gray theme

you can download this example here.

My blog in Adobe Feeds and coldfusionbloggers

General No Comments »

My Blog aggregated in Adobe feeds as well as in coldfusionbloggers. My special thanks to Ray and Adobe feeds coordinators.

    

Hi to all, Quick intro about me, This is CF Mitrah(CF Friend). CF Developer.

you can reach me here. Linkedin FacebookTwitter Blogger gTalk Yahoo j_saravanamuthu j.saravanamuthu [at] hotmail [dot] com

For ColdFusion Foundation

General , ColdFusion No Comments »

4CFF (For ColdFusion Foundation)  was announced to increase the popularity of CFML and to help open source CFML projects. To get more details, check 4CFF website or follow 4CFF official twitter

Adobe Certified Expert on Adobe ColdFusion 8

ColdFusion , General 7 Comments »

I am happily announcing to every one, today I finished ACE coldfusion 8 certification examination. Now I am an Adobe certified expert on coldfusion 8. :)

ACE - Adobe Certified Expert - Coldfusion 8

Read more...

Powered by Mango Blog. Design and Icons by N.Design Studio
RSS Feeds