Monthly Archives: December 2011

Sandbox Cleanup Due for January

If you have old sandbox instances which haven’t been accessed for some time, they may be slated for deletion beginning on January 11th.   Why delete old sandboxes?  It’s part of our commitment to maintain the long term growth of the community and to better utilize capacity.

Your sandbox may be on the list if:

  1. It is on instance CS0, CS1, CS2 or CS4.
  2. No user has logged in within 90 days.

However, before you do too much detective work into determining whether or not your sandbox will be slated – you will also be receiving… Continue reading

In Blog: developer-relations | 1 Comment

One week left in the Holiday Recipe contest!

In case you missed Katie’s post a while back, we have a contest underway through the holidays for your best, secret recipe for the Cookbook.

To rehash the details: submit your recipe before Dec 31 at 11:59pm to enter the judging to possibly win a MacBook AIR.

The same process we usually undertake for recipes apply: our staff here will look at your recipe to determine the following:

  • Is the problem being addressed relevant?
  • Is the solution unique?
  • We may also provide feedback on stylistic elements (wording, elegance of code, etc)

At the… Continue reading

In Blog: developer-relations | Leave a comment

Mobile SDK Getting Started Articles Now Live

mzl.xlurkszomzl.xlurkszo

Santa has come early for mobile developers. Two new Getting Started articles are now live on http://developer.force.com/mobilesdk Continue reading

In Blog: developer-relations | Tagged , , , , | Leave a comment

Thoughts on UI architectures

Recently, I came across a very interesting article that got me thinking (not always an easy thing to do). The post was by a member of the LinkedIn Engineering team and it described their move away from a  a Java Servlet/JSP stack to a JavaScript templating library called dust.js. You might think of that as a fairly esoteric topic, but the article provides a real-life example of a UI architecture that I believe will be especially germane in a world where polyglot and mobile apps proliferate. Let me explain.

Before I get into the reasons why I find this architecture particularly interesting… Continue reading

In Blog: developer-relations | Leave a comment

Visual Contacts with Visualforce & CSS3

Visual ContactsVisual Contacts

Visualforce is a fantastic container for other web libraries and frameworks such as jQuery, CSS3, and HTML5. Here is a unique way to display Contacts within Salesforce.com Continue reading

In Blog: developer-relations | Tagged , , | 6 Comments

What’s Missing Here?

ListList

In January, we’re thinking of running some cool community contests to help generate some great new developer-oriented content for Developer Force. Wouldn’t it be nice to satisfy your most pressing needs?

Make Out Your List

With all this in mind, please drop us a line or comment on what specific articles related to Force.com/Database.com development that you would like to see most. This is your chance to be heard. Thanks!… Continue reading

In Blog: developer-relations | Tagged , | 6 Comments

Tweets of the Week

Here our some of our favorite tweets of the past week from the world of Force.com. Follow @forcedotcom to keep up with these characters!

@MyForceDotCom loading lots of records in @salesforce using Apex data loader and command line interface, thnx @forcedotcom for the #AwesomeTools

 

@petercoffee
If your employer isn’t in workplace Top 7 – tinyurl.com/6p4tmo2 – I know one that’s hiring @salesforce #DreamJob

 

@pritch5280
Prototyping with the new
In Blog: developer-relations | Leave a comment

StratoSource: A Force.com Backup and Change Tracking Tool

I just updated our Code Share library with a new project: StratoSource. This tool can help you back up and track changes in your Force.com projects. It:

  • understands Force.com XML files
  • accurately tracks changes to objects, fields, classes, triggers, etc. as your team creates, updates, and deletes them
  • presents information that’s easy to read
  • and much more

Head over to the new project page on DeveloperForce, check out the StratoSource web site, and then visit Github for the source code and documentation. Please kick the tires and then write a review.

And remember… Continue reading

In Blog: developer-relations | Tagged , , | 1 Comment

Push Notification for Android using Urban Airship

One of the more common requirements encountered when developing Enterprise mobile applications is the need for Push Notifications – i.e. the ability to ‘push’ updates to a mobile device based on some action/event on the server side. Both iOS and Android support push notifications – via Apple Push Notification Service and the Android Cloud to Device Messaging Framework (C2DM) respectively. The details obviously vary between the iOS push notification service and the Android one, but the basic architecture is the same. For sending a push notification to an iOS/Android device, you first send the message to Apple/Google using their specified network and authentication protocols… Continue reading

In Blog: developer-relations | Leave a comment

Visualforce + HTML5 + Mobile

HTML5 is one of those buzzwords/technologies that seems to be all over the (virtual) airwaves these days. As is inevitable with such hype, there are many instances where HTML5 has become an overloaded/misused term (for e.g. many developers mistakenly believe that Geolocation is part of the HTML5 standard. It isn’t). Moreover, the standard is still maturing and there are things you can’t do with HTML5 (yet). All that being said, it is undeniable that HTML5 is the future of web development and as such is one of the most important standards/technologies to stay abreast with. It has an especially important role… Continue reading

In Blog: developer-relations | 8 Comments