Reddit API ups downs bug? [closed] - json

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Noticed today that Reddit API is always returning "downs" = 0 and "ups" = "score" for all posts.
Example:
http://www.reddit.com/top.json
Bug?

No, this was a deliberate move by the reddit team. I think a lot of people are disappointed.

Related

web page aesthetics for address validation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I'm asking more of a CSS question I want to design my webpage since all of the functionalities are now working, as you can see in the image below my webpage is quite plain. How can I improve the my webpage to make it more pleasing. Any suggestions, Opinions and CSS sites are appreciated tnx.
The best way to improve your app design, IMO, is to ask a pool of potential users what they think and how will they use.
See http://www.uxteam.com/blog/focus-groups-vs-usability-testing/
DISCLAIMER : but maybe not here in SO :-)

How to share my skype contact on a windows phone's app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 8 years ago.
Improve this question
Is it possibile share my skype contact in a windows phone app?
I don't have any ideas about do it!
Unfortunately, initiating Skype calls is not currently possible (check out this answer from a WP Skype developer).

Search result in Google [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
In the image below I have a search results from Google. I wonder what this type of detailed search result is called and how it's done? Thanks!
You're talking about sitelinks. Please have a look to: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=47334
As stated in the article, it is not something you can force, Google decides whether your site is worth to have them or not.

Is HTML allowed in objects description? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
This question does not appear to be about programming within the scope defined in the help center.
Improve this question
Is it possible to use HTML tags in objects description, like links? I am trying to post a link on the wall with my app but it skips HTML stuff.
With regard to your question - no. You can't use HTML tags at all when posting data to Facebook.

Allow richtext commenting on blog [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Is there any security issue in allowing richtext commenting on blog for public visitors?
Is there any blog system that actually supports richtext commenting?
Can anyone advise?
You can always allow Markdown syntax. That way your users can do basic richtext formatting, but still be secure because no HTML code would be allowed.