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

Search In

Tips for Scoring the Freelance Blog Writing Gig of Your Dreams

Working as a freelance writer can be really liberating as you get to set your own work schedules and are not pegged to a single location (workspace), among other benefits. However, to enjoy these benefits, you need to actually get some gigs. Getting

Allocating memory dynamically in C

In C programming, you will allocate memory dynamically by using the functions defined in the header files.   These functions are found in <stdlib.h> header file.   S.N. Function & Description 1 vo

Fill an array with values with specifying keys

If you want to fill the values in array with specifying keys then you can use the pre-defined function "array_fill_keys()" means in this function you pass 2 array as parameter, the values of first array used as key of new array and second array used

CSS3 transition with demo

With the help of CSS3 new properties, we can transit an element from one position to another with the help of few properties. It provide you to control the values of the element property for a particular duration of time. There are two steps involved

RIGHT(str,len) mysql function

RIGHT(str,len) In mysql, if you want some character from the right in a string then you can use RIGHT() mysql function means this function returns the rightmost len characters from the string str or returns NULL if any argument is NULL. Here are

PHP Getting Time Elapsed Per Last Comment

Passing date to the function and returning the time passed or elapsed when it was commented/posted. It is very useful when you have comment section in your website and you want to show how earlier comment was posted. /** * Creating the date differ

Simple custom dropdown by using css

Hello Readers Here is the example of custom drop down by using Css and HTML. Here is the HTML <div class="container"> <div class="customSelect"> <span class="arrow"></span> <select id="selectVal

Web API in MVC

While building projects in MVC we also have a requirement to build API that can run on any device whether its a mobile device or whether it is a laptop.   Web API we mainly build so that  it can run on any device and on any platform. The

How to Upload multiple images jQuery Ajax using PHP

Hello Reader's!Sometime you need to Upload multiple image in directory ,so in this blog I have wrote and explain jquery and PHP to upload multiple images at once. You can use this as a reference for your web projects, specially focused on newbies

How to add Gradient effect to UIButton ?

Hello all ! For adding Gradient effect to the UIButton we can implement the following code :- CAGradientLayer *gradientLayer = [CAGradientLayer layer]; gradientLayer.frame = _customButton.layer.bounds; // _customButton is the outlet of UIButton

1 327 481
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: