web page aesthetics for address validation [closed] - html

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 :-)

Related

Reddit API ups downs bug? [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
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.

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.

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.

Need help in html fluid/elastic/liquid layout. Please help me [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I'm trying to implement fluid layout in my friend's site. But its not working. Its very simple page just a slider on it. Just take a look and tell me whats wrong with my code.
Check the page here
Thanks
.orbit-wrapper and #featured have a fixed width in their style attributes. If you want it to be fluid, you'll need to do something using percent, possibly with a max and min width.

design sprit icons for big site [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
what is the best for design full icons and images sprite for big site.. before UI Development or after ?
I don't believe that this is programming-related for one second, however I'd suggest that the best time for designing the icons and images for a site would be the same time at which the UI is being designed, since the icons/images have to fit the general aesthetic of the site itself.
Obviously this is only the initial design (and don't be afraid to amend, revise, re-design later) but it seems a mistake to think of icons and UI separately as distinct entities, rather than...symbiotic, maybe?