07/17/2012Article
How to work with Scalable Vector Graphics (SVG) in HTML 5 In this article I will discuss how to start working with HTML5-SVG. Starting from basics, will cover drawing the Line (SVG-Line), Circle (SVG-Circle), Rectangle (SVG-Rectangle), Ellipse (SVG-Ellipse) and Polygon (SVG-Polygon).
07/16/2012Article
Learning and Practicing with HTML5 Geolocation Element and Javascript In this article I will explain what is Geolocation in HTML5 and how to use Geolocation techniques. Also, this tutorial will elaborate the Geolocation capabilities of HTML5 and the basic principles to start the Geolocation.
07/16/2012Video tutorial
Complex Button - Microsoft Silverlight 5 - Lesson 23 In this video, We will start working with controls that are a bit more complex than the ones we have seen before. We already know how to create a button and change its properties. But buttons do not have to contain only text.
07/16/2012Article
How to use CSS in your webpage This article will tell you, how you may use css in your webpage in 3 different ways (inline css, page css and external css). All the 3 ways have been discussed here in detail.
07/13/2012Article
Exploring the HTML5 Canvas Element with Examples In this article you will see some things about HTML5 Canvas, an HTML element which can be used to draw graphics on the web page via scripting language.
07/13/2012Article
How to install EasyPHP on Windows In this article we will see how to install the package of Apache server, php and mysql database, called EasyPHP on windows.
07/11/2012Article
A brief insight into Java Persistence API In this article you will see some highlights of the significant attributes that make things easier for the Java Persistence API and its use in applications for the Java Platform.
07/10/2012Video tutorial
Introduction to Animation - Microsoft Silverlight 5 - Lesson 20 In this video, We will introduce animation. Animation is about changing the properties of an object over a period of time. This is not something you can easily create in Visual Studio because there is a lot of XAML that you need to manipulate.
07/10/2012Article
How to reverse your Desktop Image Search with Java With the program that you will make in this article, you can search any possible image by simply dragging that image with mouse, and the software opens all relevant results making use of Google Image.
07/09/2012Article
How to make a splash screen with java In this article we are going to implement a splash screen which will be shown on the screen for a specified interval.
07/09/2012Video tutorial
Quick tour in Blend 4 - Microsoft Silverlight 5 - Lesson 19 In this video, we will continue the introduction to Expression Blend 4. In the previous video we introduced Blend 4 and talked a little bit about the sample projects and the artboard.
07/06/2012Video tutorial
Introduction to Blend 4 - Microsoft Silverlight 5 - Lesson 18 In this video, we will introduce Expression Blend 4. Expression Blend is a great design tool for WPF and Silverlight applications. You can use this tool to generate the XAML that you need for your applications.
07/05/2012Video tutorial
Binding To Objects - Microsoft Silverlight 5 - Lesson 17 In this video, we continue our binding discussion by talking about binding to objects. We will create a list of images and their names on the left hand side and a stack panel that contains an image and a text block on the right hand side.
07/05/2012Article
Working with Dictionary using Csharp and ASP.NET In this article we will talk about dictionary. Dictionary store the data in such a manner that you can find a data in efficient way.
07/04/2012Video tutorial
Working with Binding - Microsoft Silverlight 5 - Lesson 16 In this video, we continue our binding discussion. We will see how to use the OneWay binding by having a text box with an initial value. That value is bound to a rectangle’s stroke thickness.
07/04/2012Article
A guide to work with Delegates in .NET This article describes on the StaticCallbacks method to exhibit the different ways of using callback delegates. Delegates’ holds up a dynamic event programming sculpt and transient procedural types as arguments.
07/03/2012Video tutorial
Introduction to Navigation - Microsoft Silverlight 5 - Lesson 15 In this video, we start discussing navigation. After all the Silverlight application is in a browser and we need the ability to navigate between pages. To do so in our example, we will create a standard navigation application.
07/03/2012Article
A guide to work with XML This article wraps the essentials of XML. The objective is to give you just sufficient details to get on track, so you comprehend what XML is all about.