Hi there
I am design a web application In which their is a section for Admin login where admin can add some news with Picture or Link to a Post
This is Like Posting a New Thread Similar like We post Question in Threads(SitePoint,Stackoverflow) and other.
I am thinking its backend connectivity Logic.I am using JSP as script lenguage
1)How and What to use front end Interface for add News(I need to add Pictures,Text,Links) in the post.
2)Secondly I need to display them on next block(Dynamic Element Creations) How do I do this?
Thanks