Banner

{ Welcome }

I’m pretty busy right now, so launching the new, fully featured, highly anticipated designfox.co site is a work in progress!

I know things look really plain,  and you’re wondering why.  Quite simply it’s because I have lots that I would love to share with everyone and didn’t want to hold that back as I continue to work behind the scenes on a more robust theme for this site.  So if you don’t mind the dust and the temporary white walls as I hammer away then feel free to poke around. Here you will find articles and other helpful resources related to web design and development.

Below is a glimpse at some of the recent client projects I have been involved in.

Yes I'm Available Button

Join Me On Facebook

{ TheLatestInsights }

< spreading the word >

{ Custom php.ini Cautions }

< >
< Posted in: News & Updates, On: 12/07/2011, By: Amber >

I was working on a client site today that required me to create a custom php.ini file so that I was able to enable some PHP functions that were disabled by default by their hosting provider.  While I was doing this, it got me thinking that I should give you all a heads up about about why you should be cautious when using a custom php.ini file.

In my article “So You Want A Larger Upload Limit Eh…” I walk you through the process of creating a custom php.ini file so that you could modify the upload limit for your server; essentially overriding the default values set by your hosting provider.  Your custom php.ini file is a copy, originally based on the php.ini file installed as part of your server’s setup for its default PHP version, and as such, you could run into serious problems if you decide to use another PHP version.

The reason for this being that your custom php.ini copy may contain configuration paths, extensions and other settings that are not suitable for a PHP version that gets chosen down the line.  It’s even possible it could be missing settings required by the new PHP version entirely.  That would not be good!

An example of problems that can arise between PHP version changes is as follows:

PHP 5.2: extension_dir=”/usr/local/lib/php/extensions/no-debug-non-zts-20060613″
PHP 5.3: extension_dir=”/opt/php53/lib/php/extensions/no-debug-non-zts-20090626″

Notice in the above example that the server path that is used for extension modules is different between PHP 5.2 and PHP 5.3.

If you are working with a custom php.ini copy to modify your hosts default PHP configurations, make a note of any modifications that you have made and then delete the custom php.ini copy you created along with it’s corresponding suPHP_ConfigPath pointer (if applicable, not all servers require this portion), located in your primary .htaccess file prior to implementing a PHP version change!

{ Manage Subscriptions }

< >
< Posted in: News & Updates, On: 09/29/2011, By: Amber >

Please fill in your subscriber email address below to manage your subscriptions.

{ Browser Window Size… that’s right.. BROWSER… not Screen Resolution! }

< >
< Posted in: Web Design & Development, On: 09/23/2011, By: Amber >

1140 Grids (27)

While working on the new fancy shmancy designFox.co layout (I know, I know, it’s been a work in progress for awhile. What can I say, I’m a bit of a perfectionist  >.>  <.< ) I decided to go back and review Browser Window Sizes and Screen Resolutions.

If you’re sitting there thinking “Why the heck did you do that, you know that 960 is the way to go!”  you’re not alone… I did to.  Then I thought, balls I’m going to just review it anyway.

Read more on “Browser Window Size… that’s right.. BROWSER… not Screen Resolution!” »

{ Add Custom File Extensions To WordPress }

< >
< Posted in: Tips & Tricks, On: 08/05/2011, By: Amber >

Have you ever tried to upload a file to WordPress only to be greeted with the lovely message

“Somefile has failed to upload due to an error.  Sorry, this file type is not permitted for security reasons.”

If you’re like me, you probably saw that and heaved an exasperated sigh.  @_@  LOL

The quickest way to work around this is to add those needed file extensions to your current theme’s function.php.  Read more on “Add Custom File Extensions To WordPress” »

Stop Internet Lockdown