Archive

Author Archive

C# 4.0 Features

December 16th, 2011

C# is a language we work on regularly, it is a language that we love the most. It is always good to see updates to such a lovely language which is very common to most of us. C# 4.0 after its release, comes with certain features that I think would love to know about. In this article I have discussed these common facts on C# 4.0 updates which you might find interesting. Read more…

C#

HTML 5 and CSS 3: The Techniques You’ll Soon Be Using

December 15th, 2011

In this tutorial, we are going to build a blog page using next-generation techniques from HTML 5 and CSS 3. The tutorial aims to demonstrate how we will be building websites when the specifications are finalized and the browser vendors have implemented them. If you already know HTML and CSS, it should be easy to follow along.

Read more…

PHP & MySQL, Programming

Ajax Control Toolkit

December 15th, 2011

The Ajax Control Toolkit contains a rich set of controls that you can use to build highly responsive and interactive Ajax-enabled Web applications. The Ajax Control Toolkit contains more than 40 controls, including the AutoComplete, CollapsiblePanel, ColorPicker, MaskedEdit, Calendar, Accordion, HTML Editor Extender, and Watermark controls. Using the Ajax Control Toolkit, you can build Ajax-enabled ASP.NET Web Forms applications by dragging-and-dropping Toolkit controls from the Visual Studio Toolbox onto an ASP.NET Web Forms page.

Read more…

C#, Programming ,

How to Install SQL Server 2008 – A Step by Step Guide – Part 2 of 2

December 5th, 2011

Welcome back…

STEP 13 : Server Configuration

This step allows you to set up the service accounts that will be used to run SQL Server. If you have created Windows NT or Active Directory accounts for use with services, use these.

Read more…

SQL

How to Install SQL Server 2008 – A Step by Step Guide – Part 1

December 5th, 2011

A Step by Step guide to installing SQL Server 2008 simply and successfully with no prior knowledge

Read more…

SQL

Install MonoDevelop 2.4.2 or 2.6 Beta on Ubuntu & Fedora

December 2nd, 2011

Alright!  You asked for it, so here it is!  Here’s a bash script that will download, compile and install MonoDevelop. I can’t say it’s a perfect solution, but it does work and it’s relatively clean. The main difference between this install and platform packages is that it will install to a prefix using the parallel environment recommendations. So launching it requires a little environment setup, which the script will provide for you. Otherwise, it should work just the same. Read more…

Unix & Linux ,

The Best SEO Plugins for WordPress

November 6th, 2011

With more than 120 million blogs in existence, how do people find YOUR content on the Internet? The key starts with great search engine optimization (SEO), which is an art and a science that helps search engines discover your content and understand how relevant it is to specific search queries.

Read more…

SEO ,

What is a Software Development Process?

November 6th, 2011
A software development process or life cycle is a structure imposed on the development of a software product. There are several models for such processes, each describing approaches to a variety of tasks or activities that take place during the process. Read more…

Testing Process

V-Model

November 6th, 2011

The V-model is a software development model which can be presumed to be the extension of the waterfall model. Instead of moving down in a linear way, the process steps are bent upwards after the coding phase, to form the typical V shape. The V-Model demonstrates the relationships between each phase of the development life cycle and its associated phase of testing. Read more…

Testing, Testing Process

Test Case Design

November 4th, 2011

Test Case ID:
It is unique number given to test case in order to be identified.

Read more…

Testing