Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to check which version of Joomla is running on website?

To check the version of joomla you are using includes various steps depends upon the version of joomla you are using. So here various steps are given according to the joomla version Joomla 1.0.x: Login to the backend of your site(admin section of

Volume Testing

What is Volume Testing ? Volume testing comes under the non-functional testing group. Volume testing tests an application/software for a confirmed data volume or any product with specific quantity of facts or data. For exp, if we want to volume test

What is Security testing?

What is Security testing? Security testing is a method by which tester try to find loopholes in the application . The main motive while performing security testing is to make the application secure for public or private use and to make sure that o

Defect Density

What is Defect Density ? Defect Density is measured as the number of bugs or defects detected in an element or system divided by the size of that element or system. In normal measurement terms, it describes all line of code, or the quantity of class

What Is Performance Testing?

What Is Performance Testing ? Performance testing concentrates on performance Engineering, an introducing computer application or computer science exercise which conflicts to build performance into the pattern or design and framework of a procedure,

What is Agile Model?

What is Agile Model ? Agile model comes under the incremental model. Every application or software are expanded in the progressive or incremental way, quick period. In the agile model effects or impacts are appears in short growing or incremental rel

Javascript The getTime() Method

In Javascript , getTime() method return the numeric value ( in milliseconds ) corresponding to the time for the specified data according to universal time . Through this method you can assign a date and time to another Date Object. Basically this me

How to retrieve data from single and multiple tables in Joomla?

Retrieving data from Single table: // Getting db connection. $db = JFactory::getDbo(); // Create a new query object. $query = $db->getQuery(true); $query->select('*'); $query->from($db->quoteName('#__tablename')); // table name withou

Javascript Strings

JavaScript strings are used for storing text and manipulating it. A JavaScript string is used to store a series of characters like "Pranav Chhabra". A string can be any text inside quotes Example <!DOCTYPE html> <html> <body> &

SQL Top Statement

Using this SQL Top statement we can select the topmost( first element from top ) element from the table in database . We can also select one or more element from the top in a table . This clause tell how many rows is returned . Syntax -> selec

1 271 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: