Build LCD that returns data from DB/Website

if that's all you want to do(with no button or anything) you just need a serial LCD, Ethernet shield and a Arduino. all these you can get at Sparkfun. i think, IMHO, that it would be easier for your web server to notify the Arduino each time a post is made. there are a ton of Ethernet library examples in the IDE on how to receive data.