10 Useful PHP Code Snippets For Programmers 5:29 AM Unknown 0 I am going to share most useful PHP code snippets that a PHP developer will need at any point in his career. Few of the snippets are sha... READ MORE +
Useful JavaScript and Jquery Code Snippets 7:26 AM Unknown 0 JavaScript and Jquery is used on thousands upon thousands of web pages. It’s one of the most common libraries to insert into pages, and... READ MORE +
Best HTML5 Frameworks for Mobile Application Development 4:31 PM Unknown 4 Mobile apps have never been this vital and popular before. With the easy and convenient availability of smart phones etc., the developmen... READ MORE +
Asp interview questions 2:16 PM Unknown 0 Q 1: What is the difference between web.config and machine.config ? Answer: The settings made in the web.config file are applied to that p... READ MORE +
1. C# (OOP Concepts part 1) 1:49 AM Unknown 2 Introducing Classes and Objects A class defines constituent members which enable these class instances to have state and behavior. e.g ... READ MORE +
Validation Controls (Asp.net Series # 1) 11:19 PM Unknown 2 Type of Validation Control: RequiredFieldValidator : Ensures that the user does not skip an entry. e.g Mandatory Fields CompareValidato... READ MORE +
IPhone Development Basics (Part 2) 12:40 AM Unknown 0 Exploring the Objective-C File Structure Header/Interface Files Creating a class creates two different files: an interface (or header) f... READ MORE +
IPhone Development Basics (Part 1) 7:04 PM Unknown 0 Object Oriented Programming Overview OOP Vocabulary: Class: defines the grouping of data and code, the “type” of an object Insta... READ MORE +