Programming languages

Book Review: The Essential Guide To Flash Games

Posted in Programming languages, Tutorials on December 28th, 2010 by Ian – Be the first to comment

Essential Guid to Flash GamesThe essential guide to flash games written by Jeff Fulton and Steve Fulton is definitely a noteworthy and pleasant Book that sheds light on how to build flash games. Well, building flash games might sound tricky to you at first however; Jeff and Steve have made this Book relatively easy to comprehend.

read more »

Communicate Through Objects in Programming Languages

Posted in Programming languages on October 7th, 2010 by Ian – Be the first to comment

Programming languagesProgramming languages are technical expressions that are fed into the systems of data machines so that they can perform functions through intelligible commands. These are updated regularly by their developers, to ensure that they can easily add up new syntaxes in the changing world of electronics. They create communication shortcuts because one command can trigger several configurations in a computer. This in turn creates many communication channels that simplify tasks that would otherwise require a long time to implement through manual methods.

read more »

CSS Mastery: Your bible to mastering CSS

Posted in IT, Programming languages, Tutorials on October 1st, 2010 by Ian – Be the first to comment

CSS MasteryCSS has become one of the most important and most demanded skill set if you’re a web-developer trying to carve out a niche in the world of web-designing and web-development. So then, it becomes imperative for you to not only learn the basic CSS, but perfect yourself in the game.
CSS Mastery: Advanced Web Standard Solutions by Andy Budd, Cameron Moll and Simon Collison must, then, be on your shelf! Ranked as one of the top books by Amazon when it comes to CSS, ‘CSS Mastery’ helps you understand the nuances and subtleties involved when working with CSS at an advanced level.

read more »

Object Oriented Programming: A Layman’s Introduction

Posted in Programming languages, Tutorials on September 22nd, 2010 by Ian – Be the first to comment

OOPWhat is an object??
Object Oriented Programming is a programming archetype that makes explicit use of “objects”, which are nothing but instances of a class that comprises functions and data structures and other elements. Hence, objects are used to instantiate a general class. For example, we may have a Dog class, of which say Tom is an object. Now it is each of these instances or objects that have two properties, a “state” and its own “attributes”. The attributes clearly talk of properties that help us identify the object, that is, information that helps beyond our obvious knowledge of knowing that Tom is a dog. Hence, Tom has all the attributes of a dog as it belongs to that class but may also have additional attributes, for example, he may be brown or black or white. The term state means the current condition the object is in. It may be running or sleeping or eating or any other state.
read more »

Functions or Object? Explaining the software designing approaches

Posted in Programming languages on August 26th, 2010 by Ian – Be the first to comment

Software developmentA  software-developing company often has to meet its customer requirements, by delivering a software which is not only bug-free and runs smoothly, but is also easy to handle, use and implementable. Software design, as a result, becomes one of the most significant stages of the whole process of any software-based project. You can guess it involves building up modules, creating “data structures”, writing programs, making up interfaces between different parts of the software, so that you know exactly what kind of data is being exchanged, processed and how.

read more »

Groovy – The Next Best Thing in Programming Language

Posted in Programming languages on August 20th, 2010 by Ian – Be the first to comment

GroovyGroovy is a programming language that is object-oriented. It was built primarily for scripting languages in the Java platform. Talks about the development of Groovy first came about in August of 2003. That was when its developer, James Strachan, first discussed about this programming language. Several beta testing were conducted but after the JCP (Java Community Process) standardization process, Groovy 1.0 was finally released on January 2, 2007.

read more »

Empower your ideas with Groovy

Posted in Programming languages on August 13th, 2010 by Ian – Be the first to comment

GroovyGroovy is developed under the Java platform. This revolutionary object-oriented programming language is designed for scripting languages in Java. It appeared first in the summer of 2003, and since then it won many prestigious awards, including the JAX innovation award for the year 2007, in Germany. The award is given to the best innovative Java design and the selection was made among the best of the world. So what makes this programming language so special?

read more »

A comparison between synchronized methods and blocks in Java

Posted in Programming languages on August 9th, 2010 by Ian – Be the first to comment

JavaIn order to compare synchronized methods and blocks in Java, I believe we should start by explaining what multithreading is.

Unlike most programming languages, Java allows application programmers to specify concurrent activities by means of its APIs, which is a great advantage indeed. In order for a process to run its multiple tasks in parallel, the Java programmer will have to use the so-called multithreading technique.
However, some of you probably know that multitasking allows you to run multiple applications at the same too.

read more »

Why Python?

Posted in Programming languages on July 28th, 2010 by Ian – Be the first to comment

pythonIt was Guido Van Rossum, a man born in 1956, who created the language Python which finally appeared in the late 1980s, and was implemented for the first time by him in 1989, to replace the ABC programming language. Named as one of the “Benevolent Dictator For Life” or BDFL, he is looked upon as a leader in the Open Source community, after developing Python which was licensed by the Open Source Initiative, and making Python free.
Since the beginning, Python has been popular with programmers, with its free-style programming and excellent libraries. The latest version of the language, the Python 3.0 was released in 2008, and has given a new look to the style of programming in Python.

read more »

Programming languages—which one to use?

Posted in Programming languages on July 24th, 2010 by Ian – 2 Comments

Programming languagesJoseph Jacquard, a man born in the era of 1950s, was the first person who pioneered what we now call “computing hardware”. In 1801, he devised a loom, named after him as the ‘Jacquard Loom’, which automatically performed its tasks based on the sequence of holes punched in a card. It was the first time that a “sequence of instructions” was used to control a device.
Gradually, over time, languages evolved from mere pieces of codes, to standardised syntactic languages we know today.

read more »