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

Search In

Upload File using Aajx

Sometime you need to upload the image without refreshing the page , in that case you can upload the image with the help of ajx using FormData Objects . To achieve this lets create a form in HTML to upload the file. <div class="controls">

Secure file download in php

Welcome to FindNerd. Today we are going to discuss the concept to download a file securely in php. We all knows, we can not share a adjust file location to end user. We can set the header for file name, type and size. Please check the below code $fi

Features of Android 5.0 version

New major features added in 5.0: Introduced Material design ,new widgets, custom shadows, vector drawables and custom animations. ListView is now replaced by RecyclerView and use of CardView, with better optimization. You can now add more than one

Bootstrap Popover with Laravel 5.0 Both with and without Ajax

Sometimes we need to provide the link of the webpage specially if the content is coming from Ajax or we have multiple contents everyone opening on different webpage in a popover. At that time we can use this functionality of Bootstrap to get the webp

How to use get_browser() Function in php ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use get_browser() Function in php ? The get_browser() function returns the capabilities of the user's browser. It looks up the user's browscap.ini file. syntax of get_browser

$(this) vs this in jquery

this refers to the current element while $(this) is the jQuery object which is constructed with that element . Using $(this) we can enable jquery functionalities while if we use this it has only generic javascript functionalities. When we need to

To use DateDiff in SQL for Expiration

To check any link or any information or any message is expired or not we always made a column IsExpired in SQL Server.   While accessing this values we always this value is expired or not   SELECT N.ID, N.Message, N.Url, U.FirstName +

  • 217
Printing something without using main method

Printing hello without using main method: We can use static block to print something without using main method as static block executes as soon as the class is loaded. To ignore exception "System.exit(0);"  is used which terminates th

How to return models and ids of the user's in OpenERP?

In OpenERP first we create user's in user's form. Then the access of user's models res_users and pass the ids of the user's. After passing ids of the user's then user's selection will active and Return a tuple. Use this funct

How to create Triangular imageview in objective C

Here is the code for creating the triangular uiimageview - UIBezierPath *bzrPath = [UIBezierPath new]; [bzrPath moveToPoint:(CGPoint){0, self.imgView.frame.size.height}]; [bzrPath addLineToPoint:(CGPoint){80, 0}]; [bzrPath addLineTo

1 505 596
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: