When working with custom Wordpress sites, it is sometimes required to add a login form to one of the pages. Being wordpress, it is quite simple to do so.
For example, on your blog sidebar or on a page template just copy below code and enjoy!!
<?php if ( !(current_user_can(‘level_0′)) ) { ?>
<h2>Login</h2>
<form action=”<?php echo [...]
Among the many joys of running your own company, a certainly interesting one is the ability to open up stuff once the hardware stops working.
A weird accident yesterday left our Mac Mini a little zonked out and it just refused to power up. When there was no hope left that we would see it working [...]
Push Notifications have been around for quite some time now, but when we started on it, we found out that we were unable to find all the information about creating a demo in one place. After a few hours, we were able to get it to work. Here is what we did.
Basically, the code on [...]