Posts

Showing posts with the label Mozilla

Get Thimble to design your web pages now!

Image
It is from Mozilla.org. It is free and has many cool features. It's Remix mode allows you easily modify existing Thimble projects to suit your requirements. Thimble is a one-stop program bundling code editor, web server, web browser and developer tools. It has an unbelievable number of cool features. Sure, I will test drive it! Make a change and see your changes in real time Has handy code snippets Has a built-in JavaScript console Add your files (drag and drop) and manage them Has both dark and light themes Embedded tutorials-follow or create OK Get code hints Edit CSS right in the HTML file Publish to Web Pick colors in the editor Test project on your mobile device Has a DOM inspector to work with HTML elements Has Image filters Take selfies You start here . Here is a video that explains it all:

WebRTC and Microsoft Edge

Image
 WebRTC makes web pages to see and hear through the camera, microphone, speaker etc available to the device displaying the web pages. With this two people can communicate with visual and audio support and even share data. WebRTC stands for Web-based Real-Time Communications. It is free and the WebRTC project provides mobile applications and browsers to have communication capabilities using simple Application Programming Interfaces (APIs).  Since voice and video are involved it is complicated because of various standards it has to contend with. WebRTC is supported on most browsers except Microsoft Edge. Microsoft Edge is the preferred browser for Windows 10 (all device types).  Microsoft is not in the list having differences over some of the details such as Google's VP8 video codec to become the default. Microsoft has its own web based communication which is called CU-RTC-WEB. Microsoft acquired Skype which has browser-based version of voice and v...