Twitter Mobile Monitor uses a Jquery interface to search tweet by keywords (including hashtags) on cross platform smart device. It’ s simple web apps alternative to the data apps, useful to keep away from data privacy collecting. The interface provides automatic scroll of the tweets and updates the query every 120 seconds, costantly monitoring your social network group. At this moment I am testing over IPhone platform as you can see in the picture below.

Let me know if you found it useful, limits and about bugs or testing on other platform.
January 04 2011 | Iphone | No Comments »

Another use for wp-ajax-rss is monitoring twitter status update of a specific user. I found it useful to follow a twitter user particularly active or a twitter user live tweeting events (sport, meeting, etc.) . In order to do this in ajax-rss.php I simply grab the XML file with php simplexml_load_file
$status = simplexml_load_file(‘http://api.twitter.com/1/users/show/User.xml’);
and print the status->text field containing the text of the last tweet and status->created_at field containing date and time of the last tweet .
This is a snapshot example of Twitter update.
June 30 2010 | Mashup and Plugin | No Comments »
Wp Ajax Rss plugin use Jquery and Magpie Rss to monitoring your social feeds or status update. With it, you can define a interval to update Rss data via Ajax call with a cute fade effect. In the example Simple Del.icio.us Spy , I use it to monitoring last Del.icio.us update. Combining Rss & Jquery you can create a feature-rich experience and a really Web 2.0 application.
Instruction
1. Download Wp Ajax Rss plugin version 0.2 .
2. Upload (copy) the folder to the /wp-content/plugins folder
3. Activate WP-PostViews Plugin
5. Go to ‘WP-Admin -> Appearance -> Widgets
6. Add your own settings (Title , url , time interval refresh) and save.
November 06 2009 | Plugin | Comments Off

Simple Delicious Spy is an example of use of my Wp Ajax Rss plugin. I found it very useful for its very immediate approach similar to headlines news of the news site.The refresh of headlines at a specific time interval has more impact than using an interface with too much stimulus (image,scroll,tags), because diverse scientific studies about interfaces, demonstrate that too much stimulus tend to confuse the users instead of catching their attention to the value of the content.
I think about this application like a sort of starting point to found new fresh ideas for blogger constantly searching news.
Let me know if you find useful for some reason this tool.
October 24 2009 | Mashup | Comments Off

Yet Another Twitter Map is a simple Mashup combining Google Map and a Yahoo Pipes to visualize Twitter user location for a specific Twitter Search. It is based on Twitter Map Search Pipes with return in KML format readable by Google Maps. It is useful for quick viewing tweet by region.
April 06 2009 | Mashup | Comments Off
This post is to see Wp related posts widget plugin in action in this blog. Click on title to see the widget on the sidebar. To modify the title of the sidebar insert the title directly in the widget not in wp-23-related-posts-plugin settings options (more css compliance).
March 10 2009 | Plugin | Comments Off
Wp related posts widget is a simple widget plugin that adds a related post sidebar widget, using wp-23-related-posts-plugin that is a prerequisite.
Download
You can download wp-related-posts-widget .
Version
0.5 .
Prerequisite
Download and install wp-23-related-posts-plugin at fairyfish.net or at wp-23-related-posts-plugin .
March 08 2009 | Plugin | Comments Off