News Publisher ~ Front-End Sample

You can easily integrate the Front-End to your web design page.
Please refer to the guidelines below.



Resource id #187
NEWS AND ARTICLES
08-08-2008

A Calgary-based company hopes 2008 will see the first orders of CNG carriers. Calgary-based Sea NG Corp and its partners hope to finalize orders for three of the world’s first compressed-natural-gas. (CNG) new buildings before the end of this year as they home in on securing their first working project.
View article View PDF


08-01-2008

Calgary-based Sea NG Corp and its partners expect to finalize orders for three of the world’s first compressed natural gas (CNG) new buildings before the end of this year as they home in on securing their first working project.
View PDF Download PDF


07-16-2008

Canadian oil and gas producer Pacific Rubiales is studying a project to export natural gas from a Columbian field to energy markets in the Caribbean.
View article View PDF


06-04-2008

 "FORGET about LNG for Cyprus...it ain't gonna happen."  ...sound byte, delivered by Professor Michael Economides of the University of Houston, set the tone for Wednesday's lively debate about natural gas.
View article View PDF


06-03-2008

Cyprus will never receive liquefied natural gas (LNG), one of America's leading energy analysts said yesterday, branding the idea to bring LNG to Cyprus as “totally ridiculous”.
View article View PDF


05-13-2008

TEEKAY Shipping is ready to launch the industry's first compressed natural gas service.
View PDF Download PDF


04-01-2008

Companies active in the market for compressed natural gas (CNG) shipping say the challenges they now face are commercial rather than technical. Different solutions to transporting CNG at sea have secured class and other regulatory approvals.
View article Download article


01-30-2008

Following its successful entry into the LNG (liquefied natural gas) sector, Teekay has joined with Sea NG and Marubeni in a consortium which has taken a leading position in the emerging CNG (compressed natural gas) market and is prepared to build the world’s first purpose-built CNG vessels, says Captain Gary Baron, Director, Business Development, Teekay Gas Services.
View article Link to article


03-01-2007

With CNG marine-transport technology maturing, a new door is opening for firms looking to deliver gas to market. But companies remain wary of being the first to adopt the technology – Writes Martin Clark
View article Download article




Announcements

Sea NG Corporation Launches New Website
01-13-2008

Sea NG Corporation is pleased to announce the launching of our new website at www.Sea-NG.com.  This new site is designed to present concise content and rich graphical representations of the practical application of Sea NG Coselle technologies.  Welcome to our new, redesigned web site.




Front-End Integration Guidelines

You can easily integrate the front-end with your web design pages.
Before   After Integration


Integration Instructions
1. Using a text editor, open the web page file (.php file) that you wish to integrate the News Publisher to, insert the line below to the top of the file, to call the 'config.php' file.
<?php include_once("document_path_of_oneadmin_folder/config.php"); include_once($path["docroot"]."common/css.php"); ?>
* Note: Always put the above code to the line 1, without any preceding character(s), not even a space.
2. In your .php web page file, put the line below to call the menu area - news categories and archives.
<?php include($path["docroot"]."newspublish/home.menu.php"); ?>
3. Meanwhile, to display the news's content area such as news title, full article page, put the line below.
<?php include($path["docroot"]."newspublish/home.news.php"); ?>
4. Next, use the following code to display the announcement section.
<?php include($path["docroot"]."newspublish/home.announce.php"); ?>
5. For sample integration code, please refer to the source code of this file. To do this, open the file with your text editor.
** To find your 'document_path_of_oneadmin_folder', check the path['docroot'] value from the oneadmin/config.php file