| Related sites for http://www.cfo.com/ |
| The_Economist_-_Global_Executive Collection of articles covering business and people management and business education. | | Economist_Group Provides information on the activities of the Economist Group, which includes the Economist Newspaper, CFO and the Economist Intelligence Unit. | | Factiva Delivers worldwide business news and information and powerful searching to provide customers with relevant information to inspire their business decisions. Content can be delivered directly to the des | | Financial_Times_Business_Publications Publisher of industry specific management reports, magazines, directories and newsletters. Free industry news updates and a variety of business intelligence products. | | Fortune_Small_Business Fortune magazine's small business website. | | Free_Trade_Magazines Offers business and professional magazine subscriptions by industry and discount trade publications and journals. | | Frontier News, analysis, tools and resources for sophisticated executives of small companies from the editors of Business Week. | | HispanicBusiness_com News, market research, employment services, events, and live discussion from the editors of Hispanic Business magazine. | | IDG_net The world's leading IT media, research and exposition company | | InternalMemos_com Collection of corporate memos and internal communication. A subscription is required to view the entire archive, but selected documents are free. | | International_Trade_Forum Focuses on trade development for developing and transition economies. News, articles and contact forms. | | Kiplinger_com Comprehensive site for personal finance information. Kiplinger has always had an easily understood view on complicated issues, a good word for today's economic muddle. | | Knowledge@W__P__Carey Bi-weekly online resource that offers the latest business insights, information and research from a variety of sources. [Free registration required for some content.] Some content is Arizona-specific | | Lafferty_Group Providers of high value business intelligence including newsletters, reports, executive education, conferences and online learning, on the financial services, accountancy and consulting sectors. | | Legal_Media_Group News, analysis, commentary, and resources on legal issues affecting international businesses. | | Manhattan_Chamber_of_Commerce_News A non-profit organization dedicated to business development in New York City for small and medium-sized companies through networking, benefits, and international business development. | | Market_Wire Creates tailored information delivery services for public relations agencies and in-house PR departments. | | Middle_East_North_Africa_Business_Report Business information including economic and financial analysis of 21 countries in the region. | | Mondaq_Business_Briefing Provides global coverage of legislation and regulation, corporate and offshore finance, market analysis and worldwide business news. | | Netscape_Business_Channel Check out this complete resource for industry and company news, headlines, research, and tools. | | The_Newsletter_Access Searchable directory of newsletters for business, investments, health, advertising, and marketing. | | NewsScan_com_Inc_ Offers customized electronic and print publications and services covering knowledge management, human resources, distance learning, corporate training, business and management strategies, information | | Newstrack A business news audio digest, available in cassette, CD, and RealAudio forms. Handy for executives who don't feel like having to read thousands of articles themselves. | | Northcote_Data Provides links to UK listed companies and the financial information that they publish on the Internet | | Office_com a comprehensive online business resource with industry-specific news and analysis, tools and access to relevant services. | | PaperClip_Communications_Online We specialize in serving the informational needs of student development professionals through various print and online products. | | Pegasus_Communications,_Inc_ Publishes books and newsletters, and produces conferences and recordings on systems thinking, organizational learning, and the design, development, and management of the next-generation workplace. | | Phone_Plus Covering the world of telecommunications for all industry professionals. | | PR_Newswire This is a Yahoo service offering public relations exposure for business. You get news releases and, we presume, they are in their unedited form, as those who release them want them read. Nothing wrong | | Reuters_Business_Insight Produces strategic management reports. | | Reuters_Group_PLC Collects, edits, reports and distributes financial information and news in textual, video and audio form. Offers real-time information, information databases, applications products and information man | | Risk_Management_Reports Providing risk management reports in this communication analysis publication for strategic assessment for finance. | | Schlumberger IT news and information. | | Silicon_Alley_Daily Get the latest breaking news from Silicon Alley. News and feature stories, classifieds, archives of previous issues. | | SMi_Publishing News and analysis of most major markets. | | Soundview_Executive_Book_Summaries Provides summaries of the best business books in print and audio format. A subscription covers 30 books per year, sent monthly. | | Texas_Business_News Texas business news updated four times daily. Mergers, new products, company press releases, a huge database and related government links for business. Texas business search. | | TheDeal_com Online destination for news on deals and the dealmakers. Subscribe to print and e-mail newsletters. | | Thomson_Business_Intelligence_Services Provides broker, market, and news research. | | Thrivent_Magazine Contains a wide range of articles, including topics such as health, fitness, parenting, money and family issues. |
|
CFO.com - News and Insight for Financial Executives
function popUpContent(URL)
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=800,height=500,left=50,top=50');");
}
function popSize(winURL,winName) {
// assign values to window height, width, and coordinate vars
var popWidth =341;
var popHeight = 285;
// This section has been removed since we're not resizing the window based on
// screen height at this time.
//
// if (screen.height >= 800) {
// popHeight = 650; // larger for users running at a higher resolution
// }
var popLeft = (screen.availWidth / 2) - (popWidth / 2);
var popTop = (screen.availHeight / 2) - (popHeight / 2);
// assemble list of window features
var winFeat = "directories=no,location=no,menubar=no,personalbar=no,resizable=no,scrollbars=no,status=no,toolbar=no,";
winFeat += "width=" + popWidth + ",";
winFeat += "height=" + popHeight + ",";
winFeat += "left=" + popLeft + ",";
winFeat += "top=" + popTop;
// open the new window
window.open(winURL,winName,winFeat);
}
var axel = Math.random() + "";
var ord = axel * 1000000000000000000;
function viewsite(URL)
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=800,height=500,left=50,top=50');");
}
function Rolodex(target) {
this.element = document.getElementById(target);
if (!this.element) return false;
this.lists = this.element.getElementsByTagName("ul");
if(this.lists.length > 0)
{
this.ul = this.element.getElementsByTagName("ul")[0];
this.tabs = this.ul.getElementsByTagName("li");
}
else
{
this.ol = this.element.getElementsByTagName("ol")[0];
this.tabs = this.ol.getElementsByTagName("li");
}
this.contents = this.getContents();
this.bind();
}
Rolodex.prototype.getContents = function() {
contents = new Array();
this.div = this.element.getElementsByTagName("div")[0];
this.lists = this.element.getElementsByTagName("ul");
if(this.lists.length > 0)
{
this.lists = this.div.getElementsByTagName("ul");
}
else
{
this.lists = this.div.getElementsByTagName("ol");
}
for(var i = 0; i < this.lists.length; i++) {
contents.push(this.lists[i]);
}
return contents;
}
Rolodex.prototype.bind = function() {
var o = this;
for(var i = 0; i < this.tabs.length; i++) {
this.tabs[i].onclick = function() { o.expand(this); return false; };
var a = this.tabs[i].getElementsByTagName("a")[0];
if (a) a.onclick = function() { return false; };
}
}
Rolodex.prototype.expand = function(caller) {
for(var i = 0; i < this.tabs.length; i++) {
var tab = this.tabs[i];
if (tab == caller) {
this.collapse();
tab.className = "active";
this.contents[i].className = this.contents[i].className.replace(new RegExp(" off-left\\b"), "");
}
}
}
Rolodex.prototype.collapse = function() {
for(var i = 0; i < this.tabs.length; i++) {
this.tabs[i].className = "";
this.contents[i].className = this.contents[i].className.replace(new RegExp(" off-left\\b"), "");
this.contents[i].className += " off-left";
}
}
document.write('');
document.write('');
document.write(' ');
document.write('');
document.write('');
document.write('');
Video | Newsletters | Alerts | Member Center | Subscribe Now
function changeValue() {
if (document.SearchForm.qr.value == "Search") {
document.SearchForm.qr.value="";
}
}
function changeWpValue() {
if (document.wpSearchForm.qr.value == "search white papers") {
document.wpSearchForm.qr.value="";
}
}
Login/Register
MagazinesEuropeTopics A-ZBlogCareersWebcastsWhite PapersSpecial ReportsConferences
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src="http://www.cfo.com//" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-2728760-1");
pageTracker._initData();
pageTracker._trackPageview();
Print Edition
A Perfect Storm
With fair value, IFRS, and XBRL, finance is experiencing a remarkable sea change.
Subscribe Now
Webcasts
Upcoming
On-demand
FEATURED WEBCAST
How to Reduce Financial Reporting Complexity
Glimpse the future of financial reporting with Robert Pozen, chairman of the SEC's "Complexity Committee" (CIFR). He'll ...
September 10 @ 2:00 PM ET
FREE WEBCAST
Unified GRC: The Key to Corporate Accountability and Strategic Success
September 16 @ 2:00 PM ET
FREE WEBCAST
How to Navigate Nexus and Chart an Optimal Course for Compliance
September 18 @ 2:00 PM ET
FREE WEBCAST
Forecasting in Turbulent Times
September 24 @ 2:00 PM ET
» Browse webcasts
FREE WEBCAST
Improving Visibility Into Your Organization's Financial Performance
August 21 @ 2:00 PM ET
» Browse on-demand webcasts
new Rolodex("webcasts-tout");
advertisement
document.write('');
document.write('');
document.write(' ');
document.write('');
document.write('');
document.write('');
Events & Research
Networking, education, and information for finance executives.
The CFO Technology Summit Grand Hyatt San Francisco Sep 07 - Sep 09, 2008 The Third Annual CFO Rising West JW Marriott Las Vegas Resort Oct 14 - Oct 17, 2008
Download free reports
CFO Research Services
CFO Bookstore
New titles just added!
» Browse all conferences
Today in Finance September 6, 2008
Accounting-Rule Change Spurs Lawsuit
A shareholder is suing five banks for not warning her about an accounting proposal that she says precipitated a massive stock price drop.
Two Airlines Cut Fuel Surcharges International Accounting Standards Board Acquisition Nixed on Missing Receivables Tyson Reduced to Junk CFO in Focus: The Company Man False Options Why CFOs Don't Like Hedge Accounting The 2008 Working Capital Scorecard » See all Today in Finance New Video from CFO.com
The Only Way to Grow
Vijay Govindarajan, of Dartmouth's Tuck School of Business, discusses how CFOs can capitalize on emerging markets.
» More
videos
Features Nine Things to Ask Your Future Boss, the CEO
Since knowledge is power, know all you can about your prospective superior's habits, history, likes, and dislikes.
September 4, 2008The Counterintuitive Commercial Real Estate Market
Falling real estate prices don't automatically produce a traditional buyer's market.
September 4, 2008Education Lags Behind IFRS Momentum
Accounting professors predict they'll need at least two years before they can ready students for widespread use of international standards. Don't expect the first knowledgable class until 2011.
September 4, 2008Can Your CIO Spell IFRS?
The effects of switching accounting languages extend far beyond the finance department.
September 3, 2008Not What You Bargained For: Equity Forward Contracts
Companies that buy back stock using equity forward contracts may not get the tax result they had hoped for following a merger.
September 2, 2008Accounting Folks See Healthy Raises
With a tenuous economy, companies hold the line on base pay, but rely more on merits and bonuses — with finance, consulting, and legal workers doing best.
September 2, 2008 Fair-Value Revolution
Historical cost accounting is fading as Corporate America marches into a new era.
September 1, 2008Green Buildings: A Slow, Steady Blip
Issues linked to environmentally-friendly real estate may not be top agenda items for CFOs — yet. But it will be hard to ignore the rumblings for long.
September 4, 2008Caution: International Accounting Ahead
The SEC's 'roadmap' for U.S. conversion to international reporting standards is marked by caution, as are some initial responses from observers.
August 29, 2008Small-Biz IFRS: Sarbox Deja Vu
For the smallest of public corporations, is it a savvy business move to take a wait-and-see attitude — or just a case of procrastination?
August 29, 2008Deals: Microsoft, Cisco Pony Up Again
In our M&A roundup for the period ended Aug. 31, the two giants are back in the game with mid-market bids, although other dealmaking continues fairly slack.
September 2, 2008CFOs on the Move: Week Ending September 5
Levi-Strauss & Co, Campbell's Soup, Acme Packet, Microchip Technology, FairPoint Communications, Idearc, Internet Brands, GTSI Corp, The Knot, Tullow Oil, Nordea, Feldschlossen, Stora Enso.
September 4, 2008
Storming the Ivory Tower
As a student, I've been asking my profs for IFRS information in all my classes since last fall. Every single one seemed to think, until this summer, that it wasn't going to be a real issue. Now it is.
- Reader Sharon S. Bennett
advertisement
document.write('');
document.write('');
document.write(' ');
document.write('');
document.write('');
document.write('');
Only on CFO.com
THE FUTURE OF FINANCIAL REPORTINGReducing ComplexityFind out how the report by the SEC's Committee to Improve Financial Reporting will affect your company. Join CFO.com for an exclusive webcast with MFS chairman Robert Pozen, who served as the chairman of the CIFR committee.» Click here to register!
Most Popular
Most Read Articles
Most Emailed Articles
International Accounting Standards Board Chairman Sir David Tweedie
Education Lags Behind IFRS Momentum
Nine Things to Ask Your Future Boss, the CEO
CFO in Focus: The Company Man
Why CFOs Still Don't Like Hedge Accounting
Can Your CIO Spell IFRS?
Green Buildings: A Slow, Steady Blip
Education Lags Behind IFRS Momentum
Nine Things to Ask Your Future Boss, the CEO
Why CFOs Still Don't Like Hedge Accounting
new Rolodex("most-popular");
Topics A-Z
AccountingBudgeting and PlanningCompensationComplianceEmployee Benefits
Regulatory IssuesRisk ManagementSmaller Businesses
more topics »
Today's Featured Jobs
Marketing Manager
Location: NYC, NY
» View this job
Chief Financial Officer
Location: Phoenix, AZ
» View this job
Accounting Manager
Location: San Diego, CA
» View this job
View job board
Post a job
advertisement
Sponsored Links
document.write('');
document.write('');
document.write(' ');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write(' ');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write(' ');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write(' ');
document.write('');
document.write('');
document.write('');
if (typeof(tracking_attrib) == "undefined") {
var tracking_attrib = '';
}
function getCustomerTrackingAttributes()
{ return '&System=www.cfo.com&Page=Homepage&AdTagId=home&Action=Read&Rubric=home' + tracking_attrib; }
function getSiteId()
{ return '1'; }
var if_Site_ID = "cfo"; var if_protocol=window.location.protocol; var if_tag = ""; var mep1= getCustomerTrackingAttributes() + "&userType=New&if_nt_UserStatus=anonymous&if_nt_ServerName=WWW3"; var if_sid = getSiteId(); document.write(if_tag);
About Us
Advertise
Contact Us
Sitemap
Privacy
Subscribe
RSS Feeds
© CFO Publishing Corporation 2008. All rights reserved.
|
|