HTML Text Formatting Elements and Tags

HTMLText Formatting Elements and Tags

Text Formatting Elements and Tags   HTML5 Elements  An Element in HTML is the collection of start tag, its attributes, an end tag plus everything in between the tags. HTML tags are most important keywords and set of characters which show how web browser will format and display the content. With the help of tags, … Read more

Recording Purchase under GST and discount

Recording purchase in tallyprime

Recording Purchase under GST in Tally Prime Purchase of goods or services is one of major event in a business. Purchase can be either on cash or on credit. Many transactions are involved to complete the purchase process can be, items bought, payments made, goods returned, and so on. Tally Prime, enables to record all these … Read more

How to create and run java Program

Run Java Program

How to create and run java Program Java is a general-purpose, object-oriented programming language. Java consists of a programming language, a compiler, core libraries and a runtime also called Java virtual machine. The Java platform is usually associated to two core components  the Java virtual machine and the Java core libraries. To create a Java program, you need an editor … Read more

Learning Account Groups in Tally Prime

Groups in TallyPrime

Account Groups in Tally Prime Account Groups in Tally Prime are collection of ledgers of the similar nature. Account groups are helpful in maintaining and determining the hierarchy of Ledger Accounts. Groups are particularly helpful in creating compliant reports. At the highest level, accounts are classified into Capital or Revenue – and more specifically into … Read more

Features of Java

Features of Java

Features of Java History of Java Java was conceived by James Gosling Patrick Naughton, Chris Warth, Ed Frank and Mike Sheridan in Sun Microsystems. Inc., in 1991. It took 18 months to develop the first working version. This language was initially called ‘Oak’ but was renamed “Java” in 1995. Between the initial implementation of Oak … Read more

Charts of Accounts in Tally Prime

Charts of Accounts in TallyPrime

Charts of Accounts in Tally Prime After Installation and activation of TallyPrime license, a new user needs to create a Company to record your business transactions. To Create Company in TallyPrime Create>Company or from the  Gateway of Tally> Select Create Company. Enter the Company Name, Mailing Name, and Address.While Company Name is for reference in the application, Mailing Namewill … Read more

TallyPrime Download and Installation

Tallyprime download and Install

TallyPrime Installation and Download TallyPrime is a all new business management software for SMEs by Tally Solutions. It is a best business management software to manage transactions related to accounting, inventory, banking, taxation, and payroll etc. TallyPrime Installation is as simple as 1,2,3…… Before jumping in to installation, let’s have a look on its features. … Read more

Object Oriented Programming Features

Object Oriented Programming

Object Oriented Programming System   The Computer Programming model, which uses objects and classes in its design, rather than relying on functions and procedures is called Object Oriented Programming(OOP). OOP works on data called object. An object is a combination of data and methods. The objects having similar properties can be grouped together to form classes. An … Read more

Dynamic Memory Allocation in C

Dynamic Memory Allocation in C

Dynamic memory allocation Dynamic memory allocation is allocation of memory only when it is needed, that is, at run time (when the program is running). It enables us to create data types and structures of any size and length to suit our program’s need within the program. Using static memory allocation, as in arrays, we … Read more