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

Search In

SQL Len ( ) Function

SQL Length ( ) function is used to get the length of the string . In MySQL : Length ( ) ; In Oracle : Length ( ) ; In SQL : Len ( ) ; Syntax : select len ( column_name ) from table_name ; Example : Table name : Employee_Info Id Employ

Finding mouse cordinate by JQuery

By using jquery event.pageX and event.pageY we find the coordinate of mouse. The PageX event shows the edges from left and the PageY event shows the edges from top. <!doctype html> <html lang="en"> <head> <meta charset="utf

Why We Need Cloud Computing?

Why We Need Cloud Computing? As we know nowadays there are very users which are using computers and mobiles, data repository is the main preference in all areas or domains. All the organizations, either big or small increased on their data or informa

Different Types Of Cloud

Cloud’s Types:- There are mainly four distinct types of cloud schema. We can accede any one schema as per the requirement of the business. These are mentioned as below:- 1- Private Cloud 2- Public Cloud 3- Community Cloud 4- Hybrid Cloud Private C

SQL UCASE ( ) Function

This function is used to convert value of column in uppercase . If value of column already in a uppercase then it doesn't covert . It convert only if value of filed is in lowercase . Syntax : select ucase ( column_name ) from table_name ; Syntax f

SQL LCASE ( ) Function

This function is used to convert , value of column in lowercase . If value of column already in a lowercase then it doesn't covert . It convert only if value of filed is in uppercase . Syntax : select lcase ( column_name ) from table_name ; Syntax

How to find OS version from web browsers using PHP

Hello Reader! If you want to detect the OS version of user though the web browser. Then you can use the library code below:- <?php $OSList = array ( // Match user agent string with operating systems 'Windows 3.11' => 'Win16', 'Windows 95' =&

How to load header and footer using Javascript

Hello Reader's. If you have developed the header and footer of the website separatly then it's very easy to make them render on a webpage. By using the JS you can call them with a single line of code as written below:- <html> <head> <

how to create islamic calendar (hijri calendar) using iOS sdks

Following code will return the today's date in islamic calendar NSCalendar *hijriCalendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSIslamicCivilCalendar]; NSDateComponents *hijriComponents = [hijriCalendar components:NSDayCalendarUnit

Laravel 5.0 Creating Request Handler

In Lavarel one of the best practice is to use form validation rules to validate the submitted data. There are number of ways to do it . One way is to create form validation rules both in the controller or we can create a separate file under the app f

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