Cherish  Foundation
 
php
 
asp.net
 
java
 
personality
 
faq
 
 
"In order to succeed, your desire for success should be greater than your fear of failure."
 
   
 
  PHP  
 

PHP is one of the most popular server side scripting languages running today. It is used for creating dynamic web pages that interact with the user offering customized information. PHP offers many advantages; it is fast, stable, secure, easy to use and open source. PHP also runs on just about every platform including most UNIX, Macs and Windows versions. PHP is also fairly stable and since it is open source, the PHP community works together to fix any bugs. In addition to extensions, PHP has tons of server interfaces, database interfaces and other modules available. The beauty of PHP lies in its simplicity. It is easy to understand and learn.

 
  JAVA  
 

Java technology's versatility, efficiency, platform portability, and security make it the ideal technology for network computing. Java has been tested, refined, extended, and proven by a dedicated community. And numbering more than 6.5 million developers, it's the largest and most active on the planet. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere!

 
  ASP.NET  
 

ASP.NET, the next generation version of Microsoft's ASP, is a programming framework used to create enterprise-class web sites, web applications, and technologies. ASP.NET developed applications are accessible on a global basis leading to efficient information management. Whether you are building a small business web site or a large corporate web application distributed across multiple networks, ASP.NET will provide you all the features you could possibly need...

 
 
   
Apple Logix News
 
 
     
   
     
 
 
* Use isset() to test if a variable has a value.
* variable names are case sensitive; functions are not.
* The foreach loop is powerful for iterating over arrays.
* Control your extensions in php.ini and don't have more than you really need.

Go to 3rd slide

* Central to the .net framework is its runtime execution environment, known as CLR.
* .Net compiles to IL.
* CTS define the predefined data types that are available in IL.
* Vb.net - Integer and C# - int both refers to Int32 due to CTS .
Java is case sensitive.
* All method names begin with a lowercase letter.
* All field names begin with a lowercase letter. Underscores can also be used.
* Constants are in uppercase letters and can also use underscores.