Questions tagged [posterous]

Posterous was a simple blogging platform started in May 2008, funded by Y Combinator. In February 2013, Posterous announced that they would be shutting down the service on 30 April 2013.

26 questions
28
votes
3 answers

smtp e-mail headers: return-path vs. sender vs. from

Please help me make some order with email headers. What does each of the following mean: return-path, sender, from. The question is being asked in the context of an email receiving app (let's say a posterous clone). What can be easily faked? What…
flybywire
  • 261,858
  • 191
  • 397
  • 503
9
votes
3 answers

Unescaping Characters in a JSON response string

I made a JSON request that gives me a string that uses Unicode character codes that looks like: s = "\u003Cp\u003E" And I want to convert it to: s = "

" What's the best way to do this in Python? Note, this is the same question as this one, only…

Spike
  • 5,040
  • 5
  • 32
  • 47
6
votes
1 answer

What does "Liquid error: private method `gsub' called for nil:NilClass" mean on a posterous blog?

I have faced an issue with this message on the right side of my blog. Could you please help me out?
William Richards
4
votes
2 answers

Accepting Command-Line Arguments into a Ruby Script

I'm trying to use the following code to accept in a file as an argument in Terminal which will then be read and update the body variable with its contents. If the file is not passed in then I want to have the prompt where the user can enter their…
ayyp
  • 6,590
  • 4
  • 33
  • 47
3
votes
3 answers

div height 100%

I know this has been asked a million times, but I haven't had much luck making it work.I'm working on a Posterous layout, and I'm trying to get my may content to flow to the bottom. Here is a link to the layout so far You can see that the content is…
Hosemeyer
  • 1,264
  • 4
  • 17
  • 29
3
votes
4 answers

Unescaping characters in a string with Ruby

Given a string in the following format (the Posterous API returns posts in this format): s="\\u003Cp\\u003E" How can I convert it to the actual ascii characters such that s="

"? On OSX, I successfully used Iconv.iconv('ascii', 'java', s) but once…

hiwaylon
  • 465
  • 7
  • 15
2
votes
1 answer

How to use Posterous API to 'scrape' my own site for contributor info, date info, and response info

As a college teacher in STEM, I like it when I can use technology to enhance the learning experience of my students, and I doubly like it when it allows me to introduce them to cool tech, too. During the last year, I've had a couple classes make…
J Miller
  • 427
  • 2
  • 4
  • 11
1
vote
1 answer

Generate Subdomain From PHP form

I would like to create a registration page which takes user information and generates a user profile subdomain. Example www.UserName.Domain.com similar to posterous. I don't even know where to start, I'm guessing PHP forms with some server side…
Justjoe
  • 371
  • 1
  • 4
  • 10
1
vote
2 answers

posterous api request with jquery only

I am trying to use jquery to interact with posterous api , however I am unable to make sense of url and how parameters will be passed . I am using this : $.ajax({ type: 'GET', url :…
user724275
  • 23
  • 1
  • 4
1
vote
1 answer

Bookmarklet for github gist paste service?

I would like something like in posterous, for example (see here). Just a link on my browser that allows me to grab the code or pre blocks inside a web page, and choose the one to add to my gists. Anybody knows if something similar exists? How can I…
Emiliano Poggi
  • 24,390
  • 8
  • 55
  • 67
1
vote
1 answer

How do I get Facebook to use a thumbnail picture from my Posterous post?

When I share a link on Facebook from Posterous, I would like it to use a thumbnail image from that post or even the YouTube video. Is it possible to do this? At the minute if I share a link e.g. http://www.dan.ag/the-brick-thief-a-lego-short-film it…
Lee
  • 627
  • 1
  • 8
  • 20
1
vote
1 answer

How can I store customizable themes for different clients like posterous.com?

What is the best way to store themes + css for different clients like posterous.com does? Do they store entire css for each client? Is this sustainable for large number if clients?
Jagira
  • 1,368
  • 2
  • 14
  • 29
1
vote
3 answers

Posterous API to post to posterous?

I am looking for a (PHP) tutorial that shows how I can programattically post contents of a blog on my site, to my posterous blog. In case there are no online resources, I will be grateful if someone could post a little snippet in here that shows how…
skyeagle
  • 6,925
  • 16
  • 56
  • 71
1
vote
2 answers

How to access and extract emails from a SMTP server using APIs

How can I extract extract emails and attachments using an API from a SMTP (Mail) server? I was trying to figure out how Posterous worked. I found this open source project but it had no source code. https://code.google.com/p/os-posterous/
kensen john
  • 5,439
  • 5
  • 28
  • 36
1
vote
3 answers

Import wordpress blog to joomla

how to import my wordpress blog to my new joomla3.0 website. Any option to insert posterous backup into joomla3.0 directly ?
john manuel
  • 53
  • 1
  • 1
  • 7
1
2