Home Blog Portfolio Development Contact Us Recommends
Building One Application at a Time

UPWebDesign On LinkedIn

Yep, I finally got around to adding a LinkedIn company profile.  Check it out. http://www.linkedin.com/companies/upwebdesign-llc

Read the rest of this entry »

Checking If A Data Set Is Set When A Value Is NULL

When setting a field in a MySQL database to be NULL by default you may run into NULL values in your dataset when querying the database.  You cannot simply check if a variable is set using the isset() function in PHP because it returns false for NULL values.  To remedy this issue you can use [...]

Read the rest of this entry »

Thinking About Design and Templates…

I have been thinking about adding a section to the site for designs and templates.  In this section you will have free, exclusive, limited, and unlimited designs. Free: meaning this can be downloaded at no cost as many times as users want with no premium. Exclusive: meaning this can only be downloaded once for a [...]

Read the rest of this entry »

Jquery Auto Scroll on Click

Have you ever created a page that has hidden div containers that are activated by a link that has a slide down effect on it?  In case you haven’t there is a slight problem when displaying content that needs to be shown and slid down when the trigger is at the bottom of the browser [...]

Read the rest of this entry »

WordPress TinyMCE Editor Black Background Fix

For about 2-3 hours I was sifting through the support forums and blogs throughout the web and was not able to find a fix for this weird bug/feature in the WordPress (there were a few fixes but none of them worked for this instance).

Read the rest of this entry »

Chroot users in Fedora 9, no ssh, sftp, Jail

Lets say you have a developer that needs to work on one of the sites that you are hosting on your web server in your basement and you don’t want them to have free range to everything on the box.  Another piece of this is you really don’t want the user to have SSH access [...]

Read the rest of this entry »

New Design and Layout

UPWebDesign.com makeover announcement.

Read the rest of this entry »

PHP Framework phpOpenFW

I never really thought about using a framework for PHP.  Mostly because I know PHP’s native functions well enough to create anything I needed from scratch.  The problem is time consumption with repetitive code and writing it out every time I needed it.

Read the rest of this entry »