Posts tagged ‘PHP’

WPTweet Wordpress Plugin

A Simple Twitter Wordpress Plug-in that gets the latest tweet for the given username and displays it.
Version: 1.0
Tested with Wordpress Version: 2.5 (should work in 2.3)
Notes:

This Plug-in is ONLY FOR ADVANCED USERS. It has absolutely no Widget support and needs you to manually edit your theme.
This Plug-in DOES NOT enable you to get tweets from [...]

Coding 2 Responses

Finally, Update for May 17th

Is it me or am I running out of ‘Cool-Looking’ titles for my posts, I know this “Update for …” title is lame. Oh well..
1. We finally ’started to start’ ExperTrio Web Services. A Hosting, Domain Registration, Web Services Company. I’m too lazy to complete the site’s template design though, Expect it to be online [...]

Personal 4 Responses

Simple PHP Date and Time Management

Ever got confused when you are coding a PHP application that needs to output date and time in Different formats and Time Zones?
Using conventional methods makes you write complicated functions to deal with it. However, If you use UNIX Timestamps as the Time data (in the database) , you can convert that into any format [...]

Coding 3 Responses

Feeder Wordpress Plugin

NOTE: Feeder is not supported anymore (as of Wordpress 2.3). Use the Widgets in Wordpress Admin Panel to achieve similar functionality.
Feeder is a RSS Feed aggregator which parses the feed and displays them in <li> tag.
Unique thing about Feeder is that, it can cache the given feed on your server. As Directly accessing the feed [...]

Coding 26 Responses