Web Design,Programming,Mobile,iOS/Android,GameDev,IT Businness,eCommerce,Social Media

Advertisement

Tuesday, 11 February 2014

How computers do Math - Arithmetic Operators Priority in C++

How computers do Math - Arithmetic Operators Priority in C++

In basic math algebra where we have formulas with multiple arithmetic operations taking place in C++ ( and in everyday math ) we have rules on execution priority, meaning that C++ decides which operation to do first whether its addition or multiplication. When a math formula is being...
PHP Basics - Syntax and tags

PHP Basics - Syntax and tags

As you noticed in my first tutorial Getting Started with PHP - What is PHP ? we used opening and closing tags to start writting php commands. You will need these tags whenever you want to write php code : <?php //PHP code here ?> So the very...
Getting Started with PHP - What is PHP ?

Getting Started with PHP - What is PHP ?

Hello World. This text is meant for absolute beginners in PHP. PHP is a dynamic server sided scripting language which we can use to build simple and complex websites. Dynamic means that PHP has the ability to take decisions based on different behaviors or clicks on our website,...

Monday, 10 February 2014

C++ SFML 2.0 Spritesheet Animation Class

C++ SFML 2.0 Spritesheet Animation Class

Loading and displaying sprites with SFML 2.0 is not hard work to do, its just two functions however when it comes to animating them you will need to actually delve a little bit more deeper. I've created a basic wrapper class for SFML 2.0 which loads displays and...
How to make a Game ? Steps on how to start simple

How to make a Game ? Steps on how to start simple

Interactive games are getting bigger and bigger. They started from a simple Pong game on a TV. Now they are pure art, with graphics, sounds, interactions and other stuff to make you feel the experience under your skin. The simplest answer to a game is fun. How fun...

Wednesday, 14 August 2013

Introducing UMLet: excellent free UML tool

Introducing UMLet: excellent free UML tool

Just as the saying stands: "Reduce everything to its essence so that form harmonizes with function", graphical diagramming notations have considerably helped for better communication and understanding in Software Development. A diagram can help us better express our ideas about Software Design without putting textual explanations. It's already...

Tuesday, 25 June 2013

Age of Empires on Android and iOS

Age of Empires on Android and iOS

Age of Empires Fans. Brace yourself! One of the most famous and played games of all times Age of Empires will be developed for mobile devices. Apparently, Microsoft has made a licensing agreement with KLab Inc. to develop a mobile version of Age of Empires franchise. This news...

Monday, 24 June 2013

Android Jelly Bean 4.2.2 coming for Samsung Galaxy S III

Android Jelly Bean 4.2.2 coming for Samsung Galaxy S III

Android Jelly Bean 4.2.2 It's been revealed. Just as promised,  Android Jelly Bean 4.2.2 comes for Samsung Galaxy S III with many of the features already present at Samsung Galaxy S IV.  Samsung seems to care about updating their older mobile devices with newer System Updates.  The update...

Saturday, 8 June 2013

Tips: How to Make Money Online

Tips: How to Make Money Online

Online Money The Internet is definitely one of the most important Innovations that the humans have made. It has tremendously changed almost every human activity and perspective of the world starting from easier communication, economic bust, widespread knowledge as well as a global world system which connects people...

Tuesday, 4 June 2013

Unreal Engine 4 : New features and scripting systems

Unreal Engine 4 : New features and scripting systems

Legions of developers rely upon Unreal Engine 3’s Unreal Kismet, which is used to quickly build gameplay prototypes and level events. With Unreal Engine 4, Epic introduces Blueprints, a revolutionary new visual scripting system that replaces Kismet and provides a massive leap in functionality and productivity for projects...

Tuesday, 28 May 2013

OUYA: New Android based Game Console

OUYA: New Android based Game Console

OUYA Console Another innovative project funded via Kickstarter.  It is Kickstarter's most backed project exceeding $8 million, it was named OUYA and it is a video game console with it's own Android Operating System aiming to bring games into big screens. The console is open for anyone to easily...

Friday, 24 May 2013

Boolean Algebra - Digital Logic

Boolean Algebra - Digital Logic

Motherboard Boolean Algebra plays a crucial role on every aspect of Computer Science. In programming we know it as true or false statements whereas in digital logic we have 1 and 0. We can use these statements to determine different types of behavior whether in programming or in...

Wednesday, 22 May 2013

Case Sample: Cinema Application SQL Queries

Case Sample: Cinema Application SQL Queries

Cinema App Features In one of my previous posts i explained the creation of Database Structure of our Cinema Application. You can proceed reading it here: Case Sample: Cinema Application ER Diagrams In this post, i started from scratch by firstly putting the requirement for Cinema Application and then designing...

Monday, 20 May 2013

Binary Numbers - Addition

Binary Numbers - Addition

Binary Numbers Arithmetic operations with binary numbers can be useful especially if you want to learn machine language, or you are programming an electronic chip or maybe a central processing unit CPU. We can do arithmetic operations with binary numbers just like we do with decimals. Simple enough,...

Sunday, 19 May 2013

Which programming language should i learn ? - Answer yourself !

Which programming language should i learn ? - Answer yourself !

Programming Languages Choosing a programming language can be difficult. It all depends on your needs. But the overall logic is always the same. When programming you are solving problems. When choosing a programming language you are not choosing simplicity, rather you are changing the syntax of commands you...
Pages (7)1234567 Next

 

© 2013 smartnoob . All rights resevered. Designed by Templateism