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

Search In

SQL Mid ( ) Function

This function is used to get the character from a text field . Syntax In MySQL : select mid ( column_name , start [ starting_length , ending_length ] ) from table_name ; Starting length : It is mandatory . Ending length : It is optional . If you o

Transparent Button with Border

Here I am writing code to create transparent button with border. First create xml file transparent_button.xml for selector where I am describing the properties of button like border width, color etc <!--?xml version="1.0" encoding="utf-8"?-->

Make a Loading Screen

In app development their are many steps where we have to hang on for a while, like we are waiting for the server response, or the loading of assets or any other function to complete. Sometime to manage these such task we need a loading screen, which

Date Picker Material Design

I am writing way to add and use date Picker Material design library to our project. First of all we need to add library to our build.gradle file dependencies { compile 'com.wdullaer:materialdatetimepicker:1.5.4' } Then we need to implements OnDate

Post/Blog Sharing time formats like Facebook, Twitter in iOS.

There are several posting time formats available, social sites are using their own styles of post time display. But the logic behind each posting is same, basically it depnds upon the date and time difference. Here is the function to calculate the di

How to show loading icon while page is loading

Hello Reader's, If your webpage is taking too long to take data from database and you want to fix a loading icon for the time then you can use the following Javascript based code for that:- First Step:- Write the following code just after you <b

Issue: Fatal Error while Debugging in Godaddy Shared Server

Hello readers today we discuss about the Godaddy shared server issue. Yesterday I faced issue in Godaddy shared server. When I navigate our site sometime link break and blank page come, but when I reload or refresh again the page is working fine.

Odoo Actions and Menus

Action- There are different types of actions in Odoo:  1- Window: Opening of a new window  2- Report: The printing of a report   3- Custom Report: The personalized reports or RML Report: The XSL:RML reports  4- Execute: execu

Odoo Form views

If you want to make Form view in OpenERP(Odoo) follow the below mentioned code and paste it in your .xml file: - <group colspan="4"> <group colspan="2" col="2"> <separator string="General stuff" colspan="2"> &l

How to go back from a page using window.history.back in angularjs?

We can use the history.back() method which loads the previous URL in the history list. It functions the same as clicking the Back button in the browser. Here is the code snippet to show it's usage :, <html> <header ng-controller="menuCont

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