w.media Open in urlscan Pro
2606:4700:3031::6815:2515  Public Scan

Submitted URL: http://w.media/
Effective URL: https://w.media/
Submission: On August 05 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://w.media/

<form class="jet-ajax-search__form" method="get" action="https://w.media/" role="search" target="">
  <div class="jet-ajax-search__fields-holder">
    <div class="jet-ajax-search__field-wrapper">
      <label for="search-input-e85fb89" class="screen-reader-text">Search ...</label>
      <input id="search-input-e85fb89" class="jet-ajax-search__field" type="search" placeholder="Search ..." value="" name="s" autocomplete="off">
      <input type="hidden" value="{&quot;search_source&quot;:&quot;post&quot;,&quot;results_order&quot;:&quot;desc&quot;}" name="jet_ajax_search_settings">
    </div>
  </div>
  <button class="jet-ajax-search__submit" type="submit" aria-label="Search submit"><span class="jet-ajax-search__submit-icon jet-ajax-search-icon"><i aria-hidden="true" class="fas fa-search"></i></span></button>
</form>

Name: Subscribe FoemPOST

<form class="elementor-form" method="post" name="Subscribe Foem">
  <input type="hidden" name="current_post_id" value="25205"><input type="hidden" name="post_id" value="22201">
  <input type="hidden" name="form_id" value="afcd505">
  <input type="hidden" name="referer_title" value="W.Media - Data Center News &amp; Cloud Publisher in Asia Pacific">
  <input type="hidden" name="queried_type" value="WP_Post"><input type="hidden" name="queried_id" value="25205">
  <div class="elementor-form-fields-wrapper elementor-labels-above">
    <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-FNAME elementor-repeater-item-47d33d3 elementor-col-100 elementor-field-required elementor-mark-required">
      <label for="form-field-FNAME" class="elementor-field-label"> First Name </label>
      <input size="1" type="text" name="form_fields[FNAME]" id="form-field-FNAME" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="First Name" required="required" aria-required="true">
    </div>
    <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-LNAME elementor-repeater-item-8015687 elementor-col-100 elementor-field-required elementor-mark-required">
      <label for="form-field-LNAME" class="elementor-field-label"> Last Name </label>
      <input size="1" type="text" name="form_fields[LNAME]" id="form-field-LNAME" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Last Name" required="required" aria-required="true">
    </div>
    <div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-EMAIL elementor-repeater-item-e296fe1 elementor-col-100 elementor-field-required elementor-mark-required">
      <label for="form-field-EMAIL" class="elementor-field-label"> Email </label>
      <input size="1" type="email" name="form_fields[EMAIL]" id="form-field-EMAIL" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Email" required="required" aria-required="true">
    </div>
    <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-JTITLE elementor-repeater-item-d6064a1 elementor-col-100 elementor-field-required elementor-mark-required">
      <label for="form-field-JTITLE" class="elementor-field-label"> Job Title </label>
      <input size="1" type="text" name="form_fields[JTITLE]" id="form-field-JTITLE" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Job Title" required="required" aria-required="true">
    </div>
    <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-COMPANY elementor-repeater-item-6821e53 elementor-col-100 elementor-field-required elementor-mark-required">
      <label for="form-field-COMPANY" class="elementor-field-label"> Company </label>
      <input size="1" type="text" name="form_fields[COMPANY]" id="form-field-COMPANY" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Company" required="required" aria-required="true">
    </div>
    <div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-select_region elementor-repeater-item-d8764ef elementor-col-100">
      <label for="form-field-select_region" class="elementor-field-label"> Select your region <span style="color:red">* </span></label>
      <div class="elementor-field elementor-select-wrapper remove-before ">
        <div class="select-caret-down-wrapper">
          <i aria-hidden="true" class="eicon-caret-down"></i>
        </div>
        <select name="form_fields[select_region]" id="form-field-select_region" class="elementor-field-textual elementor-size-sm">
          <option value="South East Asia">South East Asia</option>
          <option value="South Asia">South Asia</option>
          <option value="Northeast Asia">Northeast Asia</option>
          <option value="Australasia">Australasia</option>
          <option value="Middle East">Middle East</option>
        </select>
      </div>
    </div>
    <div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_5eadf20 elementor-repeater-item-5eadf20 elementor-col-100">
      <script>
        document.addEventListener('DOMContentLoaded', function() {
          document.querySelector('.elementor-form-footer').addEventListener('submit', function(event) {
            event.preventDefault(); // Prevent the default form submission
            // Get select_region value
            var selectedRegion = document.getElementById('form-field-select_region').value;
            // Define fetch URL based on selectedRegion
            var fetchURL;
            switch (selectedRegion) {
              case 'South East Asia':
                fetchURL = 'https://edm.w.media/index.php/lists/bs541tnrrvbbb/subscribe';
                break;
              case 'South Asia':
                fetchURL = 'https://edm.w.media/index.php/lists/fo7917sawq3e6/subscribe';
                break;
              case 'Northeast Asia':
                fetchURL = 'https://edm.w.media/index.php/lists/pf476pccb81fd/subscribe';
                break;
              case 'Middle East':
                fetchURL = 'https://edm.w.media/index.php/lists/cr336roo10065/subscribe';
                break;
              default:
                // If select_region value is none of the above, proceed with the default form submission
                this.submit();
                return; // Exit the function
            }
            // Get other form field values
            var firstName = document.getElementById('form-field-FNAME').value;
            var lastName = document.getElementById('form-field-LNAME').value;
            var email = document.getElementById('form-field-EMAIL').value;
            var jobTitle = document.getElementById('form-field-JTITLE').value;
            var company = document.getElementById('form-field-COMPANY').value;
            // Create form data
            var formData = new FormData();
            formData.append('EMAIL', email);
            formData.append('JTITLE', jobTitle);
            formData.append('COMPANY', company);
            formData.append('FNAME', firstName);
            formData.append('LNAME', lastName);
            // Send form data using Fetch API to the appropriate fetch URL
            fetch(fetchURL, {
              method: 'POST',
              body: formData
            }).then(response => {
              if (response.ok) {
                // If the request was successful, do something (e.g., show a success message)
                console.log('Subscription successful');
              } else {
                // If the request failed, handle the error
                console.error('Subscription failed');
              }
            }).catch(error => {
              console.error('Error:', error);
            });
          });
        });
      </script>
    </div>
    <div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
      <button class="elementor-button elementor-size-sm" type="submit">
        <span class="elementor-button-content-wrapper">
          <span class="elementor-button-text">Subscribe</span>
        </span>
      </button>
    </div>
  </div>
</form>

Text Content

Skip to content
 * All News
 * Regional News
   * Southeast Asia News
   * South Asia News
   * Northeast Asia News
   * Australasia News
   * Middle East News
 *   Awards
 * Events
   * All Events
   * Southeast Asia Events
   * South Asia Events
   * Middle East Events
   * Northeast Asia Events
   * Australasia Events
   * Past Events
 * CenterStage
   * Audios
   * Videos
 * Magazines
 * Our Story
 * Contact Us

Menu
 * All News
 * Regional News
   * Southeast Asia News
   * South Asia News
   * Northeast Asia News
   * Australasia News
   * Middle East News
 *   Awards
 * Events
   * All Events
   * Southeast Asia Events
   * South Asia Events
   * Middle East Events
   * Northeast Asia Events
   * Australasia Events
   * Past Events
 * CenterStage
   * Audios
   * Videos
 * Magazines
 * Our Story
 * Contact Us

Member
Login
 * All News
 * Regional News
   * Southeast Asia News
   * South Asia News
   * Northeast Asia News
   * Australasia News
   * Middle East News
 *   Awards
 * Events
   * All Events
   * Southeast Asia Events
   * South Asia Events
   * Middle East Events
   * Northeast Asia Events
   * Australasia Events
   * Past Events
 * CenterStage
   * Audios
   * Videos
 * Magazines
 * Our Story
 * Contact Us

Menu
 * All News
 * Regional News
   * Southeast Asia News
   * South Asia News
   * Northeast Asia News
   * Australasia News
   * Middle East News
 *   Awards
 * Events
   * All Events
   * Southeast Asia Events
   * South Asia Events
   * Middle East Events
   * Northeast Asia Events
   * Australasia Events
   * Past Events
 * CenterStage
   * Audios
   * Videos
 * Magazines
 * Our Story
 * Contact Us

Member
Login



W.Media Cloud & Datacenter Magazine "GREENING THE GRID" Edition is out! Read
now!
Search ...
Results


See all results





LATEST NEWS


Australasia News
August 5, 2024


CENTURIA TO ACQUIRE[I] 50% IN NEXT GEN DATA CENTRE PROVIDER

Southeast Asia News
August 5, 2024


HANOI AS A RISING HUB FOR VIETNAM’S DATA CENTER INDUSTRY

Optimizing Energy Efficiency in IT- The Power of Cloud and AI I Episode 15
LISTEN NOW


CLICK FOR MORE

Subscribe
 * Spotify
 * Youtube
 * Apple Podcast
 * Linkedin


TIKTOK MAY BE CONSIDERING AUSTRALIAN DATA CENTER, REPORT SUGGESTS


AUGUST 1, 2024


VIRTUAL MACHINE MIGRATION – DISPELLING MYTHS FOR ENTERPRISE IT TEAMS


JULY 31, 2024


ACCOUNTING SOFTWARE GIANT XERO SUFFERS MAJOR OUTAGE


JULY 31, 2024


THE FUTURE OF DATA CENTRES: EMBRACING AI, HYPERSCALE, AND OCP INNOVATIONS


JULY 30, 2024


AUSTRALIA’S CYBER SECURITY MINISTER BREAKS GROUND AT MACQUARIE DATA CENTRES’ NEW
AI AND CLOUD FACILITY


JULY 23, 2024


DATAGRID NEW ZEALAND GETS OIO APPROVAL FOR DATA CENTER PARK EXTENSION


JULY 23, 2024

World News
August 5, 2024


DATA CENTER INVESTMENTS WORTH OVER US$70 BILLION IN THE PIPELINE: BLACKSTONE


MICROSOFT SUFFERS YET ANOTHER OUTAGE


JULY 31, 2024


FIBRE OPTIC CABLES VANDALISED IN FRANCE


JULY 30, 2024


ARE WE OKAY AFTER LAST WEEK’S MICROSOFT AZURE OUTAGE AND FAULTY CROWDSTRIKE
UPDATE?


JULY 22, 2024


AI DRIVING BIG SPENDING ON CLOUD INFRASTRUCTURE: IDC REPORT


JULY 11, 2024


AMD TO ACQUIRE SILO TO EXPAND ENTERPRISE AI SOLUTIONS GLOBALLY


JULY 11, 2024


GOOGLE ENDS MASS PURCHASE OF CARBON OFFSETS, AIMS FOR NET-ZERO EMISSIONS BY 2030


JULY 9, 2024


THAILAND AIMS TO BECOME AI POWERHOUSE

August 2, 2024


BDX INDONESIA COMPLETES PHASE 1 OF AI CAMPUS IN JATILUHUR

August 1, 2024


CAPITALAND ASCENDAS REIT BOOSTS SINGAPORE PORTFOLIO WITH 1H 2024 GAINS

July 31, 2024
Northeast Asia News
July 26, 2024


JAPANESE TECH GIANT NTT TO ESTABLISH MAJOR DATA CENTER HUB IN GERMANY


CHINA BUILDS WORLD’S FIRST COMMERCIAL UNDERWATER DATA CENTER

July 17, 2024


VANTAGE DATA CENTERS OPENS FIRST HYPERSCALE DATA CENTER IN TAIPEI

July 16, 2024


CHINA AND MALAYSIA COLLABORATE ON “DIGITAL TWIN CITIES” PROJECT TO DRIVE DATA
INNOVATION

July 12, 2024


KEPPEL DC REIT EXPANDS TO JAPAN, ACQUIRING TOKYO DATA CENTER FOR $201 MILLION

July 11, 2024


CHINA RACES TO BOOST COMPUTING POWER IN PURSUIT OF AI AND DIGITAL ECONOMY
LEADERSHIP

July 10, 2024


GOOGLE AND BLACKROCK PARTNER TO BOOST SOLAR POWER IN TAIWAN

July 1, 2024
Middle East News
July 29, 2024


SDAIA LAUNCHES NEW DATA CENTER PROJECTS IN RIYADH


FRESHWORKS LAUNCHES NEW DATA CENTER IN UAE

July 4, 2024


MIDDLE EAST DATA CENTER CONSTRUCTION MARKET TO GROW TO USD 4.39 BILLION BY 2029

June 20, 2024


KHAZNA PARTNERS WITH ABU DHABI INVESTMENT OFFICE TO BUILD DATA CENTER IN MAFRAQ

June 3, 2024


HUAWEI CLOUD LAUNCHES CLOUD REGION IN CAIRO

May 28, 2024
South Asia News
August 5, 2024


CTRLS ACQUIRES LAND FOR NEW DATA CENTER IN PATNA


SUSTAINABILITY DOMINATES THE CONVERSATION AT BANGALORE CDC


JULY 27, 2024


SEE YOU AT THE BANGALORE CLOUD AND DATACENTER CONVENTION!


JULY 25, 2024


CAN DATA CENTERS HELP INDIA BECOME A FULLY DEVELOPED ECONOMY BY 2047?


JULY 15, 2024


INSTALLED CAPACITY OF INDIAN DATA CENTERS TO TREBLE BY 2028: REPORT


JULY 3, 2024


NXTRA BY AIRTEL JOINS RE100 INITIATIVE FOR SUSTAINABILITY


JULY 1, 2024


BANGALORE CDC TO SHOWCASE INDIA’S IT CAPITAL’S DATA CENTER LANDSCAPE


JUNE 28, 2024





CENTERSTAGE

Video
Audio
SG-CDC 2023
PH-CDC 2023
Singapore Cloud & Datacenter Convention 2023
00:06
WMedia Studios Panel discussion with Wong Ka Vin | Clement Goh | Justin
Heyes-(Moderator)
17:59
WMedia Studios Panel discussion with Sunil Gupta | Sridhar Pinnapureddy | Jinny
Kim-(Moderator)
14:48
WMedia Studios Panel discussion with Anthony Lim | Alvin Rodrigues | Srini Rao
15:06
WMedia Studios Interview with Matt Madden
14:31
WMedia Studios Interview with Sunil Gupta
18:20
WMedia Studios Interview with Kuok Meng Wei
19:35
PHCDC 2023
00:06
WMedia Studios Interview with Randeep Kapur
10:18
WMedia Studios Interview with Ruth Briones_CEO of Greenergy Solutions
04:42
WMedia Studios Interview with Cyril Rocke_CEO of DataOne Asia
15:31
See more Videos
Audio Player
00:00

33:29

Use Up/Down Arrow keys to increase or decrease volume.



OPTIMIZING ENERGY EFFICIENCY IN IT- THE POWER OF CLOUD AND AI I EPISODE 15

Join us for yet another exciting episode of W.Media Podcast. This week we are
bringing to you a power packed panel discussion from the recently concluded
Singapore Cloud and Datacenter Convention. In this session industry leaders
examine ways of Optimising energy efficiency in IT: The power of Cloud and AI.


Anthony Lim
Moderator
Director
The Centre for Strategic Cyberspace + International Studies
Christophe Maisonnave
Guest
Hybrid Solutions Sales Director
HPE
Tim Rosenfield
Guest
Co-CEO
Sustainable Metal Cloud
Thiru Prakassh
Guest
Regional Manager, Data Center Operations (APAC)
OVHcloud
Guo Dongliang
Guest
Vice President, Product and Solution
Alibaba Cloud International)
Chang Tsann
Guest
Senior Director
Dell Technologies Services
LinkedIn
WhatsApp
Facebook
Email
Audio Player
00:00

25:02

Use Up/Down Arrow keys to increase or decrease volume.



ASEAN DIGITAL FUTURE- LEVERAGING ON LOCATIONAL ADVANTAGES ACROSS THE REGION AND
THE SYNERGY OF CONNECTIVITY, DATA CENTERS, CLOUD AND AI I EPISODE 14

And here's our Bonus Episode of W.Media Podcast. This was broadcast LIVE from
W.Media's Singapore Cloud and Datacenter Convention held on July 18, 2024.

In this power-packed panel discussion, industry experts are examining the
synergistic potential of three pivotal technologies—Connectivity, Data Centers,
Cloud and Artificial Intelligence (AI)—in empowering the digital future of ASEAN
countries.


Neil Mann
Moderator
Founder
Future Horizon
Supparat Singhara na Ayutthaya
Guest
Vice Chairman and Founding Member,
Thailand Data Center Association (TDCA) formerly TDCC
Sendang Praptomo
Guest
CEO
NeutraDC Singapore Pte Ltd
Tan Tze Meng
Guest
Head, Digital Infrastructure Department,
Digital Enablers Division, MDEC
Goh Pei Sheng
Guest
Vice President
Economic Development Board
LinkedIn
WhatsApp
Facebook
Email
Audio Player
00:00

50:57

Use Up/Down Arrow keys to increase or decrease volume.



TECH TALK: CONNECTIVITY & CYBERSECURITY I EPISODE 13

W.Media Podcast Episode 13 takes a deep dive into the complex yet exciting world
of Connectivity & Cybersecurity. Join us, as we discuss 5G, emerging
technologies, and the impact of Artificial Intelligence, Machine Learning and
Internet of Things on Connectivity and Cybersecurity.


Deborah Grey
Host
Editor in Chief
W.Media
Benjamin Carle
Host
Business Development Director
W.Media
Kavin Wong
Guest
Chief Operating Officer (COO)
NeutraDC Nxera Batam
Indrama Yusuf Muda Purba
Guest
Chief Executive Officer (CEO)
NeutraDC Nxera Batam
LinkedIn
WhatsApp
Facebook
Email
Audio Player
00:00

20:40

Use Up/Down Arrow keys to increase or decrease volume.



NEXT STEPS FOR PHILIPPINES’ DATA CENTER FUTURE I EPISODE 12

Tune into Special BONUS Episode, coming to you from our Philippines Cloud and
Data Center Convention (PHCDC), where industry experts dive deep into the future
of data centers for the Philippines!

Discuss how the integration of advanced network architectures, renewable energy
sources, and green technologies to enhance operational efficiency and
environmental sustainability. Industry experts address the imperative of
cultivating local talent and fostering international collaborations to elevate
the Philippines’ position in the global data center market.


William Michael Johnson
Guest
Group Managing Director
ENDEC
Steven Davis
Guest
Founder and Chairman
DCAP
Cyril Rocke
Guest
Chief Executive Officer
DataOne Asia Philippines
Engr. Roberto D. Isip, Jr.
Guest
Senior Assistant Vice President and Head, Network Planning and Design Networks
MERALCO
Alex Baya
Moderator
Global Product Manager
W.Media
LinkedIn
WhatsApp
Facebook
Email
Audio Player
00:00

34:28

Use Up/Down Arrow keys to increase or decrease volume.



AI AND CLOUD COMPUTING- AHEAD OR BEHIND IN INDONESIA | EPISODE 11

Join us for an exciting panel discussion on AI and Cloud Computing- Ahead or
Behind in Indonesia.

Explore the current landscape and delve into the latest trends and innovations
shaping the tech scene in Indonesia. Engage in thought-provoking discussions on
the gap between perceived and actual advancements in AI and cloud computing,
drawing from real-world experiences and challenges faced by industry leaders.

Crafting a Roadmap for Future Success: Gain actionable insights as our panelists
share their expertise in charting a strategic roadmap for future success,
navigating the ever-evolving landscape of technology in Indonesia.


David Forden
Guest
Head of Customer Engineering
Google Cloud Indonesia
Max Meiden Dasuki
Guest
Solution Architect Lead
Tencent Cloud International
Randy Maulana Akbar
Guest
CEO
Qwords Group
Arda Kaya
Moderator
Associate Director
Ernst & Young
LinkedIn
WhatsApp
Facebook
Email
Audio Player
00:00

33:34

Use Up/Down Arrow keys to increase or decrease volume.



EPISODE 10 I OUTLOOK ON DEMAND FOR DATA CENTERS IN INDONESIA (2024-2027)

Tune into Episode 8  featuring key figures in the data center industry.
Understand the factors shaping the next few years for data centers and how
industry leaders perceive the trajectory of this vital sector.

Stay ahead of the curve by gaining deep insights into the strength of drivers
fuelling digital infrastructure growth in the Asia Pacific region, with a
special focus on Indonesia. The discussion, moderated by Dikran Kechichian,
Chief Consultant at The International Data Center Authority, was originally part
of the Indonesia Cloud & Datacenter Convention 2024.

Quick reminder that the APAC Leading Awards are Open. Submit your Nominations!


Dikran Kechichian
Moderator
Chief Consultant, Auditor and Instructor
The International Data Center Authority
Wira Agus
Guest
Director, APAC Data Center Advisory Team, Indonesia
Cushman & Wakefield
James Murphy
Guest
Managing Director
DC Byte
Chris Street
Guest
Group Chief Revenue Officer
ST Telemedia Global Data Centers
Glen Duncan
Guest
Head of Data Centers Research- APAC
Jones Lang LaSalle
LinkedIn
WhatsApp
Facebook
Email


W.MEDIA DIGITAL MAGAZINE


FEATURING INDUSTRY MOVERS AND SHAKERS

 * IT Infrastructure
 * Cloud and Data Centers
 * Connectivity
 * Sustainability & Renewables
 * Automation
 * Cybersecurity
 * Standards and Regulations

Advertise with Us
 * 
 * 
 * 

PreviousNext
View All Magazines


W.MEDIA IS A TECHNOLOGY PUBLISHER & COMMUNITY HUB.

WE SERVE THE CLOUD/IT, DATA CENTERS AND NETWORK INFRASTRUCTURE PROFESSIONALS
THROUGH MEDIA SOLUTIONS AND BUSINESS EVENTS.

FOLLOW US ON LINKEDIN: HTTPS://WWW.LINKEDIN.COM/COMPANY/W-MEDIA-COMPANY


First Name
Last Name
Email
Job Title
Company
Select your region *

South East Asia South Asia Northeast Asia Australasia Middle East

Subscribe


OUR STORY


CONTACT US


ADVERTISE ON W. MEDIA PLATFORMS


TERMS & CONDITIONS


PRIVACY POLICY


© 2024 W.MEDIA. ALL RIGHTS RESERVED