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

Search In

Comparison of using File System vs Database for storing large amount of files

In the below artice we disucss the pros and cons of using File System vs Database for storing large amount of files: Following are the problems associated with storing files on file system: 1) Using file system for storage leads to fragmentation o

Theming the maintenance page and Database offline Page

Maintenance page overriding Though Drupal provide very elegant page for the maintenance. What if you want to customize it. Yes this could be done by overwriting the page The system includes a default maintenance template, which is located at /mo

What are the ways to Boost Up Your Leadership Power?

A President is a leader of a country. A Father is a leader of a family. You are a leader of your self. It is really true that you are the leader. Want proof? Well, who manage/controls your hands? Who manages your feet? Who manage your mouth? Who mana

$(this) vs this in jquery

this refers to the current element while $(this) is the jQuery object which is constructed with that element . Using $(this) we can enable jquery functionalities while if we use this it has only generic javascript functionalities. When we need to

Change the datatype of a column in SQL Server

Hello Reader!If you wish to add, delete or modify columns in an existing table you can do this with the help of ALTER command. The syntax to change or we can say to modify a column in an existing table in SQL server is: ALTER TABLE table-name ALTER

PASSING ARGUMENT TO A FUNCTION BY VALUE IN C

Passing argument to a function by value is also know as call by value. This method of passing arguments to a function copies the original value of argument into the formal parameter of a function. In other words if we change parameter which are give

PASSING ARGUMENT TO A FUNCTION BY REFERENCE IN C

Passing argument to a function by reference is also know as call by reference. In this method if we change the parameter given in the function will effect the argument. For passing a value by reference, we use pointers. As we use pointers in call b

:nth-child in css

The :nth-child selector in CSS code is here it will allow you to select one or more elements according to the formula. It is used to style content based on parent and child relationship. :nth-child iterates throughs elements from the top of the p

What Are The Distinguish Between Test Plan & Test Strategy:-

Hello readers…. By this blog i am just explaining the difference between test plan and test strategy. I hope this blog will be helpful for all test engineers -- Test Plan:- A test plan for any application or software is described as a document

Introducing addClass method and toggle function in jquery

addClass() method adds one or many methods or class to the paragraph or the element you are using,This method will not remove the class but it adds another class by using different attributes. Users and also add toggle function to it. It will added t

1 55 342
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: