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

Search In

How to use image in background with color ?

Hi Guys, Here i am posting that how you can use image with color in background. <div> block { background: #1e7f00 url("http://api.ning.com/files/rBZCY6X2uOlTJ8P9qLiTaHrX71x-bhRd9qAkTQBwNkSJPHtbC0Md09jy7l2JFbAGIWeexn8YrPUqqxKklZ5yJFL1uCaRv

What is the use of IN Operator in MySQL?

In MySQL, the IN operator is used to allow us specify multiple values in a WHERE clause. IN Operator Syntax SELECT column_name FROM table_name WHERE column_name IN (value1,value2,...); We have a table "employee" as below: employee id f

What is the use of BETWEEN Operator in MySQL?

In MySQL, the BETWEEN operator is used to select values (values can be numbers, text, or dates) from a column within a specified range. BETWEEN Syntax SELECT column_name(s) FROM table_name WHERE column_name BETWEEN value1 AND value2; We have a ta

DLINQ

Database Language Integrated Query or LINQ with Database is known as DLINQ. Mainly used when we want to manipulate data from the database. LINQ to SQL Statements Data Context The data context provides the mapping of all entities (essentia

How to make div movable using Jquery

Hello Reader's if you want to make a UI where your div can drag and movable all over the screen. Then the followin example is helful to you. <!DOCTYPE html> <head> <link href="http://code.jquery.com/ui/1.10.4/themes/ui-lightnes

How to use image in background with color ?

Hi Guys, Here i am posting that how you can use image with color in background. <div> block { background: #1e7f00 url("http://api.ning.com/files/rBZCY6X2uOlTJ8P9qLiTaHrX71x-bhRd9qAkTQBwNkSJPHtbC0Md09jy7l2JFbAGIWeexn8YrPUqqxKklZ5yJFL1uCaRv

Magento Integrity constraint violation: 1062

after upgrading from magento 1.8 to 1.9 I have faced the Integrity constraint error in checkout process with the following statement - Integrity constraint violation: 1062 Duplicate entry 'order_id' for key 'UNQ_SALES_FLAT_ORDER_INCREMENT_ID'' in ma

How to replace characters in the current URL using Javascript

How to replace characters in the current URL using Javascript During development in one of my project, I need to replace an expression in the URL, the code that helped me is as follows:- The Steps we will follow are: 1. Get the current URL. 2. Rep

Converting a string between camel case & snake case in Rails

There is a method provided in rails to convert a string to the camel case. The method is camelize. By default camelize converts a string to upper camel case. If we don't specify any argument in camelize method, it will convert the given string to

Printf() function inside another Printf(function)

What happens when you use a printf() function inside another printf() function. To understand this lets see the following example: #include<stdio.h> int main() { int number = 1234; printf("%d", printf("%d", printf("%d", number))); return

1 183 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: