Posts

Practical 5 (BSBC-205)

<!-- Write a JavaScript code to print your name with each letter in different size and color. --> <!DOCTYPE html> <html> <head> <title>Fourth JavaScript</title> <style> p { text-align: center; } </style> </head> <body id="body"> <p id="hello"></p> <script> function rand() { var hello = document.getElementById("hello"); hello.innerHTML = ""; var name = "Ajay Bhatia"; for (var i = 0; i < name.length; i++) { var tag = '<span id="s' + (i+1) + '">' + name.charAt(i) + '</span>'; hello.innerHTML += tag; var span = document.getElementById("s" + (i+1)); var size = Math.ceil(Math.random() * 12); span.style.fontSize = size + "em"; var r = Math.ceil(Math.random() * 255); var g = Math.ceil(Math.random() * 255); va...

TLEP BSBC 205 (Batch 2016-2019)

TLEP BSBC 205 for Batch 2016-2019 can be found here

TLEP MBA 986 (Batch 2015-2017)

TLEP MBA 986 for Batch 2015-2017 can be found here

TLEP BSBC 401 (Batch 2015-2018)

TLEP BSBC 401 for Batch 2015-2018 can be found here

Software Engineering Book

A Software Engineering book which is simple yet elegant. Download from here .

Normalization

https://www.youtube.com/shared?ci=zzVPxo7wV-s

Reactive Programming with RxAndroid

Android Authority: Reactive programming with RxAndroid. http://google.com/newsstand/s/CBIwnYr7qy0