Main

Business Archives

March 23, 2007

3D Melissa

Well, I finished the 3D pictures of Melissa, and made a handy little exe file. Just download and install it. Then you can run the install and view the images.
This install includes thumbnails, swf, full size images, and transparent maps for any use. Also have executable flash file for viewing.

Continue reading "3D Melissa" »

March 29, 2007

3D Ashley

OK, since my last 3D project seemed to go over so well, I figured I would share some more of my work. I call this beauty 3D Ashley.Ashley
I have made another zip file that you can download and install if you want, you can get it here.

Continue reading "3D Ashley" »

September 20, 2007

Hacker/Security Expert Charged

Check out this article I found while surfing the web.

September 12, 2007 (Computerworld) -- A California man who served jail time for hacking hundreds of military and government computers nine years ago was charged yesterday with new computer crimes: stealing tens of thousands of credit card accounts by breaking into bank and card processing networks.

Max Ray Butler, 35 of San Francisco, a.k.a Max Vision, and also known by his online nicknames of Iceman, Digits and Aphex, was indicted Tuesday by a federal grand jury in Pittsburgh on three counts of wire fraud and two counts of transferring stolen identity information. Arrested last week in California, where he remains, Butler could face up to 40 years in prison and a $1.5 million fine if he is convicted on all five counts.


There is lots more on the Computerworld website, so you should go there and check it out!

Continue reading "Hacker/Security Expert Charged" »

October 2, 2007

Job Security

Deja Vu!

More layoffs this fiscal year, more artists got released, and I am getting worried again. Wish the military would switch back to training so I could feel more comfortable about my job security.

Continue reading "Job Security" »

October 13, 2007

Dynamic Site

I am finally working on the code for my dynamic site program. I have decided to put all of my web skills into one platform for real estate agents to use when building a website. I finally found the time to get it done now though!

I will post a link to the demo once I get enough running.

November 26, 2007

ImageBeaver

Well, I dropped in on ImageBeaver to check out how it was doing. It has been a while since I developed that site for an old friend of mine. Seems the beaver is doing really well, as it is featured on many websites and has hundreds of thousands of galleries.

Continue reading "ImageBeaver" »

February 4, 2008

Exxon Mobile Rapes Us Again

Well, it's true. They had something like a $30,000,000,000.00 profit posted a few days ago. I don't know about you, but that sounds like too much damn money.

Continue reading "Exxon Mobile Rapes Us Again" »

March 12, 2008

Sexy Jigsaw Puzzle

Well, a friend of mine used my Jigsaw Puzzle on his website. I customized it just for him, being he has such a cool forum that I drop by and contribute to every once in a while.

March 18, 2008

Maximum Adobe Photoshop CS3

Well, I wen tot this seminar hosted by Dave Cross, who was supposed to be this guru on PS, and let me say that it was awesome. He was a great speaker and they covered lots of neat tricks for the novice to intermediate PS user.

Continue reading "Maximum Adobe Photoshop CS3" »

April 22, 2008

Flash Based Holdem Poker

Well, I am working on a flash based poker game just for the heck of it. There is a lot more math involved in this than I would like, but it is turning out very well.

Continue reading "Flash Based Holdem Poker" »

April 24, 2008

Creating a Flash Card Deck

Well, I posted about making a poker game in flash a couple days ago. Now I will add the code I used ot actually make the deck with the 2 arrays we made.

1   function createNewDeck ():Array {  
2       var array:Array = new Array;  
3       for (i = 0; i < cardSuits.length; i++) {  
4           for (j = 0; j < cardSigns.length; j++) {  
5               array.push (cardSigns[j] + " " + cardSuits[i]);  
6           }  
7       }  
8       return array;  
9   }  

April 26, 2008

Sourceforge Project

Well, I made the list on SF! My project has been accepted and is now on SourceForge.net. I have even put the FLA file in the SVN repo as open source since I have always been fond of people helping me out when I needed it. Hopefully some of the stuff I have done will be able to be used by someone else.

Continue reading "Sourceforge Project" »

May 17, 2008

Shuffling a Flash Card Deck

Well, we have already made the deck of cards, so now we need to shuffle it. You can feel free to copy this code if you are making a flash based card game yourself. Or even PHP as it would be pretty easy to port over.

Continue reading "Shuffling a Flash Card Deck" »

July 19, 2008

Dynamic FLV Player

Well, being I am getting into video content more and more, I had to take the leap to create an FLV player. This player takes a query sting variable and pulls the assigned FLV file to use in it. Here is an example of how it looks:




Original Post

I am finding as I go that there are some minor bugs that I will have to work out, but all-in-all, it is fully functional.

Continue reading "Dynamic FLV Player" »

July 21, 2008

FLV Player Update

Well, I had to update the Dynamic FLV Player with just a couple fixes, so that I think it is 100% stable. I will do some more testing to it to make sure, but plan on releasing a stable version before the end of the month.

Anyway you can grab the latest version in the same spot. It is 0.9.2

August 7, 2009

Jobless Rate

Was just watching the news and they are talking about how the rate didn't meet the estimate. I agree with them when they say good news. What they don't mention is that the number they have doesn't factor in people who dropped out of the market from discouragement, people who lost unemployment benefits and people who have taken part-time jobs.

It just amazes me how "news" can give you just half the news.

About Business

This page contains an archive of all entries posted to Griffith Designs in the Business category. They are listed from oldest to newest.

Celebrity is the next category.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.
Powered by
Movable Type 3.34