07/20/2012Article
Advanced operations on MySQL database. This article will explain you some advanced operations on MySQL like views, triggers, index and stored procedures. It is really important article for those aiming to build a website.
07/19/2012Video tutorial
Templates - Microsoft Silverlight 5 - Lesson 26 Today, we are taking this a step further by adding templates. With templates we can redefine the shape of a specific control. We will start with a simple square on the screen.
07/19/2012Article
How to Use Cookies in JavaScript and HTML This article will give us idea on how to use cookies in our websites for storing of information easily and making things fast.
07/18/2012Video tutorial
Using Styles in Blend - Microsoft Silverlight 5 - Lesson 25 In this video, we will experiment with creating styles and modifying styles. We will create different styles for different controls and see how we can override some properties.
07/18/2012Article
A Guide to Work with JavaScript Loops In this article I will cover how to start working with javascript for and while loops. Also I will cover break and continue statements in javascript fundamentals.
07/17/2012Article
Simple MySQL database functions and operations This article will tell you how you can work with MySQL database. It is meant for all beginners that want to know how we can create a new database, create a new table, make a inseret, delete or update a value in a table, alter or drop a table, use a select query and functions like sum, count, avg which makes the work easy.
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.