COCC LOGO, click go to home
COCC LOGO, click go to home

randomize

keyword search
Articles
// by Candace Lombardi, 12/13/2006 7:04:16 PM
// type Articles
// in News

The Internet Corporation for Assigned Names and Numbers signed off o­n the .Asia Registry Agreement o­n Wednesday at its annual meeting in Sao Paulo, Brazil, meaning that businesses in the Asia-Pacific region will soon have the option of registering an ".asia" domain. The top-level domain will be overseen by the DotAsia Organization. The ".asia" domain will be used as a supplement to country domains like ".jp" for Japan and ".cn" for China.



// by SWsoft, 8/6/2006 7:11:02 AM
// type Articles
// in News

Product versions this article applies to:
  • Plesk 7 for Windows
  • Plesk 7.5 for Windows
The latest update: Feb,01 2006
Access: public


// by By Sean Hull, 3/1/2006 8:34:02 PM
// type Articles
// in News

One developer's view of the pros and cons of the two most popular means of building web applications

When it comes to Web development these days, you have a lot of options. Many of these methods involve preprocessing—that is, embedding code into HTML pages with special tags that signal to a preprocessor that they contain code, and that it should do something with it. Much like a CGI, this code is then run o­n the server, and it returns some content, which then assumes part of the shape of the resulting HTML page sent back to the browser. Both the open source scripting language PHP and languages within Microsoft's ASP.NET framework fall into this category; JavaServer Pages (JSP) and Perl/Mason operate this way as well.



// by ANICK JESDANUN, AP Internet Writer, 2/1/2006 7:38:14 PM
// type Articles
// in News

NEW YORK - If you have computer files you'd rather not lose, now is a good time to make sure your anti-virus software is up to date. A worm set to activate Friday will corrupt documents using the most common file types, including ".doc," ".pdf," and ".zip."
Hundreds of thousands of machines are believed to be infected, mostly in India, Peru, Turkey and Italy, said Mikko Hypponen, chief research officer for Finnish security company F-Secure Corp.

// by BBC News, 2/1/2006 7:27:14 PM
// type Articles
// in News

PC users have been urged to scan their computers before 3 February to avoid falling victim to a destructive virus.

On that date the Nyxem virus is set to delete Word, Powerpoint, Excel and Acrobat files o­n infected machines.



// by CNN.com, 12/10/2005 5:15:35 AM
// type Articles
// in News

Xbox 360 ready to take Japan
Microsoft Corp. will get the jump o­n Sony this Saturday when it introduces the next generation Xbox 360 in its rival's backyard, but winning over Japan's notoriously finicky video game fans will be an uphill battle for the American interloper.



// by Paul Hudson 2005, 10/26/2005 10:33:10 PM
// type Articles
// in News

Now that you have finished learning all about PHP 5, you are likely wondering what the development group can do next - where is PHP headed in the next six months, o­ne year, or even three years?
...................

Between now and PHP 6, we will see several minor patch releases at first that correct many problems with the original PHP 5 release. With PHP 5.1, whenever it is released, we will see the first big set of new functionality - mostly new functions to use, and new ways of doing things. What is certain is that more and more extensions will be added to the system to allow programmers to take advantage of more and more things in their code.



// by Chris Neppes, 10/22/2005 3:24:29 AM
// type Articles
// in News

Press Releases

ASP.NET and IIS Serve More Fortune 1000 Sites than Any Other Web Server Technologies
First Survey of U.S. Corporate Application Server and Scripting Deployments Reveals Microsoft® Ahead of Competing Web Platforms

SAN DIEGO, Calif., - June 1, 2005 - A new survey of the 2005 Fortune 1000 Web sites reports that Microsoft’s ASP.NET, ASP, and Internet Information Services (IIS) serve the majority of leading U.S. corporate sites.


// by Calvin Austin, 10/4/2005 3:31:13 AM
// type Articles
// in News

Java 2 Platform Standard Edition (J2SE) 5.0 ("Tiger") is the next major revision to the Java platform and language; it is currently slated to contain 15 component JSRs with nearly 100 other significant updates developed through the Java Community Process (JCP).

NOTE: The external version number of this release is 5.0 and its internal version number is 1.5.0, as described at J2SE Naming and Versioning.

With so many exciting changes in this release, you may be wondering where you should start. As in previous releases, the comprehensive list of all changes is available in the Release notes guide. This article, from the J2SE team, will take you through the major changes so that you have a grasp of what J2SE 5.0 has to offer, before diving into the API docs.



// by sourceforge.net, 6/24/2005 5:13:14 AM
// type Articles
// in News

Creating Applications with Mozilla (Using XUL, JavaScript and CSS)
by David Boswell, Brian King, Ian Oeschger, Pete Collins, Eric Murphy
480 pages, September 2002, O'Reilly, ISBN: 0596000529
O'Reilly, Amazon, Free o­nline Edition
Rapid Application Development with Mozilla
by Nigel McFarlane
704 pages, November 2003, Prentice Hall, ISBN: 0131423436
Amazon, Free o­nline Edition


// by George E. Marsh II, Ed.D., Anna C. McFadden, Ph.D., 5/25/2005 2:43:53 AM
// type Articles
// in News

Abstract

Many institutions of higher education (IHE) are grappling with ways to implement and manage o­nline instruction by using local personnel and resources, purchasing some components of management, or outsourcing distance education entirely.  While each institution will make decisions that meets its unique needs, it is important to know about the range of possibilities available to university administrators today.  The major problems confronting  IHE's are twofold: (1) the lack of technical skill among faculty members to convert their courses into o­nline formats, and (2) the need to support and manage distance education.  This article provides an overview of the most popular o­nline educational delivery applications.



// by Talin, 4/8/2005 11:06:38 PM
// type Articles
// in News

This document represents a compilation of fundamental principles for designing user interfaces, which have been drawn from various books o­n interface design, as well as my own experience. Most of these principles can be applied to either command-line or graphical environments. I welcome suggestions for changes and additions -- I would like this to be viewed as an "open-source" evolving document.



// by CNN, 4/5/2005 12:09:17 AM
// type Articles
// in News

(AP) -- In a rural Cambodian village where the homes lack electricity, the nighttime darkness is pierced by the glow from laptops that children bring from school.

A prototype of a laptop computer that an MIT team wants to mass-produce and distribute to children in the developing world.



// by OSS, 3/26/2005 10:14:56 PM
// type Articles
// in News

PHP uses a blend of interpretation and compilation in order to provide the best mix of performance and flexibility to programmers.

Behind the scenes, PHP compiles your script down to a series of instructions (called opcodes) whenever it is accessed. These instructions are then executed o­ne by o­ne until the script terminates. This is different from conventional compiled languages such as C++ where the code is compiled down to native executable code then that executable is run from then o­n. Instead, PHP re-compiles your script each time it is requested.



// by Joey Mingrone, 3/21/2005 11:14:27 PM
// type Articles
// in News

As you may have guessed from the title, in this article we will discuss a method for creating a very simple shopping cart using PHP. The o­nly assumption made is that you have at least a basic understanding of PHP programming. We will first look at object-oriented PHP, so if you already feel comfortable with this topic, then you may skip o­n to the section titled "A Shopping Cart".



// by Joey Mingrone, 3/21/2005 11:11:48 PM
// type Articles
// in News

PHP is a scripting language that deserves the honor of being the most popular add-on module for the most popular web server today. It's fast, stable, constantly updated, well documented, and best of all, it's free.

PHP is in it's element when it is running o­n a web server, grabbing data from a database and generating dynamic HTML. In this regard, it is very similar to ASP, Cold Fusion, JSP or even CGI. Running as a CGI program it can be used with just about any web server, but for better performance, it can run as an ISAPI filter, and for best performance, it can be run as an Apache module. As for database support, PHP supports a very large number of DBMSs including dBase, Informix, Oracle, PostgreSQL, MS SQL Server, MySQL, Sybase, Solid, as well as ODBC.



// by Jeff Volkheimer, 3/21/2005 10:53:24 PM
// type Articles
// in News

What are XSL and XSLT?

In short, XSL (Extensible Stylesheet Language) and XSLT (Extensible Stylesheet Language Transformations) are used to transform an XML document into another XML document, such as transforming an XML document into an HTML document.



// by Jeff Volkheimer, 3/21/2005 10:35:51 PM
// type Articles
// in News

What are Servlets?

Servlets are the Java Technologies' answer to CGI programming. They are programs which run o­n the server side and generate dynamic content. Why would o­ne prefer to use Servlets over traditional CGI programming?



// by by Steve Hanna, 2/6/2005 3:54:02 AM
// type Articles
// in News

HTTP: GET and POST

These are two different methods in which HTTP data is passed to scripts
Forms submit information to scripts.

  • GET - Form data is encoded in URL.

  • POST - Form data is encoded in message body.

This is fairly basic knowledge but it is important to understand how scripts can be exploited. Often it is important to try as many different input combinations as possible to discover vulnerabilities. ...........



// by Frederick F. Chew, 2/2/2005 11:43:34 PM
// type Articles
// in News

From 1994 to early 1996, Internet technology was used strictly for advertising products and for the distribution of public information. Rarely was the network utilized for serious business applications such as inventory management, sales order management, and customer call tracking. Since most business data reside in relational databases, there was no easy way to access such data stores. The solution usually required a CGI script written in C, a UNIX shell language, Visual Basic, or Perl--which meant that the solution would be platform-specific.

Page  1 2 3 NEXT

 


Copyright ©2002-2009 COCC, Developer Team.
#134, Russian Blvd, Teuk Laak1, Toul Kork, Phnom Penh, CAMBODIA.