Republic Day, celebrated on January 26th every year, is one of India’s most important national events. It was on January 26th, 1950 that the constitution of India came into force...
This sample demonstrates many of the typical behaviors of an iPhone application, including: Initializing the application Displaying a window Drawing custom content Handling touch events Performing animations Objective-C defines a...
IPhone application development has minimum hardware requirements without which iPhone programming cannot begin. This small guide lists the essential hardware needed for iPhone development and also mentions the alternatives wherever...
Being an asp.net developers we develop a web project and get it completed in a months of time as there are many organizations which works on very tight bound timeline...
Business Intelligence Application Development Companies are investing millions of dollars in ERP solutions or have invested till date to improve the way they conduct their business. While ERP provides significant...
Most of the time in site development, first the designer makes the interface and breaks into HTML for developer and then developer starts by creating simple scripts to add dynamic...
Electronic commerce, commonly known as e-commerce or eCommerce, consists of the buying and selling of products or services over electronic systems such as the Internet and other computer networks. The...
Step 1: Go to windows explorer and navigate to the below given path: C:\Documents and Settings\Administrator\Application Data\Microsoft\Signatures Step 2: Place signature files in the above mentioned folder. And make sure...
with cte (empID,manID,depth,hierarchy) as ( select e.employeeID,e.managerID ,1 , cast(e.employeeID as nvarchar(max))as hierarchy from humanresources.Employee as e where managerID is null union all select emp.employeeID,emp.managerID ,depth+1 , hierarchy + '/'...