
Search In
In Praise of the Maintenance Programmer
The developers building new applications are very nice people, of course. But the real heroes of the programming world are the developers maintaining and extending existing applications.
Maintaining legacy is
Retouching Tools
Retouching tools are used to repair images,replicate pixels or restore a portion of an image. There are a number of retouching tools.
Clone Stamp
Pattern Stamp
Spot Healing
Patch Tool
Red Eye
Dodge
Burn
Smudge
Blur
& more..
Some Important Tips While Creating an API
While creating a web project we do need to create API which can be used by any third party like iPhone,Android etc. Below is a link of an article which can help you in keeping thins in mind while creating AP
What is WebKit?
Apple Inc. launched open source web browser named **Webkit** In today's time it powers browser such as Google Chrome, Apple Safari, the default iOS browser, and the default Android browser.
In CSS, the -webkit- prefix is used for CS
All Talk: Using the Mediator Pattern in .NET Framework
We always look for the pattern when targeting any new problem which comes to us but what about existing ones. It happens many times that our project increases with time and we lost what object i
Leveraging Interfaces and Extension Methods To Extend Your Classes
Why always look to create new classes or functions in a class when we can extend existing classes. I found these two (Interfaces & Extension methods) very strong practices to sup
Hi, The below code is to get substrings from a string. You are going to love this below code which is very simple but very effective. I have used regular expression to get the sub strings.
NSString *strTest = @"Hii how are you doing @Ravi , how do
You could choose from of ways simply to score gold almost immediately. What do you, All must apply some effort inorfer that will bring in more impressive silver gold gold and silver silver and gold funds. Enthusiast experiment this is what test out y
Loading Levels, Play,Pause and Exit in Unity 3D scene :
Example :
btn is a string.
void OnClick ()
{
if(btn=="Play")
{
Application.LoadLevel("MyScene");
}
}
Play a Game :
Time.timeScale=1;
Pause a Game :
Time.timeScale=0;
Exit from the Game
To install the ODBC driver and then connect that to your Database follow the below steps:
1- To install ODBC run the below command from terminal
sudo apt-get install unixodbc-dev unixodbc-bin unixodbc
2- To install ODBC driver run the below comma
