If you don't know about it yet, the HTML5 web speech API specification is now working on Google Chrome and partially in the Apple Safari browser(See the browser support status here). That means you can now develop voice-driven web applications. We hope that other browsers will start supporting this very soon as well. In this tutorial, I will try to explain how we can begin … [Read more...] about Getting Started With HTML5 Web Speech API
If you are familiar with basic networking protocols like TCP and UDP , you already might know TCP is reliable and used in most cases, especially for corruption-file download/requests over HTTP, email communications etc. However, some other large part is still considered better with UDP communications like multi-player game programming, live video streaming, and … [Read more...] about Getting Started With UDP Programming in Java
This is a follow-up article to my earlier post on Object-Oriented JavaScript class basics. There are a few more things that we actually need to dive into object-oriented programming in JavaScript. Today, in this tutorial, I will try to describe how we can leverage the power of inheritance in a JavaScript program. We will also learn how to declare a normal instance method and a … [Read more...] about Object Oriented JavaScript: Inheritance, (Static) Method
JavaScript has become one of the most dominating programming languages in modern software development. It's everywhere, from browser client-side development to server-side development (Nodejs) to mobile app development(PhoneGap). Unfortunately, it doesn't provide a traditional object-oriented javascript API much.
Maybe that's why we see functional-styled, straightforward … [Read more...] about Object-Oriented JavaScript: Class Basics
Recently, I started learning and working on the Node.js platform, so I am again brushing up on my long-forgotten JavaScript skills. JSON is a common format you encounter every now and then in JavaScript, whether it's on the client side or server side. As NodeJs is a server-side platform, it has a little more capability than browser-based JavaScript, like writing to file … [Read more...] about How To Work With JSON In Node.js / JavaScript
var JetpackInstantSearchOptions=JSON.parse(decodeURIComponent("%7B%22overlayOptions%22%3A%7B%22colorTheme%22%3A%22light%22%2C%22enableInfScroll%22%3Atrue%2C%22enableFilteringOpensOverlay%22%3Atrue%2C%22enablePostDate%22%3Atrue%2C%22enableSort%22%3Atrue%2C%22highlightColor%22%3A%22%23FFC%22%2C%22overlayTrigger%22%3A%22submit%22%2C%22resultFormat%22%3A%22expanded%22%2C%22showPoweredBy%22%3Atrue%2C%22defaultSort%22%3A%22relevance%22%2C%22excludedPostTypes%22%3A%5B%5D%7D%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Fcodesamplez.com%22%2C%22locale%22%3A%22en-US%22%2C%22postsPerPage%22%3A5%2C%22siteId%22%3A18994550%2C%22postTypes%22%3A%7B%22post%22%3A%7B%22singular_name%22%3A%22Post%22%2C%22name%22%3A%22Posts%22%7D%2C%22page%22%3A%7B%22singular_name%22%3A%22Page%22%2C%22name%22%3A%22Pages%22%7D%2C%22attachment%22%3A%7B%22singular_name%22%3A%22Media%22%2C%22name%22%3A%22Media%22%7D%7D%2C%22webpackPublicPath%22%3A%22https%3A%5C%2F%5C%2Fcodesamplez.com%5C%2Fwp-content%5C%2Fplugins%5C%2Fjetpack%5C%2Fjetpack_vendor%5C%2Fautomattic%5C%2Fjetpack-search%5C%2Fbuild%5C%2Finstant-search%5C%2F%22%2C%22isPhotonEnabled%22%3Afalse%2C%22isFreePlan%22%3Atrue%2C%22apiRoot%22%3A%22https%3A%5C%2F%5C%2Fcodesamplez.com%5C%2Fwp-json%5C%2F%22%2C%22apiNonce%22%3A%22155bc22a78%22%2C%22isPrivateSite%22%3Afalse%2C%22isWpcom%22%3Afalse%2C%22hasOverlayWidgets%22%3Afalse%2C%22widgets%22%3A%5B%5D%2C%22widgetsOutsideOverlay%22%3A%5B%5D%2C%22hasNonSearchWidgets%22%3Afalse%2C%22preventTrackingCookiesReset%22%3Afalse%7D"));