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

Search In

CSS Box Sizing

The property which is used to calculate the height & width of an element is known as box-sizing. Syntax :-  box-sizing: content-box|border-box|initial|inherit; 1. content-box :-  It is the default property where, border, paddin

Why Collaborative Teams Should Go for Project Management Software

The utilization of the latest technology is necessary for establishing an efficient workflow within a company. One of the best ways to achieve this goal is to implement a simple project management software tool for free. As collaboration has become a

Custom Helper in MVC Razor

Hi Friends, Today I will tell you about using the custom helper in mvc. We can create our own helper extension.We have multiple extensions as shown below in figure:- As these above extensions are predefined. But we can define our own extension whi

How to use Inflector in CakePHP3

Hello Reader's , Hope you are doing good today. Today in my blog, I am going to explain about the inflector in CakePHP3. inflector is a many utility classes which takes a string and can manipulate it to handle word variations. Example: inf

Code First Approach in .Net - Part 2

Hi Friends, I have implemented the code first approach in my last blog if you miss it below is the link. Code First Approach in .Net There are some points i need to discuss while implementing code first approach. If you run the code first approac

CSS Transition Property

 Transition properties allows you to change the values of a element over a predefined duration, animating the property changes, as opposed to having them happen instantly. Over a given duration, CSS3 transition property permits to

Save image taken from device memory to a specific folder in Android

Step1: Permssion needed to save image. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> Step2: Saving image to the particular directory with new name as given by the user. This will make a seperate directory to th

Migrate Windows Live Mail to Outlook with Attachments

  In this post, we know about how to Migrate Windows Live Mail to Outlook . But before start the process, you need some knowledge about both email application i.e. Windows Live Mail and Microsoft Outlook   In present era the world

Adding Form Elements dynamically in Javascript

You can use JavaScript to add elements like textbox, button, radio button in a html form. createElement() method is used to create html elements at runtime. Here is the example: HTML: <form> <h2>Dynamically add element in form.</h2&

Create a Radar view in android

Hello All, Looking to create a view like radar in android. Step 1:- Find the java file along this blog and add it to your project. Step 2: In your xml use this class to create view. <com.example.RadarView android:id="@+id/radarView"

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