- MicrosoftOffice
- Adobe Photoshop
- CorelDraw
- Adobe Illustrator
- Adobe Flash
- Adobe indesign
- Adobe Dreamweaver
- Adobe Aftereffects
- Maya
- MacroMedia
- Tally
- C,C++
- Java
- HTML
- CSS
- JavaScript
- JQuery
- AngularJS
- AJAX
- SQLServer
- PHP
- ASP
- Ruby
- Python
- Android
- Bootstrap
- VisualBasic
- C#
- Hardware and Networking
- Adobe LightRoom
- Pagemaker
- J2EE
- AutoCAD
- ORCAD
- MySQL
- Adobe Anime
- DJango
- LINUX
- Windows
- Adobe Premier
- 3D MAXPRO
- Scratch
- HTML5
- JavaServlet
- JSP
- Oracle
- Apache
- Internet
- Swift
- R Programming
Base Computer Education
Base computer education teaching all computer education courses for students and common peoples
Monday, 12 February 2018
50 Courses Available in Apt Computer Education
Sunday, 11 February 2018
Courses Offered in Base Computer Education
BASIC COURSE
DCA - DIPLOMA IN COMPUTER APPLICATIONADCA
PGDCA
ACCOUNTING COURSE
TALLYTALLY GST
PROGRAMMING LANGUAGES
CC++
JAVA
J2EE
PHP
PYTHON
ADVANCED HTML
WEBSITE DESIGNING
JAVASCRIPT
VB
VB.NET
C#.NET
DESIGNING COURSES
PHOTOSHOPCORELDRAW
HARDWARE
HARDWARE AND NETWORKINGThursday, 25 January 2018
Summer offer soon
Hello students ..are you waiting for summer offer..yes,with in two days we announce the exiting offers soo stay connected ..
Friday, 8 September 2017
Single Person - Reponsible For GST Implementation
Navin Kumar - The Chairman of GST Network Ltd(Retired)
Nearly 90 lakh users;up to 1.2 lakh transactions per second;320 crore transactions a month; and just 60,000 tax officers.
These are some mind-boggling numbers that define the launch of goods and services tax (GST) on July 1
At the centre of all this is Chairman of GST Network Ltd, Navin Kumar, in charge of the technology that will make India's biggest tax reform work seamlessly.
About NaveenKumar
- He was born on29th August 1952 is a retired Indian Administrative Service office of Bihar cadre in India, recently(August 2017) retired from Goods and Services Tax Network in India where he was serving as first Chairman of GSTN.
- He has also served as Chief Secretary in the state of Bihar retiring from service in August 2012.
- He belongs to the I.A.S batch of 1975.
- He has also served as Secretary in Ministry of Urban Development, chairman of Metro Rail Corporations of India such as Delhi Metro Rail Corporation, Bangalore Metro Rail Corporation and Director General of Doordarshan with additional charge of CEO of Prasar Bharti.
Wednesday, 6 September 2017
2D ANIMATION AND 3D ANIMATION
2D ANIMATION
2D animation is the traditional animation method that has existed since the late 1800s. It is one drawing followed by another in a slightly different pose, followed by another in a slightly different pose, on and on for 24 frames a second.
2D Animation Example
3D ANIMATION
3D animation (aside from stop-motion, which really is a form of 3D animation), is completely in the computer. Things that you create in a 3D animation program exist in an X, Y & Z world. Instead of a drawing of a globe, I have a sphere that can actually turn 360 degrees
3D Animation Example
Tuesday, 5 September 2017
CMS in Web Development Technonlogies
What is CMS?
A content management system(CMS) is a software application or set of related programs that are used to create and manage digital content
CMSes are typically used for enterprise content management(ECM) and web content management(WCM)
Features of CMSes include:
- SEO-friendly URLs
- Integrated and online help, including discussion boards
- Group-based permission systems
- Full template support and customizable templates
- Admin panel with multiple language support
- Easy wizard-based install and versioning procedures
- Content hierarchy with unlimited depth and size
- Minimal server requirements
- Integrated file managers
- Integrated audit logs
Sunday, 3 September 2017
Frameworks in Web Development Technologies
- Meteor - a full-stack (front and back end) javascript framework
- Node.js - a server-side javascript framework
- Ruby on Rails - a full-stack framework built using ruby
- Django - a full-stack framework built using python
- Ionic - a mobile framework
- Phonegap / Cordova - a mobile framework that exposes native api’s of iOS and Android for use when writing javascript
- Bootstrap - a UI (user interface) framework for building with HTML/CSS/Javascript
Friday, 1 September 2017
WEB DEVELOPMENT TECHNOLOGIES - PROGRAMMING LANGUAGES
Programming Languages
- JavaScript - used by all web browsers, Meteor, and lots of other frameworks
- CoffeeScript - is a kind of “dialect” of javascript. It is viewed as simpler and easier on your eyes as a developer but it complies (converts) back into javascript
- Python - used by the Django framework and used in a lot of mathematical calculations
- Ruby - used by the Ruby on Rails framework
- PHP - used by Wordpress
- Go - newer language, built for speed.
- Objective-C - the programming language behind iOS (your iPhone), lead by Apple
- Swift - Apple’s newest programming language
- Java - Used by Android (Google) and a lot of desktop applications
Thursday, 31 August 2017
WEB DEVELOPMENT TECHNOLOGIES
Browsers
- Google chrome - Currently, the most popular browser by Google
- Firefox - Open-source browser supported by the mozilla foundation
- Safari - Apple's Web browser
- Internet Explorer - Microsoft's browser.
HTML - HyperTextMarkupLanguage
It provides the structure of a website so that web browsers know what to show.
CSS - Cascading StyleSheet
CSS let's web designers change colors, fonts, animations and transitions on the web. They make the web look good.
Tuesday, 29 August 2017
Monday, 28 August 2017
Sunday, 27 August 2017
About Reserve Charge in GST
What is Reserve Charge in GST?
Normally, the supplier of goods or services pays the tax on supply. In the case of Reverse Charge, the receiver becomes liable to pay the tax, i.e., the chargeability gets reversed.
Normally, the supplier of goods or services pays the tax on supply. In the case of Reverse Charge, the receiver becomes liable to pay the tax, i.e., the chargeability gets reversed.
If a vendor who is not registered under GST, supplies goods to a person who is registered under GST, then Reverse Charge would apply. This means that the GST will have to be paid directly by the receiver to the Government instead of the supplier.
Friday, 25 August 2017
HELLO WORLD
- Why we use "HELLO WORLD" phrase in every program we start to learn. Let's see.
Where does ‘Hello World’ come from?
“Hello, World” was created by Brian Kernighan (pictured above), author of one of the most widely read programming books: C Programming Language, in 1978. He first referenced ‘Hello World’ in the C Programming Language book’s predecessor: A Tutorial Introduction to the Programming Language B published in 1973.
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar(’!*n’);
} 1 ’hell’;
b ’o, w’;
c ’orld’;
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar(’!*n’);
} 1 ’hell’;
b ’o, w’;
c ’orld’;
Unfortunately, the legend himself can’t definitely pinpoint when or why he chose the words “Hello, World.” When asked what sparked the idea for the name “Hello, World” in interview with Forbes India, he said his memory’s dim. “What I do remember is that I had seen a cartoon that showed an egg and a chick and the chick was saying, “Hello, World.”
It’s pretty fitting, considering “Hello, World” represents the birth of computer programming as a widespread phenomenon for the masses.
At the time, neither Kernighan nor his colleague Dennis Ritchie, the late author of the C language, could imagine just how monumental the language and the tutorial book would have on the field of programming today. These ideas were nothing but a research project inside Bell Labs, the research and development branch of AT&T.
Although no one can scientifically explain why “Hello, World,” grew to become wildly popular, “Hello, World” program marks a major change in the historical rhetoric of programming.
Subscribe to:
Posts (Atom)