removed this post as redundant
Saturday, November 05, 2005
Friday, November 04, 2005
BotloveV2 Dev:Notes to self
Im at work 6 hours to go, then one more day before my 4 day weekend.
Botlove continues to grind along, created a working uploader in flash with the help of the folks at flashdb. upgraded to Flash 8 at home and I am enjoying some of the new features. Got the menu system working.
1.next up need to finish a couple small things in menu, autoloading and sizing the transition movies into the main movie frame and create simple transitions from the movie to the content.
-in progress
2.work out a user database and registration system that will be simple to use for the sake of uploading securely and validating scored entries. (need to have individual score for ind. entries for each user?) just a running average atm and total scores.
3.create a scoring script in AS/or php and then place the data for entries into DB.
4.create a looping loader (while !( _EOF) or SQl context equivalent) to load files from mySQL>xml file>thumbnails (createBlankMovieClip or whatever) and setup action to load the images full size on click. (new component?) -in progress
*5.create (3) css's to choose for formatting textareas. -in progress
6.botlove development area
*7.work out template for art profiles:-in progress
*code for reference for items 5/7
//stylesheet stuff
var ss = new TextField.StyleSheet();
ss.load("style1.css");
myText.styleSheet = ss;
/***************************************************/
//xml stuff
about = new XML();
about.load("profile.html");
about.onLoad = function () {
myText.text = about;
}
-----------
Im at work 6 hours to go, then one more day before my 4 day weekend.
Botlove continues to grind along, created a working uploader in flash with the help of the folks at flashdb. upgraded to Flash 8 at home and I am enjoying some of the new features. Got the menu system working.
1.next up need to finish a couple small things in menu, autoloading and sizing the transition movies into the main movie frame and create simple transitions from the movie to the content.
-in progress
2.work out a user database and registration system that will be simple to use for the sake of uploading securely and validating scored entries. (need to have individual score for ind. entries for each user?) just a running average atm and total scores.
3.create a scoring script in AS/or php and then place the data for entries into DB.
4.create a looping loader (while !( _EOF) or SQl context equivalent) to load files from mySQL>xml file>thumbnails (createBlankMovieClip or whatever) and setup action to load the images full size on click. (new component?) -in progress
*5.create (3) css's to choose for formatting textareas. -in progress
6.botlove development area
*7.work out template for art profiles:-in progress
*code for reference for items 5/7
//stylesheet stuff
var ss = new TextField.StyleSheet();
ss.load("style1.css");
myText.styleSheet = ss;
/***************************************************/
//xml stuff
about = new XML();
about.load("profile.html");
about.onLoad = function () {
myText.text = about;
}
-----------
Sunday, October 30, 2005
its hitting the Fan or the Halloween Curse:
First of all, Im at work its 1:02am on saturday night. Every two weeks i get to work this shift straight through the weekend 6pm-6am. In any case a self-titled "worldwide network monitoring center" having it's independent power supply struck by lightning, causing a backup power use, full telecommunications outage, followed cosequently by a full sysplex outage, a ticket system maintenance block outage, coming up on within 30 minutes of a double IPL (server reboot and time update for 3 systems), and then realizing due to the time change I will be working 13 hours instead of 12, im not a happy camper. QQ <---thats internet for two eyes crying often used to mock someone for whining unnescassarily. So sorry for QQ'ing.
First of all, Im at work its 1:02am on saturday night. Every two weeks i get to work this shift straight through the weekend 6pm-6am. In any case a self-titled "worldwide network monitoring center" having it's independent power supply struck by lightning, causing a backup power use, full telecommunications outage, followed cosequently by a full sysplex outage, a ticket system maintenance block outage, coming up on within 30 minutes of a double IPL (server reboot and time update for 3 systems), and then realizing due to the time change I will be working 13 hours instead of 12, im not a happy camper. QQ <---thats internet for two eyes crying often used to mock someone for whining unnescassarily. So sorry for QQ'ing.