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

Log4j setting in Maven project

As per maven project structure, there is a resource folder where all application related properties will be added. Implementation of log4j in MAVEN application, Create log4j.properties file inside resource folder and paste below code lines: ...

Managing State by Using Cross-Page Posting

Managing State by Using Cross-Page Posting By default, a Button control on a Web page submits the page back to itself. However, sometimes, you may want to post one page to another. In such a case, you can set the PostBackUrl property of the Bu...

Whats new in Adobe Photoshop CS6

Whats new in Adobe Photoshop CS6 Type Paragraph and character styles In the Window > Paragraph styles panel, create, store, and reapply the characteristics of groups of highlighted sentences. within the Window > Character styles panel,...

Filling Values in a html table dynamically

How to enter values in html table dynamically Filling Values in a html table dynamically //Below is the program to create a table structure dynamically. //Input is taken from the User in 'Radius' TextBox and Unit is selected from 'Sel...

What is Responsive Web Design ?

What is Responsive Web Design ? Website designs that fits on different screen size such as desktop, laptop and on all other mobile screens. For designers responsive website is not just media queries. As a designer if you consider creating a...

how to set a custom message using form_alter in Drupal

At times we need to change the message that is displayed after a node is saved.Follwing code helps to customize using form_alter. function mymodule_form_alter(&$form, &$form_state, $form_id) { if($form['form_id']['#value'] =='fo...

PHP array to JavaScript array conversion

Sometimes, I feel a need to get a PHP array in my JavaScript code. Earlier I make use of implode function of php but recently found new way using json_encode that works very effectively. Here is my php array: <?php $cool_epl_clubs_php =...

Find out a particular column throughout the database in Postgresql

Previously got a situation where I needed to get the list of all the tables where a particular column lets say partner_id exists, might be useful for you too. Just run the following query in PostgreSQL: SELECT * FROM information_schema.col...

Import data from another database using CSV in OpenErp

The easiest and possibly the best idea of importing data from another database to a new database is the CSV export. OpenErp gives you this feature in the versions 6.1 and 7.0. Following is the example on how you can export customers to a csv ...

MVC, why and what? An analogy

In medieval period of programming, when I use to read what Yashavant Kanetkar wrote about C language, I wonder if this high-level programming language pattern can be bettered. It gives me so much freedom to write code and I really-really liked th...

Renaming Multiple files through DOS commands

"Renaming Multiple files through DOS commands" Hey guys..!! Today i am going to show you "How to rename Multiple files with the help of DOS and Ms Excel" After reading this blog you will be aware about some cool formulas of MS Excel as well ...

Prevent duplicate partner entries in OpenErp

It is an obvious situation for any company to prevent the creation of duplicate partners with same name, and same case. To stop this we can do the following steps: First merge all the duplicate entries on one partner. Delete the other partn...

HTML Forms - Submit and Reset Button

<html> <head><title>myForm</title><head> <body> <form action = "example.com" method="Post"> First Name: <input type = "text" name = "firstname" /> Last Name: <input type = "text" name = "...

Sending xml data in post using curl

$xmldata =' <mail> <receive>you</receive> <sender>Surit</sender> <subject>Call me</subject> <message>XYZ</message> </mail> '; $url = "your url"; $curlConn = curl_init($url)...

compact() or set() in cakephp

set() is the way to set values in your controller and get those values in your view file. Syntax of set is-> $this->set('variable','value') In cake-php controller you can set the values as - set('variable1','value1'); $this->...

Print query in magento

/----------Get products collection --------------/ <p>$allproducts = Mage::getModel('catalog/product')-&gt;getCollection()-&gt;addAttributeToSort('name', 'ASC');;</p> It will return you total products, sorted by name i...

How to change the Image orientation in Android

To change the orientation of an image write the following code: BitmapFactory.Options o2 = new BitmapFactory.Options(); o2.inSampleSize = 2; // Get the original bitmap from the filepath to which you want to change orientation // fileName i...

How to use Transaction and Try Catch in Stored Procedure

How to use Transaction and Try Catch in Stored Procedure Suppose you are working on multiple table in a database eg updating, deleting and inserting on multiple table then it is always a good practice to maintain Transaction property as using ...

Add placeholder in Drupal form api fields

Hi all, Sometimes we need to add placeholder in our form fields but it get little bit complex when it comes to form api under Drupal CMS. There is no hard coded form fields in drupal (In case of content and comment forms), everything is com...

Photoshop Actions

We all know Adobe Photoshop is full of smart and amazing tools, in terms of accuracy and user friendly steps, If you are tired of doing same steps over and over again while enhancing you image or bulk of images, try Actions in Photoshop . Act...

How to use later method of iOS version with earlier iOS base sdk

What if you want to build the iPhone app with iOS sdk 6.0 and want to use some method of iOS sdk 7.0? There is no such way in Xcode to build the app using two different versions of iOS sdk. If you use any method which is available only in...

Generate and Download CSV file using array - php

Yesterday i was searching about how to generate and download csv file in php script using array, i google it and found lots of code there but nothing was working according to my requirement then developed this code. Feel free to let me know if yo...

Working with Silhouette

Game design: Working with silhouettes: While making the character concept art more often we ignores the very basic principles for character designing called silhouette. Silhouette is an single coloured image of an person painted in black o...

Play YouTube videos and other Webview videos in Android.

In android playing videos from web-view is such a mess but now just using a small trick you can play all web videos of the YouTube, Daily-motions, etc. You just have to add this method in your web-view Activity. Here is the trick-: ...

NGUI Features

Features of NGUI : Easy to implement Written in optimized c# It supports iOS, Android and Flash plateform Intigrated with Unity Inspector. Quick add template widget using Widget Tool Every widget is an object as other in Unity. Resize/...

Baking Ambient Occlusion, Color And Light Maps In Maya Using Mentalray

Step 1- choose a model for baking Ambient Occlusion. Step 2 - make sure you have a proper UV Layout for your model. Step 3 - Set the project and save the file . Step 4 - Make sure the Mentalray plugin is loaded in...

Drag and Drop movieclip using as3.

To drag and drop a movie clip we use two function: 1.startDrag() 2.stopDrag(). startDrag(): is used to drag a specified movieClip. MovieClip remain draggage until explicitly stopped by making call to stopDrag().one movieclip is dragged at...

Simple Cakephp Pagination

Cakephp provides a quick an easy way to paginate data. In the controller we start by creating the pagination condition as given below : public $paginate = array( 'limit' => 10, 'order' => array( ...

Features for an e-Commerce Online Store

What is an e-Commerce? e-Commerce is doing business online and electronically. e-Commerce is about buying and selling products and services on the Internet. The sellers are individuals, small businesses or large corporations. The buyers are...

Why to prefer Magento over Zen cart

As eCommerce market in India is about to grow over $24 Billion USD by the end of 2015.To grab the opportunity of this growing market there are many eCommerce stores are coming up and each facilitating new features to make the user experience gr...

Web RTC : Strongest Api of HTML5

HTML 5 is rocking everywhere on the web.The key behind the HTML5 success is the set of powerfull api it provides. These html5 api make a web app server independent in many ways.Such an api or a set of api is webrtc. Web rtc is most powerfull thi...

How To Download Plist File From Server In Cocos2d?

In an IOS app development,user can have two methods to download file from server i.e Synchronous and Asynchronous . So before going ahead ,please take a look to the basic knowledge of these methods . A Synchronous method is preferable in case ...

How to convert elements of array into comma separated string - PHP

Let's say you have an array of countries and you need comma separated values of 'countries'. Countries Array : $countries = array("India","USA","UK"); To convert array elements into comma separated string, use this php inbuilt function c...

Append tag using jQuery

If you want to append HTML in pre-defined HTML : $("#detail").append('<div class="demo"><p class="modify">He has all the ability and a perfect attitude.</p></div>')

Convert NSString to NSUrl

Hello, Convert a NSString to NSUrl If you want to convert a NSString to click able Url then you have to use this code using escape dataString. NSString *string= [NSString stringWithFormat:@"https://maps.google.com/"]; NSString...

How to make a responsive table using css

In this blog i'll show how can you make responsive table. To make a table responsive first step is to know "nth-of-type" , that is a selector of css3 you can see that in css as i explain it ( In css - line 50 ), now we will make a table -...

Spring configuration Red 5

Red5 Media Server delivers a powerful video streaming and multi-user solution to the Adobe Flash Player and other exciting client technologies. Based on Java and some of the most powerful open source frameworks, Red5 stands as a solid solution fo...

Dreaming Big in Small Cities

Traditionally, big cities have been the first choice for entrepreneurs to setup and run offshore software development companies. Cities like Delhi NCR, Bombay, Bangalore and Hyderabad are first in that line. But with time, the technological cha...

Baking IK Animation to the Joint in Maya

Baking IK Animation to the Joint in Maya Hi all , welcome to the exciting world of animation . The purpose of this tutorial is to not to go into details of how to create animation, rather it is about a simple utility in Maya to conver...

How to make your Android Applications better by applying the Drag and drop functionality

Drag and Drop functionality provides user a facility to move a data (or object) from one view to another. This tutorial will help you with the development of the Drag and Drop functionality in your android application. For this you require API l...

Test Factors

Test factors can be defined as the categories which can affect the components of the project.In others words we can say, for desighning the test cases the following factors are considered: 1.Correctness: Correctness is the minimum requirement...

UI issues in Unity3D

Unity UI Issues with respect to Platforms Unity works on the GUI, GUI-Textures for the buttons and labels. Which causes many issues when we shift from one screen size to another. Either you need to write your code according to percentage or ...

gesture recognition - Pinch, Pan, Drag and Rotate.

The evolution of touch screen devices has been very rapid along the recent years. One of them is the gesture recognition. The gesture recognition technology is able to recognize many type of gestures made by a single finger or even a multi-finge...

Simple responsive menu using css3

Hello readers ! This blog is about how to make a simple navigation menu . First of all you need an unorder listing(ul-li) in html page as I have taken in example below. Now remember you also need an anchor tag after list. The anchor tag wi...

Basic SVN Commands

What is SVN? 1) Subversion(SVN)is a SCM(Software Configuration Management) Implementation. 2) It allows to track changes in files and directories. 3) It allows concurrent development in same files. 4) It is centralized(one server). Basic ...

Add Sound in Unity3D

An AudioSource is attached to the GameObject to play sounds in a 3D environment. To play the sounds we need an AudioListener. The Audio Listener acts as a microphone-like device. It receives input from an Audio Source in the scene and plays sou...

Using Background Worker in C#

To use a background worker class in C# 1- Create an Instance of Background Class BackgroundWorker bgw=new BackgroundWorker(); 2- Create an event handler for the background worker's DoWork event private void backgroundWorker_DoW...

Cakephp - Removing setFlash bar

We can get rid of the flash message shown on a webpage in cakephp using setFlash method without refreshing the page by the help of simple Jquery function. flashMessage is the default html id used by the cakephp while showing flash message. ...

Colliders in Unity3D

Colliders and its events- Colliders work with Rigidbodies to bring physics in Unity to life.Rigidbodies allow objects to be controlled by physics. Colliders allow objects to collide with one another. It is necessary that when two bodies with ...

CHANGE REQUESTS

It is the most dangerous word. Every developer in the world is terrified by it. In our software service industry, where client is king, it is like a stone in his hands which he can throw at the developer anytime and a developer always find themse...
1 289 291 292
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: