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

Archive for February, 2009

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

Wednesday, February 25th, 2009

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 the array_key_exists(‘key’, $dataset) to check if the key exists in the array.

Good to know!

Thinking About Design and Templates…

Saturday, February 7th, 2009

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 premium.  All rights will be transferred to the buyer.

Limited: meaning a design can be downloaded only 1-3 times before it is retired.  Rights will not be transferred to the buyer.

Unlimited: meaning this can be downloaded as many times by users for a smaller premium.

Templates will include Photoshop/Illustrator files with optional HTML files.  Request for HTML versions of the design can be requested.

If you are interested in learning more please contact us to fing out more.