-

-
Recent Posts
Archives
Categories
Author Archives: cointilt
A really great new feature in WordPress is the ability to create custom post types. This allows you to write very little code, and create entire sections on your site using built in WordPress features and UI. Here is a … Continue reading
Posted in Code Snippets, Development, Life, PHP, Wordpress
Tagged Custom Post Types, Wordpress, Wordpress 3.0
Leave a comment
One of my goals of this year was to get back into shape. I have started to run lately thanks to my iPhone. I downloaded and used two different apps to track my running. The app I have decided to … Continue reading
Posted in Apps, iPhone, Life
Leave a comment
Insert this into the functions.php page located in your theme file: remove_action ( ‘wp_head’, ‘wp_generator’ ) It will auto remove the tag that says: <meta name="generator" content="WordPress 3.0.1" />
Posted in Code Snippets, Development, HTML, PHP, Wordpress
Leave a comment
I agree with almost everything Jacob Gillespie says in his article about URI design for CSS Tricks. Especially about not including www in your url. A URI must represent an object, uniquely and permanently One of the most fundamental philosophies … Continue reading
Confused Bits Of jQuery The explosion of JavaScript libraries and frameworks such as jQuery onto the front-end development scene has opened up the power of JavaScript to a far wider audience than ever before. It was born of the need … Continue reading
Posted in Development, Javascript, jQuery, Links
Leave a comment
The past week has been so crazy with work. We have so many projects going on at once and many deadlines around the same time of each other. The good thing about this is it has gotten me to learn … Continue reading
Posted in Wordpress
Leave a comment
I tend to use this a lot on my dev sites to show my what my errors are instead of just seeing a blank white page. error_reporting ( E_ALL ); ini_set ( ‘display_errors’, ’1′ );
Posted in Code Snippets, Development, PHP
Tagged display errors, error reporting, php
Leave a comment
Well I have a couple of tutorials I want to get posted on the site, but I am still trying to get the right plugins working to show the code. So I have not stopped blogging, just have not posted … Continue reading
Posted in Site Updates
Leave a comment
I was really excited about taking a photo a day and posting on here. I took a photo this morning and was about to post it when I thought, maybe a photo each day is a little much for this … Continue reading
Posted in Daily Photo
Leave a comment
I have been taking a photo of my self ( normal and smiling ) each day I sit down on my computer for the past couple months. I have been pretty good about it, only missing a couple days. I … Continue reading
Posted in Daily Photo
Leave a comment
