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

Search In

LOWER(str) mysql function

LOWER(str) LOWER(str) function returns the string str with all characters changed to lowercase according to the current character set mapping. The default character set is latin1 (cp1252 West European). Here is a example of this function- mysql>

INSERT(str,pos,len,newstr) MySQL function

INSERT(str,pos,len,newstr) If you want to insert a string inside another string then you can use this MySQL INSERT function. INSERT returns the string str, with the substring beginning at position pos and len characters long replaced by the string n

Splice method in javascript

The splice() method is used to add/remove items to/from an array, and returns the removed item(s). Syntax array.splice(index, howMany, [element1][, ..., elementN]); where index − Index at which to start changing the array. howMany − An integer i

jQuery Misc index() Method

Hello Readers, Jquery .index() method generally used to search for a define element within the jQuery object which it is called on. Jquery .index() method has 4 different signatures with different semantics which can be confusing. In this article

How to merge the contents of two or more objects together into the first object using jQuery

Hello friends, Most of time we need to create Object of contents in jQuery and use it according to requirement , So in this block you will see how to merge two or more object in first object . When two or more object arguments are supplied to $.ext

Split an array into given length of array

Hello friends, Here I am explaining, if you want to split an array into given size element(length) of arrays then you can use array_chink() predefined function of php. array_chunk function chunks an array into arrays with size elements and may be th

Set more than one variable in CakePHP

set() method provides a way to set values in our cake-php controller so that we can use it in our view for presentation. Syntax of set is: $this->set('variable','value') In cakephp controller, we can set the values as <?php $this->set('v

XML in SQL

XML data type was introduced in SQL Server to work with XML data. Type of XML Data AUTO It generates output with both element and attribute features in combination with a sub query. SELECT * from Employees FOR XML AUTO; EXPLICIT

Flashing Effect on an Object

Now you can give your object(image, button etc.) a flashing or glowing effect. We can either play with the size by making shrink and grow effect of an object. Greensock library helps us in various aspect to make the object animation. Their are lot o

C# : How to post data to specific URL using C# ?

Many times in application development using C# it is required to to post some data to a specific URL. In this article I will show two options for implementing this : 1) Using WebClient string url = "http://www.url.com/post.aspx"; string params =

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