Frumph.NET

I'm in your site, touching your stuff.
RSS
  • Home
  • Downloads
  • FAQs
  • Hire Me
    • Portfolio
  • Chat
  • Blog
  • Shop
  • Archive
    • By Year
    • Calendar
  • Plugins
Anomaly WebComic Follow me on Twitter

Hosted Site List

  • Frumph.NET
  • ComicPress Sandy
  • Anomaly
  • Test Designs
  • ComicPress ForeBoding
  • ComicPress BlueOcean
  • ComicPress Spacecase
  • ComicPress Boxed
  • ComicPress Silver

Associate Sites

  • ComicPress
  • WebComic Planet

Comics I Read

  • Girl Genius
  • Yet Another Fantasy Gamer Comic

Latest Comics

  • Guest Strip Rob Lopez
  • .Rascal 3
  • .Rascal 2
  • .Rascal 1

The Truth #1

by Phil (Frumph) on March 10th, 2010
Posted In: BookOfPhilip

We are being visited, recorded and cataloged.   Not by our own species.

”Comment

I has the sickness.

by Phil (Frumph) on March 9th, 2010
Posted In: Uncategorized

I’ll will not be available until I am better.   Soo someone answer questions on comicpress.org and I think byron has the war going good on webcomic planet.

”Comment

War! 2010

by Phil (Frumph) on February 25th, 2010
Posted In: WebComic Planet

The WebComic Planet War! is starting its signup phase. If you are a webcomic author and wish to participate, go read more @ WebComic Planet.

1Comment
ninja

ComicPress 2.9 upgrades.

by Phil (Frumph) on February 11th, 2010
Posted In: Wordpress

ComicPress 2.9 upgrades are available from me, for $25.00, taking your current design and implementing it into 2.9. This offer does not include people who have custom site work done by Tyler Martin, discuss upgrades with him.

What you get for the $25? You get your own child theme made out of your current site design so that the original ComicPress can be upgraded at anytime and your site will retain all of it’s current look and feel in the child theme.

There are limited # of people that I can work on each day so make sure that you contact me at philip@frumph.net right away if you’re interested in an upgrade.

If you’re interested in more work done then a basic upgrade you can look at my Hire Me page for rates.
- Phil (Frumph)

└ Tags: ComicPress 2.9, Upgrade
”Comment

How to setup a PHP Error log for WordPress

by Phil (Frumph) on February 6th, 2010
Posted In: Wordpress

There are a few hosts that do not give you an easy ability to see php errors that might happen. The first step is to edit your wp-config.php in your installation root directory.

Add these lines:

// Tell wordpress to enable error reporting
define('WP_DEBUG', 1);
// Do *not* display errors to the screen
define('WP_DEBUG_DISPLAY', 0);
// Tell wordpress to create a log file
define('WP_DEBUG_LOG', 1);
// Tell wordpress we don't want the extra info
define('E_DEPRECATED', 1);

Next step is to tell WordPress to ‘avoid’ giving you all the damn notices you might be getting. Edit the wp-settings.php file that is in the root of the wordpress installation.

Search for:

	if ( defined('E_DEPRECATED') )
		error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT);

and replace the error_reporting line with this:

		error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE);

This will tell the debug.log to not record anything that’s deprecated strict or notices.

Once you do this, if any errors occur you will find in the wp-content directory a file called debug.log, then you can look at that log for what the error is and fix it. (or tell someone who can fix it).

/wp-content/debug.log

- Phil (Frumph)

└ Tags: Error Log, How-To
9Comment

ComicPress 2.9 Changelog & Features

by Phil (Frumph) on January 1st, 2010
Posted In: News

Originally ComicPress 2.9 was going to be 2.8.1 but wierdly enough I decided to throw a whole bunch of new features and code cleanup that warranted a serious revision adjustment.

At the end of Nov. 2009 Danny Burleson joined us in helping with revamps of various config sections.  Welcome Danny!  We’ll get you up to speed with adding features in no time.
↓ Read the rest of this entry…

└ Tags: Changelog, ComicPress 2.9, Features
”Comment

ComicPress 2.9 CSS Overview – Part 6

by Phil (Frumph) on December 5th, 2009
Posted In: FAQ

#menubar / #sidebar-menubar

↓ Read the rest of this entry…

”Comment

ComicPress 2.9 CSS Overview – Part 5

by Phil (Frumph) on November 29th, 2009
Posted In: FAQ

#header / #sidebar-header

↓ Read the rest of this entry…

└ Tags: #header, #sidebar-header, .headerpwad, ComicPress 2.9, css
4Comment

ComicPress 2.9 (BETA)

by Phil (Frumph) on November 28th, 2009
Posted In: News

ComicPress 2.9 is nearing completion and the beta is available to those who want to experience all of the new options and abilities that this version has to offer.

Download ComicPress 2.9 (BETA) Here

Remember, the support for 2.9 is limited to reporting buts at http://bugs.comicpress.org/

- Phil (Frumph)

”Comment

ComicPress 2.9 CSS Overview – Part 4

by Phil (Frumph) on November 28th, 2009
Posted In: FAQ

#page {} / #page-wide

↓ Read the rest of this entry…

└ Tags: ComicPress 2.9, css, page, page-wide
”Comment
  • Page 1 of 4
  • 1
  • 2
  • 3
  • 4
  • »
March 2010
S M T W T F S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  

Latest Comic

Guest Strip Rob Lopez

Categories

  • BookOfPhilip (1)
  • ComicPress Child Themes (3)
  • FAQ (6)
  • News (2)
  • Random Thoughts (2)
  • Uncategorized (1)
  • WebComic (4)
    • Rascal (4)
  • WebComic Planet (1)
  • Wordpress (19)

0 Users Online Chatting

  • No one

Latest Chatter

  • animal: :roll:
  • animal: hello!!!
  • bib: hello

© 2009-2010 Philip M. Hofer (Frumph)
Controlling the world with WordPress with ComicPress |Subscribe: RSS

80 queries. 0.496 seconds.