09/22/2012Article
How to make some operations with MySQL and PHP This article will discuss about connecting php with mysql database and performing several operations on database using php, just like create and connect a database, create tables and insert datas on tables.
09/21/2012Video tutorial
Transition - Course Cascading Style Sheets (CSS/CSS3) - Part 20 In this video, we will discuss transitions. Transitions are effects that let an element gradually change from one style to another. We start by indicating the property we want to add the effect to, and then the duration of the effect.
09/21/2012Article
Working with PHP Functions and Loops This article will discuss about how to work with php functions and loops along with their usage.
09/20/2012Article
Working with Cookies in PHP In this article will discuss about php cookies which let you save some value in your web browser.
09/19/2012Article
Working with Strings, Operators and Conditional Statements in PHP In this article we will see some functions to work with Strings in PHP. Just like Concatenate Strings, we will also talk about String Length, Position, operators and conditional statements with their usage..
09/19/2012Article
Working with Different Types of CSS Attribute Selectors In this article I will cover the concept of CSS Attribute Selectors. I will discuss how to use the different types of selectors and write some examples to demonstrate the functionality.
09/19/2012Article
How to create a legible text to your website using CSS We will see today the approach that can be followed to come up with a simple and readable content for the web pages that you are developing. There are three useful properties in the CSS to develop the readability of the site such as letter spacing, font and line-height.
09/17/2012Article
How to create BlackBerry application with java The article will assist the developers that are at the beginner level to create the simplest of the BlackBerry Applications with the help of Java language.
09/14/2012Article
Architecture of a DBMS See in this article some concepts related to data modeling, with emphasis on a DBMS architectures.
09/14/2012Article
How to Create Tiles in Windows Phone 7 This article will help you to know around the variety of tile present and will guide you through the process of coming up a tile for a Windows Phone application.
09/13/2012Article
Tips on Optimizing a website in search engines In this article we will learn a bit more about using the header tags, the proper way to insert attributes in the images, an introduction of robots.txt and appropriate use of the "nofollow".
09/13/2012Article
Introduction to Media Types and Media Queries In this article we will learn a little about the Media Types and going deeper and understand what they are and how to use the Media Queries.
09/13/2012Article
How to develop Mobile applications with HTML5 and JavaScript templates The article will explain some of the vital concepts and attributes that involves HTML5 that would lead to setting up of the platform for future mobile as well as web development projects. We will also discuss about the JavaScript templates.
09/12/2012Video tutorial
Using the Get Function - Course Introduction to jQuery UI - Part 20 This video discusses the get function. We will use it to retrieve an html page from the server. The parameters we will be passing are the name of the page and the callback function.
09/12/2012Article
How to Create a Calculator (GUI) for Android using XML We will see in this article what role xml plays on a calculator application for a Android Mobile. Build a calculator is the best way to come up with a Graphical User Interface in any programming language.
09/11/2012Article
Working with JavaScript Arrays In this article I will cover the concept of JavaScript Array. I will discuss how use some methods and properties and write some examples to demonstrate the functionality.
09/11/2012Article
How to develop Game application for iPhone devices This article will teach on the iPhone Game Development from the scratch that includes game development basics and iPhone programming fundamentals to guidelines for manage with special graphics.
09/11/2012Video tutorial
CSS Transforms - Course Cascading Style Sheets (CSS/CSS3) - Part 18 In this video, we proceed with the CSS3 discussion by talking about transforms. We will take the Mr Bool image displayed on the page and try to apply the different transforms to it.
09/10/2012Article
How to Generate Graphical User Interface for Android Applications The article objective is to come up with the generation of a Graphical User Interface and the techniques involved coming up with a idea so as to utilize the unused space in the EditText widget.
09/06/2012Article
How to Create a Trial Application for Windows Phone 7 The article aims to teach developers how a trial application can be build for Windows Phone 7 and also the points that need to be noted in order to avoid its failure.
09/06/2012Article
How to create a login form with JSP This article will show you how you may design a simple Login form with JSP. We make use of session for storing session information.