via youtube.com Posted via web from acedanger’s posterous
via youtube.com Posted via web from acedanger’s posterous
Long time no post! Well things have been busy here at work! The LANSA projects are wrapping up for me: the version 2 of the Gradebook, written in LANSA with heavy use of AJAX (and JavaScript) and CSS, has been handed off to the consultants we have been using since the project began; I re-wrote [...]
Let me just say start out and say that I have not abandoned the blogging that I grew to like a lot during my significant downtime while I worked at Terminix. I have just been really busy; between work and WoW and house searching and then more work…plus I had a lot of work to [...]
I just wrote an “auto complete” script in Lansa utilizing the Yahoo UI which passes back data from the DB2 database as a JSON string! I told you I would go on to be the Lansa programming ninja I’ve always aspired to be!
The marathon painting session is OVER. Five rooms in five days! One room a day makes it sound very misleading and almost simplistic. We actually have been doing trim for the past two days so that means five rooms in three days! It was insane. I’m glad it is over! Now I can just go [...]
This is a great article on creating pop ups: Perfect Popups. The code is provided and the sample popup is pretty cool. I think the nicest feature of this is the auto-resizing. For shits and giggles, check out the “contact me” page on this guys website. He’s a bit anal don’t ya think?!
Has anybody used Lightbox Gone Wild? Anybody know how to resize the box to the size of whatever you are displaying in it? I’ve got this version of Lightbox (original here) being used for the “Edit Contact Information” feature of PeopleArray. As soon as I can get that implemented correctly, I’m going to use the [...]
In a previous post, I was getting a couple of odd errors in FF 1.5.0.3 but not from IE7 beta2 whenever I would click on a contact and then try to delete another contact. I solved the errors by added a separate request object for deleting a contact. So now my little contact list uses [...]
Oh yeah baby, I got my trial index page utilizing the XML being created on-the-fly from a server-side PHP script. The XML is generated whenever a user clicks on a contact in their list. In getting the XML stuff working, I somehow broke the deletion of a contact. I have been getting these errors: Error: [...]
I just tried the peoplearray.com trial index (now with more web2.0!) with IE7 Beta2 at home and it actually looks pretty good. The XML that is being read is different than that of FF. In FF, there are 21 child nodes in the XML, roughly half are null and all values are null but in [...]