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.

My small OSS contribution - ColdFusion wrapper CFC for Google Blogger API

ColdFusion No Comments »

Whenever I need to integrate any third party API in my ColdFusion projects, the first thing I will go to RIAForge & I can find wrapper CFCs. RIAForge is open source hosting site for Adobe technologies. But unfortunately there was no wrapper CFC for Google blogger API while I need to integrate blogger API in one of my project. So I created ColdFusion wrapper CFC for Google Blogger API service, for my project. I thought, If I post this in RIAForge, it may help someone. So I have posted it as open source in RiaForge as well as in github. In this CFC, Google authentication code and few API call syntax are taken from http://cfgoogle.riaforge.org & http://youtubecfc.riaforge.org. Thanks a lot to Ray(ColdFusion Jedi).

Using this wrapper CFC, you can do following tasks,
    Get your blog list
    Get list of all posts for a blog
    Create a new or drafted post
    Update a post
    Delete a post
    Get list of all comments for a blog post
    Add a comment to a blog post
    Delete a comment in a post

In future, I will add cfscript based version of bloggerCFC for cfscript fan boys. If you have any issues or need any enhancements on this CFC, please enter it in RiaForge issue tracker.

ColdFusion Builder 2 and Flash Builder 4.5 released

coldfusion builder No Comments »

Adobe released  ColdFusion Builder 2 & Flash builder 4.5. You can download 60 days trail version of from here. After your 60 days trial period, CFB 2.0 will moved to free express edition. It will not have all features as Professional version.

URLs and Resources for ColdFusion 8 Certification

4 Comments »

I got couple of mails from UG members as well as CF newbie’s regarding coldfusion 8 certification. They asked about certification resources, online registration etc. Here some of the URLs,
Adobe certification main page URL:
        http://www.adobe.com/support/certification/ace.html
Available certification exams:
        http://partners.adobe.com/public/ace/main.html
You can find your exam syllabus (Adobe called this as prep guide :) )  with 10 model questions
        http://partners.adobe.com/public/en/ace/ACE_Exam_Guide_ColdFusion8.pdf
You can schedule your exam online in pearson website,           
        http://www.pearsonvue.com/Adobe/
Live docs is the best resource to prepare,
        http://livedocs.adobe.com/coldfusion/8/cf8_cfml_ref.pdf
        http://livedocs.adobe.com/coldfusion/8/cf8_devguide.pdf
As per other CF bloggers, Centersoft coldfusion 8 exam buster is one of the best available resources for cf 8 certification. I haven't tried this. But I hope it will help you.
Did I miss any important URL related to CF 8 certification exam? I welcome additions from you all.

Markitup upload plugin for Galleon

9 Comments »

 As you must know that  Galleon forum using Markitup editor to create HTML formatted posts. Markitup is a jQuery based easily configuarable editor. It has "link to image" functionlity which used to add URL of a image to show that image in the post. But it doesn't have facility to upload a file to server or browse a file which is already uploaded by that user. I thought, it is good idea to create a plugin to do the same.

UI mockup for the file upload is

Markitup file upload

Once the user uploaded a file or clik on browse button in markitup menu bar, a popup browse div will showed to the user to select their uploaded image. I made browse window as draggable using jQuery UI.Browse uploaded files interface,

Markitup Browse file

Read more...

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