Posted on Jan 12, 2010
Today PHPCamp.net turned one year old, I think it’s time to share some stats about us.
We now have more then 1200+ registered users, and 8587 user submitted articles and from the chart above you can see how traffic behaved over the year.
Thank you everyone for helping us grow.
Posted on Jul 30, 2009
If you like PHPCamp, and want to help it grow, then here are two things you can do.
- You should become fan of PHPCamp on Facebook here.
- If you have a blog/website then you can helps us by putting boiling article’s RSS feed on your site. You can find more about that here.
Additionally, you can also encourage your web developer friends to do the same.
Posted on Jul 14, 2009
Here are few ways to display Boiling Links from PHPcamp on your blog or website.
WordPress
- Download and Install the Simple Feed List Plugin.
- Active it.
- Put following code somewhere on your template
<?php if(function_exists(’simple_feed_list’)) simple_feed_list(’http://phpcamp.net/feed’,5,’No’); ?>
OR 
You can use RSS Widget to your sidebar, Just use http://phpcamp.net/feed as your feed url.
Blogger
- Go to “settings –> edit layout”
- Click on “Add a Gadget” and scroll down to RSS gadget
- Add that gadget
- Set the feed url to http://phpcamp.net/feed
- Save the template.
Joomla
- Login to Administrator section of your website
- Go to “Extensions –> Module manager”
- Click on “New” button on top right corner
- Select “Feed Display” and click “Next”
- Set Title to “Boiling on PHPCamp” or whatever you like
- Set Feed URL to http://phpcamp.net/feed
- Click on the “Save” Button.
Drupal
I have not used drupal to comment, can a drupaler give us the step to do
update: As usual Abhishek points out how to do it in Drupal in the comment below
Others
Please wait few days we will be releasing our own widget to display “Boiling Links”.
Enjoy!!!