Skip to main content

Posts

Showing posts from March 6, 2014

HTML Tags

HTML COMMENTS HTML comments start with <! -- And end with -->. Each and every thing written within these characters will be ignored by the browsers. These are used to explain the purpose the HTML tags used in the documents. It can be used anywhere in the document. Following is the general syntax:- <! -- comment text --> TEXT FORMATTING PARAGRAPH HTML provides a <p> tag, which is used to start a new paragraph, escaping one line between new line and previous line. Following is the general syntax:- <p> this is a new paragraph </p> HEADING A web page contain different heading with different sizes, color and fonts. HTML provides different tags for such headings. There are 6 levels of headings h1 to h6, where h1 is the largest in size and h6 is the smallest. <h1> heading 1 </h1> <h2> heading 2 </h2> <h3> heading 3 </h3> <h4> heading 4 </h4> <h5> heading 5 </h5> <h6

5 Simple Steps to Publish your Apps to Google and Blackberry Store.

Simple 5 Steps to develop Web Apps and publish it to Blackberry and Google App Store Ø       Step1 : Develop an HTML5 Page/App. (You can use JavaScript, CSS3, etc). Ø       Step2 : Build/Package it with Adobe Phone Gap.(Free to create Application for several Devices) §          URL : https://build.phonegap.com/apps §          Phone Gap Build/Package must be in Release mode. Download .apk File. §          For Bar Files: Use “http://apk2bar.org/ “to convert .apk files to .bar files. Ø       Step3 : For Google app Store you have to create an Id (For this you have to pay $25). Blackberry is totally free but you have to provide some Govt. Issued DOB proof and name proof.(Driving License, etc) Ø       Step4 : Ready with all the Screen Shots, icons, and .apk file (for Google Play store) & .bar file (for BlackBerry Store). Ø       Step5 : Once Your Id is created and validated, Login through your Ids and publish your Apps to the World.