Web developers’ ultimate challenge
It started with one simple question - what is the ultimate challenge in web development?
Well, some of my fellows answered - ‘may be, it’s solving problems!’. But trust me, web development is not rocket science - it’s relatively much much easier than most other programming jobs. Problems that web developers face everyday are pretty [...]
RSS in CakePHP 1.2
We all know what is RSS and how it looks like, here goes simple sample –
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Channel Title</title>
<link>http://www.example.com/</link>
<description>Channel Description</description >
<item>
<title>title1</title>
<link>http://www.example.com/link1</link>
<description>description1</description>
<pubDate> [...]
