
Contact Me
Blogs 1 to 18 of 18

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
My Current CG Project.
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.' ';
}
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
I am visiting Canada for few hours. The drive to Canada was was smooth except for some rain. Tomorrow It's back to NYC..
This is how my previous week went:
Here is sneak peak of the projects I am working on.....
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..
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.
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)
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: