Blog

Home arrow Blog
Blog - Content Section Layout
Storage consortium Aperi enters Eclipse without Sun
Contributed by Joe   
Friday, 07 July 2006

After joining the open source community of Eclipse last week, the people from the Aperi storage group had one more reason to celebrate this Fourth of July. It took Aperi eight months to get to this point, but the controversy that has surrounded the consortium since its birth has not lessened -- in fact, it's probably stronger than ever.

Full article from infoworld

SCJP (Sun Certified Programmer for the Java 2 Platform) tutorials
Contributed by Joe   
Friday, 07 July 2006

Sun's Java Certifications ovevview

Sun has several forms of certification for Java,as shown below figure. 

Here is the list of possible Java certifications offered by Sun:

  • Sun Certified Programmer for the Java 2 Platform, (two versions of the exam, 1.2 and 1.4)
  • Sun Certified Programmer for the Java 2 Platform 1.4 Upgrade Exam
  • Sun Certified Developer for the Java 2 Platform
  • Sun Certified Web Component Developer for the Java 2 Platform, Enterprise Edition
  • Sun Certified Enterprise Architect for J2EE Technology
Last Updated ( Monday, 17 July 2006 )
Read more...
Romove spyware, Adware and Malware easily
Contributed by Joe   
Thursday, 06 July 2006

What is spyware?

Spyware refers to software that's been installed on your computer without your consent and that does things like collect your personal information without you being aware of it, change how your computer or web browser is configured, or bombard you with online advertisements.
Spyware not only violates your privacy, it also creates other problems such as system slowdowns, sudden changes to your computer’s settings, junk programs installed without your permission, etc

Last Updated ( Saturday, 08 July 2006 )
Read more...
PHP Session
Contributed by Joe   
Thursday, 06 July 2006

PHP Sessions overview

HTML and web servers by default don't keep track of information that was entered on a page when the client's browser loads another page. This makes doing anything that involves using the same information from a user on several pages difficult.

Sessions help solve this problem by maintaining data during a user's visit to your web site from page to page on your site. Each session can store many variables that are maintained throughout that session. The server keeps track of users' sessions by assigning them a unique session ID, generated by the server, when the session starts. This identifier is called the session identifier and must be sent to the server each time a page is requested once a session begins.

 

Last Updated ( Thursday, 06 July 2006 )
Read more...
C # file and com tutorial
Contributed by Joe   
Thursday, 06 July 2006

How to determine If a Path Is a Directory or a File in c#

The System.IO.Directory and System.IO.File classes both provide an Exists method. The Directory.Exists method returns true if a supplied relative or absolute path corresponds to an existing directory, even a shared folder with an UNC name. File.Exists returns true if the path
corresponds to an existing file.

Last Updated ( Thursday, 06 July 2006 )
Read more...
<< Start < Previous 1 2 3 4 5 6 7 8 9 10 Next > End >>

Results 61 - 70 of 179

  home              contact us

 

©2006-2010 DeveloperZone.biz   All rights reserved     powered by Mambo Designed by Siteground