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

Search In

How Learning Programming & Coding Could Help Your Career

No one can afford to stand still in the modern workforce. Industries are moving quickly, and in order to keep up with trends and new technology in the workplace, you have to be agile and willing to learn new skills throughout your career.   Pr

How to set the zooming slider in windows 8.1 phone app

In this blog we illustrate how to set the zoom-in and zoom-out the focus of camera in windows 8.1 phone app. Foe zooming a camera we use a buit-in ZoomControl class inside the MediaCapture which controls the zooming of the camera.   For the zo

How to hide a give using AngularJS?

Hello Reader's, If you are looking to make some animation effect to hide a div from website then in this blog you can learn how to do this. Hiding any div can done by many ways but by using Angular JS you can put some animation effect in it. So l

How to create separate AngularJS controller files?

Controllers are used to adding behaviors to $scope object. When you are building a large application,the best practice is to split your controllers into different files according to the purpose that it fulfills. So, you need to follow these very simp

How to Use Json_encode() Function to Pass PHP Array to JavaScript?

json_encode() is corePHP function which is used to generate JSON which will be a simple value (i.e nethier an object nor an array). So, in this tutorial, we will see how to use json_encode() function to pass PHP array to Javascript.   &

How to connect to your MySQL database from a PHP Script

Create simple Mysql connection with the help of PHP code <?php $hostname = 'localhost'; //define the hostname here $username = 'root'; //define the username here $password = ' '; //define

How to reorder product tabs

If you want to reorder product tabs, you can do this according to you wish as you want, just add the below code to your function.php. <?php add_filter( 'woocommerce_product_tabs', 'FindNerd_woo_reorder_tabs', 90 ); function FindNerd_woo_reorder_t

How to Disable tab (space) on HTML Editor

Hello all, Working with Rich Text Editor, some times we need to disable Tab Key, which creates space between two text or HTML Elements inside the Editor. To do that we have following block of code: In HTML Page : <div id="editor" onkeydown="re

How to rotate image in java?

Here I have illustrated how to rotate image using java code. Impot imgscalr-lib-4.2.jar for Scalr class to rotated image on various angles. Below code will rotated image on 90 degree angle. File file= new File("file-path"); BufferedImage src =

Import wordpress functions in custom.php file

Hello reader's in this blog I will guide you how to import "Wordpress functions in custom.php file?". First Create a custom.php file into your theme and put your code into it. Below is the example of image crop function into custom.php : <?php

1 50 408
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: