CGI & PHP http://www.cgiphp.com Enhance your site with CGi, PHP and ASP scripts Wed, 17 Mar 2010 07:00:04 +0000 http://wordpress.org/?v=2.9.2 en hourly 1 Google I/O 2008 – javascript and DOM Programming in GWT http://www.cgiphp.com/blog/google-io-2008-javascript-and-dom-programming-in-gwt/ http://www.cgiphp.com/blog/google-io-2008-javascript-and-dom-programming-in-gwt/#comments Wed, 17 Mar 2010 07:00:04 +0000 CGI & PHP.com http://www.cgiphp.com/blog/google-io-2008-javascript-and-dom-programming-in-gwt/ Google I/O 2008 – javascript and DOM Programming in GWT is a post from: CGI & PHP

]]>

Surprisingly Rockin' javascript and DOM Programming in GWT Bruce Johnson (Google) You may already know about gwt's nifty javascript Native Interface (JSNI), which allows you to define native Java methods with handwritten javascript. In GWT 1.5, there's an even more powerful way to program close to the metal. You can now model arbitrary javascript types directly as Java classes (specifically, as subclasses of gwt's javascriptobject class), yet there is no overhead in size or speed. You can code against any javascript object as if it were a regular old Java object. So, what does that buy you? * It's never been easier to integrate with external JS libraries; just define a Java class that models the JS object you want to interact with. Nice Java syntax, no overhead. * Freely use low-level native JS data structures (JS arrays, for example) by exposing them with a Java-friendly API. You can even apply Java generics to JS types! * Superimpose strongly-typed Java classes on JSON objects, giving you IDE code completion, refactoring and compile-time type checking. * GWT uses this new ability to provide a complete cross-browser DOM class hierarchy based on the w3c's Java HTML bindings. Programming straight to the DOM has never been more productive. Come learn about this unusual and powerful new capability that you can use to squeeze every drop of performance and interop out of your GWT projects.

Google I/O 2008 – javascript and DOM Programming in GWT is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/google-io-2008-javascript-and-dom-programming-in-gwt/feed/ 8
MYSQL in a Nutshell http://www.cgiphp.com/blog/mysql-in-a-nutshell/ http://www.cgiphp.com/blog/mysql-in-a-nutshell/#comments Sun, 14 Mar 2010 07:07:38 +0000 CGI & PHP.com http://www.cgiphp.com/blog/mysql-in-a-nutshell/ MYSQL in a Nutshell is a post from: CGI & PHP

]]>

  • ISBN13: 9780596514334
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

Product Description
When you need to find the right SQL keyword or MySQL client command-line option right away, turn to this convenient reference, known for the same speed and flexibility as the system it covers so thoroughly. MySQL is packed with so many capabilities that the odds of remembering a particular function or statement at the right moment are pretty slim. With MySQL in a Nutshell, you get the details you need, day in and day out, in one concise and extremely well organized … More >>

MYSQL in a Nutshell

MYSQL in a Nutshell is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/mysql-in-a-nutshell/feed/ 5
Perl in A Nutshell: A Desktop Quick Reference http://www.cgiphp.com/blog/perl-in-a-nutshell-a-desktop-quick-reference/ http://www.cgiphp.com/blog/perl-in-a-nutshell-a-desktop-quick-reference/#comments Thu, 11 Mar 2010 07:01:19 +0000 CGI & PHP.com http://www.cgiphp.com/blog/perl-in-a-nutshell-a-desktop-quick-reference/ Perl in A Nutshell: A Desktop Quick Reference is a post from: CGI & PHP

]]>

Product Description
This complete guide to the Perl programming language ranges widely through the Perl programmer's universe, gathering together in a convenient form a wealth of information about Perl itself and its application to CGI scripts, XML processing, network programming, database interaction, and graphical user interfaces. The book is an ideal reference for experienced Perl programmers and beginners alike. In this second edition, Perl in a Nutshell has been expanded to inclu… More >>

Perl in A Nutshell: A Desktop Quick Reference

Perl in A Nutshell: A Desktop Quick Reference is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/perl-in-a-nutshell-a-desktop-quick-reference/feed/ 0
PHP Pocket Reference, 2nd Edition http://www.cgiphp.com/blog/php-pocket-reference-2nd-edition/ http://www.cgiphp.com/blog/php-pocket-reference-2nd-edition/#comments Wed, 10 Mar 2010 17:20:10 +0000 CGI & PHP.com http://www.cgiphp.com/blog/php-pocket-reference-2nd-edition/ PHP Pocket Reference, 2nd Edition is a post from: CGI & PHP

]]>

  • ISBN13: 9780596004026
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

Product Description
Simple, to the point, and compact–in fact, exactly what you've come to expect in an O'Reilly Pocket Reference–the second edition of PHP Pocket Reference is thoroughly updated to include the specifics of PHP 4, the language's latest version. Written by the founder of the PHP Project, Rasmus Lerdorf, PHP Pocket Reference is both a handy introduction to PHP syntax and structure, and a quick reference to the vast array of functions provided by PHP. The quick reference… More >>

PHP Pocket Reference, 2nd Edition

PHP Pocket Reference, 2nd Edition is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/php-pocket-reference-2nd-edition/feed/ 5
Data Structures and Algorithms in Java http://www.cgiphp.com/blog/data-structures-and-algorithms-in-java/ http://www.cgiphp.com/blog/data-structures-and-algorithms-in-java/#comments Wed, 10 Mar 2010 06:56:02 +0000 CGI & PHP.com http://www.cgiphp.com/blog/data-structures-and-algorithms-in-java/ Data Structures and Algorithms in Java is a post from: CGI & PHP

]]>

Product Description
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a Web browser. The programs demonstrate in graphical form what data structures look like and how they operate. In … More >>

Data Structures and Algorithms in Java

Data Structures and Algorithms in Java is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/data-structures-and-algorithms-in-java/feed/ 5
Lecture 2 | Programming Paradigms (Stanford) http://www.cgiphp.com/blog/lecture-2-programming-paradigms-stanford/ http://www.cgiphp.com/blog/lecture-2-programming-paradigms-stanford/#comments Thu, 04 Mar 2010 07:11:18 +0000 CGI & PHP.com http://www.cgiphp.com/blog/lecture-2-programming-paradigms-stanford/ Lecture 2 | Programming Paradigms (Stanford) is a post from: CGI & PHP

]]>

Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain discusses C and C++ programming codes, as well as binary addition and subtraction. Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python. The class aims to teach students how to write code for each of these individual languages and to understand the programming paradigms behind these languages. Complete Playlist for the Course: www.youtube.com CS 107 Course Website: www.CS107.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on youtube: www.youtube.com

Lecture 2 | Programming Paradigms (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-2-programming-paradigms-stanford/feed/ 25
Sams Teach Yourself Perl in 24 Hours http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/ http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/#comments Sun, 28 Feb 2010 07:04:46 +0000 CGI & PHP.com http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/ Sams Teach Yourself Perl in 24 Hours is a post from: CGI & PHP

]]>

Product Description
Learn Perl programming quickly and easily with 24 one-hour lessons in Sams Teach Yourself Perl in 24 Hours. The book's step-by-step lessons teach you the basics of Perl and how to apply it in web development and system administration. Plus, the third edition has been updated to include five chapters on new technologies, information on the latest version of Perl, and a look ahead to Perl 6. Sams Teach Yourself Perl in 24 Hours focuses on real-world development, teach… More >>

Sams Teach Yourself Perl in 24 Hours

Sams Teach Yourself Perl in 24 Hours is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/feed/ 5
Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/ http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/#comments Sat, 27 Feb 2010 17:19:59 +0000 CGI & PHP.com http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/ Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition is a post from: CGI & PHP

]]>

Product Description
Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition covers every step of the design and building process involved in creating powerful, extendable e–commerce web sites. Based around a real–world example involving a web site selling t–shirts, you’ll learn how to create and manage a product catalog, build and integrate a shopping cart, and process customer accounts and PayPal/credit card transactions. With the e–commerce fr… More >>

Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition

Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/feed/ 5
PHP Tutorials: MySQL (Part 1) http://www.cgiphp.com/blog/php-tutorials-mysql-part-1/ http://www.cgiphp.com/blog/php-tutorials-mysql-part-1/#comments Sat, 27 Feb 2010 07:10:46 +0000 CGI & PHP.com http://www.cgiphp.com/blog/php-tutorials-mysql-part-1/ PHP Tutorials: MySQL (Part 1) is a post from: CGI & PHP

]]>

Using phpmyadmin to create a new table on a database. The basics!

PHP Tutorials: MySQL (Part 1) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/php-tutorials-mysql-part-1/feed/ 10
Associate-O-Matic Lite v4.3.0 http://www.cgiphp.com/blog/associate-o-matic-lite-v4-3-0/ http://www.cgiphp.com/blog/associate-o-matic-lite-v4-3-0/#comments Thu, 25 Feb 2010 18:16:08 +0000 CGI & PHP.com http://www.cgiphp.com/blog/associate-o-matic-lite-v4-3-0/ Associate-O-Matic Lite v4.3.0 is a post from: CGI & PHP

]]>
Build and customize a complete Amazon Associate Store in literally minutes. Free download. Control the look and feel from top to bottom. Choose the topics/categories you want (filter those you don't). Convert more of your visitors to buyers. Thousands of items available across thousands of categories. No programming or database required. Available for Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.de and Amazon.fr.

Find out where to download
Category: Web Development::ASP & PHP
Type of program: Freeware
Cost: $0.00
Company: Associate-O-Matic

Associate-O-Matic Lite v4.3.0 is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/associate-o-matic-lite-v4-3-0/feed/ 0