My favorite out of the office note
In a community, we all have responsibilities, and in a working environment it is each of us duty to inform our fellow about our missing office time. Using an out-of-office note denotes also your respect towards you co-workers. So, I want to share with you my favorite out of the officeContinue Reading
Skills of a great developer
It is said, Being a programmer is one thing, but being a developer is quite another. Same thought is valid for being a good developer or a great developer and in my opinion there are some skills and a good practices that makes a difference between the two. Maybe the most importantContinue Reading
Programming in Android
Summary: A brief introduction related to Android. Where to download android SDK and what you need to install prior to start the development of an android application. Android is an operating system for mobile devices and it is developed by Google. It was initially developed for touchscreen devices like smartphones andContinue Reading
JDBC Framework
Java Database Connectivity (or simple JDBC) is an API for the Java programming language that defines how a java program may access data stored in a relational database. JDBC provides methods for querying and updating data in a database. For the first time, JDBC has been released by Sun Microsystems on FebruaryContinue Reading
Java Collections Framework
The Java Collections Framework is a unified set of classes and interfaces defined in the java.util package for storing collections. At the other side, a collection is a group of objects contained in a single element. To represent the various type of collections, the java.util package contains a group ofContinue Reading
What is the deal with Oracle and Sun?
Oracle Corporation is a multinational computer technology corporation that specializes in developing and marketing computer hardware systems and enterprise software products (particularly database management systems, or simple DBMS). Oracle Corporation was founded by Larry Ellison, Bob Miner and Ed Oates in Santa Clara, California on June 16th 1977. Sun MicrosystemsContinue Reading
Quotes in a developer world
Being a programmer is one thing, but being a developer is quite another Writing software is fun! Testing software is hard work! Buggy software is embarrassing, expensive, devastating, deadly!!!Continue Reading
Programming in CSS
Cascading Style Sheets, or simple CSS helps you to control the style and layout of multiple web pages all at once. Even the primary purpose of the CSS is to to style web pages written in HTML and XHTML, it also can be used applied a style to any kindContinue Reading
Programming in C Sharp (C#)
C# was developed by Microsoft within its .NET initiative and later approved as a standard by Ecma (ECMA-334) and ISO (ISO/IEC 23270:2006). C# is one of the programming languages designed for the Common Language Infrastructure. It is intended to be a simple, modern, general-purpose, object-oriented programming language. Reference Source :Continue Reading
Programming in HTML
Hyper Text Markup Language, or simple HTML isn’t really a programming language, it is a web browser language used to create simple websites. HTML is the main markup language for web pages. HTML is a set of markup symbols, inserted in a file, with the intent to display text andContinue Reading