CakeNews Update
Posted by Felix Geisendörfer, on Jun 14, 2006 - in PHP & CakePHP » News
Deprecated post
The authors of this post have marked it as deprecated. This means the information displayed is most likely outdated, inaccurate, boring or a combination of all three.
Policy: We never delete deprecated posts, but they are not listed in our categories or show up in the search anymore.
Comments: You can continue to leave comments on this post, but please consult Google or our search first if you want to get an answer ; ).
I just updated the CakeNews site I talked about earlier. The latest version has some simple CSS to it, as well as a 2 new features: Showing the 10 latest events in the world of CakePHP + a form to use the cakephp.org search. I also added the Google Groups feed that contains changes to tickets.
So for all of you who want to stay up to date about everything CakePHP, check it out:
I also added a cron job that will update the site every 20 minutes. Much nicer then the 2 hours cache timeout I used before ; ).
-- Felix Geisendörfer aka the_undefined
5 Comments
Hey Daniel, yeah I might do some work on the css for the next update. What color would you like to see?
I'll also release the RSS feed parsing code pretty soon.
i added this to the css in firefox to your layout, it just cleaned it a bit more
* {
font-family:"trebuchet ms";
font-size: 12pt;
}
div.block{
float: left;
display: block;
width: 33%;
background-color:#EEE;
border-color:#FFF;
border-width:1px;
border-style:solid;
}
Hey dingonv,
I like this style sheet addition! Just uploaded it to the site. Many thanks ; ).
Useful ! , thanks :)


Nice. I would use another color than red for the titles as red is usually used for errors or warnings.