Govinda Sai

Govinda Sai

45 Articles Published

Articles by Govinda Sai

Page 5 of 5

Backward compatibility with HTML5

Govinda Sai
Govinda Sai
Updated on 30-Jul-2019 1K+ Views

HTML5 is designed, as much as possible, to be backward compatible with existing web browsers. New features build on existing features and allow you to provide fallback content for older browsers.It is suggested to detect support for individual HTML5 features using a few lines of JavaScript.The latest versions of Apple Safari, Google Chrome, Mozilla Firefox, and Opera all support many HTML5 features and Internet Explorer 9.0 will also have support for some HTML5 functionality.The mobile web browsers that come pre-installed on iPhones, iPads, and Android phones all have excellent support for HTML5.

Read More

What is Practical Use of Reversed Set Operators in Python?

Govinda Sai
Govinda Sai
Updated on 30-Jul-2019 188 Views

Reversed set operators are operators that are defined as:s & z corresponds to s.__and__(z) z & s corresponds to s.__rand__(z)These don't make much sense in normal operations like and, add, or, etc of simple objects. However in case of inheritence, reversed operations are particularly useful when dealing with subclasses because if the right operand is a subclass of the left operand the reversed operation is attempted first. You may have different implementations in parent and child classes.These reversed operations are also used if the first operand returns NotImplemented.

Read More

Displaying T-code description and T-code field in Output ALV of report SM20 in SAP system

SAP
Govinda Sai
Govinda Sai
Updated on 30-Jul-2019 412 Views

There is include rsau_class_auditlist_impl and to add an additional column into table mt_outtab you can try via an enhancement of this rsau_class_auditlist_impl.You need to add an additional Column to “ts_out_ext” in CL_SAL_READ_FILES line 145. Using this way you can enhance the definition however you have to check if it is used.

Read More

What is the Eclipse keyboard shortcut for "System.out.println()" in Java?

Govinda Sai
Govinda Sai
Updated on 30-Jul-2019 15K+ Views

To get System.out.println() line in eclipse without typing the whole line type sysout and press Ctrl + space.

Read More

List of Best JavaScript Frameworks?

Govinda Sai
Govinda Sai
Updated on 30-Jul-2019 274 Views

AngularJSAngularJS is an open source web application framework. It was originally developed in 2009 by Misko Hevery and Adam Abrons. AngularJS is now maintained by Google.Backbone.jsBackboneJS is a lightweight JavaScript library that allows to develop and structure the client side applications that run in a web browser. It offers MVC framework which abstracts data into models, DOM into views and bind these two using events.Ember.jsEmber.js is an open source, free JavaScript client-side framework used for developing web applications. Ember.js allows building client side JavaScript applications by providing a complete solution which contains a data management and an application flow.The original ...

Read More
Showing 41–45 of 45 articles
« Prev 1 2 3 4 5 Next »
Advertisements