Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\blog.unitedwebdesigns.org\wp-includes\cache.php on line 99

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\blog.unitedwebdesigns.org\wp-includes\query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\blog.unitedwebdesigns.org\wp-includes\theme.php on line 576
blog.unitedwebdesigns.org

blog.unitedwebdesigns.org

January 23, 2009

Tower Hero Monsters (first look)

Filed under: Tower Hero — breath @ 12:28 pm





December 17, 2008

MYSQL 4 to MYSQL 5 change

Filed under: MYSQL — breath @ 12:37 pm

today i ran into a problem where we used UNSIGNED int. When you subtract two UNSIGNED int’s you used to get a SIGNED result, they changed it so now you get an UNSIGNED results which causes problems if your results is negative.

A Solution that you can take to solve the problem is CAST your UNSIGNED int to a SIGNED int.

example: SELECT CAST(shelf AS SIGNED) ……

another solution is to change the sql mode:
http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html#sqlmode_no_unsigned_subtraction

December 11, 2008

TinyMCE v3 problem

Filed under: Javascript — breath @ 8:36 pm

we noticed today at work that in v3 of tinyMCE they killed

tinyMCE.getContent(”my_id”);

and they replaced it with

tinyMCE.get(”my_id”).getContent();

December 2, 2008

Tower Hero Update

Filed under: Tower Hero — breath @ 10:03 pm
free video player & free video platform
video player, online video, video tools
flv player - video editor - video pluginvideo blog + wordpress plugin + video remix

Here is what we have so far, we plugged in the artwork for the background and have starting working on the monsters and towers attacking things. Next we are working on making the monsters work to the keep (follow the path, and not walk over things).

November 25, 2008

Background first looks

Filed under: Tower Hero — breath @ 12:12 pm

Background

Here is what we think the background is going to look like for the game, will try to stick the images into the game and put up a video later.

November 16, 2008

Tower Hero game play video (very early addition)

Filed under: Tower Hero — breath @ 10:49 pm

here is some basic game play, keep in mind that this is a very early addition. None of the images are file currently they are just place holders.

free video player & free video platform
video player, online video, video tools
flv player - video editor - video pluginvideo blog + wordpress plugin + video remix

November 11, 2008

Tower Hero : Main Guy (first looks)

Filed under: Tower Hero — breath @ 9:52 pm

Here is the first draft from our artist for the main character, this Is not final just a first look.

Tower Hero Guy (first looks)

November 10, 2008

Tower Hero First looks….

Filed under: Tower Hero — breath @ 9:20 pm

Below is a video of basic functionality of tower hero, right now the images are only stand in images until my artiest finishes.

Today i’m showing off the placing tower feature.

Tower Hero Placing Towers

I will keep you posted as updates are made.

October 6, 2008

Face Detection

Filed under: Java Programs — breath @ 10:19 pm

Something that i have been very interested in is Face Detection / tracking.

I found a entry in a blog that talks about a way of doing it in OpenCV and JAVA.

I have started playing with it, and have had ok results, all that is next is to then reconize the face that it finds in the image.

http://www.bryanchung.net/?p=249

September 4, 2008

WebSiteMonitor V1.0.1

Filed under: Java Programs — breath @ 6:58 pm

WebSiteMonitor Features

WebSiteMonitor is exactly what the name says it is, it will monitor websites that you tell it to, and as soon as they go down it will email an admin and inform them the site is down.

  • Sends email when website goes down
  • Sends email when website comes back up
  • Can add multiply sites to monitor
  • Can tell how often you want to check the websites
  • Will tell you from a gui if the site is currently down or up
  • Well tell you when the next run is.

Tested in Windows, Should work in linux Java 1.6 is required

To download go to http://unitedwebdesigns.org/

Newer Posts »

Powered by WordPress