How to add Categories to Pages in WordPress

WordPress

Add categories to pages or to any custom post types with this simple snippet…

Read full story Comments { 0 }

SSH as a SOCKS proxy on Mac OS X

Linux

Tunnel your traffic in an unsecure Wifi or ethernet connection using terminal or Sidestep…

Read full story Comments { 0 }

Check for custom post types – WordPress

WordPress

If you work with WordPress themes and Custom Post Types you will love the snippet below. This is a conditional check for custom post types within The Loop…

Read full story Comments { 0 }

How to upgrade Node.js

Node.js

Upgrade the Node.js version from your system with this simple commands…

Read full story Comments { 0 }

Equal column height with jQuery

JavaScript

Get the highest height from different columns and assign it to all of them with jQuery…

Read full story Comments { 0 }

Javascript, CSS, and (X)HTML entities

HTML5

Have you ever tried to use html entities in CSS? It just doesn’t work. With the super table below…

Read full story Comments { 0 }

Make category list custom post types – WordPress

WordPress

Make the category and tag archive list custom post types with this simple snippet, add it to your functions.php file…

Read full story Comments { 0 }

How to install APC from Source – Ubuntu

Linux

Install APC (Alternative PHP Cache) using the source code. In some linux distributions or in particular cases you might want to avoid installing APC using the command apc-get…

Read full story Comments { 0 }