Monday, March 22, 2010

Blogger Post & Comment Feed URLs

Recent Posts RSS feed url http://yourBlogAddress.blogspot.com/feeds/posts/default Recent Comments RSS feed url http://yourBlogAddress.blogspot.com/feeds/comments/default Label Specific Feed urlhttp://yourBlogAddress.blogspot.com/posts/comments/default/-/labelnameReplace -> yourBlogAddress with your actual blogger address.Replace -> labelname with your labelHope That Helps. ...

Sunday, March 21, 2010

Hello World – CodeIgniter!

So you decided to learn CodeIgniter PHP MVC Framework. I am too starting with it and planning to post a series of introductory tutorials on it. Here i go with – Hello World example in CodeIgniter. Install Code Igniter http://codeigniter.com/ Download CodeIgniter copy form the above site. The version i am using is 1.7.2I assume you have setup...