ipsure logo
Logo and Language
Login icon Language selection icon
Hello, guest
*NIX BACKUP Hands-On blog header image Right block of Hands-On blog header image Final menu block of Hands-On blog header image
MS TIP PKI PROJECTS WORDPRESS Active category menu left background Active category menu right background Türkçe HANDS-ON SERVICES IT BUSINESS CONTACT ABOUT REFERENCES TERMS RSS
Home page Hands-On Services IT Business Contact About References Terms of Use RSS

29/08/2011

Get Your FeedBurner Subscriber Count (Reader Statistics) with PHP and cURL

Filed under: Wordpress — Tags: , , , — Sezgin Bayrak @ 11:04

Google FeedBurner LogoEither for disposing your FeedBurner reader counts within your own CSS structure instead of using default FeedBurner chicklet or just for storing the data as for further references, you may want to grab the subscriber counts automatically in text format. We can accomplish this by using a small PHP – cURL script and FeedBurner’s Awareness API. There are a few things you need to consider before using the script. First, you must have a cURL support enabled for PHP in your web server. Second, you need to visit “My Feeds” administration interface and activate FeedCount service under Publicize section.

more Read More

08/02/2010

Creating Dynamic & Realtime Statistical Charts By Integration Of Google Analytics API And Google Chart API

Recently Google put 2 APIs in commission. While Google Analytics API, the first one of them enables developers to integrate GA profile information details, reports and the statistical data with their web and mobile applications by accessing read-only to their existing Google Analytics profiles through their client applications they developed, Google Chart API provides you to create dynamic graphical charts in PNG format and in various kinds (Bar, Line, Radar, Scatter plot, Venn diagram, Pie, Google-o-meter, Maps) by means of URLs that you’ll specially form as frequent inputs.

more Read More

29/01/2010

Displaying Most Recent Wordpress Posts On Another Web Site Or A Different WP Blog

Filed under: Wordpress — Tags: , , , , , — Sezgin Bayrak @ 01:31

You can use MySQL query snippet below if you want to display your most recently published Wordpress posts on another web site or a different WP blog which reside in same or another server, by expressing the publishing or modifying date, the title, content or the author. But before proceeding to the solution, let’s glance at the standart methods that have disadvantages which you might have refered as alternative solutions.

more Read More