Top Stories published by technodyne in June of 2012

php and mongodb powered blog — Part 2

In the previous post about adding and viewing the blog post. This post is about creating the dashboard for the blog. Create dashboard.php. Add the following.

[sourcecode language=”php”]
<?php
 try {
 $mongodb = new Mongo()…


GitHub — Social Coding

Git hub is a code repository where we can put our code and Share it. This post is about how to upload your projects into github repository. As usual download create your own github account and log in to it. Then download github client to your PC and install it. Here is the reference for…