<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Learn Programming C &#124; C++ &#124; Java &#124; Android &#124; Tips and Tricks</title> <atom:link href="http://www.c4learn.com/feed" rel="self" type="application/rss+xml" /><link>http://www.c4learn.com</link> <description>Learn Programming Step by Step &#124; Simply Learn C &#124; C++ &#124; JavaScript &#124; Technology Blog &#124; Window 8 Guide</description> <lastBuildDate>Thu, 17 May 2012 07:30:36 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>How JSON Works ? : (Java Script Object Notation)</title><link>http://www.c4learn.com/how-json-works-java-script-object-notation.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-json-works-java-script-object-notation</link> <comments>http://www.c4learn.com/how-json-works-java-script-object-notation.html#comments</comments> <pubDate>Wed, 09 May 2012 18:58:43 +0000</pubDate> <dc:creator>Pritesh</dc:creator> <category><![CDATA[JSON : Basic Tutorials]]></category> <category><![CDATA[Learn JSON Tutorials]]></category><guid isPermaLink="false">http://www.c4learn.com/?p=7636</guid> <description><![CDATA[How JSON Works ? In JSON we can have 2 conventions to represent Data. We can store data in JSON using two types of notations. Using Array Notation we can store data in array and can easily parse data using array index. Object notation creates key-value pair to store data and retrieves each record using No related posts.]]></description> <wfw:commentRss>http://www.c4learn.com/how-json-works-java-script-object-notation.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>What is JSON : Java Script Object Notation Introduction</title><link>http://www.c4learn.com/what-is-json-java-script-object-notation-introduction.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-is-json-java-script-object-notation-introduction</link> <comments>http://www.c4learn.com/what-is-json-java-script-object-notation-introduction.html#comments</comments> <pubDate>Wed, 09 May 2012 18:25:12 +0000</pubDate> <dc:creator>Pritesh</dc:creator> <category><![CDATA[Learn JSON Tutorials]]></category><guid isPermaLink="false">http://www.c4learn.com/?p=7632</guid> <description><![CDATA[Introduction to JSON : JSON is lightweight syntax to store and interchange text information that can be read by many programming languages. JSON is supported by many browsers. JSON was developed by Douglas Crockford and presented to the Internet community in 2006. It was formally made part of the ECMAScript standard, on which JavaScript is No related posts.]]></description> <wfw:commentRss>http://www.c4learn.com/what-is-json-java-script-object-notation-introduction.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Files Required to run ExtJs</title><link>http://www.c4learn.com/files-required-to-run-extjs.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=files-required-to-run-extjs</link> <comments>http://www.c4learn.com/files-required-to-run-extjs.html#comments</comments> <pubDate>Wed, 09 May 2012 09:32:33 +0000</pubDate> <dc:creator>Pritesh</dc:creator> <category><![CDATA[ExtJs Tutorials : Basic]]></category> <category><![CDATA[Learn ExtJs Tutorials]]></category><guid isPermaLink="false">http://www.c4learn.com/?p=7624</guid> <description><![CDATA[Sample Code : &#60;html&#62; &#60;head&#62; &#60;title&#62;First ExtJs Example&#60;/title&#62; &#60;linkrel="stylesheet"type="text/css"               href="lib/extjs/resources/css/ext-all.css"/&#62; &#60;script src="lib/extjs/adapter/ext/ext-base.js"&#62;&#60;/script&#62; &#60;script src="lib/extjs/ext-all-debug.js"&#62;&#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;!-- Nothing in the body --&#62; &#60;/body&#62; &#60;/html&#62; We have included the following three files that Ext requires to run in our page: ext-all.css:  A stylesheet file controls the look and feel of Ext widgets. ext-all.css file must be added as it Related posts:<ol><li><a href='http://www.c4learn.com/how-to-include-extjs-in-your-web-page.html' rel='bookmark' title='How to include ExtJs in Your Web Page ?'>How to include ExtJs in Your Web Page ?</a></li><li><a href='http://www.c4learn.com/how-to-run-c-program-in-linux.html' rel='bookmark' title='How to Run C Program in Linux Environment'>How to Run C Program in Linux Environment</a></li><li><a href='http://www.c4learn.com/stdioh-functions-header-files-in-c.html' rel='bookmark' title='Stdio.h Functions &gt;&gt; Header Files in C'>Stdio.h Functions >> Header Files in C</a></li></ol>]]></description> <wfw:commentRss>http://www.c4learn.com/files-required-to-run-extjs.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to include ExtJs in Your Web Page ?</title><link>http://www.c4learn.com/how-to-include-extjs-in-your-web-page.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-include-extjs-in-your-web-page</link> <comments>http://www.c4learn.com/how-to-include-extjs-in-your-web-page.html#comments</comments> <pubDate>Wed, 09 May 2012 07:59:04 +0000</pubDate> <dc:creator>Pritesh</dc:creator> <category><![CDATA[Learn ExtJs Tutorials]]></category> <category><![CDATA[Learn ExtJs]]></category><guid isPermaLink="false">http://www.c4learn.com/?p=7616</guid> <description><![CDATA[In order to Use ExtJs Libraries in your webpages , you must download all ExtJS Libraries. Steps to Download ExtJs Libraries : Go to this link : http://www.sencha.com/products/extjs/download?page=a Sencha has provided ExtJs library in two forms - Commercial licence and Open Source Licence. We are free to use Open Source Licence. Download &#8220;Open source Version&#8221;. after downloading No related posts.]]></description> <wfw:commentRss>http://www.c4learn.com/how-to-include-extjs-in-your-web-page.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>XML Syntax Rules : Different XML Parsing Rules</title><link>http://www.c4learn.com/xml-syntax-rules-different-xml-parsing-rules.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xml-syntax-rules-different-xml-parsing-rules</link> <comments>http://www.c4learn.com/xml-syntax-rules-different-xml-parsing-rules.html#comments</comments> <pubDate>Mon, 07 May 2012 03:49:10 +0000</pubDate> <dc:creator>Pritesh</dc:creator> <category><![CDATA[Learn XML Scripting]]></category> <category><![CDATA[XML : Basic]]></category><guid isPermaLink="false">http://www.c4learn.com/?p=7598</guid> <description><![CDATA[XML Syntax Rules : Different XML Parsing Rules We have already discussed in our previous chapter about difference between XML and HTML. HTML tags are not case sensitive. XML is Case Sensitive. XML have some syntax rules that are somewhat simple and logical. 5 XML Rules are : XML Document must have Exactly One Root Element. XML Related posts:<ol><li><a href='http://www.c4learn.com/elements-content-xml-document.html' rel='bookmark' title='Elements &amp; Content : XML Document'>Elements &#038; Content : XML Document</a></li><li><a href='http://www.c4learn.com/what-is-difference-between-xml-and-html.html' rel='bookmark' title='What is Difference Between XML and HTML ?'>What is Difference Between XML and HTML ?</a></li><li><a href='http://www.c4learn.com/different-xml-editors-writing-xml-document.html' rel='bookmark' title='Different XML Editors : Writing XML Document'>Different XML Editors : Writing XML Document</a></li></ol>]]></description> <wfw:commentRss>http://www.c4learn.com/xml-syntax-rules-different-xml-parsing-rules.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Save Webpage as PDF in Google Chrome without using any Extension ?</title><link>http://www.c4learn.com/save-webpage-pdf-google-chrome-without-extension.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=save-webpage-pdf-google-chrome-without-extension</link> <comments>http://www.c4learn.com/save-webpage-pdf-google-chrome-without-extension.html#comments</comments> <pubDate>Thu, 03 May 2012 03:41:44 +0000</pubDate> <dc:creator>Pritesh</dc:creator> <category><![CDATA[Tips]]></category> <category><![CDATA[Tips : Google Chrome]]></category> <category><![CDATA[Tips : PDF]]></category><guid isPermaLink="false">http://www.c4learn.com/?p=7586</guid> <description><![CDATA[How to Save any Webpage as PDF in Google Chrome without using any Extension ? Sometimes we need to save any webpage in PDF format. But we have to install browser add ones or any utility that converts webpage as PDF. If you are using google chrome then you can use Google chrome Browser itself Related posts:<ol><li><a href='http://www.c4learn.com/save-any-web-page-as-pdf-in-google-docs-chrome-plugin.html' rel='bookmark' title='Save Any Web Page as PDF in Google Docs : Chrome Plugin'>Save Any Web Page as PDF in Google Docs : Chrome Plugin</a></li><li><a href='http://www.c4learn.com/merge-pdf-files-online-using-google-chrome-extension.html' rel='bookmark' title='Merge PDF Files Online Using Google Chrome Extension'>Merge PDF Files Online Using Google Chrome Extension</a></li><li><a href='http://www.c4learn.com/create-pdf-file-using-microsoft-word.html' rel='bookmark' title='Create PDF File Using Microsoft Word !'>Create PDF File Using Microsoft Word !</a></li></ol>]]></description> <wfw:commentRss>http://www.c4learn.com/save-webpage-pdf-google-chrome-without-extension.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Elements &amp; Content : XML Document</title><link>http://www.c4learn.com/elements-content-xml-document.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=elements-content-xml-document</link> <comments>http://www.c4learn.com/elements-content-xml-document.html#comments</comments> <pubDate>Thu, 03 May 2012 03:15:58 +0000</pubDate> <dc:creator>Pritesh</dc:creator> <category><![CDATA[Learn XML Scripting]]></category> <category><![CDATA[XML : Basic]]></category><guid isPermaLink="false">http://www.c4learn.com/?p=7556</guid> <description><![CDATA[Elements &#38; Content : XML Document In the last chapter we have seen different optional parts of XML document. In this chapter we are going to learn different mandatory fields of XML document. Explanation : Consider this example - &#60;Student&#62; &#60;Boy&#62; &#60;name&#62;Pritesh&#60;/name&#62; &#60;marks&#62;90&#60;/marks&#62; &#60;/Boy&#62; &#60;Girl&#62; &#60;name&#62;Pooja&#60;/name&#62; &#60;marks&#62;89&#60;/marks&#62; &#60;/Girl&#62; &#60;/Student&#62; In the above example - 1. No related posts.]]></description> <wfw:commentRss>http://www.c4learn.com/elements-content-xml-document.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>XML Documents Structure : Document Type Definition and Declaration</title><link>http://www.c4learn.com/xml-documents.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xml-documents</link> <comments>http://www.c4learn.com/xml-documents.html#comments</comments> <pubDate>Wed, 02 May 2012 04:50:28 +0000</pubDate> <dc:creator>Pritesh</dc:creator> <category><![CDATA[Learn XML Scripting]]></category> <category><![CDATA[XML : Basic]]></category><guid isPermaLink="false">http://www.c4learn.com/?p=7541</guid> <description><![CDATA[In this tutorial we are going to learn about XML Document. XML Document consists of many parts. XML Document have 2 main parts i.e Document Information Followed by Document Body. Consider Following Document - &#60;?xml version="1.0" encoding="UTF-8" standalone="no"?&#62; &#60;!DOCTYPE document system "Person.dtd"&#62; &#60;!-- Here is a comment --&#62; &#60;?xml-stylesheet type="text/css" href="Styles.css"?&#62; &#60;Person&#62; &#60;Male&#62; &#60;name&#62;Pritesh&#60;/name&#62; &#60;age&#62;22&#60;/age&#62; Related posts:<ol><li><a href='http://www.c4learn.com/different-xml-editors-writing-xml-document.html' rel='bookmark' title='Different XML Editors : Writing XML Document'>Different XML Editors : Writing XML Document</a></li><li><a href='http://www.c4learn.com/how-to-parse-xml-document.html' rel='bookmark' title='How to Parse XML Document ?'>How to Parse XML Document ?</a></li><li><a href='http://www.c4learn.com/difference-between-declaration-and.html' rel='bookmark' title='Difference between Declaration and Definition ?'>Difference between Declaration and Definition ?</a></li></ol>]]></description> <wfw:commentRss>http://www.c4learn.com/xml-documents.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Different XML Editors : Writing XML Document</title><link>http://www.c4learn.com/different-xml-editors-writing-xml-document.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=different-xml-editors-writing-xml-document</link> <comments>http://www.c4learn.com/different-xml-editors-writing-xml-document.html#comments</comments> <pubDate>Tue, 01 May 2012 02:54:25 +0000</pubDate> <dc:creator>Pritesh</dc:creator> <category><![CDATA[Learn XML Scripting]]></category> <category><![CDATA[XML : Basic]]></category><guid isPermaLink="false">http://www.c4learn.com/?p=7538</guid> <description><![CDATA[Writing XML is somewhat simpler if we use Rich XML Editor. XML is Case Sensitive so using Normal Text Editor will create unnecessary Complications. XML editors are similar to HTML Editor. XML Editors used to highlight user defined tags which improves readability of XML document. Process of writing XML document is somewhat simpler using XML Editor. Different No related posts.]]></description> <wfw:commentRss>http://www.c4learn.com/different-xml-editors-writing-xml-document.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Parse XML Document ?</title><link>http://www.c4learn.com/how-to-parse-xml-document.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-parse-xml-document</link> <comments>http://www.c4learn.com/how-to-parse-xml-document.html#comments</comments> <pubDate>Sat, 28 Apr 2012 17:53:40 +0000</pubDate> <dc:creator>Pritesh</dc:creator> <category><![CDATA[Learn XML Scripting]]></category> <category><![CDATA[XML : Basic]]></category><guid isPermaLink="false">http://www.c4learn.com/?p=7534</guid> <description><![CDATA[How to Parse XML Document ? An XML processor is more commonly called a parser. XML Parser parses XML and provides needed information to the application. XML Parser reads document characters by character and determines which characters are part of the document&#8217;s markup and which are part of the document&#8217;s data. XML Parser does all No related posts.]]></description> <wfw:commentRss>http://www.c4learn.com/how-to-parse-xml-document.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 1/91 queries in 0.905 seconds using disk: basic
Object Caching 1957/2082 objects using disk: basic

Served from: www.c4learn.com @ 2012-05-20 17:43:53 -->
