Blog


Create PHP Title & Meta Description Tags with PHP Array
Posted on July 20, 2012 in Array, Function, PHP by Matt Jennings

Below is a function on how to create tags with an array and foreach method.

<?php
function title_meta_descrip()
{
$_url = $_SERVER[REQUEST_URI];
$phpfilename …

Read more


Using @font-face to Make Fonts Web Safe
Posted on May 6, 2012 in CSS, Fonts by Matt Jennings

http://fontface.codeandmore.com/

http://www.fontsquirrel.com/fontface/generator


Print Out File Names and Replace Strings in Directory Using Linux Shell
Posted on February 8, 2012 in Linux by Matt Jennings

Print Out File Names in a Directory

Navigate to the folder you want using cd.
While inside the folder you want enter …

Read more


Manipulate an Element from an Attribute and Value Pair
Posted on January 9, 2012 in jQuery by Matt Jennings

The code below grabs an img tag with a width=”434″ attribute and value pair, goes up to the parent tag …

Read more


How to Move Posts from Blogger to WordPress
Posted on November 22, 2011 in Blogger, WordPress by Matt Jennings

See http://www.daretothink.co.uk/blog/blogger-to-wordpress-import/. I tried it on http://www.kondasdds.com/blog/ and it works, even with moving images over. Add 301 Redirect …

Read more