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

Search In

How to remove a HTML element using Jquery

Hello reader's, Below is the example to Remove the HTML element using Jquery If you having trouble with such issues, then use the below code. Here is the HTML <p>Write your text here.</p> <p>Write your text here.</p> <

How to fetch data from server using AngularJS

To fetch the data from remote server we have to make the ajax request to the server which will return the data in our desired format, and to do that in AngularJS we can use $http service which helps us to communicate with remote server. To implement

How to use upload files with JQuery

Here is the example for *How to use upload files with JQuery. * If you having trouble with such issues, then use the below code. Here is the HTML <div class="flie-btn clearfix"> <input class="fileinput" type="file" name="data[User][

Static Map in android

Static Map in android Here I am writing a way to show static map on ImageView. Its image of map that displays on mobile without the help of any api key. Here we just make String url to add your latitute and longitute. like private double latitut

Laravel 4.x Pagination

It is very painful to use pagination in other framework but In laravel 4.x. It is very easy to implement pagination in laravel 4.x. By using configuration option in app/config/view.php file. Pagination option specifies that which view file is use

Expression Tag in JSP

JSP Expression Tag : In JSP the Expression tag is used to print in the output stream.So whenever you have some data to print into the screen or can say browser you can use the JSP Expression Tag. The java code '<% out.println(“msg”); %>' can b

Program in c to print 1 to 100 without using loop

in this program of C language we are not using the any king of loop,we are printing the numbers without loop. #include int main(){ int num = 1; print(num); //it is a function which is calling the value of printnum.

Error while building Unity3D Android Game := Plugins colliding with each other

when I build the game in Unity3D , it makes error :"plugins colliding with each other" I am using Facebook SDK and Playfab.com SDK Found plugins with same names and architectures, Assets/Plugins/Android/libs/android-support-v4.jar (ARMv7)

Convert one date format into another in PHP

Date play an important role in any project. We have to change date format according to our need. If we are using PHP 5.2 and lower then for changing date format we have to parse the elements (year, month, day, hour, minute, second) manually using sub

Creating template in Joomla

Two files are required to create a template in Joomla. First is the index.php file, in this file we can place php code where the content of site should go and second file is templatedetails.xml which includes all the configuration settings and parame

1 22 120
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: