Raphael JS-javascript svg scripts
Raphael JS can be used to create SVG graphics on your website. It’s an amazing JavaScript plugin that is well worth learning if you plan to draw graphs or grids, or anything really. Like Unlike
Read MoreUML Use Case wiki
What is a Use Case? A Use case is a description of how a system’s behavior in response to a request from a stakeholder known as an actor. The actor could be a person or an external system that interacts with the system being described. The actor initiates an action with the system with the [...]
Read MoreDifferent Software Testing Domains
Most of the times, we testers keep shifting from different projects. These projects can be in the same domain or different like Retail, Utilities, Healthcare, e-commerce, banking etc…. Here is a brief description about different domains, which may help most of the testers to understand the importance of Domain Knowledge. BFSI: BFSI stands for Banking, [...]
Read MoreMobile Testing
Application development for mobile devices is a fast growing phenomenon. Users want mobile applications to be simple and fast. Just one nagging bug or usability issue can spoil the entire experience. And with so much competition in this new space, if users don’t have an excellent experience with your application, they will switch to a [...]
Read MoreHow to write a good Bug Report ?
Why good Bug report? If your bug report is effective, chances are higher that it will get fixed. So fixing a bug depends on how effectively you report it. Reporting a bug is nothing but a skill and I will tell you how to achieve this skill. “The point of writing problem report(bug report) is [...]
Read MoreUnderscore.js
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It’s the tie to go along with jQuery‘s tux. Underscore provides 60-odd functions that support both the usual functional suspects:map, select, invoke — as well as more specialized [...]
Read MoreLaunchpad Software Development Strategic
Software Development Branch Guideline Launchpad Branch… Now, we’ll create one branch by module with the guideline : Status Experimental : module under active development. Development : module shaping up nicely, but incomplete or untested, and not yet ready for production use. Mature : Completely addresses the issues it is supposed to, tested, and stable enough for production use. Merged : Not [...]
Read MoreWebGL Javascript with canvas
New Generation Javascript Technology. New feature of javascript , via you can build great applications for animation and more… ==================================================== Javascript Code : canvas = document.getElementById(“canvas”); gl = tdl.webgl.setupWebGL(“viewContainer”, canvas); if (!gl) { return; // Do nothing } ===================================================== This uses the technologies are webgl, html, javascript,socket.io, node.js Get Code hg clone https://webglsamples.googlecode.com/hg/ [...]
Read Moreprototype javascript , Dynamic web Application javascript
Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere. Download it : Just Click API Documentation Like Unlike
Read MorezBugs-css compression-JavaScript compression
zBugs has an easy to use interface which makes compressing and minifying easy. The coolest thing of all, if you sign up they give you a FREE CDN link to your compressed and minified files. They also have an xml sitemap generator, which is handy. Be sure to check them out, well worth the look [...]
Read More