AJAX World Conference & Expo

September 22, 2007 by Mark Marucot · Leave a Comment 

Starts: September 23, 2007
Ends: September 26, 2007

Location: Santa Clara Convention Center, Santa Clara, CA

AJAX World Conference & Expo 2007 West is the world’s leading Web 2.0 and Rich Internet Application (RIA) event. AJAXWorld, this year, is expected to attract more than 2,000 i-technology developers, technology evangelists, architects, project managers and C-level executives.

Oracle is a Platinum Sponsor this year and Oracle Chief Architect and VP Ted Farrell will be keynoting; WebCenter Development VP Vince Casarez will be presenting as well.

Learn more at http://www.ajaxworld.com

Ruby East 2007

September 22, 2007 by Mark Marucot · Leave a Comment 

Starts: September 28, 2007
Location:
30 E Swedesford Road
Malvern PA 19355

Chariot Solutions is proud to be able to bring some of the top speakers in the Ruby and Rails communities to our region. This conference is not just for those who already know and love Ruby. It also features an exceptional lineup for beginners, including Jeremy McAnally’s “Humble Little Ruby Talk” and an introductory Rails talk by Amy Hoy. If you have colleagues or friends who are just getting started with Ruby or who are have not gotten around to looking into Ruby yet — this is an ideal conference to bring them to. Ruby East will be a valuable experience for anyone who wants to learn more about Rails or Ruby.

More Information

9:00am - 10:00am
Keynote: Hal Fulton - The Future of Ruby

5:00pm - 6:00pm
Keynote: Rails Rumble

Track 1

Track 2

Be Part of Number 1 PHP Conference

September 22, 2007 by Mark Marucot · 1 Comment 

Zend Con 2007This year is the third anniversary of Zend/PHP Conference. ZendCon 2007 sessions will cover both business and technical aspects of PHP.

All attendees are entitled to participate in in-depth tutorials, case studies and round tables. There will be an exhibit hall that will showcase leading companies leading solutions.

The conference highlights are the following:

  • More than 40 sessions with a wide variety of topics
  • Sessions led by PHP experts and business leaders
  • Unique networking events with community members
  • In-depth tutorials and business case studies
  • Certification “crash courses” and exams
  • Exhibit Hall with leading companies featuring cutting-edge solutions
  • Exclusive discount of up to $500 on select Zend products

Zend Core for Oracle - A PHP and Oracle Web Collaboration

September 19, 2007 by Mark Marucot · Leave a Comment 

Last 2005, Oracle and Zend Technologies entered into a partnership to develop an integrated solutions that provides database-driven website using PHP and Oracle as it’s database.

Zend Core for Oracle is a pre-built stack for PHP developers that makes it easier for them to develop and deploy applications on a robust, scalable and reliable infrastructure. The product includes tight integration with Oracle Database client libraries, and native support for XML and Web services, while also supporting increased adoption of service-oriented architecture (SOA). It delivers a rapid development and deployment foundation for database-driven applications.

Read more

Underground PHP Oracle Manual

September 19, 2007 by Mark Marucot · Leave a Comment 

The book is designed to bridge the gap between the many PHP and the many Oracle texts available. This book is not a complete PHP or Oracle guide. It is assumed that you already have basic PHP and SQL knowledge and want best practices in using PHP against an Oracle database.

Release 1.4 is available for download from the Oracle Technology Network. Click here to download the file.
This new release includes lots of updates, including information on the PHP PDO_OCI extension, testing the OCI8 extension, tracing OCI8 internals, and comparison of old and new OCI8 function names.
The highlights of the changes are the following:

  • Updated the versions of software in the install steps. Show how to use the Windows MSI installer. Added a section on upgrading OCI8 in PHP4. Added a section on enabling PDO.
  • Updated the SQL Developer section.
  • Improved and extended the examples. Many more can now be cut-and-pasted and run standalone.
  • Added new connection performance tips.
  • Show how to retrieve PL/SQL “success with information” errors.
  • Added a section on testing.
  • Added a chapter mapping PHP 4 to PHP 5 function names.
  • Added a chapter on mapping ora_* to oci_* function names

Optimizing Rails on Oracle

September 19, 2007 by Mark Marucot · Leave a Comment 

Luca Mearelli of Spazidigitali, published an article in Oracle Technology Network about Tips for Optimizing Rails on Oracle . As you know Ruby has been the chosen as one of the the best programming language by Amazon Unspun, the Big 3 Search Engines and by CPU Benchmarks.

Rails on Oracle comes out as a good performer, but my only regret is that i did not have time to investigate (and maybe contribute back to the community) on adding proper bind variables support to ActiveRecord, which would have been the definitive optimization, but I see that the subject is being actively discussed on the core developers ML, so we may get there soon.

Dissecting Web 2.0

September 19, 2007 by Mark Marucot · Leave a Comment 

When you ask someone about the definition of Web 2.0, you will hear blogging, AJAX, wikis, Google Suggest and many other website services available around the web. Based on these keywords, Web 2.0 is the next generation of Internet based services that allow people to collaborate and share information online. Now let’s dissect Web 2.0.

Read more

AJAX Overview

September 15, 2006 by Mark Marucot · Leave a Comment 

AJAX short for Asynchronous Javascript + XML is technology for developing web applications which was used years before it was coined by Jesse James Garrett in February 2005. This was overlooked by web developers until Gmail and Google used it in its applications such as Google Map and Google Suggest.

Ajax allows requests to server without page reloading and parsed and work with XML documents.

Creating an Instance of HTTP Request
To create a HTTP Request using Javascript, an instance of XMLHTTP which is an Active X object introduced in Microsoft Internet Explorer. Other browsers such as Mozilla, Safari implemented class similar to XMLHTTP called XMLHTTPRequest.

Read more

Ideology of Web Development

September 15, 2006 by Mark Marucot · Leave a Comment 

Web development is a wide domain that consists of all fields of creating web site in cyberspace. Web development is divided into different layers. They are presentation, business and data layer.

Presentation Layer
Presentation layer is creating the visual or front-end part of the website. This consists of graphical web design and layout. This is visible to the users. The presentation layer should exist in every websites. Static website created in pure HTML without clients-side scripting is an example of this.

Read more