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

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...

How to use prefabs in Unity 3D

What are Prefabs- A Prefab is a reusable Game Object stored in Project View . We can have prefabs in number of scenes or multiple times per scene. Adding a prefab in our game is creating an instance of it. All Prefab instances are linked to th...

dynamic searching in a UITableView

Sometimes a UITableView needs to have a lot of rows of information. The main problem that arises with having a table view with lots and lots of rows in it is the accessibility of the rows. Imagine a contact book in your phone with 500+ phone numb...

JScript to Check or Uncheck Checkbox in a Grid

JScript to Check or Uncheck Checkbox in a Grid Inputs: GridObject: Object of the grid in which checkbox exists Column: Column name where value is searched CellValue: Reference cell value Status: Check or uncheck the checkbox funct...

Giving Android Dialog a custom layout.

We see situations while developing an app that we need to put certain things inside the Android Dialog box. Here is how we can achieve the same: First, create the layout that you want to give to the Dialog. Below is a sample layout: custom_...

How to permanently disable Adobe Reader Update

How to Disable Adobe Reader Update: 1. Accept the User license agreement certificate. 2. Edit -> Preferences -> Updater: Choose "Don't download or install updates automatically" 3. Help ->Adobe Product Improvement Program: Ch...

Creating custom alert and waiting popup using jquery

Creating custom alert and waiting popup using jquery function displayWaitingPopup(){ var dynHtmlPart1 = ''; //insert lightbox HTML into page $('body').append(dynHtmlPart1); $("#shade").css('height', $(document).heig...

Change background and font of UIWebView

To change the Background color, Font color, Font style in UIwebview, follow the following line of code. [webview loadHTMLString:[NSString stringWithFormat:@"<html><body style=\"background-color: red; font-size: 15; font-family: Helvet...

What is a BUG in software?

A bug may be define as coding error that causes an unexpected defect or fault in a software. Software can become unstable or unusable because of Bug, The affect of some bugs does not seen at the initial development state of software they come up ...

Multiple TableViews in a ViewController

Adding a UITableView in a ViewController is a great way to display data and information in a list, and it is easy to implement as well. The problem arises when the developer have to implement more than one table views in a viewController u...

Programmatically create coupon codes in Magento

Create backup for your database and project directory 2.create a form to post the coupon code information. such as <div class="descriptionBox"> <h2>Create New Coupons</h2> ...

Copy image into amazon S3

Here is the small steps to upload images or any file into amazon S3 server:- <?php define('awsAccessKey', 'AKIAJMEIK5LU3NAR3BTQ'); define('awsSecretKey', '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'); function copyImagetoAma...

Basic HTML Document

HTML stands for HyperText Markup Language. Its a type of text document, where text is marked up by using special tags that inform a program that reads the text in how to render the text. Typically that program is a Web Browser such as Internet Ex...

Internet Explorer(IE) Caching Flash SWF Problem

Sometimes we need to rapidly hit the same API . Like ,"http://myAPI.php?param=123456" There is a caching problem in IE. Swf hits URL first time and store in to the cache and shows the same result in each response. So to resolved the issue we jus...

Memory Management for Unity3D

Many a times while developing a game in unity3D we encounter issues like crashing in between the game play due to low memmory warnings. This is because the game is consuming unexpectedly high memmory. Developers not usually think of this while de...

Move Body To A Targeted Destination In Cocos2d WIth Appropriate Angle

In order to move body along with the sprite in cocos2d with box2d,you no need to worry about. Just take a look to this:- PhysicsSprite* sprite = (PhysicsSprite*)body->GetUserData(); CGPoint target; //set target for the body ta...

Photo Shop Short cut Commands

Press Tab will hide tool bar and palette, Shift+Tab will hide only palette. Hold Shift + click the top blue bar for toolbar and palette will move them to the nearest edge. Double click the top blue bar, on any palette window, to minimize ...

How to work on Stored Procedure in SQL

Store Procedure:-- These are set of SQL Statements which are grouped in such a way that they execute to do a certain task and make processing of our application fast. Advantages:- They are stored in precompiled format and therefore are fast. ...

How to open OpenPanel in mac os

static NSArray *openFiles() { bookmarkMode = 0; NSOpenPanel *panel; NSMutableArray *extension=[[NSMutableArray alloc]init ]; [extension addObject:[[NSUserDefaults standardUserDefaults]objectForKey:@"ImageExtension" ] ]; ...

ILLUSTRATIONS ARE MAGICAL !!

Lying on the couch, thinking of the childhood days,when we use to spoil our notebooks and even walls, trawling our color pencils creating lines,circles and other geometric shapes. Parents used to call it a scrap making it come to a standstill as ...

Sys Commands in SQL

Sys Commands : 1) How to count number of procedures in a table USE [Database_Name] SELECT COUNT(*) as procedures FROM sys.procedures 2) How to get the attributes of procedure in a table USE [DatabaseName] SELECT * FROM sys.procedure...

How to Create Immutable Class in Java

How to create Immutable class in java Immutable class is a class which once created, its contents can not be changed. Immutable objects are the objects whose state can not be changed once constructed. e.g. String class Since the state of the ...

How to search records with maximum and minimum limit in MySQL

DELIMITER $$ DROP PROCEDURE IF EXISTS GetCustomerSearchResult$$ CREATE DEFINER=root@% PROCEDURE GetCustomerSearchResult( criteria INT ,searchValue VARCHAR(500) ,MinLimit INT ,MaxLimit INT ) BEGIN CASE WHEN...

Open zip file through code in mac os

Method to open zip file -(void)unZipImages:(NSArray*)arguments { NSTask *unzipTask = [[NSTask alloc] init]; [unzipTask setLaunchPath:@"/user/bin/unzip"]; //this is where the unzip application is on the system. [unzipTask setC...

Terrain in Away3D (Part 1)

Terrain in Away3D (Part 1) User are always curious with the heights of Hills, Mountains and Depth of river and wells in the game. He always thinks how these things are done. By this blog you will have a fair idea about Height Maps, Alpha Map...
1 266 268 269
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: