Peep in my mind

Feature, General, Themes

SFIV FightStick Faceplate

Well I just download the Street Fighter IV Fight Stick Faceplate Templates created by S_kill. They are great and you can get over at his Capcom blog here if you want to design your own faceplates. Since I download the template obviously I made my own Street Fighter IV template. You may download [...]

Continue Reading

Design, Feature, Graphic Design

The design process of a logo step 1

Before designing a logo there are a few things a designer should think about or ask. What type of business is it? What is the client looking for? How do the competitors logos look like? Should this logo be different or similar?  What will the logo be used for? For this example I will take [...]

Continue Reading

Blabber, Feature

Nothing Like Microwaving a CD During Lunch

Well out of the blue today we (my co-workers and I) decied to nuke a CD just to see what would happen. The experiance was actually pretty cool! there were sparks everywhere.  Anyways you can watch the video below.

Continue Reading

Cooking, Drinks, Feature

Hpnotiq Freeze Cocktail Recipe

So a friend of mine brought over a bottle of Hpnotiq last night with some warm 7up. Now usually I would be jumping for joy but the Hpnotiq was warm, and I had no ice. But luckily I had some Freezies! So we grabbed some blue and white freezies and mixed it [...]

Continue Reading

Feature, Themes

World Of Warcraft Wrath of Lich King Theme

I recently made this animated Wow Wrath of the Lich King theme for my cell phone and thought I would share. Feel free to post it anywhere but please put a link back to “peepinmymind.com” Thanks! Download link: World of War Craft Wrath of Lich King Z610 or 176 x 220 Resolution Theme World of War Craft Wrath of [...]

Continue Reading

Blabber

No Dual Audio Japanese & English Tracks On PS3

Posted on 10 March 2010

I lined up last nite till 2am waiting to get my hands on the new FFXIII for my PS3/XBOX360.  I love Final Fantasy so yes I have both version, but if you have both systems like me I suggest purchasing the PS3 version it definitely looks a lot better! I see everyone reviewing the game [...]

Continue Reading

Comments (0)

Blabber

Got my hands on a CM Storm Sentinel mouse

Posted on 05 November 2009

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 large hands ) [...]

Continue Reading

Comments (0)

Php, Web

Numbers

Posted on 11 June 2009

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. There is an option that allow users to round too the number of decimal places.
Example:
round (6.20); = 6
round [...]

Continue Reading

Comments (0)

Web, Wordpress

Wordpress won’t Upload my image fix

Posted on 10 June 2009

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 image wasn’t being displayed.  So after a little bit of [...]

Continue Reading

Comments (0)

Php, Web

Creating Forms with HTML and PHP

Posted on 10 June 2009

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”>
There are two methods of transmitting data from the form to the handling script. They are GET and POST.  The GET method sends all the gathered [...]

Continue Reading

Comments (0)

Php, Web

PHP Variable Notes

Posted on 09 June 2009

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 sign “$” the variable name must start with  a letter [...]

Continue Reading

Comments (0)

SEE MORE ARTICLES IN THE ARCHIVE

Advertise Here
Advertise Here

RELATED SITES