XML

Drag & Drop functionality in Adobe Flex

Posted by admin on August 5, 2011 at 11:30 am

DragManager in flex have manager class for dragging which is handled all the event of drag and drop.

1. Here we discuss to drag and drop from one container to another container.
2. Let’s take 2 container of Hbox one is “hb1” and second is “hb2” , “hb1” is the base container in which dragged item [...]

Design Pattern in .Net – Introduction

Posted by admin on August 4, 2011 at 1:16 pm

Welcome to the series of blogs on Design Patterns. This is introductory blog on design pattern. In this blog I will try to explain definition of design pattern & will try to walkthrough of 3 main categories of design pattern.
Definition:
Design patterns are tried and tested programs for recurring problems in software programming. These patterns are [...]

Android is booming nowadays worldwide

Posted by SPECIndia on June 24, 2011 at 6:38 am

Nowadays, we can see Android phone everywhere. Why Android? Android is relatively a newcomer in the Smart-phone market, still it has managed to gain overwhelming popularity and is continuously growing at a tremendous rate.
We at SPEC-India, Android Development division is well conversant with the Android Software Development Kit, different  technology tools and team required for [...]

Advantages and Disadvantages of XML

Posted by admin on June 15, 2009 at 2:18 pm

Advantages of XML
1)  It supports Unicode, allowing almost any information in any written human language to be communicated.
2)  It can represent common computer science data structures: records, lists and trees.
3)  Its self-documenting format describes structure and field names as well as specific values.
4)  The strict syntax and parsing requirements make the necessary parsing algorithms extremely [...]

What XML Is and What it is not…

Posted by admin on June 15, 2009 at 8:08 am

What XML is?

Very easy to use and code. The complete specification document is less than 40 pages long. XML is designed to be easier to code than either HTML or full SGML.
It is an open standard - XML is a subset of SGML.
a learning curve - XML was designed by people with many years of [...]