3d Modeler - Character Artist - Car Modeler - Web Design & Developer
Home | Administrative Access
3D Work | 2D Work | Web Design | DemoReel | Awards & Diploma | Resume
Contact Me

Sticky
Website Wallpaper, 04/26/09

Note: These wallpapers are not made by me and are not being used commercially.They were freely distributed on various wallpaper sites. I don't mean to offend anyone, If you see a background that is your copyright and you want it removed, contact me and I'll remove it from the website. This is a personal Art Portfolio website.  Only the work inside art galleries and web design and programming is my work.

Wallpaper Credit list:

Capcom
Epic Games
Konami
Microsoft

Change Site Wallpaper


Change Wallpaper



Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.

Cyber Girl, 07/01/09

My Current CG Project.



Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.

Array Pagination, 06/29/09

Using array pagination I have updated my art galleries so they are broken up into 12 images per page.

Sample: 3D Work
Sample: 2D Work

Array pagination was a easier than I thought. The solution on the Internet helped but was a little complicated for what I wanted.

So Here is my solution for Array Pagination:

//First make an array called $narray.

$total = count($narray);
//Count the array elements

$numberItems = 12;
//Pages per Item

//Determine the number of pages needed to display the entire array
$numberPages = $total % $numberItems;

if ($numberPages > 0)
 {
  $totalPages = ceil($total / $numberItems);
 }
else
 {
 $totalPages = ($total / $numberItems);
 }
 

//Display page navigation
$nav = 1;

for($p=0;$p<$totalPages;$p++)
 {
 $number = $nav++;
 echo $pages .= ''.$number.' ';
 }



Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.

PHP Form Designer, 06/10/09

Recently I have to been working to dynamic php Form Designer. It's coming along nicely. So far my form designer generates: Text Fields, Text Area, Radio, Menus and Checkboxes. After the form is created a data reader analyzes the data for each from and puts in a spry table.

Sample: Basic Form

Review Submitted Data: Click here



Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.

Going to Canada, 05/28/09

I am visiting Canada for few hours. The drive to Canada was was smooth except for some rain. Tomorrow It's back to NYC..



Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.

My previous week, 05/19/09

This is how my previous week went:

  1. Big presentation (could have gone better)
  2. Won a bracelet at a QC event
  3. Got into a car accident
  4. Broken my eye Glasses
  5. Spent a week in a hospital


Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.

sneak peak, 05/06/09

Here is sneak peak of the projects I am working on.....



Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.

Slept Late/Woke-up early, 05/04/09

Yesterday I slept at 4:00 AM and woke-up at 8:30 AM. I think I am addicted to my work. I enjoy designing and programming website more than I thought I would but my passion is still character modeling. I can never give that up. So Today I spent half hour looking for a model sheet of Jimmy neutron (my favorite cartoon) but wouldn't anything. I have not done a simple cartoon character since Anna. I guess I'll have to just draw it myself..



Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.

3d modelling, 05/02/09

Finally back to my 3d project. I have been working on this character for a while now. I really want to finish this model since it might be my best character model ever. I also want to texture and pose this model for my demoreel.



Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.

Fade effect on Galleries, 04/30/09

Today I did more work on the 2D & 3D works galleries now the pictures fade-in slowly after clicking the 3D & 2D works links. Only thing that is bothering me about the fade is if java script is disabled you get empty galleries. This is not a problem with new computers but it's a big problem with older computer and people who have disabled java script purposely. The fade effect is compatible with fire-fox and IE but looks better in fire-fox (surprise, surprise)



Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.

Got to Work, 04/29/09

Ok. I have been pretty busy with my job trying to finish two websites by end of this week. Had a little to no problems with php and mysql but a lot work had to get done. I'll post a link to the site when it's live.

I'll continue to work on my site when I get the chance. I am up to the contact form. Which does not work yet since I didn't write the script to handle it. Shouldn't be hard.

I did get the chance to play around with the new 3ds max 2010. The new polygon tool totally rock.

Current 3D project Screenshot:



Write Comment Add Comment
Name:
A value is required.
Comment:
A value is required.Exceeded maximum number of characters.