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

Search In

How to create Toolbar text animation in android

In the below example I have created Toolbar text animation function. Here In activity_main.xml layout first I have created Toolbar and added a TextView, then In MainActivity I have used ObjectAnimator class. You can see below program it will clearly

Few user management operations using Identity Framework in ASP.NET MVC

In this blog you will see some code samples that you might find useful while accomplishing simple user management tasks like creating a user, assigning a role and so on. Following code samples assume that you have created an ASP.NET MVC application w

How to create ShareActionProvider function in android

If you want to create Share Action Provider function check my below example. Here I have created frist main.xml. After creating main.xml I have added attribute to the menu item. In MainActivity created onCreateOptionsMenu method I sets the share acti

How to Creating a ZIP File using PHP

Hello Readers, This post helps you to create a ZIP file using PHP. <form name="zip" method="post"> <input type="checkbox" name="files[]" value="book.pdf" /> <input type="checkbox" name="files[]" value="doc.pdf" /> <input type="

Retrofit Tutorial

Here is a new simple and easy option for making network requests. In comparison to volley this one is bit fast following is the test result that depicts the same. This awesome library is Retrofit multiple versions are available as the developme

How to create Flames effect in designs using Photoshop

Add flames effect to your designs is now effortless, thanks to the  added Render Flames tool in Photoshop CC. Open your selected picture in Photoshop and select the Pen tool (P). Check the tool is set to Path in the top left drop down menu in t

Create and trigger event in Node.Js by EventEmitter class

EventEmitter Class in Node.JS: In Node.js we can create event and trigger them. With Node.JS we just start our server, declare our function and then bind them with event and fire. First we load the events module which is part of the Node.js core as

Create And Use Shortcode in Wordpress

Shortcode is a special feature of wordpress .  In other words we can call it a simple set of functions  Developer can  create the functionality specific shortcode and can use it either at admin end in page or post  or in any code

Basic MongoDB Queries

1) Create a "testDB" database. use testDB 2) Create a collection name "users" and adding the value together using single command.   db.logins.insert({username:"neetu"}) or  First create a collection of name logins

Namespaces And Scopes in Rails

As we know that in rails, in order to reach to any page or URL we have to create routes and resources for the same. Namespaces and scopes are wrappers which can hold our resources inside them and create the routes accordingly. Namespaces Now if

1 18 126
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: