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

Search In

Use vibrancy effect in UITableViewCell like notification center.

1.   It is must to import “NoticationCenter” so that we can use “notificationCenterVibrancyEffect” import NotificationCenter   2. At the time of cell selection do following code in delegate method of UITable

Association in cake php

Association means relationship, It is a way that two table are connected to each other or linking model together, in cakephp the links between models are handled through association. User can understand it from the following table.    &nb

Alias

Alias is basically renaming a table temporarily for a sql statement. The rename is done only for a particular statement is temporory. ex The syntax of table alias is as follows SELECT column1, column2.... FROM table_name AS alias_name WHERE [con

Creating object in Json format using java

Json object: You easily write your object in json format with java . Json format is used because it becomes easy to exchange information in this form. It is easy to understand and easy to write. Lets see an example,  If you are usin

Cryptography in Networking

  Cryptography is based on the calculation and manipulation  of data streams and the process to decrypt the data. It will allow you to store the sensitive information and then send it to the network so that the data cannot be read by anyon

How to create an automatic table of contents in Microsoft Word 2013

If you want to include the table of contents in word Doc. First you have to choosing the heading styles — for example, Heading 1 for main headings, Heading 2 for subheadings, and Heading 3 (and so on) Microsoft Office Word searches for he

How to find Redis Logs on Ubuntu?

This blog will let you know how to do troubleshooting in Redis. Redis logs are stored at location /var/log/redis/redis-server.log To view the last 10 lines:  sudo tail /var/log/redis/redis-server.log On Ubuntu 14.04 Redis log files are loc

Possible days in a date range using Javascript

Possible days in Date Range using Javascript Hi friends, In some cases we try to build a logic where for a case where we need to find all the possible days that are possible inside a date range for any use case like scheduling a meeting or rem

How to download the database dump from your live/test server

Sometimes our requirement is to export/download the latest database from live/test server. We can easily create the dump on our server and then copy paste it from server to your local machine using Win-Scp.   But the issue comes when the size o

Function in C++

For declaring and defining functions in C++ we have the syntax and we have to follow it. The general form for declaring a function in C++ is: /* Signature of function */ return_type function_name( parameter list ) { body of the function } &nb

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