Skip to content



Facebook Likes/Shares Checker for a Webpage

Facebook integration is by now ‘a must’ for websites. By providing tools to share or like your site to Facebook, it gives your site a lot more opportunity to get read and seen by the 500 million ++ users of Facebook. Facebook has developed several simple to use API’s for this which can be found here: http://developers.facebook.com/docs/guides/web.

Statistics can be monitored in http://www.facebook.com/insights, however the data presented is far from complete. For example, something as simple as monitoring how many people has “shared” or “liked” your website is not easily determined. Fortunately there’s a handy link for checking the number of Facebook “likes” or “shares” of a given Web Page URL also provided by Facebook but not as known:

http://api.facebook.com/restserver.php?method=links.getStats&urls=http://www.eacomm.com

The above query will return an XML document in the following format:

<?xml version=”1.0″ encoding=”UTF-8″?>

<links_getStats_response xmlns=”http://api.facebook.com/1.0/” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=”http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd” list=”true”>

<link_stat>

<url>http://www.eacomm.com</url>

<share_count>3</share_count>

<like_count>3</like_count>

<comment_count>13</comment_count>

<total_count>19</total_count>

<click_count>0</click_count>

<normalized_url>http://www.eacomm.com/</normalized_url>

</link_stat>

</links_getStats_response>

This can then be parsed by a simple application to store the statistics in a database.

For example in PHP you can use the simlexml_load_file to parse this. Below is a very simple code (admittedly not very elegant, but it works) to do this:

$url = “http://www.eacomm.com”;
$xml = simplexml_load_file(”http://api.facebook.com/restserver.php?method=links.getStats&urls=$url”);
$child=$xml->children();
$child2=$child->children();
$shares=$child2->share_count;
$likes=$child2->like_count;
$comments=$child2->comment_count;
$total=$child2->total_count;
$clicks=$child2->click_count;

You can now store the shares, likes, etc. in a database and monitor for yourself how your website is performing in Facebook.

Below is a form to check if your site has been ’shared’ in Facebook:

http://www.eacomm.com/fblikecheck.php

Facebook Likes/Shares Checker:

Enter the Web Page you want to check:

Posted in Articles, Current Projects. Tagged with , , , , , , , .

Philippine Business Directory …

Philippine Business Directory … http://fb.me/wf3XXHes

Posted in Events. Tagged with , .

Philippine Business Directory …

Philippine Business Directory – Top 50 most Shared/Liked Companies: http://bit.ly/bOx7JD

Posted in Events. Tagged with , .

Artes de la Filipinas: Private Collections available from BuyOnline.ph

EACOMM Corporation’s Artes de las Filipinas: Private Collections by Ms. Christiane de la Paz is now available for purchase online at http://www.buyonline.ph. This provides online purchasers more options for payment such as Bancnet/Megalink cards, Globe GCash or Credit Card. The book is also available through Artes de las Filipinas’ Online store (payment by Paypal only), in Amazon.com, as well as select Powerbooks and Fully Booked branches in Metro Manila.

Posted in Uncategorized.

New look and features for PhilippineCompanies.com

At over 10,000 visitors/day PhilippineCompanies.com is now one of the top 1000 websites in the Philippines. This coincides as well with the site surpassing 50,000 companies listed in its database.  In our continuing effort to improve the website, the following changes have recently gone live:

  • PhilippineCompanies.com has moved to our Cloud-based Virtual Private Servers which would allow us to scale more easily as the site continues to grow. The upgrade should significantly increase the website loading time as well.
  • The site has been redesigned to what we think is a cleaner and sleeker look.
  • A new section that has gone live but still under constant improvement and development is the Stock Market section of the site. This area provides links to stock information and news for Publicly Traded Philippine Companies.
  • Visitors can now download the PhilippineCompanies Toolbar to have faster access to the PhilippineCompanies search engine.

Expect several other new features in the next few weeks!

Posted in Current Projects, Events. Tagged with , , , , , .

Animahenasyon 2010 Teaser and Poster

Produced by Glow Animation for the Animation Council of the Philippines

Animahenasyon 2010

Posted in Events. Tagged with , , , , , .

EACOMM Managed Web Hosting Web…

EACOMM Managed Web Hosting Website: http://hosting.eacomm.com/

Posted in Current Projects, Events. Tagged with , , , , , , , , , .

Junior Software Engineer

EACOMM Corporation’s Research and Development team is looking for fresh graduates to work as Junior Software Engineers on the following tasks:

  • Assist the software architects and software engineers in the conceptualization, design and implementation of innovative new web applications
  • Learn and use the latest web technologies

Candidates must be knowledgeable in:

  • Software Design/System Analysis
  • Linux operating system
  • PHP/MySQL
  • HTML/CSS2.0
  • AJAX/Javascript
  • Basic Flash actionscripting
  • Knowledge in other web programming languages such as Python, ASP.NET, etc..a definite plus.

Candidates must be a graduate of a computer science, computer engineering or equivalent course from a reputable university. Excellent English communications and comprehension skill is required.

Please submit your resumes via email to: admin@eacomm.com

Posted in Job Openings. Tagged with , , , , .

Managed Virtual Private Server (VPS) / Cloud Server Hosting

EACOMM Philippines is now offering Virtual Private Server Hosting to complement its shared and grid hosting offerings. Features include:

  • Real-time scaling of server resources. Our VPS Cloud Infrastructure allows you to increase and decrease the specifications of your server with little or no downtime. Just give us a call and we will upgrade or downgrade your cloud server specifications in a matter of minutes.
  • Full Root Access with your choice of Linux distribution including Arch, CentOS, Debian, Fedora, Gentoo, Red Hat and Ubuntu.
  • Metered bandwidth, pay only for what you use!
  • Daily and Weekly Backups
  • Optional assistance in configuring your server as a web server, email server, VoIP PBX, or even a remote Linux workstation!
  • Housed in US-based Data Centers with 99.99% assured up-time.

EACOMM VPS SERVER PACKAGES:

RAM

HDD

Monthly Cost*

Test Server

256 MB 10 GB

PHP 900.00

Personal Server

512 MB 20 GB

PHP 1,700.00

Small Business Server

1024 MB 40 GB

PHP 3,300.00

Enterprise Server

2048 MB 80GB

PHP 6,500.00

*All Prices are VAT Exclusive

BANDWIDTH COST (INBOUND): PHP 6.00/GB +VAT (i.e. uploading content to your server)

BANDWIDTH COST (OUTBOUND):  PHP 15.00/GB +VAT (i.e. visitors to your website)

OPTIONAL SERVER SETUP ASSISTANCE: Starts at Php 5,000.00+VAT

FOR MORE INFORMATION CONTACT US AT:

EACOMM Integrated Solutions Division
Telephone: +63 2 438 2986
Email: solutions@eacomm.com

Posted in Current Projects, Events. Tagged with , , , , , , , , , , .

2010 Summer Internship

EACOMM is now accepting applicants for student interns/ojt’s for the following positions:

Graphic Designer/Photographer: We are currently looking for aspiring professional photographers and graphic designers looking to build on their portfolio by assisting us in various internally developed projects. Main tasks include web and print graphic design as well as off-site photography of artworks, sculptures, houses, and others. (2 positions available)

Web Programmer: We are looking  for trainee web programmers familiar with PHP/MySQL and/or ASP.NET to work on various internal software application projects.  (4 positions available)

Flash Programmer: Trainee familiar with flash action scripting to develop simple flash-based games. (1 position available)

 Applicants should email their resumes to admin@eacomm.com along with any relevant links/portfolios of previous works relevant to the position being applied for.

Posted in Job Openings.