|
|
|
|
Login to share your opinion Javascript Line of Business DevelopmentI spoke in a previous post about the basics of getting Visual Studio to offer you some help when you’re coding. I wanted to expand a… read more What is JComboJCombo is an Open Source JavaScript + PHP hybrid framework that allows you to easily build powerful, dynamic, data-driven web applications. JCombo doesn't require special… read more More Top jQuery Plugins for MenusjQuery is a cross-browser JavaScript library that has gained popularity for the way in which it simplifies tasks such as adding AJAX, performing animations, traversing… read more Morning Star: An Impressive Audio Synth in JavaScriptIt uses Mozilla’s Audio Data API, and Google’s competing Web Audio API to produce sound in real time abstracting them with a library called KievII, which… read more A look at JavaScript Form ValidationValidating forms with JavaScript has been possible since the very beginning of time... or at least the introduction of LiveScript (the original name before the… read more Custom Events in jQueryJavaScript recognizes many DOM events. There are many standard JavaScript events that are supported in popular libraries like jQuery. By standard events, we mean the browser… read more JavaScript ModulesOne of the first challenges developers new to JavaScript who are building large applications will have to face is how to go about organizing their… read more JavaScript LoopsIf you have read some preformance tests on JavaScript loops, you may have heard that “while” is faster than “for”. However the question is how… read more Creating A Keyboard-Shortcuts Module In A Modular JavaScript ApplicationLast week, I looked at handling keyboard shortcuts in a modular JavaScript application architecture. In that initial exploration, I distributed the handling of keyboard shortcuts… read more Don't use class names to find HTML elements with JSIn the days before HTML5, when we wanted to bind JavaScript events to an element, we would find the element based on its class name… read more JavaScript ModulesOne of the first challenges developers new to JavaScript who are building large applications will have to face is how to go about organizing their… read more Detecting invalid HTML with JavaScriptAs a blogger, I write quite a few blog posts. I hate RTEs (Rich Text Editors) so I'll typically do most of any desired HTML… read more JavaScript myth: JavaScript needs a standard bytecodeThe idea is obvious: Why not standardize the bytecode of the virtual machines (VMs) that JavaScript runs on? That would mean that JavaScript programs could… read more What is JavaScript’s typeof Operator Used for?JavaScript’s typeof is a complicated beast – it can be used for many things, but also has many quirks. This post lists its use cases,… read more JavaScript's "this" KeywordA commonly used feature of JavaScript is the "this" keyword, but it is often also one of the most confused and misinterpreted features of the… read more Ray Tracer in JavaScriptJust when you thought you had seen everything that could impress in JavaScript, along comes another crazy application.. Now we have a ray tracer that… read more jQuery Custom EventsBut less common is the use of custom events available with the .trigger() and .triggerHandler() jQuery functions. With this I could create an event such… read more 6 CSS3 and jQuery Loading Animations SolutionsThe largest resource of CSS3 and jQuery Loading animations is now in your hands. You will be surprised to see the amazing animated series as… read more i Google's Secret XML APIsToday in this post we are going to know about few of Google's secrete XML APIs, that make these Gadget work. And good news is… read more Pure javascript / HTML5 canvas bilinear image interpolationI’ve finally got my finger on a motivating javascript tryout. Never went deep into web programming before, this is the first full day of my… read more |
|