Peep In My Mind

thumb

Having gone through numerous hats In my career (graphic design, product design, engineering, 3d scanning, computer animation, SEM/SEO and much much more). I figured would share with you all the little tips and tricks I’ve learned through out the way.

Latest Blog Posts

  • Got my hands on a CM Storm Sentinel mouse on Nov 4, 2009 in Blabber cm storm mouse sentinel

    I just got my hands on a brand new CM Storm Sentinel mouse and its the probably the best mouse I have ever used.  Wait… it is the best mouse I ever used.  This mouse first off is very well built the size is just perfect for my hands ( I have...

  • Numbers on Jun 11, 2009 in Php Web notes numbers

    Doing math in php $variable = value * value $variable = value + value $variable = value – value $variable = value / value Formatting Numbers Rounding numbers – rounds values to specified decimal places. It can be number or variables. Th...

  • Wordpress won’t Upload my image fix on Jun 9, 2009 in Web Wordpress fix image upload wordpress

    So I recently moved one of my wordpress site from one spot to another.  Well that no biggy but the problem was I couldn’t upload images.  I was baffled for half an hour why my image wouldn’t upload to the upload folder.  Or why my imag...

  • Creating Forms with HTML and PHP on Jun 9, 2009 in Php Web forms html notes

    Forms Code to generate forms goes between <form> data </form> tags.  In the opening form tag also contains an action attribute.  This indicates which page the form data should submit. <form action=”submit.php”> T...

  • PHP Variable Notes on Jun 8, 2009 in Php Web notes variable

    Variable - is like a magic box that stores information once the information is stored in the box it can be changed, or taken out to be displayed. All variable names must be have a dollar sign “$” at the start of the variable. After the dollar sig...

  • Cooler Master’s Storm Sentinel Advance Gaming Mouse on May 29, 2009 in Blabber advance cool cooler gaming master mouse sentinel storms

    The guys over at Coolermaster are getting ready to release a new gaming mouse with some really cool features. First off the mouse comes with different lighting effects for the top of the mouse and front of the mouse and when you click on the mouse in...

  • How to change wordpress URL setting back to original URL. on May 27, 2009 in Web Wordpress back change url wordpress

    I was playing with my blog I changed the wordpress address (URL) settings under general settings.  This cause some problems obviously it pretty much broke my wordpress and most of my functions didn’t work. So after taking sometime trying to f...