Thanks for all the art and code.
When we're deciding what to name our company a few years ago, little did I know the ups and downs of having a real business. It's super hard work and takes a ton of perseverance and commitment to make great stuff and keep the clients happy. To run a company takes True Grit. I think the entrepreneurs of today would totally be the cowboys of the past.
We get some nice emails and some not so nice emails regarding World Explorer made for Minecraft. I have to sit on my hands most of the time to keep from sending emails in response to some of the nasty or unintelligent comments. (We had someone send us an email asking for a 2$ refund because she missed the sale. (And her email signature had something professional on it.) Michael forbid me from responding to her.
Since I've moved to the graphic side of design from the interior side of design I've noticed some major differences, pros and cons. (The Interior Design I'm referring to is more like Interior Architecture, not the decorating side.)
These are my findings.Stress
What is the debate?
And then, two months later, the same thing happened. Acer Arcade Software loaded itself without any warning and then my laptop died. Not as dead as before mind you, because we could extract my photos this time. (Everything else was heavenly backed up on Dropbox).
See it syntax highlighted here: http://pastie.org/551253#
## Sample code for using the GoogleAppEngine (Python) with UrbanAirship to send# out iPhone (OS3.0) Push Notifications.## @killingmichael # http://twitter.com/killingmichael## Based on code by: http://twitter.com/bryanbartow# #import loggingfrom django.http import HttpRequestimport urllibimport base64from google.appengine.api import urlfetchfrom django.utils import simplejsondef sendApplePushNotification(name): # via UrbanAirShip logging.info("sending notification... "+name) UA_API_APPLICATION_KEY = 'APPLICATION KEY GOES HERE' #Application Key from UrbanAirship -> App Menu -> App Details to Display UA_API_APPLICATION_PUSH_SECRET = 'APPLICATION PUSH SECRET GOES HERE' #Application Secret from UrbanAirship -> App Menu -> App Details to Dispaly. url = 'https://go.urbanairship.com/api/push/' auth_string = 'Basic ' + base64.encodestring('%s:%s' % (UA_API_APPLICATION_KEY,UA_API_APPLICATION_PUSH_SECRET))[:-1] alertMsg = "Hello from " + name badgeNumber = 3 deviceToken = "DEVICE TOKEN GOES HERE" body = simplejson.dumps( {"aps": {"badge": badgeNumber, "alert": alertMsg}, "device_tokens": [deviceToken]} ) data = urlfetch.fetch(url, headers={'content-type': 'application/json','authorization' : auth_string}, payload=body,method=urlfetch.POST) if data.status_code == 200: logging.info("Remote Notification successfully sent to UrbanAirship "+str(data.status_code)) elif data.status_code == 400: logging.error("Remote Notification not sent! Do something smart now or not :) "+str(data.status_code))
I bet most people imagine that if they expressed their voice through the power of the Internet, people would listen, people would care. And maybe, just maybe, fame and fortune would come with it. With Twitter being the next big thing, I don't see many realizing their dream. When I look at the tweets out there for a certain topic, hoping to get a different - possibly wider view from the media, I'm deeply unmoved. Do those tweeters think they're doing anyone a favour by retweeting the news? Let me give you an example. I wanted to hear what regular people thought about the new Amercan Energy Bill. Would anyone have something insightful to say? Perhaps it's difficult with only 140 characters, but most of the tweets said simply - energy bill passed. So?
Camille Gross-Sikorsky
Camille Gross-Sikorsky