Content Creation

Create Content – This page contains details about the list of content types which can be created by the user, such as articles, code examples, blog entries, problems & solutions.

How to create an Article ?

Go to Create Content -> Articles link.
A page will be displayed to create the article. It consist of three main fields.

Title – An appropriate title for the article to be created.

Page Title – Any description about the article which will be displayed inside the

tag in the final html page. <p><b>Technology</b> - Have to select the category to which this article belongs to. If your article doesn't belongs to any of the categories, then select "Others" category.</p> <p><b>Body</b> – This is the place where the actual content is to be written. It can contain both text and code.<br /> <b>(i) Text Content:</b><br /> Text content can be typed as it is. If needed, HTML tags can be used to decorate the contents like high lighting headings, topics etc.</p> <p> <b>(ii) Code:</b><br /> Programs or code examples should be presented inside tags such as follows so that they will get displayed in formatted style. This is mainly useful for the reader to understand the code easily.</p> <p><code language="java"><br /> Class Test<br /> {<br /> public static void main(String[] args)<br /> {<br /> System.out.println(“Hello World”);<br /> }<br /> }<br /> </code></p> <p>The above code gets displayed as below,</p> <div class="geshifilter"><span style="color: #000000; font-weight: bold;">Class</span> Test<br /> <span style="color: #009900;">{</span><br />     <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">static</span> <span style="color: #000066; font-weight: bold;">void</span> main<span style="color: #009900;">(</span><a href="http://www.google.com/search?hl=en&q=allinurl%3Adocs.oracle.com+javase+docs+api+string"><span style="color: #003399;">String</span></a><span style="color: #009900;">[</span><span style="color: #009900;">]</span> args<span style="color: #009900;">)</span><br />     <span style="color: #009900;">{</span><br />         <a href="http://www.google.com/search?hl=en&q=allinurl%3Adocs.oracle.com+javase+docs+api+system"><span style="color: #003399;">System</span></a>.<span style="color: #006633;">out</span>.<span style="color: #006633;">println</span><span style="color: #009900;">(</span>“Hello World”<span style="color: #009900;">)</span><span style="color: #339933;">;</span><br />     <span style="color: #009900;">}</span><br /> <span style="color: #009900;">}</span></div> <p>Note: Here java is given as an example. Similarly you can use c,sql,vi etc. For plain text content to appear inside the box, use "text".</p> <p>For example, </p> <p><code language="text"><br /> Output of the program is 1000<br /> </code></p> <p>This gets displayed as below,</p> <div class="geshifilter">Output of the program is 1000</div> <p><b>Attachments</b><br /> In the end, there are options to attach files like image files to support your article content. These files should be referred in the article so that they get displayed in the final view of the article.</p> <p><b>Blogs, Code Examples, Problems & Solutions</b><br /> As described above, User can create contents for blog entries, code examples, problems and solutions.</p>

Search