SEARCH

Archive for June, 2011

Control Structures of Java and PHP Part 5

Wednesday, June 29th, 2011

Control structures of Java and PHP

This is the fifth part of the Introduction to Java and PHP series. Control structures of Java and PHP will be discussed. Whenever possible, code examples will be made in a similar manner for both Java and PHP.

Control structures in Java and PHP are very similar. Logical operators and conditional statements in Java are exactly the same in PHP.

(more…)

Tags: , , , , , , , , , , , , , , , , ,
Posted in Tips & Tricks | 1 Comment »

Mistakes from how Facebook was founded

Monday, June 27th, 2011

Important lessons for social contracts

On June 23, 2011, Tyler Winklevoss, Cameron Winklevoss, and Divya Narendra filed a suit against Facebook. The status report was filed in the U.S. District Court for the District of Massachusetts. The filing is ConnectU Inc et al v. Facebook Inc et al, U.S. District Court, District of Massachusetts, No. 07-10593. The court’s information cab be obtained at “U.S. District Court for the District of Massachusetts”.

The Winklevoss brothers and their partner Narendra allege that Facebook founder Mark Zuckerberg withheld key information during settlement proceedings.

(more…)

Tags: , , , ,
Posted in News | No Comments »

Primitive data types of Java and PHP Part 2 Video 0021

Friday, June 24th, 2011

A Video for the Ojambo.com Primitive data types of Java and PHP Part 2.
Part One of One

(more…)

Tags: , , , , , , , , , , , , , , , , , ,
Posted in Tips & Tricks, Videos | No Comments »

String objects of Java and PHP Part 4

Wednesday, June 22nd, 2011

Strings of Java and PHP

This is the fourth part of the Introduction to Java and PHP series. String objects of Java and PHP will be discussed. Whenever possible, code examples will be made in a similar manner for both Java and PHP.

Strings in Java and PHP are very similar. Variables in Java and PHP can declared and assigned values at the same time.

(more…)

Tags: , , , , , , , , , , , , , , , ,
Posted in Tips & Tricks | 1 Comment »