Learning Unity3D

Ever since I begin programming, I always wanted to learn how to develop games. I recently came across a software call Unity3D. Unity3D is really cool piece of software that can be used to develop a full freeware or commercial game. Unity3D is my choice for starting this project, that is why I am looking for samples and tutorials on how to design & program a card game using Unity3D. I am not sure where to start, but I think I have and idea that if I follow some basic example I might end up on the right track.

If anyone have examples or tutorials please send them to me or leave a comment, I would love to review them and learn some new stuff. My idea for the game would be a poker game with a built in lobby, chat, and live music. I am not sure how long it would take me to complete or have a demo going, but I really want to start on something fresh.

I’m not sure where I would find the time to start this project off, but when I do I would definitely aim to complete it

Posted in Unity3D | Tagged , | Leave a comment

My Trip To New York City

I am going to NYC tomorrow, the funny thing is I used to live there, but I never venture out to sight-see. I only hope that a basketball tournament at Rucker Park was going on this weekend. I would love to see some NBA players playing at Rucker.
I basically put my iPad on charge for my flight, and I am hyped up for all the fun I am going to have. I am going to try to do as much as I can, and have fun doing it.
More to come…

Posted in General | Leave a comment

Postbox Email Client For The Win

I have been using Apple Mail client, which was working well until recently it started to become sluggish.

I found Postbox and it’s working out really good for me so far.

Link to Postbox: Postbox

“A better way to do email”

“Awesome email software that will help you focus, save time, and get more done.”

Posted in Mac | Tagged , , | Leave a comment

New Year New Goals

Last year most of my goals was obtained. The main goal I had was finding a stable job, which happen late August.

Hopefully this year my goals will be obtainable, here is my list:

  1. Be in shape: lose some of my fat and put on some mussel weight.
  2. Reading: Read more and stop wasting time laying around.
  3. Save for my first house, which I need to accomplish this year end.
Posted in Personal | Leave a comment

jQuery IE7 load URL error Fix

A propper fix can be found here: http://zacster.blogspot.com/2008/10/jquery-ie7-load-url-problem.html

I have use Tim Boormans Fix & Fuction.

function unique_requestid() {
var timestamp = Number(new Date()).toString();
var random = Math.random() * (Math.random() * 100000 * Math.random() );
var unique = new String();
unique = timestamp + random;
return unique;
}
$('#Your_Element_ID').load("/ajaxpage.php?a=get_something&random=" + unique_requestid());
Posted in Fix, Jquery | Tagged , , , , | Leave a comment

SQL Server Money or Decimal for data type

Great read and understanding when to use Money or Decimal for data type.

Link:
http://stackoverflow.com/questions/582797/should-you-choose-the-money-or-decimalx-y-datatypes-in-sql-server

Posted in General | Tagged , , , | Leave a comment

Best PHP Contact Form with jQuery Validation Tutorial

Raymond Selda wrote one of the best tutorial I have read in a long long time.

I enjoyed reading it and I learned new things about Jquery validations.

Thank you Raymond and hope you write more on the subject of Jquery.

Link: http://www.raymondselda.com/php-contact-form-with-jquery-validation/

Posted in Ajax, General, Jquery, Programming, Tutorials | Tagged , , , | Leave a comment

MIME types required for serving Flash movies


SWF MIME type:
MIME type:application/x-shockwave-flash
File suffix: .swf

Macintosh web servers may require the following additional settings:

Action: Binary Type: SWFL Creator: SWF2

FLV MIME type:
MIME type:flv-application/octet-stream
File suffix: .flv

Posted in flash, General, Programming | Tagged , , | Leave a comment

CentOS Release of 5.5

Looks like CentOS 5.5 release Saturday 15 May 2010 00:05 GMT

I will need to upgrade all of my servers with this new base release.

I will also be waiting one week before doing this just to make sure its a good release.

Anybody with a good documentation on how to upgrade without any downtime please do share :)

Posted in CentOS, General | Tagged , , | Leave a comment

Field Service Software In the work

Currently I am working on a field service application for almost all professional service field.

Features:

  1. CRM – Customer Relationship Management
  2. Calendar
  3. Support Desk
  4. Tasks Manager
  5. Custom Option for fields & reports
  6. Customer Portal
Posted in General | Tagged , , , , , , , | Leave a comment