Heal Your Church WebSite Rotating Header Image

Posts under ‘Code-Snippets’

Fun with the Twitter Search API and jQuery

Yes, I am bit of an API junkie. Anyone whose followed my blog since 2002 probably has gone blind once or twice reading posts about SOAP, XML-RPC, RSS feed and other such fun.

So why should anyone be surprised that today I’m providing a quick how-to code snippet of some fun I’m having with the Twitter Search API, REST, jQuery and jSON?

The Facebook Activity Feed Widget Plugin for Wordpress

I’m pleased to announce the initial release of my 2nd social media plugin, the Facebook Activity Widget Plugin for Wordpress. Simply put, it automates the display of a Facebook Activity Feed on the sidebar of your blog by making it a easy-to-configure widget.

For those who may not be aware of what the Facebook Activity Feed is, it is a ’social plugin’ displays the most interesting recent activity taking place on your personal website and/or blog.

The Facebook Like Button Plugin for WordPress

Facebook rocked the internet yesterday with 5 new plugins, one of which is an API for the Facebook Like Button. After reading about it and playing a bit with the Facebook’s Like Button generator, I decided what’s needed is a WordPress plugin that allows folks to easily configure the look-and-feel of the Facebook Like Button, and then automatically add it the beginning and/or the end of their posts.

Using Perl’s Net::Twitter to Harvest Keyword Searches

Learn how to use the CPAN Net::Twitter library harvest queries created with http://search.twitter.com.

Don’t get BOSS’d around by your 3rd party API

As the dust settles from last week’s “Micro-Hoo!” partnership announcement, developers around the globe are beginning beg the question “what about my needs?”

How to improve Wordpress widget SEO in 2 edits or less

How do you quickly change the default

tags to

on widget sidebar titles without hacking into the core WordPress engine? Glad you asked, as below I’m going to explain techniques I used at blogJordan.com that demonstrate how find what needs to be edited in your current theme, and them some approaches in how to make the edits – including a global search and replace for the brave.

find-a-bot.sh – a nice little script to ID bots bugging your website site

Already demonstrating earlier this week how to block spambots and rogue spiders. Today I’m completing the lesson with a nice little bash script sample that can help you identify some of these non-browser ‘candidates’ by parsing your access logs and placing the results in an easy-to-read text file.

ip2Country.pl – A fast little script to bulk id IPs by country

Yes, I know, all cool programmers use Python these days – but to this old-school programmer, PERL is to my antiquated PC what GWBasic was to first computer at work back in 1983. That is a nice little tool to get things done, like identify a list of IP addresses by country – fast.