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

Search In

How to remove trailing white-spaces automatically in Sublime Text Editor

Did you ever think if trailing white-spaces could be removed automatically from file before saving it in Sublime Text Editor? Sublime Text Editor is very liberal to provide such a functionality without installing any extra plugins. Follow the below

How to resolve JQuery Lightbox session object access issue for iPhone ?

Hiii all... I have found something about iPhone and Jquery lightbox. It would be beneficial for those who are working with Jquery lightbox. If you are opening .aspx page in lightbox, and fetching few values from Session object in backend, all devi

Configuring field data in a module to be dependent on another field

Lets consider a scenario where while creating cases in Suite CRM, we know that we can select the account to associate the case with. But what is required is, a contact should also be selected but with a catch that only those contacts should be availa

Add fadein effect animation for UIImageView

How to add a fadein effect to an imageview in objective C Hello all, Many time we stuck in adding fadein effect animation for UIImageView. to add a fadein effect to an imageview in objective C, please use below mentioned method. -(void)fadeEffet:

How to Get/Crop the visible portion of ImageView

In many application we set the scaleType of large image to "CENTER" or the scaleType is set to "MATRIX" and the bitmap is translated and scaled. Therefore parts of the image are not visible. Now in order to get the visible part you just need to enabl

How to install Express.js in Ubuntu

Express.js is a framework that is use in the Node.js. It is having the Jade file which is similar to HTML file. To install Express first we have to include the express version in Package.json file. Inside Package.js { "name": "pong", "version"

WooCommerce- How to change Add to cart Text in WordPress

Hello readers! Changing Add to Cart Text is not a big issue, below I am providing the method to change this text to your cart. So, to change add to cart text you can use single_add_to_cart_text filter, after adding the filter connect it to your own f

How to use theme in yii2

First download a sample theme from http://yii.themefactory.net/ and extract it in to yii2basic/themes folder. Now open /config/web.php and add the below code 'view' => [ 'theme' => [ 'pathMap' => ['@app/views' => 'themes/materi

How to run java applet on ubuntu

There might be some problem to run java applet in ubuntu while the jdk is already installed in the system. so this problem is occurs when the java plugin is not installed in your browser. The solution of this problem is to installed ORACLE JDK manual

How to set session time out for fix time period in PHP

Hello Reader's, If you want to set session time out for fix time period in PHP use the below code. $page = $_SERVER['PHP_SELF']; $sec = "1"; header("Refresh: $sec; url=$page"); session_start(); $now = time(); if(!isset($_SESSION['start'])

1 184 408
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: