
Search In
Hello Readers! Here is a small blog on traits. What is trait? What are its uses? Why it is implemented?.. In this blog all these questions will be covered.
A trait, in simple language, is a group of methods that we would include within anoth
For any enterprise that needs to implement an ERP system, the basic modules that are essential would include all the major functions of the enterprise that describe it completely.
OpenERP is one such system that does it all and has all the modules
Introduction to Bug
The main purpose of performing testing is to identify bugs or defects in the software product. A software bug is an error, flaw, mistake, failure, or fault in a computer program that prevents it from behaving as intended. Any und
JavaScript is a vast platform. It covers many advanced programming techniques. If you are a beginner, it’s crucial for you to know a few JavaScript strategies. Without knowing them, it is quite tough to build complex JS applications. From valid
What Is Fault injection Testing ?
Fault injection testing is an software testing approach, in which by tester initiate or introduce defects or mistakes into the coding section for elaborating the covering or scope. Fault injection testing, normally
Hello, readers . In today's blog I have tried to create A Full Screen Sliding Navigation covering the full screen using Javascript in a direction from left to right.
For creating this I need to make a div with id name as “myNav&rdq
Uploading Files in Rails
Uploading files from a form is a very common task(i.e uploading images, files etc). As you may already know that you need to set multipart/form-data, if you want to upload files from a form. Similarly in rails, you need to se
Hello Reader's, If you have to make the beautiful overlay of blur effect of image on the screen then you can learn it from the code below.
This is done by using CSS 3
Put the css as
#myDiv {
width:280px;
height:200px;
bac
Hi Friends,
After my previous blog post on How to Optimize Image for Website, today we will discuss about some best programming ways to Redirect a website. I am covering this topic as point of SEO Expert. Some points of this topic I have already c
Under Static Testing code is not performed/executed. Maybe it manually verifys the code, necessity documents, and design documents to discover errors. Consequently, the name "static".
Mail goal of this testing is to enhance the nature of finding the
