Categories

Tag Archives: developer

Validation failed. Unable to update Developers.

1. Go to the Application Profile Page (linked to from right hand col on your app’s main page (where it shows stats, your app id, site url etc)

2. From Application Profile Page click on “Edit Application” – left hand col underneath profile pic

3. On the Edit App page there’s a list of app devs in the right hand …

Read More

Confirming Developer Accounts

Quotation from Facebook developers blog:

Starting this week, we are requiring every developer to verify his or her Facebook account to create new applications. This is the same quick process that users go through when they want to do things like upload large videos.

We’re taking this step to preserve the integrity of Facebook Platform, ensuring that every application is …

Read More

Firebug. Mozilla Firefox plugin

Developer Tools, Website Development
  |  
June 15 2011
Firebug is a Mozilla Firefox plugin that can be used to inspect the website source code, modify the CSS and trace the website errors.
Read More

Developer Tools

Developer Tools, Website Development
  |  
June 15 2011

While working with website templates you may often need to modify the HTML markup, CSS styles or JavaScript files. Usually to modify some elements on the page you should browse through the files and search for necessary line.

This post will show you how to make the process easier and clear using the browser developer tools.

The browser developer tools …

Read More