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

Search In

How to serach php.ini location

Hello friends, This is very important to search a file in Ubantu server like my location in the server is "var/www/html/myproject" and I want to make some changes in my php.ini file but I don't know the location of php.ini file. This i

Take the ScreenShot of View with Tabbar & NavigationBar

To Take the screen shot Of a view with navigation & tabbar You can use this code: -(UIImage *)getImageWithNavigationBarInIOS { CALayer *layer = [[UIApplication sharedApplication] keyWindow].layer; CGFloat scale = [UIScreen mainScre

Image is Blurred after cropped from a view

if you are going to take a snapShot of  a view in ios and resultant image is blurred please change your code to following.   CGRect rect = [ScreenShotView bounds]; UIGraphicsBeginImageContext(rect.size); Please change this with below

MVC jquery in Gridview

While performing crude operations in the gridview you can also use jquery code for the editing updating and the deletion of the details.   <script> $(document).ready(function () { $(".editLink").click(function (e) {

  • 329
Tabbed Application in iOS

In this blog we are displaying that how we can create a tab bar based application in iOS. Step 1. Create a new project and select Tabbed Application Template instead of the Single View Based application and click next. Step 2. Name that application

How to get the name of Controller and Action method in View using Asp.Net MVC

Get the name of Controller and Action method in View using Asp.Net MVC In one of my Asp. Net MVC project, I needed the name of the Controller and the Action Method in the View page. For this I used the following code:- @{ var actionMethod = @

Apk signed with same certificate as the previous version

To make a android apk in flash builder is having very simple steps. Export release build Choose certificate and build the project and you got your apk. Here the certificate are very easy to create, choose create and fill the details and save the p

Shortcut keys to Remove/Delete saved usernames and password on google chrome browser?

Hey Guys, When I login from various different website like Facebook, Twitter, Google+, the chrome browser show me various loging IDs(usernames) and dotted passwords for the same. Some of the ids are no more live and some of them passwords are change

Date picker plugin for Cordova apps

Hello Readers, Today's post is about add datepicker in Cordova application. We have an date picker plugin which supports Android,iOS and windows platform. Install following plugin through CLI : $ cordova plugin add cordova-plugin-datepicker

Pagination in RecyclerView

PAGINATION IN RECYCLERVIEW Hello, Here is a simple pagination tutorial in recyclerview. Step 1 : -  Create a recycler view and its adapter, In my case i have created a custom adapter in order to show user's profile image.   Step 2 :

1 147 720
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: